AqualinkD/domoticz.h

11 lines
131 B
C
Raw Normal View History

2017-12-30 20:12:01 +00:00
#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