diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-08-30 15:57:58 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-08-30 21:10:51 +0300 |
commit | 765bb8d8c416e6ceaedad0aa261dd05617335d29 (patch) | |
tree | 5d3280f12f6c75efe221f5cd7b472d412c2bfc16 /src/home/inverter/__init__.py | |
parent | 4ed7e6859a6764fec09720d6b51a69a017ccd03f (diff) |
inverter: a/c input mode switching
Diffstat (limited to 'src/home/inverter/__init__.py')
-rw-r--r-- | src/home/inverter/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/home/inverter/__init__.py b/src/home/inverter/__init__.py index b184580..374bc7b 100644 --- a/src/home/inverter/__init__.py +++ b/src/home/inverter/__init__.py @@ -2,7 +2,8 @@ from .monitor import ( ChargingEvent, InverterMonitor, BatteryState, - BatteryPowerDirection + BatteryPowerDirection, + ACMode ) from .inverter_wrapper import wrapper_instance from .util import beautify_table |