arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
462 stars 104 forks source link

Better support for apply functions #655

Closed isalkind closed 7 months ago

isalkind commented 7 months ago

Apply functions could only be updated via the config file and these custom entries where overwritten if changes where made to the accessory through the UI.

These changes where made to allow a separate entry for the topic apply function (still only in config file), but these changes are not overwritten by changes made through the UI.

arachnetech commented 7 months ago

Sounds interesting, but I see you closed the pull request. More work to do first?