hbnet/gps_functions.py

10 lines
169 B
Python
Raw Normal View History

2020-11-25 18:53:42 -05:00
# Various configurable options used in the GPS/Data application.
# SMS message that triggers command
cmd_list = {
'LS' : 'ls -lsh',
'UPTIME' : 'uptime'
}