mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
Added common file doorcmds.h
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
5af124000b
commit
aaf47ab0c7
14
doorcmds.h
Normal file
14
doorcmds.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef DOORCMD_H
|
||||
#define DOORCMD_H
|
||||
|
||||
#define DOOR_CMD_UNLOCK 'u'
|
||||
#define DOOR_CMD_LOCK 'l'
|
||||
#define DOOR_CMD_SCHNAPER 's'
|
||||
#define DOOR_CMD_PING 'p'
|
||||
#define DOOR_CMD_STATUS 'i'
|
||||
|
||||
#define DOOR_BUTTON_UNLOCK 'U'
|
||||
#define DOOR_BUTTON_LOCK 'L'
|
||||
#define DOOR_EMERGENCY_UNLOCK 'E'
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user