hbnet/gps_functions.py
2020-11-26 19:40:43 -08:00

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'
}