mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 07:58:58 +00:00
10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
|
|
header("Content-Type: text/html; charset=UTF-8");
|
|
|
|
$name1 = 'Schreibtischlampe';
|
|
$name2 = 'Lüfter';
|
|
$name3 = 'Luefter 2';
|
|
$name4 = 'Kette 1';
|
|
|
|
?>
|