grover / homebridge-automation-switches

A flexible automation switch for Homebridge: https://github.com/nfarina/homebridge
MIT License
112 stars 12 forks source link

Add a configurable slider to the supported switches #3

Closed grover closed 6 years ago

grover commented 6 years ago
vrachamis commented 6 years ago

Could you please preview an example of a Config.json entry for the slider you mentioned?

grover commented 6 years ago

The slider documentation is at: https://github.com/grover/homebridge-automation-switches/blob/master/docs/Slider.md

vrachamis commented 6 years ago

Thank you, but there is no "Step" field in the Config.json example entry.

grover commented 6 years ago

That's because I didn't add it yet.

vrachamis commented 6 years ago

Oh, i see. Thank you for your attention. Your plugin is very useful indeed. :)

grover commented 6 years ago

@vrachamis I've added the minStep support in release 3.2.0, which has just gone live. I've also updated the documentation and the slider example.

vrachamis commented 6 years ago

Thank you very very much! I really owe you! keep up the good work.