add grade period for temp sensors

This commit is contained in:
2024-12-13 17:25:58 +01:00
parent 6e6d2965f7
commit a7f6973efd
3 changed files with 24 additions and 17 deletions

View File

@ -14,10 +14,11 @@ typedef struct _TemperatureSensorLimit
} sTemperatureSensorLimit;
typedef struct _SensorSanityCheck
{
unsigned int status;
uint8_t status;
char name[MAX_ERROR_STRING_SIZE];
sTemperatureSensorLimit sSensorLimit;
float fSensorTemperatureLast;
uint32_t uUnchangedCounter;
GetSensorValue getSensor;
} sSensorSanityCheck;