Subversion Repositories HomeAutomation

Rev

Rev 2093 | Rev 2139 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2093 Rev 2111
Line 2... Line 2...
2
 
2
 
3
$atomdHostname = "127.0.0.1";
3
$atomdHostname = "127.0.0.1";
4
$atomdPort = 1202;
4
$atomdPort = 1203;
5
$atomdOld = false;
-
 
6
 
5
 
7
$aliasNames = array("sovrumtak" => "Taklampa sovrum",
6
$aliasNames = array("sovrumtak" => "Taklampa sovrum",
8
                    "sovrumdorr" => "Spotlights sovrumsdörr",
7
                    "sovrumdorr" => "Spotlights sovrumsdörr",
9
                    "sovrumvagg" => "Spotlights fototapet sovrum",
8
                    "sovrumvagg" => "Spotlights fototapet sovrum",
10
                    "hall" => "Spotlights hallen",
9
                    "hall" => "Spotlights hallen",
Line 31... Line 30...
31
                                  "aliases" => array("tvbankut"),
30
                                  "aliases" => array("tvbankut"),
32
                                  "remotes" => array("LG_MKJ42519615")
31
                                  "remotes" => array("LG_MKJ42519615")
33
                                  ),
32
                                  ),
34
                            array("page" => "buttons",
33
                            array("page" => "buttons",
35
                                  "title" => "TV Sovrum",
34
                                  "title" => "TV Sovrum",
36
                                  "buttons" => array("On" => "Serial_Send tv ka 0 01",
35
                                  "buttons" => array("On" => "Serial_Send('tv','ka 0 01');",
37
                                                     "Off" => "Serial_Send tv ka 0 00",
36
                                                     "Off" => "Serial_Send('tv','ka 0 00');",
38
                                                     "Screen On" => "Serial_Send tv kd 0 00",
37
                                                     "Screen On" => "Serial_Send('tv','kd 0 00');",
39
                                                     "Screen Off" => "Serial_Send tv kd 0 01",
38
                                                     "Screen Off" => "Serial_Send('tv','kd 0 01');",
40
                                                     "Backlight Min" => "Serial_Send tv mg 0 00",
39
                                                     "Backlight Min" => "Serial_Send('tv','mg 0 00');",
41
                                                     "Backlight Max" => "Serial_Send tv mg 0 64",
40
                                                     "Backlight Max" => "Serial_Send('tv','mg 0 64');",
42
                                                     "Input TV" => "Serial_Send tv xb 0 93",
41
                                                     "Input TV" => "Serial_Send('tv','xb 0 93');",
43
                                                     "Input Dator" => "Serial_Send tv xb 0 92"
42
                                                     "Input Dator" => "Serial_Send('tv','xb 0 92');"
44
                                                     )
43
                                                     )
45
                                 ),
44
                                 ),
46
                            array("page" => "info",
45
                            array("page" => "info",
47
                                  "title" => "Information",
46
                                  "title" => "Information",
48
                                  "aliases" => array("sovrumtak",
47
                                  "aliases" => array("sovrumtak",