View Source Grizzly.ZWave.Commands.ClockReport (grizzly v6.7.0)
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)
Link to this section Summary
Link to this section Types
@type param() :: {:weekday, Grizzly.ZWave.CommandClasses.Clock.weekday()} | {:hour, 0..23} | {:minute, 0..59}