summaryrefslogtreecommitdiffstats
path: root/System.c4g/IDs.c
blob: d1950dddaca934743430d67e6cb31e074e3f474a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#strict 2

static const DT_Sensors_Button = BS7I;
static const DT_Sensors_CardReader = CR7I;
static const DT_Sensors_KeyCard = KC7I;
static const DT_Sensors_CodeInput = CI7I;
static const DT_Sensors_FingerPrint = FP7I;
static const DT_Sensors_LiquidSensor = LS7I;
static const DT_Sensors_LivingSensor = LV7I;
static const DT_Sensors_ObjectSensor = OS7I;
static const DT_Sensors_RemoteControl = RC7I;
static const DT_Sensors_SensorBase = SN7I;
static const DT_Sensors_SensorEntrance = SE7I;
static const DT_Sensors_Switch = SW7I;
static const DT_Sensors_Timer = TI7I;