hbnet/gps_functions.py
2020-11-25 15:55:44 -08:00

10 lines
169 B
Python

# Various configurable options used in the GPS/Data application.
# SMS message that triggers command
cmd_list = {
'LS' : 'ls -lsh',
'UPTIME' : 'uptime'
}