nt0xa / homebridge-mi-humidifier

A Xiaomi Mi humidifier plugin for Homebridge
MIT License
64 stars 24 forks source link

Support disabling/dimming LED #39

Closed bedrin closed 3 years ago

bedrin commented 3 years ago

At least some humidifiers support dimming and even turning off the LED.

set_led_b '["0"]'
get_prop '["led_b"]'

Properties: 0 - on 1 - dimmed 2 - off

nt0xa commented 3 years ago

Hey @bedrin, This is implemented in version 2. To enable this feature you need to add the following lines to device config:

"ledBulb": {
  "enabled": true
},

The config format is changed in the new version, please check readme for more details.