Skip to content

Commit a664d78

Browse files
ALamchaSgreens
authored andcommitted
[ICP-5345 Change initial three axis text to reflect it is disabled by default. (SmartThingsCommunity#3237)
1 parent 612cfd8 commit a664d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devicetypes/fibargroup/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ metadata {
116116

117117
def installed() {
118118
sendEvent(name: "tamper", value: "clear", displayed: false)
119-
sendEvent(name: "motionText", value: "X: 0.0\nY: 0.0\nZ: 0.0", displayed: false)
119+
sendEvent(name: "motionText", value: "Disabled", displayed: false)
120120
multiStatusEvent("Sync OK.", true, true)
121121
}
122122

@@ -580,4 +580,4 @@ private parameterMap() {[
580580
descr: "Light intensity level below which brightness of visual indicator is set to 1% (1-32767 lux)"],
581581
[key: "ledHighBrightness", num: 83, size: 2, type: "number", def: 1000, min: 0, max: 32767, title: "Visual LED indicator - illuminance for high indicator brightness",
582582
descr: "Light intensity level above which brightness of visual indicator is set to 100%. (value of parameter 82 to 32767 in lux)"]
583-
]}
583+
]}

0 commit comments

Comments
 (0)