thermferm/rdconfig.h

Sat, 27 Apr 2019 15:36:16 +0200

author
Chiel Broek <mbse@mbse.eu>
date
Sat, 27 Apr 2019 15:36:16 +0200
changeset 582
ba340e00aab2
parent 110
54e9940f413b
permissions
-rw-r--r--

Version 0.9.5, interior lights are now only controlled by the open door or a 5 minutes timer. The timer is started via an MQTT command. The BMS web application sends this command just before a webcam page is requested.

#ifndef	RDCONFIG_H
#define	RDCONFIG_H


void killconfig(void);
int  rdconfig(void);
int  wrconfig(void);


#endif

mercurial