thermferm/lock.h

Fri, 19 May 2017 16:34:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 19 May 2017 16:34:21 +0200
changeset 510
2da3d3340403
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Version 0.6.0. The MQTT data messages are now allways the same length so that openhab will function with the message updates.

#ifndef	LOCK_H
#define	LOCK_H


int  lockprog(char *);
void ulockprog(char *);

#endif

mercurial