Hello,
I want to implement to schedule wifi on and off with the option to check if any devices are
currently connected before turning it off. I know this feature from my Fritz!Box and it would be great to get the same function in my ASUS-Merlin Router Can anybody help me to realize this project?
Schedule Wifi:
if(devices.connected() == true):
do nothing;
check again in 10 minutes;
else:
TurnWifiOff();
Thank you so much!!
I want to implement to schedule wifi on and off with the option to check if any devices are
currently connected before turning it off. I know this feature from my Fritz!Box and it would be great to get the same function in my ASUS-Merlin Router Can anybody help me to realize this project?
Schedule Wifi:
if(devices.connected() == true):
do nothing;
check again in 10 minutes;
else:
TurnWifiOff();
Thank you so much!!