hbnet/gps_functions.py

12 lines
194 B
Python
Raw Normal View History

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