Wake Up
The No More Information command is not available because the hub itself is responsible for managing a device’s wake up cycle. Only the hub can put a device back to sleep. The hub puts a device back to sleep when it no longer detects attempted communication with the device.
- class st.zwave.CommandClass.WakeUp
Supported versions: 1,2,3
- INTERVAL_SET: number
0x04 - WAKE_UP_INTERVAL_SET command id
- INTERVAL_GET: number
0x05 - WAKE_UP_INTERVAL_GET command id
- INTERVAL_REPORT: number
0x06 - WAKE_UP_INTERVAL_REPORT command id
- NOTIFICATION: number
0x07 - WAKE_UP_NOTIFICATION command id
- INTERVAL_CAPABILITIES_GET: number
0x09 - WAKE_UP_INTERVAL_CAPABILITIES_GET command id
- INTERVAL_CAPABILITIES_REPORT: number
0x0A - WAKE_UP_INTERVAL_CAPABILITIES_REPORT command id
- init(params)
Instantiate a versioned instance of the WakeUp 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