Grizzly.ZWave.Commands.ClockSet (grizzly v8.15.3)
View SourceThis command is used to set the current time in a supporting node
Params:
:weekday- the day of the week, one of :sunday, :monday, etc. (required):hour- 0..23 (required):minute- 0..59 (required)
Summary
Types
@type param() :: {:weekday, Grizzly.ZWave.CommandClasses.Clock.weekday()} | {:hour, 0..23} | {:minute, 0..59}