Skip to content

Commit

Permalink
move a log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 30, 2023
1 parent 9ccbc5b commit 55bd8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/domoticzAbstractLayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def domo_update_api(self, Devices, DeviceID_, Unit_, nValue, sValue, SignalLevel
update_params['Color'] = Color

# Perform the update with the defined parameters
self.log.logging("AbstractDz", "Log", "domo_update_api: update_params %s" %(update_params))
self.log.logging("AbstractDz", "Debug", "domo_update_api: update_params %s" %(update_params))

Devices[Unit_].Update(**update_params)

Expand Down

0 comments on commit 55bd8c6

Please sign in to comment.