From d64b9c2b5eb24510ab15d50f61399e60d3d6ac47 Mon Sep 17 00:00:00 2001 From: Patrick Pichon Date: Sun, 15 Oct 2023 13:48:59 +0200 Subject: [PATCH] adding CPR412-E --- Modules/domoMaj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/domoMaj.py b/Modules/domoMaj.py index dd908127f..aa38a73aa 100644 --- a/Modules/domoMaj.py +++ b/Modules/domoMaj.py @@ -1184,7 +1184,7 @@ def MajDomoDevice(self, Devices, NWKID, Ep, clusterID, value, Attribute_="", Col # We do update only if this is a On/off UpdateDevice_v2(self, Devices, DeviceUnit, 1, "On", BatteryLevel, SignalLevel) - elif WidgetType == "VenetianInverted" and model_name in ( "PR412", "CPR412") and clusterID == "0006": + elif WidgetType == "VenetianInverted" and model_name in ( "PR412", "CPR412", "CPR412-E") and clusterID == "0006": self.log.logging( "Widget", "Debug", "--++-> %s/%s ClusterType: %s Updating %s Value: %s" % (NWKID, Ep, ClusterType, WidgetType, value), NWKID, ) # nValue will depends if we are on % or not if value == '01':