PiSwitch/config.php

10 lines
252 B
PHP
Raw Normal View History

2015-03-30 12:25:13 +00:00
<?php
header("Content-Type: text/html; charset=UTF-8");
/* Konfiguration */
$code = "01001"; //Code der DIP-Schalter der Steckdosen
$path = "/home/pi/rcswitch-pi"; //Pfad zu rcswitch (Standart: /home/pi/rcswitch-pi; muss evtl. geaendert werden)
?>