Skip to content

Commit b3010d7

Browse files
committed
Add CO2 constants
1 parent f10a36e commit b3010d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hubitatmaker/const.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CAP_ALARM = "Alarm"
2+
CAP_CARBON_DIOXIDE = "CarbonDioxideMeasurement"
3+
CAP_CARBON_MONOXIDE = "CarbonMonoxideDetector"
24
CAP_COLOR_CONTROL = "ColorControl"
35
CAP_COLOR_MODE = "ColorMode"
46
CAP_COLOR_TEMP = "ColorTemperature"
@@ -32,6 +34,7 @@
3234
ATTR_ACCELERATION = "acceleration"
3335
ATTR_ALARM = "alarm"
3436
ATTR_BATTERY = "battery"
37+
ATTR_CARBON_DIOXIDE = "carbonDioxide"
3538
ATTR_CARBON_MONOXIDE = "carbonMonoxide"
3639
ATTR_CODE_CHANGED = "codeChanged"
3740
ATTR_CODE_LENGTH = "codeLength"

0 commit comments

Comments
 (0)