Skip to content

Commit

Permalink
Update powerstream.py (#317)
Browse files Browse the repository at this point in the history
Corrected typo "disharge" to "discharge" in commented code
  • Loading branch information
Dev-Fabry committed Sep 5, 2024
1 parent 28d354e commit c1a4915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def sensors(self, client: EcoflowApiClient) -> list[BaseSensorEntity]:
def numbers(self, client: EcoflowApiClient) -> list[BaseNumberEntity]:
return [
# These will likely be some form of serialised data rather than JSON will look into it later
# MinBatteryLevelEntity(client, self, "lowerLimit", "Min Disharge Level", 50, 100,
# MinBatteryLevelEntity(client, self, "lowerLimit", "Min Discharge Level", 50, 100,
# lambda value: {"moduleType": 0, "operateType": "TCP",
# "params": {"id": 00, "lowerLimit": value}}),
# MaxBatteryLevelEntity(client, self, "upperLimit", "Max Charge Level", 0, 30,
Expand Down

0 comments on commit c1a4915

Please sign in to comment.