ElectricBrainUK / UnraidAPI

A WIP open source Node JS API for controlling UNraid
GNU General Public License v3.0
125 stars 13 forks source link

NodeRed Compatible MQTT #5

Closed willnnotdan closed 4 years ago

willnnotdan commented 4 years ago

Add a more segmented option for mqtt to work better with NodeRed as suggested by Karatekid in the unraid forums e.g.:

servername
    systeminfo
        arrayStatus
        arrayProtection
        ...
    vm
        vm1
            switch_1
            id
            status
            usb
                name
                attached
            ...
    docker
        container1
            switch_1
            imageUrl
            name
            status
            ...