From 9c1c902e9728c1fe21d2dd62f7bcd9d7880765fa Mon Sep 17 00:00:00 2001 From: SzczepanLeon <75840303+SzczepanLeon@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:05:34 +0100 Subject: [PATCH] Small fix --- driver_fhkvdataiii.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver_fhkvdataiii.h b/driver_fhkvdataiii.h index f720047..cb8e5cf 100755 --- a/driver_fhkvdataiii.h +++ b/driver_fhkvdataiii.h @@ -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;