Application Status
- class st.zwave.CommandClass.ApplicationStatus
Supported versions: 1
- APPLICATION_BUSY: number
0x01 - APPLICATION_BUSY command id
- APPLICATION_REJECTED_REQUEST: number
0x02 - APPLICATION_REJECTED_REQUEST command id
- init(params)
Instantiate a versioned instance of the ApplicationStatus 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