diff -r c09b67fd8323 -r 8ab0e87d579e bmsd/bms.h --- a/bmsd/bms.h Fri Oct 11 13:38:31 2019 +0200 +++ b/bmsd/bms.h Fri Oct 11 21:04:48 2019 +0200 @@ -273,6 +273,7 @@ } sys_co2meter_list; + /** * @brief Strcuture holding a co2 pressure log entry. */ @@ -283,9 +284,9 @@ char *product_name; ///< Product name float temperature; ///< Temperature float pressure; ///< Pressure - char *co2meter_uuid; ///< Unit uuid - char *co2meter_node; ///< Unit node - char *co2meter_alias; ///< Unit alias + char *uuid; ///< Unit uuid + char *node; ///< Unit node + char *alias; ///< Unit alias } co2pressure_log;