bmsd/bms.h

changeset 506
8ab0e87d579e
parent 505
c09b67fd8323
child 551
57cb71496a9a
--- 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;
 
 

mercurial