Skip to content

Commit

Permalink
Merge pull request #419 from abmantis/fix_ext_thermostat
Browse files Browse the repository at this point in the history
Fix missing ext. thermostat setting for EBLA-EDLA
  • Loading branch information
raomin authored Dec 11, 2024
2 parents 1cd1672 + 93c7daa commit 9719e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/def/Altherma(EBLA-EDLA D series 4-8kW Monobloc).h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ LabelDef labelDefs[] = {
//{0x60,0,304,1,-1,"Data Enable/Disable"},
//{0x60,1,152,1,-1,"Indoor Unit Address"},
//{0x60,2,315,1,-1,"I/U operation mode"},
//{0x60,2,303,1,-1,"Thermostat ON/OFF"},
//{0x60,2,303,1,-1,"Ext. Thermostat ON/OFF"},
//{0x60,2,302,1,-1,"Freeze Protection"},
//{0x60,2,301,1,-1,"Silent Mode"},
//{0x60,2,300,1,-1,"Freeze Protection for water piping"},
Expand Down
2 changes: 1 addition & 1 deletion include/def/Altherma(EBLA-EDLA D series 9-16kW Monobloc).h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ LabelDef labelDefs[] = {
//{0x60,0,304,1,-1,"Data Enable/Disable"},
//{0x60,1,152,1,-1,"Indoor Unit Address"},
//{0x60,2,315,1,-1,"I/U operation mode"},
//{0x60,2,303,1,-1,"Thermostat ON/OFF"},
//{0x60,2,303,1,-1,"Ext. Thermostat ON/OFF"},
//{0x60,2,302,1,-1,"Freeze Protection"},
//{0x60,2,301,1,-1,"Silent Mode"},
//{0x60,2,300,1,-1,"Freeze Protection for water piping"},
Expand Down

0 comments on commit 9719e6e

Please sign in to comment.