milight-mqtt

0.2.0 • Public • Published

milight-mqtt

Control Milight/Limitless globes using the older v4 version of WiFi hub via MQTT.

Only does the older white globes since that's all I've got running in my place.

CONFIG_PATH=./my_config_file.yml node main

Toggle power by sending a message to:

  • milight/set/{id}/off
  • milight/set/{id}/on

Send any command documented here using raw

  • milight/set/{id}/raw

... with an array of commands as the body

["on","brightness:100","hue:10"]

Listen for changes via

  • milight/status/{id}

Readme

Keywords

none

Package Sidebar

Install

npm i milight-mqtt

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

4.62 kB

Total Files

7

Last publish

Collaborators

  • denwilliams