Bugfix Amperehours trending

This commit is contained in:
Carsten Schmiemann 2022-02-15 10:13:08 +00:00
parent ce9e4ea7e0
commit 472161cff7
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ then
DC_Load_Current.persist("influxdb")
DC_Load_Power.persist("influxdb")
DC_Load_Watthours.persist("influxdb")
DC_Load_Watthours.persist("influxdb")
DC_Load_Amperehours.persist("influxdb")
}
end