Skip to content

Commit

Permalink
Merge pull request #26 from Cees-van-Beek/patch-1
Browse files Browse the repository at this point in the history
Make parameter 74 "ID_Einst_BWS_Hyst_akt" a Kelvin parameter and make it writable.
  • Loading branch information
Bouni authored Jan 10, 2022
2 parents 3b56faa + ffdd434 commit e2a0e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxtronik/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Parameters:
71: Unknown("ID_Einst_TVL_Std_8"),
72: Unknown("ID_Einst_TVL_Std_9"),
73: Unknown("ID_Einst_TVL_Std_10"),
74: Unknown("ID_Einst_BWS_Hyst_akt"),
74: Kelvin("ID_Einst_BWS_Hyst_akt", True),
75: Unknown("ID_Temp_TBW_BwHD_saved"),
76: Unknown("ID_Einst_ABT1_akt"),
77: Unknown("ID_Einst_LABTpaus_akt"),
Expand Down

0 comments on commit e2a0e12

Please sign in to comment.