Rate Tbl Monitor¶
- class st.zwave.CommandClass.RateTblMonitor¶
Supported versions: 1
- RATE_TBL_SUPPORTED_GET: number¶
0x01 - RATE_TBL_SUPPORTED_GET command id
- RATE_TBL_SUPPORTED_REPORT: number¶
0x02 - RATE_TBL_SUPPORTED_REPORT command id
- RATE_TBL_GET: number¶
0x03 - RATE_TBL_GET command id
- RATE_TBL_REPORT: number¶
0x04 - RATE_TBL_REPORT command id
- RATE_TBL_ACTIVE_RATE_GET: number¶
0x05 - RATE_TBL_ACTIVE_RATE_GET command id
- RATE_TBL_ACTIVE_RATE_REPORT: number¶
0x06 - RATE_TBL_ACTIVE_RATE_REPORT command id
- RATE_TBL_CURRENT_DATA_GET: number¶
0x07 - RATE_TBL_CURRENT_DATA_GET command id
- RATE_TBL_CURRENT_DATA_REPORT: number¶
0x08 - RATE_TBL_CURRENT_DATA_REPORT command id
- RATE_TBL_HISTORICAL_DATA_GET: number¶
0x09 - RATE_TBL_HISTORICAL_DATA_GET command id
- RATE_TBL_HISTORICAL_DATA_REPORT: number¶
0x0A - RATE_TBL_HISTORICAL_DATA_REPORT command id
- init(params)¶
Instantiate a versioned instance of the RateTblMonitor 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: