Skip to content

Commit 4165506

Browse files
authored
Added Diva switch to device discovery (openhab#18107)
Signed-off-by: Jerry Andrews <[email protected]>
1 parent c32bc32 commit 4165506

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)