mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 18:54:28 +05:00
fix: fixed reading exhaust gas temperature
This commit is contained in:
@@ -669,7 +669,7 @@ protected:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
vars.temperatures.exhaust = CustomOpenTherm::getFloat(response);
|
vars.temperatures.exhaust = this->instance->fromS16(response);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user