luci-app-wifischedule: added package 847/head
authorNils Koenig <mail_openwrtdev@newk.it>
Sat, 12 Nov 2016 16:22:18 +0000 (17:22 +0100)
committerNils Koenig <mail_openwrtdev@newk.it>
Fri, 25 Nov 2016 15:17:55 +0000 (16:17 +0100)
commit222bf48b741680f10b265274c906f684140b42fe
treeab78342fd9840f07bec4ea8dd5c103e52b90a2f2
parentd7d97723fef1c4e5fe436b15e088d24d558246b3
luci-app-wifischedule: added package

Turns WiFi on and off according to a schedule

Splitted frontend and backend in different packages.
This feature has now a dependency to the package

    wifischedule

in openwrt/packages/net which needs to be merged as well.

Signed-off-by: Nils Koenig <openwrt@newk.it>
applications/luci-app-wifischedule/Makefile [new file with mode: 0644]
applications/luci-app-wifischedule/README.md [new file with mode: 0644]
applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua [new file with mode: 0644]
applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua [new file with mode: 0644]
applications/luci-app-wifischedule/luasrc/view/wifischedule/file_viewer.htm [new file with mode: 0644]