finalize tank state logging
This commit is contained in:
@@ -137,8 +137,16 @@ pub enum LogMessage {
|
||||
LowVoltage,
|
||||
#[strum(serialize = "Error communicating with battery!! ${txt_long}")]
|
||||
BatteryCommunicationError,
|
||||
#[strum(serialize = "Tank sensor raw ${number_a} percent ${number_b}")]
|
||||
SensorTankRaw,
|
||||
#[strum(serialize = "Tank water level cricial! Refill tank!")]
|
||||
TankWaterLevelLow,
|
||||
#[strum(serialize = "Tank sensor hardware error: ${txt_long}")]
|
||||
TankSensorBoardError,
|
||||
#[strum(serialize = "Tank sensor not present, raw voltage measured = ${number_a} mV")]
|
||||
TankSensorMissing,
|
||||
#[strum(
|
||||
serialize = "Tank sensor value out of range, min = ${number_a}%, max = ${number_b}%, value = ${text_short}%"
|
||||
)]
|
||||
TankSensorValueRangeError,
|
||||
#[strum(
|
||||
serialize = "raw measure unscaled ${number_a} hz ${number_b}, plant ${txt_short} sensor ${txt_long}"
|
||||
)]
|
||||
|
Reference in New Issue
Block a user