mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
fix: opentherm polling interval reduced
This commit is contained in:
@@ -143,7 +143,7 @@ void setup() {
|
|||||||
tMqtt = new MqttTask(false, 500);
|
tMqtt = new MqttTask(false, 500);
|
||||||
Scheduler.start(tMqtt);
|
Scheduler.start(tMqtt);
|
||||||
|
|
||||||
tOt = new OpenThermTask(false, 1000);
|
tOt = new OpenThermTask(false, 750);
|
||||||
Scheduler.start(tOt);
|
Scheduler.start(tOt);
|
||||||
|
|
||||||
tSensors = new SensorsTask(true, EXT_SENSORS_INTERVAL);
|
tSensors = new SensorsTask(true, EXT_SENSORS_INTERVAL);
|
||||||
|
|||||||
Reference in New Issue
Block a user