Skip to content

Commit

Permalink
'displayed' flag set to false for configuration event (#21920)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKacprowiczS authored Jul 24, 2020
1 parent de4ddde commit 6be0c35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def ping() {
def installed() {
log.debug "Installed ${device.displayName}"
sendEvent(name: "checkInterval", value: 2 * 15 * 60 + 2 * 60, displayed: false, data: [protocol: "zwave", hubHardwareId: device.hub.hardwareID])
sendEvent(name: "availableCurtainPowerButtons", value: JsonOutput.toJson(["open", "close", "pause"]))
sendEvent(name: "availableCurtainPowerButtons", value: JsonOutput.toJson(["open", "close", "pause"]), displayed: false)
state.shadeState = "paused"
state.reverseDirection = reverseDirection ? reverseDirection : false
}
Expand Down

0 comments on commit 6be0c35

Please sign in to comment.