I hereby claim:
- I am bflorian on github.
- I am bflorian (https://keybase.io/bflorian) on keybase.
- I have a public key whose fingerprint is 63BF 8C9F 0611 B500 DE41 D799 0CAF 074B 1520 093F
To claim this, I am signing this object:
| /** | |
| * Mode Levels | |
| * | |
| * Copyright 2014 Bob Florian | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| /** | |
| * List Edit Example | |
| * | |
| * Copyright 2014 Bob Florian | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Weather Alert Monitor | |
| * | |
| * Author: bob | |
| * | |
| * EXAMPLE NOT CURRENTLY PUBLISHED | |
| * | |
| * Date: 2013-04-30 | |
| */ | |
| preferences { |
| /** | |
| * Welcome Home | |
| * | |
| * Make a web service call when your front door opens, | |
| * | |
| * Author: SmartThings | |
| */ | |
| preferences { | |
| section("When the door opens/closes...") { | |
| input "contact1", "capability.contactSensor", title: "Where?" |
| /** | |
| * Event Exporter | |
| * | |
| * Author: SmartThings | |
| * | |
| * ---------------------+----------------+--------------------------+------------------------------------ | |
| * Device Type | Attribute Name | Commands | Attribute Values | |
| * ---------------------+----------------+--------------------------+------------------------------------ | |
| * switches | switch | on, off | on, off | |
| * motionSensors | motion | | active, inactive |
| /** | |
| * Aeon Home Energy Meter | |
| * | |
| * Author: SmartThings | |
| * | |
| * Date: 2013-05-30 | |
| */ | |
| metadata { | |
| // simulator metadata | |
| simulator { |
| /** | |
| * Sample Web Services Application | |
| * | |
| * | |
| * Author: SmartThings | |
| * | |
| * ---------------------+----------------+--------------------------+------------------------------------ | |
| * Device Type | Attribute Name | Commands | Attribute Values | |
| * ---------------------+----------------+--------------------------+------------------------------------ | |
| * switches | switch | on, off | on, off |
| metadata { | |
| // simulator metadata | |
| simulator { | |
| status "on": "command: 2003, payload: FF" | |
| status "off": "command: 2003, payload: 00" | |
| // reply messages | |
| reply "2001FF,delay 100,2502": "command: 2503, payload: FF" | |
| reply "200100,delay 100,2502": "command: 2503, payload: 00" | |
| } |