Expand description
Matter TLV encoders and decoders for Temperature Control Cluster Cluster ID: 0x0056
This file is automatically generated from TemperatureControl.xml
Functionsยง
- decode_
attribute_ json - Decode attribute value and return as JSON string
- decode_
max_ temperature - Decode MaxTemperature attribute (0x0002)
- decode_
min_ temperature - Decode MinTemperature attribute (0x0001)
- decode_
selected_ temperature_ level - Decode SelectedTemperatureLevel attribute (0x0004)
- decode_
step - Decode Step attribute (0x0003)
- decode_
supported_ temperature_ levels - Decode SupportedTemperatureLevels attribute (0x0005)
- decode_
temperature_ setpoint - Decode TemperatureSetpoint attribute (0x0000)
- encode_
command_ json - encode_
set_ temperature - Encode SetTemperature command (0x00)
- get_
attribute_ list - Get list of all attributes supported by this cluster
- get_
command_ list - get_
command_ name - get_
command_ schema - read_
max_ temperature - Read
MaxTemperatureattribute from clusterTemperature Control. - read_
min_ temperature - Read
MinTemperatureattribute from clusterTemperature Control. - read_
selected_ temperature_ level - Read
SelectedTemperatureLevelattribute from clusterTemperature Control. - read_
step - Read
Stepattribute from clusterTemperature Control. - read_
supported_ temperature_ levels - Read
SupportedTemperatureLevelsattribute from clusterTemperature Control. - read_
temperature_ setpoint - Read
TemperatureSetpointattribute from clusterTemperature Control. - set_
temperature - Invoke
SetTemperaturecommand on clusterTemperature Control.