diff options
Diffstat (limited to 'System.c4g/IDs.c')
| -rw-r--r-- | System.c4g/IDs.c | 15 |
1 files changed, 15 insertions, 0 deletions
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; |
