Skip to content

Commit 2703ad6

Browse files
authored
Add device categories (#484)
1 parent 9ad4172 commit 2703ad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pysmartthings/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class Category(StrEnum):
143143
OTHER = "Other"
144144
OTHERS = "Others"
145145
OVEN = "Oven"
146+
POWER_MEASUREMENT_SENSOR = "PowerMeasurementSensor"
146147
POWER_METER = "PowerMeter"
147148
PRESENCE_SENSOR = "PresenceSensor"
148149
PRESENCE_SENSOR_2 = "Presence Sensor"
@@ -169,6 +170,7 @@ class Category(StrEnum):
169170
SMART_MONITOR = "SmartMonitor"
170171
SMART_PLUG = "SmartPlug"
171172
SMOKE_DETECTOR = "SmokeDetector"
173+
SMOKE_DETECTOR_2 = "Smoke Detector"
172174
SOLAR_PANEL = "SolarPanel"
173175
SOUND_SENSOR = "SoundSensor"
174176
SOUND_MACHINE = "SoundMachine"

0 commit comments

Comments
 (0)