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:
af64d91
)
Read out more registers.
master
author
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 21 Apr 2022 08:51:03 +0000
(10:51 +0200)
committer
Benjamin Braatz
<bb@bbraatz.eu>
Thu, 21 Apr 2022 08:51:03 +0000
(10:51 +0200)
gmodbus/hitachi.py
patch
|
blob
|
history
diff --git
a/gmodbus/hitachi.py
b/gmodbus/hitachi.py
index 7088cfdbbb5846901cde4646c5476df15ea236ec..94ae6e4c57722de3b0dc89ddc417e70249e11699 100644
(file)
--- a/
gmodbus/hitachi.py
+++ b/
gmodbus/hitachi.py
@@
-11,9
+11,9
@@
class SJP1Fu():
def __init__(self, client: ClientInterface) -> None:
self.__protocol = DatatypesProtocol(client, SJP1FU_COILS, SJP1FU_REGISTERS)
def __init__(self, client: ClientInterface) -> None:
self.__protocol = DatatypesProtocol(client, SJP1FU_COILS, SJP1FU_REGISTERS)
- registers = [1
2015, 12220, 12222, 13015, 13021, 13022, 13023, 13024, 13026
,
- 1302
7, 13101, 13210, 13221, 14140, 14501, 15102, 15103, 15110
,
- 15112, 15114, 15116, 15118]
+ registers = [1
0502, 12015, 12220, 12222, 13015, 13021, 13022, 13023, 13024
,
+ 1302
6, 13027, 13101, 13110, 13210, 13221, 14140, 14501, 15102
,
+ 151
03, 15110, 151
12, 15114, 15116, 15118]
async def check_parameters(self) -> None:
for register in self.registers:
async def check_parameters(self) -> None:
for register in self.registers: