Grizzly.ZWave.Commands.ClockSet (grizzly v0.17.3) View Source
This 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)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:weekday, Grizzly.ZWave.CommandClasses.Clock.weekday()}
| {:hour, 0..23}
| {:minute, 0..59}