mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 16:08:59 +00:00
8 lines
122 B
PHP
8 lines
122 B
PHP
<?php
|
|
|
|
// an array would be more readable
|
|
$name1 = 'Steckdose 1';
|
|
$name2 = 'Steckdose 2';
|
|
$name3 = 'Steckdose 3';
|
|
|
|
?>
|