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 9ad4172 commit 2703ad6Copy full SHA for 2703ad6
src/pysmartthings/models.py
@@ -143,6 +143,7 @@ class Category(StrEnum):
143
OTHER = "Other"
144
OTHERS = "Others"
145
OVEN = "Oven"
146
+ POWER_MEASUREMENT_SENSOR = "PowerMeasurementSensor"
147
POWER_METER = "PowerMeter"
148
PRESENCE_SENSOR = "PresenceSensor"
149
PRESENCE_SENSOR_2 = "Presence Sensor"
@@ -169,6 +170,7 @@ class Category(StrEnum):
169
170
SMART_MONITOR = "SmartMonitor"
171
SMART_PLUG = "SmartPlug"
172
SMOKE_DETECTOR = "SmokeDetector"
173
+ SMOKE_DETECTOR_2 = "Smoke Detector"
174
SOLAR_PANEL = "SolarPanel"
175
SOUND_SENSOR = "SoundSensor"
176
SOUND_MACHINE = "SoundMachine"
0 commit comments