You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/grizzly/zwave/commands/switch_multilevel_report.ex
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,17 @@ defmodule Grizzly.ZWave.Commands.SwitchMultilevelReport do
5
5
Params:
6
6
7
7
* `:value` - `:off`, 0 (off) and 99 (100% on), or `:unknown`
8
-
* `:duration` - How long the switch should take to reach target value, 0 -> instantly, 1..127 -> seconds, 128..253 -> minutes, 255 -> unknown (optional v2)
8
+
* `:duration` - How long in seconds the switch should take to reach target value or the factory default (:default)
9
+
Beyond 127 seconds, the duration is truncated to the minute. E.g. 179s is 2 minutes and 180s is 3 minutes
0 commit comments