Subversion Repositories HomeAutomation

Rev

Rev 2073 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2073 Rev 2074
1
<?php
1
<?php
2
 
2
 
3
$atomdHostname = "127.0.0.1";
3
$atomdHostname = "127.0.0.1";
4
$atomdPort = 1202;
4
$atomdPort = 1202;
-
 
5
$atomdOld = false;
5
 
6
 
6
$pageConfiguration = array(
7
$pageConfiguration = array(
7
                           array("page" => "dimmers", 
8
                           array("page" => "dimmers", 
8
                                 "title" => "Dimmers", 
9
                                 "title" => "Dimmers", 
9
                                 "aliases" => array("sovrumtak",
10
                                 "aliases" => array("sovrumtak",
10
                                                    "sovrumdorr",
11
                                                    "sovrumdorr",
11
                                                    "sovrumvagg",
12
                                                    "sovrumvagg",
12
                                                    "hall")
13
                                                    "hall")
13
                                 ),
14
                                 ),
14
                           array("page" => "info",
15
                           array("page" => "info",
15
                                 "title" => "Information",
16
                                 "title" => "Information",
16
                                 "aliases" => array("sovrumtak",
17
                                 "aliases" => array("sovrumtak",
17
                                                    "sovrumdorr",
18
                                                    "sovrumdorr",
18
                                                    "sovrumvagg",
19
                                                    "sovrumvagg",
19
                                                    "hall",
20
                                                    "hall",
20
                                                    "garderobtemp")
21
                                                    "garderobtemp")
21
                                 ),
22
                                 ),
22
                            array("page" => "irremotes",
23
                            array("page" => "irremotes",
23
                                  "title" => "IR Remote",
24
                                  "title" => "IR Remote",
24
                                  "aliases" => array("tvbankut"),
25
                                  "aliases" => array("tvbankut"),
25
                                  "remotes" => array("LG_MKJ42519615")
26
                                  "remotes" => array("LG_MKJ42519615")
-
 
27
                                  ),
-
 
28
                            array("page" => "buttons",
-
 
29
                                  "title" => "TV Bedroom",
-
 
30
                                  "buttons" => array("On" => "Serial_Send tv ka 0 01",
-
 
31
                                                     "Screen On" => "Serial_Send tv kd 0 00",
-
 
32
                                                     "Screen Off" => "Serial_Send tv kd 0 01",
-
 
33
                                                     "Off" => "Serial_Send tv ka 0 00"
-
 
34
                                                     )
26
                                  )
35
                                 )
27
                           );
36
                           );
28
 
37
 
29
?>
38
?>