From a9d284c0407fcd61fe2c8f373c6d2b392650a858 Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Mon, 31 Jan 2022 23:41:50 +0100 Subject: [PATCH] Adapt parameters. --- gmodbus/hitachi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmodbus/hitachi.py b/gmodbus/hitachi.py index fd3298e..fa172ee 100644 --- 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: -- 2.34.1