AaronLionsheep / ShellyMQTT

IndigoDomo Plugin that interfaces with Shelly devices over MQTT.
MIT License
0 stars 0 forks source link

Add-on device address #69

Closed AaronLionsheep closed 4 years ago

AaronLionsheep commented 4 years ago

Currently, add-on devices have no address to display in the devices list. There should be an option to show different views of the address such as:

Format Example
Garage Door Shelly
On On Garage Door Shelly
@ Garage Door Shelly @ shellies/shelly1-abcdf
shellies/shelly1-abcdf
new_props = dev.pluginProps
new_props['address'] = u"SOME VALUE"
dev.replacePluginPropsOnServer(new_props)