From: Benjamin Braatz Date: Mon, 31 Jan 2022 22:41:50 +0000 (+0100) Subject: Adapt parameters. X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=a9d284c0407fcd61fe2c8f373c6d2b392650a858;p=graphit%2Fschaltschrank.git Adapt parameters. --- 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: