mirror of https://github.com/sfeakes/AqualinkD.git
11 lines
131 B
C
11 lines
131 B
C
|
|
||
|
#ifndef DOMOTICZ_H_
|
||
|
#define DOMOTICZ_H_
|
||
|
|
||
|
#define DZ_OFF 0
|
||
|
#define DZ_ON 1
|
||
|
#define DZ_NULL_IDX 0
|
||
|
|
||
|
#define DZ_SVALUE_LEN 20
|
||
|
|
||
|
#endif
|