Skip to content

Commit

Permalink
Merge pull request #157 from nlz242/feature/support-whitebulb-as-a-light
Browse files Browse the repository at this point in the history
Add missing device type WhiteBulb
  • Loading branch information
ic-dev21 authored Dec 21, 2023
2 parents e124f54 + ee765f6 commit 6f35631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhilo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
HILO_DEVICE_TYPES: Final = {
"ChargingPoint": "Sensor",
"ColorBulb": "Light",
"WhiteBulb": "Light",
"Gateway": "Sensor",
"IndoorWeatherStation": "Sensor",
"LightDimmer": "Light",
Expand Down

0 comments on commit 6f35631

Please sign in to comment.