Skip to content

Commit

Permalink
Merge 99f99cf into 30030fb
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga committed May 20, 2019
2 parents 30030fb + 99f99cf commit aa8e9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy/zcl/clusters/hvac.py
Expand Up @@ -89,7 +89,7 @@ class Thermostat(Cluster):
0x0040: ('ac_type', t.enum8),
0x0041: ('ac_capacity', t.uint16_t),
0x0042: ('ac_refrigerant_type', t.enum8),
0x0043: ('ac_conpressor_type', t.enum8),
0x0043: ('ac_compressor_type', t.enum8),
0x0044: ('ac_error_code', t.bitmap32),
0x0045: ('ac_louver_position', t.enum8),
0x0046: ('ac_coll_temp', t.int16s),
Expand Down

0 comments on commit aa8e9a0

Please sign in to comment.