1
0
mirror of https://github.com/JoelBender/modpypes synced 2025-10-12 21:15:10 +08:00

match the unit number in the response to the one in the request

This commit is contained in:
Joel Bender 2017-08-10 22:37:04 -04:00
parent 8819d68ea0
commit 4d76699419

View File

@ -86,6 +86,7 @@ class SimpleServer(Client):
# match the transaction information
resp.pduDestination = req.pduSource
resp.mpduTransactionID = req.mpduTransactionID
resp.mpduUnitID = req.mpduUnitID
_commlog.debug("<<< %r %r", resp.pduDestination, resp)
# send the response back