From 407191b72c097534847873a60ca7cb080327adb9 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 27 Jun 2024 15:12:06 +0200 Subject: [PATCH] added comment --- src/analogsensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analogsensor.h b/src/analogsensor.h index 77f17b229..43655606b 100644 --- a/src/analogsensor.h +++ b/src/analogsensor.h @@ -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;