12 lines
194 B
Python
12 lines
194 B
Python
# Various configurable options used in the GPS/Data application.
|
|
|
|
# SMS message that triggers command
|
|
|
|
|
|
cmd_list = {
|
|
|
|
'COMMAND' : 'echo "command to execute"',
|
|
'UPTIME' : 'uptime'
|
|
|
|
}
|