Skip to content

Commit

Permalink
change the log message when sending raw command
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Feb 5, 2024
1 parent d78a4c8 commit dbf7575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/WebServer/WebServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ def rest_raw_zigbee(self, verb, data, parameters):
'timestamp': time.time()
}

self.logging( "Log","Sending request to coordinator %s" % ( data))
self.logging( "Log","Sending request to coordinator %s for target %s" % ( data, target_address))
self.ControllerLink.sendData( "RAW-COMMAND", data, NwkId=int(target_address,16), sqn=int(sqn,16), ackIsDisabled=ack_Is_Disabled )

return _response
Expand Down

0 comments on commit dbf7575

Please sign in to comment.