May I know how to use scheduler to allow hotspot working at 10:00-23:00 everyday?
Thanks a lot!
May I know how to use scheduler to allow hotspot working at 10:00-23:00 everyday?
Thanks a lot!
Hi.
You can use this
/system scheduler
add interval=1d name=on_portal on-event="/ip hotspot enable name_portal" start-time=10:00:00
add interval=1d name=off_portal on-event="/ip hotspot disable name_portal" start-time=23:00:00
Regards