Commit 9311d74628b4e99e3f0bc6a8798dcf8c34ca0281

Authored by Jeroen88
1 parent 147536fe

Remove °C unit from OTC curve parameter

Showing 1 changed file with 1 additions and 1 deletions
src/EasyOpenTherm.h
... ... @@ -147,7 +147,7 @@ public:
147 147 OTC_CURVE_BOUNDS = 50, // s8, s8 Upper / lower bound
148 148 DHW_SETPOINT = 56, // f8.8 Domestic hot water temperature setpoint (Remote parameter 1) (°C)
149 149 MAX_CH_WATER_SETPOINT = 57, // f8.8 Maximum allowable CH water setpoint (Remote parameter 2) (°C)
150   - OTC_CURVE_RATIO = 58, // f8.8 OTC heat curve ratio (Remote parameter 3) (°C)
  150 + OTC_CURVE_RATIO = 58, // f8.8 OTC heat curve ratio (Remote parameter 3)
151 151  
152 152 // Class 6 : Transparent Secondary Parameters
153 153 NUMBER_OF_TSPS = 10, // u8, u8 Number of transparent-secondary-parameter supported by the secondary device, -Reserved-
... ...