Skip to content

Commit

Permalink
ICP-11703 - increased a "minimum number of seconds between reports"
Browse files Browse the repository at this point in the history
  • Loading branch information
KKlimczukS committed Nov 28, 2019
1 parent 77351e6 commit a0b13b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def configure() {

def cmds
if (supportsLiftPercentage()) {
cmds = zigbee.configureReporting(CLUSTER_WINDOW_COVERING, ATTRIBUTE_POSITION_LIFT, DataType.UINT8, 0, 600, null)
cmds = zigbee.configureReporting(CLUSTER_WINDOW_COVERING, ATTRIBUTE_POSITION_LIFT, DataType.UINT8, 2, 600, null)
} else {
cmds = zigbee.levelConfig()
}
Expand Down

0 comments on commit a0b13b6

Please sign in to comment.