mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-06 12:24:03 +01:00
Added Diva switch to device discovery (#18107)
Signed-off-by: Jerry Andrews <jerry@jrandrews.org>
This commit is contained in:
parent
c32bc32ee5
commit
41655062ad
@ -93,6 +93,7 @@ public class LeapDeviceDiscoveryService extends AbstractThingHandlerDiscoverySer
|
|||||||
break;
|
break;
|
||||||
case "WallSwitch":
|
case "WallSwitch":
|
||||||
case "PlugInSwitch":
|
case "PlugInSwitch":
|
||||||
|
case "DivaSmartSwitch":
|
||||||
notifyDiscovery(THING_TYPE_SWITCH, deviceId, label);
|
notifyDiscovery(THING_TYPE_SWITCH, deviceId, label);
|
||||||
break;
|
break;
|
||||||
case "CasetaFanSpeedController":
|
case "CasetaFanSpeedController":
|
||||||
|
Loading…
Reference in New Issue
Block a user