Skip to content

Commit

Permalink
move to Debug level in MajDomoDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Aug 22, 2018
1 parent 6c0491c commit a5cfad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) )
Expand Down

0 comments on commit a5cfad2

Please sign in to comment.