Skip to content

Commit 229a1f4

Browse files
committed
huawei grid charger: remove unused parameter
1 parent 20662ea commit 229a1f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/gridcharger/huawei/Controller.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ typedef struct RectifierParameters {
2929
float max_output_current;
3030
float output_power;
3131
float output_temp;
32-
float amp_hour;
3332
} RectifierParameters_t;
3433

3534
class Controller {

webapp/src/types/HuaweiDataStatus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ export interface Huawei {
1414
max_output_current: ValueObject;
1515
output_power: ValueObject;
1616
output_temp: ValueObject;
17-
amp_hour: ValueObject;
1817
}

0 commit comments

Comments
 (0)