thermferm/thermferm.h

changeset 518
fd36bedab944
parent 513
a2732027afb3
child 525
5855abe0e82c
--- a/thermferm/thermferm.h	Mon Jun 26 13:58:11 2017 +0200
+++ b/thermferm/thermferm.h	Mon Jun 26 19:21:07 2017 +0200
@@ -142,6 +142,10 @@
     int			beer_state;		/* 0=ok, 1=missing, 2=error 	*/
     int			beer_temperature;	/* Beer temperature in C * 1000	*/
     int			beer_idx;		/* Domoticz idx			*/
+    char		*chiller_address;	/* DS18B20 address		*/
+    int			chiller_state;		/* 0=ok, 1=missing, 2=error	*/
+    int			chiller_temperature;	/* Chiller temp. in C * 1000	*/
+    int			chiller_idx;		/* Domoticz idx			*/
     char		*heater_address;	/* Heater relay or PWM		*/
     int			heater_state;		/* Heater state 0..100		*/
     int			heater_delay;		/* Heater delay time /15 sec	*/

mercurial