Skip to content

Commit

Permalink
Correct typo: max_rel_modularion
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jan 27, 2024
1 parent ff8a10e commit 24487a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ramses_rf/device/heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
SZ_DHW_FLOW_RATE: Final[str] = "dhw_flow_rate"
SZ_DHW_SETPOINT: Final[str] = "dhw_setpoint"
SZ_DHW_TEMP: Final[str] = "dhw_temp"
SZ_MAX_REL_MODULATION: Final[str] = "max_rel_modularion"
SZ_MAX_REL_MODULATION: Final[str] = "max_rel_modulation"
SZ_OEM_CODE: Final[str] = "oem_code"
SZ_OUTSIDE_TEMP: Final[str] = "outside_temp"
SZ_REL_MODULATION_LEVEL: Final[str] = "rel_modulation_level"
Expand Down

0 comments on commit 24487a5

Please sign in to comment.