Have gargoyle 191 up and running a good few months now, was particulary after the QoS and Restricitions functionality as i have a house full of teenangers.
One issue i do come across is i may have wifi restricted for the kids devices during the day but suddenly they get a day off school for example ! Chaos ensues

I dont really expect my wife to login and disable the Restriction so
i was thinking i could do the following
* create an android app that has 2 buttons - Wifi Schedules Enable/Disable
* this executes some java code on the router which has a RESTful API
called schedulewifi, this in turn either enables all schedules or disables them (could enforce naming scheme to get these)
trouble is hiow do i get access to this level of functionality ?
Now if i got this working it could simply be expanded for simlar types of tasks.
So my question is would this RESTful API not be a good feature to implement for the router itself or maybe as an addon ??????