main/config.h

changeset 9
a85995941d0d
parent 8
c6bbd1380f22
child 16
e38ffa806e84
equal deleted inserted replaced
8:c6bbd1380f22 9:a85995941d0d
163 /** 163 /**
164 * @brief Records that describes the carbonation units, 164 * @brief Records that describes the carbonation units,
165 */ 165 */
166 typedef struct strUnit { 166 typedef struct strUnit {
167 char uuid[37]; ///< Unit uuid 167 char uuid[37]; ///< Unit uuid
168 char product_uuid[37]; ///< Beer product uuid
169 char product_code[33]; ///< Beer product code
170 char product_name[129]; ///< Beer product name
171 char alias[33]; ///< Alias name 'unit1' 168 char alias[33]; ///< Alias name 'unit1'
172 int temperature_state; ///< Reading status 169 int temperature_state; ///< Reading status
173 char temperature_rom_code[17]; ///< DS18B20 address 170 char temperature_rom_code[17]; ///< DS18B20 address
174 uint32_t temperature; ///< Temperature in C * 1000 171 uint32_t temperature; ///< Temperature in C * 1000
175 int pressure_state; ///< Reading status 172 int pressure_state; ///< Reading status

mercurial