mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-26 21:49:19 +08:00
match the unit number in the response to the one in the request
This commit is contained in:
parent
8819d68ea0
commit
4d76699419
|
|
@ -86,6 +86,7 @@ class SimpleServer(Client):
|
||||||
# match the transaction information
|
# match the transaction information
|
||||||
resp.pduDestination = req.pduSource
|
resp.pduDestination = req.pduSource
|
||||||
resp.mpduTransactionID = req.mpduTransactionID
|
resp.mpduTransactionID = req.mpduTransactionID
|
||||||
|
resp.mpduUnitID = req.mpduUnitID
|
||||||
_commlog.debug("<<< %r %r", resp.pduDestination, resp)
|
_commlog.debug("<<< %r %r", resp.pduDestination, resp)
|
||||||
|
|
||||||
# send the response back
|
# send the response back
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user