Details | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1340 | arune | 1 | <?php |
| 2 | |||
| 3 | /* Set the atom server name or IP */ |
||
| 4 | $host="localhost"; |
||
| 5 | /* Set the atom port number */ |
||
| 6 | $port=1202; |
||
| 7 | |||
| 8 | /* Set the ir transmitter module id number */ |
||
| 9 | $irTransmitterID=1; |
||
| 10 | /* If you want to use another IRRemotes.js it can be changed here */ |
||
| 11 | $IRRemotes="http://svn.arune.se/svn/HomeAutomation/trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js"; |
||
| 12 | |||
| 13 | ?> |