Skip to content

Commit

Permalink
version 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Aug 25, 2024
1 parent 8aba24f commit 0c732e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pypowerwall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
from typing import Union, Optional
import time

version_tuple = (0, 10, 9)
version_tuple = (0, 10, 10)
version = __version__ = '%d.%d.%d' % version_tuple
__author__ = 'jasonacox'

Expand Down Expand Up @@ -844,7 +844,7 @@ def set_grid_charging(self, mode) -> Optional[dict]:
Enable or disable grid charging
Args:
enabled: Set to True to enable grid charging, False to disable it
mode: Set to True to enable grid charging, False to disable it
Returns:
Dictionary with operation results.
Expand All @@ -865,7 +865,7 @@ def set_grid_export(self, mode: str) -> Optional[dict]:
Set grid export mode
Args:
mode: Set grid export mode (battery_ok, pv_only, or never)
mode: Set grid export mode (battery_ok, pv_only, or never)
Returns:
Dictionary with operation results.
Expand Down

0 comments on commit 0c732e9

Please sign in to comment.