Add protobuf for SEN5X state

This commit is contained in:
oscgonfer 2025-08-05 14:03:16 +02:00
parent e8544c529f
commit d5b96c77e1

View file

@ -797,3 +797,18 @@ message Nau7802Config {
*/
float calibrationFactor = 2;
}
/*
* SEN5X State, for saving to flash
*/
message SEN5XState {
/*
* Last cleaning time for SEN5X
*/
int32 last_cleaning_time = 1;
/*
* Last cleaning time for SEN5X - valid flag
*/
bool last_cleaning_valid = 2;
}