We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50797c4 commit b551c7fCopy full SHA for b551c7f
growattServer/open_api_v1.py
@@ -1777,7 +1777,11 @@ def read_parameter(
1777
def common_write_time_segment(
1778
self,
1779
command: str,
1780
- params: "OpenApiV1.TimeSegmentParams | OpenApiV1.MixAcDischargeTimeParams | OpenApiV1.MixAcChargeTimeParams",
+ params: (
1781
+ "OpenApiV1.TimeSegmentParams | "
1782
+ "OpenApiV1.MixAcDischargeTimeParams | "
1783
+ "OpenApiV1.MixAcChargeTimeParams"
1784
+ ),
1785
) -> dict:
1786
"""Write a time segment parameter to the device."""
1787
return self._api.write_time_segment(
0 commit comments