rename gauges

This commit is contained in:
Alex Janka 2024-01-13 17:43:24 +11:00
parent aab1a7f2a7
commit 78fdf7a08d

View file

@ -1,10 +1,10 @@
pub const CHARGE_CONTROLLER_LABEL: &str = "charge_controller"; pub const CHARGE_CONTROLLER_LABEL: &str = "charge_controller";
pub const PL_LABEL: &str = "pl_device"; pub const PL_LABEL: &str = "pl_device";
pub const BATTERY_VOLTAGE: &str = "pl_battery_voltage"; pub const BATTERY_VOLTAGE: &str = "battery_voltage";
pub const TARGET_VOLTAGE: &str = "pl_target_voltage"; pub const TARGET_VOLTAGE: &str = "target_voltage";
pub const INPUT_CURRENT: &str = "pl_internal_charge_current"; pub const INPUT_CURRENT: &str = "input_current";
pub const CHARGE_STATE: &str = "pl_regulator"; pub const CHARGE_STATE: &str = "charge_state";
pub const PL_DUTY_CYCLE: &str = "pl_duty_cycle"; pub const PL_DUTY_CYCLE: &str = "pl_duty_cycle";
pub const PL_LOAD_CURRENT: &str = "pl_internal_load_current"; pub const PL_LOAD_CURRENT: &str = "pl_internal_load_current";