View Source Grizzly.ZWave.Commands.TimeParametersReport (grizzly v7.4.1)

This command is used to advertise date and time.

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}