thermferm/rdconfig.h

Thu, 10 Jan 2019 16:33:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 10 Jan 2019 16:33:42 +0100
changeset 569
9c69d43bfb06
parent 110
54e9940f413b
permissions
-rw-r--r--

Version 0.9.0. Implemented DCMD via mqtt to set stage, mode, setpoint low and high. Implemeted DCMD via mqtt to set heater, cooler, fan and light state. Implemented DCMD via mqtt to set product code and name. Set the PID's in fridge mode without idle range offset, that was an old leftover setting that was obsolete.

110
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #ifndef RDCONFIG_H
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 #define RDCONFIG_H
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 void killconfig(void);
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 int rdconfig(void);
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 int wrconfig(void);
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9
54e9940f413b Was not added
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 #endif

mercurial