Files
OldPeopleHome/zigbee/ex01_RoomPowerManage/roomPwrManSys.h
2019-08-19 18:41:27 +08:00

29 lines
363 B
C

#ifndef _SAPP_SAMPLE_H_
#define _SAPP_SAMPLE_H_
#include "SAPP_FrameWork.h"
#ifdef __cplusplus
extern "C"
{
#endif
enum {
DevIRPers,
DevIllum,
DevExecuter,
Devmax,
DevPwrmanSys
};
#if !defined(ZDO_COORDINATOR)
//#define ILLUM_NODE
//#define IRPERS_NODE
#define EXECUTER_NODE
#endif
#ifdef __cplusplus
}
#endif
#endif//_SAPP_SAMPLE_H_