Skip to content

Instantly share code, notes, and snippets.

@rappleg
Last active December 25, 2015 07:39
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 rappleg/6941072 to your computer and use it in GitHub Desktop.
Save rappleg/6941072 to your computer and use it in GitHub Desktop.
{
"installedSolutionId":"002d0397-5c6d-4835-aaac-edbd1a3c46e3",
"installedSmartAppId":"0b59cfe6-581b-4c63-a138-8b293bc084f3",
"sortOrder":1,
"name":"Lights & Switches",
"icon":"switches",
"iconUrl":"https://s3.amazonaws.com/smartapp-icons/Solution/switches-active.png",
"iconX2Url":"https://s3.amazonaws.com/smartapp-icons/Solution/switches-active@2x.png",
"description":"Lights Solution",
"solutionSummary":[
],
"card":[
{
"name":"RECENTLY",
"tile":[
{
"type":"list.event",
"width":"6",
"height":"4",
"ids":[
"8fd929b4-6016-461d-8dcd-e4a1f4bcde35",
"23884244-ed2c-4185-a839-3b0c71cd8272"
],
"events":[
]
}
]
},
{
"name":"RIGHT NOW",
"tile":[
{
"type":"list.state",
"width":"6",
"height":"4",
"ids":[
"8fd929b4-6016-461d-8dcd-e4a1f4bcde35",
"23884244-ed2c-4185-a839-3b0c71cd8272"
],
"events":[
]
}
]
},
{
"name":"SHORTCUTS",
"tile":[
{
"name":"Office Lamp",
"type":"smartapp.group",
"width":"3",
"height":"4",
"id":"8fd929b4-6016-461d-8dcd-e4a1f4bcde35",
"currentState":{
name:"on"
},
"states":[
{
"name":"on",
"label":"On",
"action":"off",
"icon":"st.switches.switch.on",
"backgroundColor":"#79b821",
"nextState":"turningOff"
},
{
"name":"turningOn",
"label":"Turning On",
"icon":"st.switches.switch.on",
"backgroundColor":"#79b821"
},
{
"name":"off",
"label":"Off",
"action":"on",
"icon":"st.switches.switch.off",
"backgroundColor":"#ffffff",
"nextState":"turningOn"
},
{
"name":"turningOff",
"label":"Turning Off",
"icon":"st.switches.switch.off",
"backgroundColor":"#ffffff"
}
]
},
{
"name":"Kitchen Lights",
"type":"smartapp.group",
"width":"3",
"height":"4",
"id":"23884244-ed2c-4185-a839-3b0c71cd8272",
"currentState":{
name:"off"
},
"states":[
{
"name":"on",
"label":"On",
"action":"off",
"icon":"st.switches.switch.on",
"backgroundColor":"#79b821",
"nextState":"turningOff"
},
{
"name":"turningOn",
"label":"Turning On",
"icon":"st.switches.switch.on",
"backgroundColor":"#79b821"
},
{
"name":"off",
"label":"Off",
"action":"on",
"icon":"st.switches.switch.off",
"backgroundColor":"#ffffff",
"nextState":"turningOn"
},
{
"name":"turningOff",
"label":"Turning Off",
"icon":"st.switches.switch.off",
"backgroundColor":"#ffffff"
}
]
}
]
}
],
"state":"COMPLETE",
"childCount":2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment