rename gauges
This commit is contained in:
parent
aab1a7f2a7
commit
78fdf7a08d
|
@ -1,10 +1,10 @@
|
|||
pub const CHARGE_CONTROLLER_LABEL: &str = "charge_controller";
|
||||
pub const PL_LABEL: &str = "pl_device";
|
||||
|
||||
pub const BATTERY_VOLTAGE: &str = "pl_battery_voltage";
|
||||
pub const TARGET_VOLTAGE: &str = "pl_target_voltage";
|
||||
pub const INPUT_CURRENT: &str = "pl_internal_charge_current";
|
||||
pub const CHARGE_STATE: &str = "pl_regulator";
|
||||
pub const BATTERY_VOLTAGE: &str = "battery_voltage";
|
||||
pub const TARGET_VOLTAGE: &str = "target_voltage";
|
||||
pub const INPUT_CURRENT: &str = "input_current";
|
||||
pub const CHARGE_STATE: &str = "charge_state";
|
||||
|
||||
pub const PL_DUTY_CYCLE: &str = "pl_duty_cycle";
|
||||
pub const PL_LOAD_CURRENT: &str = "pl_internal_load_current";
|
||||
|
|
Loading…
Reference in a new issue