git.graph-it.com
/
graphit
/
schaltschrank.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fa379
)
Adapt parameters.
author
Benjamin Braatz
<bb@bbraatz.eu>
Mon, 31 Jan 2022 22:41:50 +0000
(23:41 +0100)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Mon, 31 Jan 2022 22:41:50 +0000
(23:41 +0100)
gmodbus/hitachi.py
patch
|
blob
|
history
diff --git
a/gmodbus/hitachi.py
b/gmodbus/hitachi.py
index fd3298e5903e8c7c0e95402100ef39f621883d50..fa172eec258aefaceb7a9d1abc91723dec797e1a 100644
(file)
--- a/
gmodbus/hitachi.py
+++ b/
gmodbus/hitachi.py
@@
-11,7
+11,7
@@
class SJP1Fu():
def __init__(self, client: ClientInterface) -> None:
self.__protocol = DatatypesProtocol(client, SJP1FU_COILS, SJP1FU_REGISTERS)
- parameters = [(12015, 1), (12220, 90), (13022, 2), (13023,
50
), (13024, 5),
+ parameters = [(12015, 1), (12220, 90), (13022, 2), (13023,
37
), (13024, 5),
(13110, 2), (14140, 1), (15102, 11), (15103, 4)]
async def check_parameters(self) -> None: