AaronLionsheep / ShellyMQTT

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

Plugin doesn't need to subscribe to each event/device individually #88

Closed FlyingDiver closed 3 years ago

FlyingDiver commented 3 years ago

The long list of subscriptions causes more load on the server, and more startup/shutdown time, than necessary. Just subscribing to "shellies/#" is sufficient for all devices.

AaronLionsheep commented 3 years ago

Thanks for the feedback! I've been meaning to change this because I don't remember why I thought this was necessary in the beginning.