DVCSMP-2221 - Replace display with displayed (#1457)

This commit is contained in:
Juan Pablo Risso
2016-11-11 14:09:04 -05:00
committed by GitHub
parent 0ab657d5f2
commit 7978f45996
6 changed files with 114 additions and 114 deletions

View File

@@ -81,7 +81,7 @@ def zwaveEvent(physicalgraph.zwave.commands.configurationv1.ConfigurationReport
def value = "when off"
if (cmd.configurationValue[0] == 1) {value = "when on"}
if (cmd.configurationValue[0] == 2) {value = "never"}
[name: "indicatorStatus", value: value, display: false]
[name: "indicatorStatus", value: value, displayed: false]
}
def zwaveEvent(physicalgraph.zwave.commands.hailv1.Hail cmd) {