Subversion Repositories HomeAutomation

Rev

Details | Last modification | View Log | SVN | RSS feed

Rev Author Line No. Line
2061 linlun 1
<?php
2
 
2068 runge 3
$atomdHostname = "127.0.0.1";
4
$atomdPort = 1202;
2061 linlun 5
 
2068 runge 6
$pageConfiguration = array(
7
                           array("page" => "dimmers", 
8
                                 "title" => "Dimmers", 
2073 runge 9
                                 "aliases" => array("sovrumtak",
10
                                                    "sovrumdorr",
11
                                                    "sovrumvagg",
12
                                                    "hall")
13
                                 ),
14
                           array("page" => "info",
15
                                 "title" => "Information",
16
                                 "aliases" => array("sovrumtak",
17
                                                    "sovrumdorr",
18
                                                    "sovrumvagg",
2068 runge 19
                                                    "hall",
2073 runge 20
                                                    "garderobtemp")
21
                                 ),
22
                            array("page" => "irremotes",
23
                                  "title" => "IR Remote",
24
                                  "aliases" => array("tvbankut"),
25
                                  "remotes" => array("LG_MKJ42519615")
26
                                  )
2068 runge 27
                           );
28
 
2061 linlun 29
?>