From a5cfad26b01383ea3a4c56c3967f2bf60f452e7c Mon Sep 17 00:00:00 2001 From: Patrck Pichon Date: Wed, 22 Aug 2018 08:39:07 +0200 Subject: [PATCH] move to Debug level in MajDomoDevice --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 0f5f18693..28f6c609b 100644 --- a/plugin.py +++ b/plugin.py @@ -1388,7 +1388,7 @@ def FreeUnit(self) : return FreeUnit def MajDomoDevice(self,DeviceID,Ep,clusterID,value) : - Domoticz.Log("MajDomoDevice - Device ID : " + str(DeviceID) + " - Device EP : " + str(Ep) + " - Type : " + str(clusterID) + " - Value : " + str(value) ) + Domoticz.Debug("MajDomoDevice - Device ID : " + str(DeviceID) + " - Device EP : " + str(Ep) + " - Type : " + str(clusterID) + " - Value : " + str(value) ) x=0 Type=TypeFromCluster(clusterID) Domoticz.Debug("MajDomoDevice - Type = " + str(Type) )