diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2017-01-02 19:33:41 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2017-01-05 16:31:26 +0100 |
| commit | fa5403dccd986022b2a849e2078f043c3225348a (patch) | |
| tree | 223fac13363b078720cd6e0d04d6adf53edc5dc9 /System.c4g | |
| download | DTSensors.c4d-fa5403dccd986022b2a849e2078f043c3225348a.tar.gz DTSensors.c4d-fa5403dccd986022b2a849e2078f043c3225348a.zip | |
Initial
Diffstat (limited to 'System.c4g')
| -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; |
