From fa5403dccd986022b2a849e2078f043c3225348a Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 2 Jan 2017 19:33:41 +0100 Subject: Initial --- System.c4g/IDs.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 System.c4g/IDs.c (limited to 'System.c4g/IDs.c') diff --git a/System.c4g/IDs.c b/System.c4g/IDs.c new file mode 100644 index 0000000..e5c1280 --- /dev/null +++ b/System.c4g/IDs.c @@ -0,0 +1,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; -- cgit v1.2.3-54-g00ecf