Rate Tbl Historical Data Get¶
- class st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGet¶
Dynamically versioned RATE_TBL_HISTORICAL_DATA_GET
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x49
- cmd_id: number¶
0x09
- version: number¶
1
- args: st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args¶
- construct(module, args)¶
Construct a RATE_TBL_HISTORICAL_DATA_GET object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.RateTblMonitor) – command class module instanceargs (
st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args) – command-specific arguments
- Return type:
st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGet
- class st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1: st.zwave.Command¶
v1 RATE_TBL_HISTORICAL_DATA_GET
- cmd_class: number¶
0x49
- cmd_id: number¶
0x09
- version: number¶
1
- args: st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 RATE_TBL_HISTORICAL_DATA_GET object.
- Parameters:
module (
st.zwave.CommandClass.RateTblMonitor) – command class module instanceargs (
st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args) – command-specific arguments
- serialize()¶
Serialize v1 RATE_TBL_HISTORICAL_DATA_GET arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 RATE_TBL_HISTORICAL_DATA_GET payload.
- Returns:
deserialized arguments
- Return type:
st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args
- class st.zwave.CommandClass.RateTblMonitor.RateTblHistoricalDataGetV1Args¶
- maximum_reports: integer¶
[0,255]
- rate_parameter_set_id: integer¶
[0,255]
- dataset_requested: integer¶
[0,16777215]
- start_year: integer¶
[0,65535]
- start_month: integer¶
[0,255]
- start_day: integer¶
[0,255]
- start_hour_local_time: integer¶
[0,255]
- start_minute_local_time: integer¶
[0,255]
- start_second_local_time: integer¶
[0,255]
- stop_year: integer¶
[0,65535]
- stop_month: integer¶
[0,255]
- stop_day: integer¶
[0,255]
- stop_hour_local_time: integer¶
[0,255]
- stop_minute_local_time: integer¶
[0,255]
- stop_second_local_time: integer¶
[0,255]