Skip to content

Commit

Permalink
#71: Getting temp units from message not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ballle98 committed May 1, 2024
1 parent c31493b commit 1962b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pda.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ bool process_pda_packet(unsigned char *packet, int length)
process_pda_packet_msg_long_equiptment_status(msg, index, false);
break;
case PM_SET_TEMP:
process_pda_packet_msg_long_set_temp(msg);
process_pda_packet_msg_long_set_temp(pda_m_line(index));
break;
case PM_SPA_HEAT:
process_pda_packet_msg_long_spa_heat(msg);
Expand All @@ -899,7 +899,7 @@ bool process_pda_packet(unsigned char *packet, int length)
process_pda_packet_msg_long_pool_heat(msg);
break;
case PM_FREEZE_PROTECT:
process_pda_packet_msg_long_freeze_protect(msg);
process_pda_packet_msg_long_freeze_protect(pda_m_line(index));
break;
case PM_AQUAPURE:
process_pda_packet_msg_long_SWG(index, msg);
Expand Down

0 comments on commit 1962b4e

Please sign in to comment.