mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-02 18:54:30 +02:00
Improve wifi enable / disable scripts; update docs
This commit is contained in:
parent
0b07cdb7ac
commit
cc9206893b
4 changed files with 16 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
/system scheduler
|
||||
add comment="Shutdown WiFi @night to avoid electronic interference!" interval=1d name="WiFi Disable" on-event=\
|
||||
"/int wifiwave2 disable [find]; /int wireless disable [find];" policy=ftp,reboot,read,write,policy,test start-date=mar/05/2022 start-time=00:04:00
|
||||
":do { /int wifiwave2 disable [find] } on-error={}; :do { /int wireless disable [find] } on-error={}"\
|
||||
policy=ftp,reboot,read,write,policy,test start-date=sep/03/2023 start-time=23:04:00
|
||||
|
||||
# /system routerboard mode-button set enabled=yes on-event=":log info \"Mode button pressed\"; /int wifiwave2 enable [find]; /int wireless enable [find];"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue