View Source Grizzly.ZWave.Commands.DateReport (grizzly v7.4.2)

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)

Summary

Types

@type param() :: {:year, integer()} | {:month, 1..12} | {:day, 1..31}