blob: e5c12808f12ed73a5dc6c3ef03823ed662a97a6d (
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;
|