View Source Grizzly.ZWave.Commands.DateReport (grizzly v6.1.0)
This command is used to advertise the current date adjusted according to the local time zone and Daylight Saving Time.
Params:
:year
- the year (required):month
- the month (required):day
- the day (required)
Link to this section Summary
Link to this section Types
@type param() :: {:year, integer()} | {:month, 1..12} | {:day, 1..31}