mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
27 lines
588 B
Plaintext
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'
|