DAPRS/gps_functions.py

12 lines
194 B
Python
Raw Normal View History

2022-12-02 13:27:53 +01:00
# Various configurable options used in the GPS/Data application.
# SMS message that triggers command
cmd_list = {
'COMMAND' : 'echo "command to execute"',
'UPTIME' : 'uptime'
}