[CODE] first hack
This commit is contained in:
parent
81bb48099c
commit
0e18048954
5 changed files with 308 additions and 1 deletions
14
service.php
Normal file
14
service.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
// -------------------------------------------
|
||||
// outdoor lights control -- server
|
||||
// copyright: Jannik Beyerstedt | https://jannikbeyerstedt.de
|
||||
// license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License
|
||||
// -------------------------------------------
|
||||
|
||||
include "functions.php";
|
||||
|
||||
$light = new LightStatus();
|
||||
$light->update();
|
||||
|
||||
echo $light;
|
||||
?>
|
Reference in a new issue