-
Notifications
You must be signed in to change notification settings - Fork 5
IntelliHome::IntelliHomeWebUI
IntelliHome::IntelliHomeWebUI - Mojolicious web application for IntelliHome
$ perl intellihome-master #Starting the master will launch also the web interface
$ morbo bin/intellihome-webui # for developing purposes
$ hypnotoad bin/intellihome-webui #forking webserver
This is the top module containing the routes to make the web interface working. This module communicate with the IntelliHome libs thru the RPC server, acting as a layer between the user and the libs itself. It uses the IntelliHome::WebUI::Plugin::ModelFactory and IntelliHome::WebUI::Plugin::RPC
show the dashboard
show the admin dashboard (actually redirect to admin/gpios)
show the gpios managing page
show the nodes managing page
show the rooms managing page
logout from the admin section
skullbocks dgikiller@gmail.comt
Copyright 2014- skullbocks
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
IntelliHome::WebUI::Plugin::ModelFactory, IntelliHome::WebUI::Plugin::RPC