Add a configurable slider to the supported switches
grover opened this issue · 7 comments
grover commented
- Add a slider with configurable min, max, step and valid values.
- Should be readable, writeable and notify.
- Should make use of an existing HomeKit characteristic to enable integration with Home
vrachamis commented
Could you please preview an example of a Config.json entry for the slider you mentioned?
grover commented
The slider documentation is at: https://github.com/grover/homebridge-automation-switches/blob/master/docs/Slider.md
vrachamis commented
Thank you, but there is no "Step" field in the Config.json example entry.
grover commented
That's because I didn't add it yet.
vrachamis commented
Oh, i see. Thank you for your attention.
Your plugin is very useful indeed. :)
grover commented
@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
Thank you very very much! I really owe you! keep up the good work.