Grizzly.ZWave.Commands.TimeParametersSet (grizzly v0.17.3) View Source
This command is used to set current date and time in Universal Time (UTC).
Params:
:year- the year (required):month- the month (required - 1..12):day- the day (required - 1..31):hour_utc- the hour in UTC time (required - 0..23):minute_utc- the minute in UTC time (required - 0..59):second_utc- the second in UTC time (required - 0..59)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:year, non_neg_integer()}
| {:month, 1..12}
| {:day, 1..31}
| {:hour_utc, 0..23}
| {:minute_utc, 0..59}
| {:second_utc, 0..59}