Skip to content

Commit 5f56d04

Browse files
jdandrewschingon007
authored andcommitted
Added Diva switch to device discovery (openhab#18107)
Signed-off-by: Jerry Andrews <[email protected]> Signed-off-by: chingon007 <[email protected]>
1 parent cce89c7 commit 5f56d04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundles/org.openhab.binding.lutron/src/main/java/org/openhab/binding/lutron/internal/discovery/LeapDeviceDiscoveryService.java

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void processDeviceDefinitions(List<Device> deviceList) {
9393
break;
9494
case "WallSwitch":
9595
case "PlugInSwitch":
96+
case "DivaSmartSwitch":
9697
notifyDiscovery(THING_TYPE_SWITCH, deviceId, label);
9798
break;
9899
case "CasetaFanSpeedController":

0 commit comments

Comments
 (0)