Notification
- class st.zwave.CommandClass.Notification
Supported versions: 3,4,5,6,7,8,9
- EVENT_SUPPORTED_GET: number
0x01 - EVENT_SUPPORTED_GET command id
- EVENT_SUPPORTED_REPORT: number
0x02 - EVENT_SUPPORTED_REPORT command id
- GET: number
0x04 - NOTIFICATION_GET command id
- REPORT: number
0x05 - NOTIFICATION_REPORT command id
- SET: number
0x06 - NOTIFICATION_SET command id
- SUPPORTED_GET: number
0x07 - NOTIFICATION_SUPPORTED_GET command id
- SUPPORTED_REPORT: number
0x08 - NOTIFICATION_SUPPORTED_REPORT command id
- init(params)
Instantiate a versioned instance of the Notification 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