diff -r 163fcb0914e2 -r 389097dc665d thermferm/thermferm.h --- 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 */