View Source Grizzly.ZWave.Commands.TimeParametersSet (grizzly v8.6.6)
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)
Summary
Types
@type param() :: {:year, non_neg_integer()} | {:month, 1..12} | {:day, 1..31} | {:hour_utc, 0..23} | {:minute_utc, 0..59} | {:second_utc, 0..59}