Bugfix Amperehours trending

This commit is contained in:
Carsten Schmiemann 2022-02-15 10:10:51 +00:00
parent ac6c06dfb3
commit bfb90ea7f4
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