Subversion Repositories HomeAutomation

Rev

Rev 2061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2061 Rev 2068
Line 1... Line 1...
1
<?php
1
<?php
2
$aliasesDimmer = array("bardisk_tv", "TakSovrum");
-
 
3
$aliasesOther = array("Power", "PowerBRF", "PID");
-
 
4
 
2
 
5
$AtomURL = "127.0.0.1";
3
$atomdHostname = "127.0.0.1";
6
$AtomPort = 1202;
4
$atomdPort = 1202;
-
 
5
 
-
 
6
$pageConfiguration = array(
-
 
7
                           array("page" => "dimmers", 
-
 
8
                                 "title" => "Dimmers", 
-
 
9
                                 "aliases" => array("sovrum",
-
 
10
                                                    "sovrumdsdorr",
-
 
11
                                                    "hall",
-
 
12
                                                    "fotovagg")
-
 
13
                                 )
-
 
14
                           );
7
 
15
 
8
?>
16
?>