mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Prevent adding an OnOff switch when not intended (#19844)
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@ export class FanDeviceType extends BaseDeviceType {
|
||||
|
||||
override defaultClusterValues() {
|
||||
return {
|
||||
fanControl: { ...CustomFanControlServer.DEFAULTS },
|
||||
onOff: { ...CustomOnOffServer.DEFAULTS },
|
||||
fanControl: { ...CustomFanControlServer.DEFAULTS }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user