Created
October 21, 2016 09:28
-
-
Save steve228uk/1547acc07e1e72ff0741a8044b8c8f0e to your computer and use it in GitHub Desktop.
LIFX LAN Homebridge Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bridge": { | |
"name": "Homebridge", | |
"username": "CC:22:3D:E3:CE:30", | |
"port": 51826, | |
"pin": "031-45-154" | |
}, | |
"platforms": [ | |
{ | |
"platform" : "LiFxLAN", | |
"name" : "LIFX" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment