Time
- class st.zwave.CommandClass.Time
Supported versions: 1,2
- GET: number
0x01 - TIME_GET command id
- REPORT: number
0x02 - TIME_REPORT command id
- DATE_GET: number
0x03 - DATE_GET command id
- DATE_REPORT: number
0x04 - DATE_REPORT command id
- OFFSET_SET: number
0x05 - TIME_OFFSET_SET command id
- OFFSET_GET: number
0x06 - TIME_OFFSET_GET command id
- OFFSET_REPORT: number
0x07 - TIME_OFFSET_REPORT command id
- init(params)
Instantiate a versioned instance of the Time Command Class module, optionally setting strict to require explicit passing of all parameters to constructors.
- Parameters
params (
st.zwave.CommandClass.Params
) – command class instance parameters- Returns
versioned command class instance
- Return type