Skip to content

Instantly share code, notes, and snippets.

@timleland
Last active December 26, 2016 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timleland/e3983c7d17c75f1a65f54f3d22759f75 to your computer and use it in GitHub Desktop.
Save timleland/e3983c7d17c75f1a65f54f3d22759f75 to your computer and use it in GitHub Desktop.
{
"bridge":{
"name":"Homebridge",
"username":"",
"port":51925,
"pin":"xxx-xx-xxx"
},
"description":"iHome",
"accessories":[
],
"platforms":[
{
"platform":"cmdSwitch2",
"switches":[
{
"name":"Lamp",
"on_cmd":"/var/www/html/rfoutlet/codesend ******",
"off_cmd":"/var/www/html/rfoutlet/codesend ******"
},
{
"name":"Lamp2",
"on_cmd":"/var/www/html/rfoutlet/codesend ******",
"off_cmd":"/var/www/html/rfoutlet/codesend ******"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment