@@ -750,7 +750,7 @@ class CircleClockSetRequest(PlugwiseRequest):
750750 _identifier = b"0016"
751751 _reply_identifier = b"0000"
752752
753- def __init__ (
753+ def __init__ ( #pylint: disable=too-many-arguments
754754 self ,
755755 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
756756 mac : bytes ,
@@ -1083,7 +1083,7 @@ class NodeAddToGroupRequest(PlugwiseRequest):
10831083 _identifier = b"0045"
10841084 _reply_identifier = b"0000"
10851085
1086- def __init__ (
1086+ def __init__ ( #pylint: disable=too-many-arguments
10871087 self ,
10881088 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
10891089 mac : bytes ,
@@ -1231,7 +1231,7 @@ class NodeSleepConfigRequest(PlugwiseRequest):
12311231 _identifier = b"0050"
12321232 _reply_identifier = b"0000"
12331233
1234- def __init__ (
1234+ def __init__ ( #pylint: disable=too-many-arguments
12351235 self ,
12361236 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
12371237 mac : bytes ,
@@ -1283,7 +1283,6 @@ class NodeSelfRemoveRequest(PlugwiseRequest):
12831283 <argument name="macId" length="16"/>
12841284 </arguments>
12851285 </command>
1286-
12871286 """
12881287
12891288 _identifier = b"0051"
@@ -1403,7 +1402,7 @@ class ScanConfigureRequest(PlugwiseRequest):
14031402 _identifier = b"0101"
14041403 _reply_identifier = b"0100"
14051404
1406- def __init__ (
1405+ def __init__ ( #pylint: disable=too-many-arguments
14071406 self ,
14081407 send_fn : Callable [[PlugwiseRequest , bool ], Awaitable [PlugwiseResponse | None ]],
14091408 mac : bytes ,
0 commit comments