thermferm/server.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 106
1bd9a16f5061
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	SERVER_H
#define	SERVER_H


#ifdef HAVE_WIRINGPI_H
PI_THREAD (my_server_loop);
#else
void *my_server_loop(void *);
#endif


#endif

mercurial