Subversion Repositories HomeAutomation

Rev

Rev 2061 | Blame | Last modification | View Log | SVN | RSS feed

<?php

$atomdHostname = "127.0.0.1";
$atomdPort = 1202;

$pageConfiguration = array(
                           array("page" => "dimmers", 
                                 "title" => "Dimmers", 
                                 "aliases" => array("sovrum",
                                                    "sovrumdsdorr",
                                                    "hall",
                                                    "fotovagg")
                                 )
                           );

?>