AaronLionsheep / ShellyMQTT

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

TRV not implementing `updateStateImage()` #136

Closed AaronLionsheep closed 11 months ago

AaronLionsheep commented 1 year ago

The default implementation of this function is being called during base shelly functions (like online messages). This results in the device icon being set to the default on/off icon.

https://github.com/AaronLionsheep/ShellyMQTT/blob/d0c6659acc40f33cd2e629f88bdb7a9ec0d28123/ShellyMQTT.indigoPlugin/Contents/Server%20Plugin/Devices/Shelly.py#L599-L609