added comment

This commit is contained in:
proddy
2024-06-27 15:12:06 +02:00
parent 2097e8e271
commit 407191b72c

View File

@@ -101,7 +101,7 @@ class AnalogSensor {
double factor_;
uint8_t uom_;
double value_; // double because of the factor is a double
int8_t type_;
int8_t type_; // one of the AnalogType enum
};
AnalogSensor() = default;