Skaginn3x / framework

https://skaginn3x.github.io/framework/
MIT License
7 stars 4 forks source link

MQTT bridge cannot dynamically load signals #175

Open magni-mar opened 11 months ago

magni-mar commented 11 months ago

The MQTT bridge, pending #153, cannot dynamically load new signals that are created. It must be restarted in order for the signals to arrive.

magni-mar commented 7 months ago

In my opinion the MQTT bridge should publish all signals and then a blacklist should be implemented. When either a new signal is registered, or a new signal is added to the blacklist the program reloads which signals it is publishing.

Thoughts? @omarhogni @jbbjarnason