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
### Keybase proof | |
I hereby claim: | |
* I am rappleg on github. | |
* I am rappleg (https://keybase.io/rappleg) on keybase. | |
* I have a public key whose fingerprint is 102D B542 6D8E 4DC5 5217 2DEF FB36 FB29 413A EB16 | |
To claim this, I am signing this object: |
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
/** | |
* Button Lord | |
* | |
* Author: SmartThings | |
* Date: 2013-11-27 | |
*/ | |
preferences { | |
page(name: "selectButton") | |
page(name: "configureButton1") | |
page(name: "configureButton2") |
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
/** | |
* Foscam | |
* | |
* Author: [email protected] | |
* Date: 2013-07-25 | |
* Revisions: Chris Yard | |
* Edits for Foscam FI9831 commands | |
*/ | |
// for the UI | |
metadata { |
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
metadata { | |
// simulator metadata | |
simulator { | |
// status messages | |
status "on": "on/off: 1" | |
status "off": "on/off: 0" | |
// reply messages | |
reply "zcl on-off on": "on/off: 1" | |
reply "zcl on-off off": "on/off: 0" |
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
/** | |
* ParentChildParent | |
* | |
* Author: scott | |
* Date: 2014-02-14 | |
*/ | |
preferences { | |
section("Title") { | |
// TODO: put inputs here | |
} |
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
/** | |
* PlantLink | |
* | |
* Author: SmartThings | |
* Date: 2013-12-17 | |
*/ | |
tiles { | |
valueTile("humidity", "device.humidity", width: 2, height: 2) { | |
state("humidity", label:'${currentValue}%', unit:"", | |
backgroundColors:[ |
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
/** | |
* CentraLite Thermostat | |
* | |
* Author: SmartThings | |
* Date: 2013-12-02 | |
*/ | |
metadata { | |
// simulator metadata | |
simulator { | |
status "off" : "command: 4003, payload: 00" |
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
metadata { | |
// simulator metadata | |
simulator { | |
// status messages | |
status "on": "on/off: 1" | |
status "off": "on/off: 0" | |
// reply messages | |
reply "zcl on-off on": "on/off: 1" | |
reply "zcl on-off off": "on/off: 0" |
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
{ | |
"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/[email protected]", | |
"description":"Lights Solution", | |
"solutionSummary":[ |
NewerOlder