thermferm/thermferm.h

changeset 614
389097dc665d
parent 582
ba340e00aab2
child 645
49eb753a958b
--- a/thermferm/thermferm.h	Fri May 28 14:25:56 2021 +0200
+++ b/thermferm/thermferm.h	Sun Jul 10 14:33:13 2022 +0200
@@ -155,6 +155,7 @@
     int			air_temperature;	/* Air temperature in C * 1000	*/
     int			air_idx;		/* Domoticz idx			*/
     char		*beer_address;		/* DS18B20 address		*/
+    char		*beer_address2;		/* Alternative sensor address	*/
     int			beer_state;		/* 0=ok, 1=missing, 2=error 	*/
     int			beer_temperature;	/* Beer temperature in C * 1000	*/
     int			beer_idx;		/* Domoticz idx			*/

mercurial