schedule turn on/off interface

i have succeed turning daily on and off WAN2 interface in my setup (i am borrowing extra bandwidth from this dsl). the reason i dont want to slow down office pcs during working hours.

i just want to exclude both scripts to run on saturday and sunday.
it should be easier to exist an option in ros like which days to run" mo,tu,we,th,fr,sa,su" !
my setup until now.

/system scheduler
add interval=1d name=disable-WAN2 on-event=disable-ether5 policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive start-date=
jan/01/1970 start-time=10:00:00

add interval=1d name=enable-WAN2 on-event=enable-ether5 policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive start-date=
jan/01/1970 start-time=15:00:00

/system script
add name=enable-ether5 owner=admin policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive source=
“/interface ethernet enable WAN2”
add name=disable-ether5 owner=admin policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive source=
“/interface ethernet disable WAN2”

Do it five times with 1w period.

thanx. good idea!
i am trying it that now from today starting with 1w period.
so in total 10 schedules. 5 to enable and 5 to disable
but i insist that it should be like firewall schedules. with ticks “mo,tu,we,th,fr,sa,su”

Yeah. You can insist. But that’s all. At least some solution is better than nothing. Enjoy it.