Subversion Repositories HomeAutomation

Rev

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

Rev 2068 Rev 2073
Line 4... Line 4...
4
$atomdPort = 1202;
4
$atomdPort = 1202;
5
 
5
 
6
$pageConfiguration = array(
6
$pageConfiguration = array(
7
                           array("page" => "dimmers", 
7
                           array("page" => "dimmers", 
8
                                 "title" => "Dimmers", 
8
                                 "title" => "Dimmers", 
9
                                 "aliases" => array("sovrum",
9
                                 "aliases" => array("sovrumtak",
-
 
10
                                                    "sovrumdorr",
-
 
11
                                                    "sovrumvagg",
-
 
12
                                                    "hall")
-
 
13
                                 ),
-
 
14
                           array("page" => "info",
-
 
15
                                 "title" => "Information",
-
 
16
                                 "aliases" => array("sovrumtak",
10
                                                    "sovrumdsdorr",
17
                                                    "sovrumdorr",
-
 
18
                                                    "sovrumvagg",
11
                                                    "hall",
19
                                                    "hall",
12
                                                    "fotovagg")
20
                                                    "garderobtemp")
-
 
21
                                 ),
-
 
22
                            array("page" => "irremotes",
-
 
23
                                  "title" => "IR Remote",
-
 
24
                                  "aliases" => array("tvbankut"),
-
 
25
                                  "remotes" => array("LG_MKJ42519615")
13
                                 )
26
                                  )
14
                           );
27
                           );
15
 
28
 
16
?>
29
?>