thermferm/thermferm.h

changeset 530
d33516eac22f
parent 525
5855abe0e82c
child 533
49580ca85ab7
--- a/thermferm/thermferm.h	Fri Jul 28 13:28:11 2017 +0200
+++ b/thermferm/thermferm.h	Thu Aug 10 16:27:54 2017 +0200
@@ -209,9 +209,12 @@
 
 #define	MQTT_NODE_CONTROL	0x0001		/* Show node control		*/
 
+/*
+ * Alarm bits, value above 255 are serious alarms.
+ */
 #define	ALARM_FLAG_DOOR		0x0001		/* Door open			*/
 #define	ALARM_FLAG_PSU		0x0002		/* PSU problem			*/
-#define	ALARM_FLAG_CHILLER	0x0004		/* Chiller too warm		*/
+#define	ALARM_FLAG_CHILLER	0x0100		/* Chiller too warm		*/
 
 
 

mercurial