Skip to content

Commit

Permalink
Add light icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Jul 28, 2024
1 parent fc81560 commit 5c3e7ff
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion BridgeEmulator/lights/light_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,22 @@
"plug":"plug",
"huecentris":"hue_centris",
"huelightstriptv":"hue_lightstrip_tv",
"huesigne":"hue_signe"
"huesigne":"hue_signe",
"unknownarchetype":"unknown_archetype",
"vintagecandlebulb":"vintage_candle_bulb",
"ellipsebulb":"ellipse_bulb",
"trianglebulb":"triangle_bulb",
"smallglobebulb":"small_globe_bulb",
"largeglobebulb":"large_globe_bulb",
"edisonbulb":"edison_bulb",
"stringlight":"string_light",
"huelightstrippc":"hue_lightstrip_pc",
"huetube":"hue_tube",
"pendantspot":"pendant_spot",
"ceilinghorizontal":"ceiling_horizontal",
"ceilingtube":"ceiling_tube",
"upanddown":"up_and_down",
"upanddownup":"up_and_down_up",
"upanddowndown":"up_and_down_down",
"huefloodlightcamera":"hue_floodlight_camera"
}

0 comments on commit 5c3e7ff

Please sign in to comment.