revertiing pool changes

This commit is contained in:
Robin Müller 2020-08-02 15:48:09 +02:00
parent a0ff1e0019
commit 2e08037e75

View File

@ -204,7 +204,7 @@ ReturnValue_t DeviceHandlerBase::initialize() {
//Set temperature target state to NON_OP.
DataSet mySet;
dp_int8_t thermalRequest(deviceThermalRequestPoolId, &mySet,
db_int8_t thermalRequest(deviceThermalRequestPoolId, &mySet,
PoolVariableIF::VAR_WRITE);
mySet.read();
thermalRequest = ThermalComponentIF::STATE_REQUEST_NON_OPERATIONAL;