Skip to content

IMMANUVELMS/homebridge-tube-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-tube-light

Homebridge Tubelight Accessory

Homebridge users can use this npm to add their Tube Light to homekit with the help of this module.i have been developed this with the help of the following npms modules. all Credit's are goes them only.

1.homebridge-dummy 2.homebridge-http-lightbulb 3.axios

little tweaking done by me to work with my setup

Sample config is follows,

"accessories": [ { "accessory": "TubeLight", "name": "Bedroom Light", "onLink": "http://192.168.250.2:3001/ON", "offLink": "http://192.168.250.2:3001/OFF", "statusLink": "http://192.168.250.2:3001/STATUS" } ]

the above statusLink should return "1" or "ON" and "0" or "OFF" for status

About

Homebridge Tubelight Accessory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published