X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Variables%20and%20events%20for%20each%20device;h=19d45030eb5cc219f4162443378feb5e59127bf2;hb=259531f8790d0f5ac24a985c67ded5650289c4f0;hp=6f6d6e38dc6706d6cf8fa7de1d9f22d10082343e;hpb=fdeb12e78476b60c4c3c0d5d33e55dddcf98578e;p=smartthings-infrastructure.git diff --git a/Variables and events for each device b/Variables and events for each device index 6f6d6e3..19d4503 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*/ // ------------------------------------------------------------------------------- @@ -490,6 +494,8 @@ LinkedHashMap threeAxis /*events*/ threeAxisObject.setValue([name: "threeAxis", value: '{"x": 1, "y": 2, "z": 3}', deviceId: "threeAxisID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) +threeAxisObject.setValue([name: "status", value: '{"x": 1, "y": 2, "z": 3}', deviceId: "threeAxisID0", descriptionText: "", +displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) ///// /*events*/ //