We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10a36e commit b3010d7Copy full SHA for b3010d7
hubitatmaker/const.py
@@ -1,4 +1,6 @@
1
CAP_ALARM = "Alarm"
2
+CAP_CARBON_DIOXIDE = "CarbonDioxideMeasurement"
3
+CAP_CARBON_MONOXIDE = "CarbonMonoxideDetector"
4
CAP_COLOR_CONTROL = "ColorControl"
5
CAP_COLOR_MODE = "ColorMode"
6
CAP_COLOR_TEMP = "ColorTemperature"
@@ -32,6 +34,7 @@
32
34
ATTR_ACCELERATION = "acceleration"
33
35
ATTR_ALARM = "alarm"
36
ATTR_BATTERY = "battery"
37
+ATTR_CARBON_DIOXIDE = "carbonDioxide"
38
ATTR_CARBON_MONOXIDE = "carbonMonoxide"
39
ATTR_CODE_CHANGED = "codeChanged"
40
ATTR_CODE_LENGTH = "codeLength"
0 commit comments