Subversion Repositories HomeAutomation

Rev

Rev 2073 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2073 Rev 2074
Line 4... Line 4...
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",
Line 21... Line 22...
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
?>