Subversion Repositories HomeAutomation

Rev

Rev 2080 | Rev 2093 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

<?php

$atomdHostname = "127.0.0.1";
$atomdPort = 1202;
$atomdOld = false;

$aliasNames = array("sovrumtak" => "Taklampa sovrum",
                    "sovrumdorr" => "Spotlights sovrumsdörr",
                    "sovrumvagg" => "Spotlights fototapet sovrum",
                    "hall" => "Spotlights hallen",
                    "tv" => "TV sovrum",
                   );

$pageConfiguration = array(
                           array("page" => "dimmers", 
                                 "title" => "Lampor",
                                 "aliases" => array("sovrumtak",
                                                    "sovrumdorr",
                                                    "sovrumvagg",
                                                    "hall")
                                 ),
                           array("page" => "info",
                                 "title" => "Information",
                                 "aliases" => array("sovrumtak",
                                                    "sovrumdorr",
                                                    "sovrumvagg",
                                                    "hall",
                                                    "garderobtemp")
                                 ),
                            array("page" => "irremotes",
                                  "title" => "Fjärrkontroll",
                                  "aliases" => array("tvbankut"),
                                  "remotes" => array("LG_MKJ42519615")
                                  ),
                            array("page" => "buttons",
                                  "title" => "TV Sovrum",
                                  "buttons" => array("On" => "Serial_Send tv ka 0 01",
                                                     "Off" => "Serial_Send tv ka 0 00",
                                                     "Screen On" => "Serial_Send tv kd 0 00",
                                                     "Screen Off" => "Serial_Send tv kd 0 01",
                                                     "Backlight Min" => "Serial_Send tv mg 0 64",
                                                     "Backlight Max" => "Serial_Send tv mg 0 00",
                                                     "Input TV" => "Serial_Send tv xb 0 93",
                                                     "Input Dator" => "Serial_Send tv xb 0 92"
                                                     )
                                 )
                           );

?>