mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Modbus rtu reading
This commit is contained in:
@@ -30,6 +30,8 @@ class SensorModbusClass : public SensorConvertingClass {
|
||||
} else {
|
||||
}
|
||||
|
||||
value = reqisterValue;
|
||||
|
||||
float valueFl = this->correction(key, value);
|
||||
eventGen(key, "");
|
||||
jsonWriteStr(configLiveJson, key, String(valueFl));
|
||||
|
||||
Reference in New Issue
Block a user