DAPRS/gps_functions.py
2022-12-02 13:27:53 +01: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'
}