Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
re-added support for dimmable plug-in units (#1913)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and maggu2810 committed Jul 25, 2016
1 parent 53c5318 commit 09e954e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public class HueLightDiscoveryService extends AbstractDiscoveryService implement
.put("dimmable_light", "0100")
.put("color_light", "0200")
.put("extended_color_light", "0210")
.put("color_temperature_light", "0220").build();
.put("color_temperature_light", "0220")
.put("dimmable_plug_in_unit", "0100").build();
// @formatter:on

private HueBridgeHandler hueBridgeHandler;
Expand Down

0 comments on commit 09e954e

Please sign in to comment.