Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon authored Jan 6, 2024
1 parent 79dc510 commit 9c1c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_fhkvdataiii.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct FhkvdataIII: Driver

add_to_map(ret_val, "current_hca", this->get_current_hca(telegram));
add_to_map(ret_val, "previous_hca", this->get_previous_hca(telegram));
add_to_map(ret_val, "temp_room_c", this-get_temp_room_c(telegram));
add_to_map(ret_val, "temp_room_c", this->get_temp_room_c(telegram));

if (ret_val.size() > 0) {
return ret_val;
Expand Down

0 comments on commit 9c1c902

Please sign in to comment.