jalmeroth / homie-python

A Python-implementation of the homie v2 convention.
https://github.com/marvinroger/homie
54 stars 15 forks source link

Auto subscribe to properties on .settable #31

Closed stufisher closed 7 years ago

stufisher commented 7 years ago

Fixes #30. Node properties will now autosubscribe when they are .settable

Have made range advertise the right properties too. I haven't used range properties, so hopefully this is the correct implementation

Example script updated to v2 and added a range to test.

jalmeroth commented 7 years ago

Thanks for your efforts! 👍