View Source Grizzly.ZWave.Commands.ClockReport (grizzly v8.5.3)
This command reports on 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}