Commit 2b5c768b92413cbd7117484c6f955c54471b5fd0
1 parent
9dcfea64
Minor comment update
Showing
1 changed file
with
2 additions
and
2 deletions
src/EasyOpenTherm.h
| ... | ... | @@ -122,13 +122,13 @@ public: |
| 122 | 122 | SECONDARY_PRODUCT_VERSION = 127, // u8, u8 The secondary device product version number and type as defined by the manufacturer |
| 123 | 123 | |
| 124 | 124 | // Class 4 : Sensor and Informational Data |
| 125 | - RELATIVE_MODULATION_LEVEL = 17, // f8.8 Mandatory; Percent modulation between min and max modulation levels. i.e. 0% = Minimum modulation level and 100% = Maximum modulation level (%) | |
| 125 | + RELATIVE_MODULATION_LEVEL = 17, // f8.8 Mandatory for secondary to respond. Percent modulation between min and max modulation levels. i.e. 0% = Minimum modulation level and 100% = Maximum modulation level (%) | |
| 126 | 126 | CH_WATER_PRESSURE = 18, // f8.8 Water pressure of the boiler CH circuit (bar) |
| 127 | 127 | DHW_FLOW_RATE = 19, // f8.8 Water flow rate through the DHW circuit (l/min) |
| 128 | 128 | DAY_TIME = 20, // special, u8 Day of Week and Time of Day; special: bit 7,6,5 day of week (1=Monday, etc...., 0=no DoW info available); bit 4,3,2,1,0 hours, LSB is minutes |
| 129 | 129 | DATE = 21, // u8, u8 Calendar date: Month, Day of month |
| 130 | 130 | YEAR = 22, // u16 Calendar year; note : 1999-2099 will normally be sufficient |
| 131 | - BOILER_WATER_TEMP = 25, // f8.8 Mandatory; Flow water temperature from boiler (°C) | |
| 131 | + BOILER_WATER_TEMP = 25, // f8.8 Mandatory for secondary to respond; Flow water temperature from boiler (°C) | |
| 132 | 132 | DHW_TEMPERATURE = 26, // f8.8 Domestic hot water temperature (°C) |
| 133 | 133 | OUTSIDE_TEMPERATURE = 27, // f8.8 Outside air temperature (°C) |
| 134 | 134 | RETURN_WATER_TEMPERATURE = 28, // f8.8 Return water temperature to boiler (°C) | ... | ... |