Barrier Operator
- class st.zwave.CommandClass.BarrierOperator
Supported versions: 1
- SET: number
0x01 - BARRIER_OPERATOR_SET command id
- GET: number
0x02 - BARRIER_OPERATOR_GET command id
- REPORT: number
0x03 - BARRIER_OPERATOR_REPORT command id
- SIGNAL_SUPPORTED_GET: number
0x04 - BARRIER_OPERATOR_SIGNAL_SUPPORTED_GET command id
- SIGNAL_SUPPORTED_REPORT: number
0x05 - BARRIER_OPERATOR_SIGNAL_SUPPORTED_REPORT command id
- SIGNAL_SET: number
0x06 - BARRIER_OPERATOR_SIGNAL_SET command id
- SIGNAL_GET: number
0x07 - BARRIER_OPERATOR_SIGNAL_GET command id
- SIGNAL_REPORT: number
0x08 - BARRIER_OPERATOR_SIGNAL_REPORT command id
- init(params)
Instantiate a versioned instance of the BarrierOperator 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