File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
from .ginlong_const import *
8
8
9
9
# VERSION
10
- VERSION = '0.1.6 '
10
+ VERSION = '0.1.7 '
11
11
12
12
STRING_COUNT = 'dcStringCount'
13
13
STRING_LISTS = [
28
28
INVERTER_ENERGY_THIS_YEAR_STR = 'energyThisYearUnit'
29
29
INVERTER_ENERGY_TOTAL_LIFE_STR = 'energyTotalLifeUnit'
30
30
BAT_POWER_STR = 'batteryPowerUnit'
31
+ BAT_DAILY_ENERGY_CHARGED_STR = 'batteryTodayChargeEnergyUnit'
32
+ BAT_DAILY_ENERGY_DISCHARGED_STR = 'batteryTodayDischargeEnergyUnit'
33
+ BAT_MONTHLY_ENERGY_CHARGED_STR = 'batteryMonthChargeEnergyUnit'
34
+ BAT_MONTHLY_ENERGY_DISCHARGED_STR = 'batteryMonthDischargeEnergyUnit'
35
+ BAT_YEARLY_ENERGY_CHARGED_STR = 'batteryYearChargeEnergyUnit'
36
+ BAT_YEARLY_ENERGY_DISCHARGED_STR = 'batteryYearDischargeEnergyUnit'
31
37
BAT_TOTAL_ENERGY_CHARGED_STR = 'batteryTotalChargeEnergyUnit'
32
38
BAT_TOTAL_ENERGY_DISCHARGED_STR = 'batteryTotalDischargeEnergyUnit'
33
39
BAT_CURRENT_STR = 'batteryCurrentUnit'
You can’t perform that action at this time.
0 commit comments