Skip to content

Commit

Permalink
Update driver_kamheat.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon authored Feb 21, 2024
1 parent fa7135a commit 77fee40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion driver_kamheat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct Kamheat: Driver
add_to_map(ret_val, "total_energy_consumption_kwh", this->get_040F(telegram));
add_to_map(ret_val, "total_energy_consumption_kwh", this->get_total_energy_consumption_kwh(telegram));
add_to_map(ret_val, "volume_flow_lh", this->get_043B(telegram));
add_to_map(ret_val, "volume_flow_lh", this->get_023B(telegram));
add_to_map(ret_val, "volume_flow_lh", this->get_volume_flow_lh(telegram));
// add_to_map(ret_val, "total_forward_energy_m3c", this->get_04FF07(telegram));
// add_to_map(ret_val, "total_return_energy_m3c", this->get_04FF08(telegram));
Expand Down Expand Up @@ -125,4 +126,4 @@ struct Kamheat: Driver
// }
// return ret_val;
// };
};
};

0 comments on commit 77fee40

Please sign in to comment.