Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Changed last unnecessary log statement to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylian94 committed Aug 10, 2019
1 parent 405db36 commit a0c53a7
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 @@ -172,7 +172,7 @@ def onStop(self):

def onConnect(self, Connection, Status, Description):
if (Status == 0):
Domoticz.Log("Connected to SEMS portal API successfully.")
Domoticz.Debug("Connected to SEMS portal API successfully.")
self.startDeviceUpdate(Connection)
else:
Domoticz.Log("Failed to connect (" + str(Status) + ") to: " + Parameters["Address"] + ":" + Parameters[
Expand Down

0 comments on commit a0c53a7

Please sign in to comment.