X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Variables%20and%20events%20for%20each%20device;h=735b8030d48ccd6741c06ff98ea5fb95d0646540;hb=b30c5b2dd2567206e9b19313610fbd104ebdb373;hp=cd0d297502e32dbfdf9f1c84dbe0b683d76c0713;hpb=a506caeba94b4c035e0c47f29017f07773e3f318;p=smartthings-infrastructure.git diff --git a/Variables and events for each device b/Variables and events for each device index cd0d297..735b803 100644 --- a/Variables and events for each device +++ b/Variables and events for each device @@ -55,6 +55,10 @@ locationObject.setValue([name: "sunset", value: "sunset", deviceId: "locationID0 displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) locationObject.setValue([name: "sunrise", value: "sunrise", deviceId: "locationID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) +locationObject.setValue([name: "sunsetTime", value: "sunset", deviceId: "locationID0", descriptionText: "", +displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) +locationObject.setValue([name: "sunriseTime", value: "sunrise", deviceId: "locationID0", descriptionText: "", +displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) /*events*/ // ------------------------------------------------------------------------------- @@ -477,7 +481,7 @@ String button /*events*/ buttonObject.setValue([name: "button", value: "held", deviceId: "buttonID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 1}']) -buttonObject.setValue([name: "button", value: "push", deviceId: "buttonID0", descriptionText: "", +buttonObject.setValue([name: "button", value: "pushed", deviceId: "buttonID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 1}']) ///// /*events*/