Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/o…
Browse files Browse the repository at this point in the history
…rg/openhab/binding/mqtt/espmilighthub/internal/EspMilightHubBindingConstants.java


Signed-off-by: Matthew Skinner <matt@pcmus.com>

Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Matthew Skinner <matt@pcmus.com>
  • Loading branch information
Skinah and fwolter committed Dec 10, 2020
1 parent c6ca9a5 commit 836d3f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class EspMilightHubBindingConstants {
public static final ThingTypeUID THING_TYPE_FUT089 = new ThingTypeUID(BINDING_ID, "fut089");
public static final ThingTypeUID THING_TYPE_FUT091 = new ThingTypeUID(BINDING_ID, "fut091");

public static final Set<ThingTypeUID> SUPPORTED_THING_TYPES = new HashSet<ThingTypeUID>(Arrays.asList(
THING_TYPE_RGBW, THING_TYPE_RGB_CCT, THING_TYPE_FUT089, THING_TYPE_FUT091, THING_TYPE_CCT, THING_TYPE_RGB));
public static final Set<ThingTypeUID> SUPPORTED_THING_TYPES = Set.of(
THING_TYPE_RGBW, THING_TYPE_RGB_CCT, THING_TYPE_FUT089, THING_TYPE_FUT091, THING_TYPE_CCT, THING_TYPE_RGB);

// Channels
public static final String CHANNEL_LEVEL = "level";
Expand Down

0 comments on commit 836d3f3

Please sign in to comment.