This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: marko.luft | |
* Date: 09.02.15 | |
* Time: 10:28 | |
*/ | |
class LW12 { | |
public $fadeSteps = 10; | |
public $debug = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
diese Klasse wird dazu verwendet | |
die alarmanlage an bzw aus zu schalten, | |
Ihr müsst die variablen $enablePin und $disablePin entpsrechend | |
eurer Konfiguration setzen | |
**/ | |
class Alarm | |
{ | |
static function enable() |