mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
added comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user