mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 07:58:58 +00:00
9 lines
252 B
PHP
9 lines
252 B
PHP
<?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)
|
|
?>
|