Note: This was last tested on the libreCMC 6.5 release. If you have any questions regarding the possibility this documentation needs updating for a newer release please reach out to support.
Programming the switch to turn the wifi on the TPE-R1300 router on/off:
Link to the directions are here.
On/off based on a time:
If you prefer to schedule a time for the wifi to go on/off you can create a crob job:
1) Open the browser and access your router's cron page at: https://192.168.10.1/cgi-bin/luci/admin/system/crontab
2) Then set crontab schedule to determine when to disable and re-enable wifi. Using same timezone as what the router is using. First set of numbers is the minute, second set of numbers is the hour in 24-hour time.
15 16 * * * /sbin/wifi down
20 16 * * * /sbin/wifi
