Skip to content

IntelliHome::IntelliHomeWebUI

mudler edited this page Aug 21, 2014 · 1 revision

NAME

IntelliHome::IntelliHomeWebUI - Mojolicious web application for IntelliHome

SYNOPSIS

$ 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

DESCRIPTION

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

ROUTES

/index or /

show the dashboard

/admin

show the admin dashboard (actually redirect to admin/gpios)

/admin/gpios

show the gpios managing page

/admin/nodes

show the nodes managing page

/admin/rooms

show the rooms managing page

/logout

logout from the admin section

AUTHOR

skullbocks dgikiller@gmail.comt

COPYRIGHT

Copyright 2014- skullbocks

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

IntelliHome::WebUI::Plugin::ModelFactory, IntelliHome::WebUI::Plugin::RPC

Clone this wiki locally