op-packages/smscontrol/files/smscontrol.config
github-actions[bot] b86d032e91 🤞 Sync 2026-04-23 06:19:46
2026-04-23 06:19:46 +08:00

27 lines
588 B
Plaintext

config smscontrol 'common'
option enabled '0'
config smscontrol 'send'
option to ''
option msgtxt ''
config call
option enabled '0'
option ack '0'
option command 'reboot'
config remote
option enabled '0'
option received 'reboot'
option command 'reboot'
config remote
option enabled '0'
option received 'factory'
option command 'firstboot -y && reboot'
config cli
option enabled '0'
option received 'CLI$any_cli_command_here'
option command 'any_cli_command_here'