From e15387b1ff7dfff1afce02532fa7377b2f52ab91 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 7 May 2024 19:41:07 +0200 Subject: [PATCH] fix modbus trace --- app/src/gen3/talent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/gen3/talent.py b/app/src/gen3/talent.py index 1534446..45eb081 100644 --- a/app/src/gen3/talent.py +++ b/app/src/gen3/talent.py @@ -395,7 +395,7 @@ class Talent(Message): self.modbus_elms = 0 for key, update in self.mb.recv_resp(self.db, self._recv_buffer[ self.header_len + hdr_len:self.header_len+self.data_len], - self.new_data): + self.node_id): if update: self.new_data[key] = True self.modbus_elms += 1