2020-11-25 18:53:42 -05:00
|
|
|
# Various configurable options used in the GPS/Data application.
|
|
|
|
|
|
|
|
# SMS message that triggers command
|
2020-11-26 22:40:43 -05:00
|
|
|
|
|
|
|
|
2020-11-25 18:53:42 -05:00
|
|
|
cmd_list = {
|
|
|
|
|
2020-11-26 22:40:43 -05:00
|
|
|
'COMMAND' : 'echo "command to execute"',
|
2020-11-25 18:53:42 -05:00
|
|
|
'UPTIME' : 'uptime'
|
|
|
|
|
|
|
|
}
|