We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20662ea commit 229a1f4Copy full SHA for 229a1f4
include/gridcharger/huawei/Controller.h
@@ -29,7 +29,6 @@ typedef struct RectifierParameters {
29
float max_output_current;
30
float output_power;
31
float output_temp;
32
- float amp_hour;
33
} RectifierParameters_t;
34
35
class Controller {
webapp/src/types/HuaweiDataStatus.ts
@@ -14,5 +14,4 @@ export interface Huawei {
14
max_output_current: ValueObject;
15
output_power: ValueObject;
16
output_temp: ValueObject;
17
- amp_hour: ValueObject;
18
}
0 commit comments