1.2.0 • Published 3 years ago

homebridge-mi-led-bulb v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

homebridge-mi-led-bulb

This is a Homebridge plugin for exposing the all Xiaomi color leed lamps (tested on Xiaomi Mi Smart LED Bulb Essential)

npm

npm install -g homebridge-mi-led-bulb

Example Configuration

{
  "bridge": {},
  "accessories": [
    {
      "accessory": "mi-led-bulb",
      "name": "Lamp in the bedroom",
      "ip": "192.168.0.100",
      "token": "**********************"
    }
  ],
  "platforms": []
}
1.2.0

3 years ago