diff --git a/src/main/resources/devices/incutex_tk105.sql b/src/main/resources/devices/incutex_tk105.sql new file mode 100644 index 0000000..c8d2cdf --- /dev/null +++ b/src/main/resources/devices/incutex_tk105.sql @@ -0,0 +1,19 @@ +INSERT INTO configuration VALUES ( + 'incutex_tk105', + '; ,', + 8, + 10, + '', + 13, + 'Emergency', + 'SMS', + 'Nothing', + '^help me.*', + 2, + 'http://maps.google.com/maps\?q=(\d+\.\d+).*', + 2, + 'http://maps.google.com/maps\?q=\d+\.\d+,(\d+\.\d+)', + FALSE, + '', + '' +); \ No newline at end of file