Skip to content

Instantly share code, notes, and snippets.

View onkeloki's full-sized avatar

Marko onkeloki

View GitHub Profile
@onkeloki
onkeloki / LW12.php
Last active October 17, 2015 22:41
control a LW-12 w-lan Led Module with php
<?php
/**
* Created by PhpStorm.
* User: marko.luft
* Date: 09.02.15
* Time: 10:28
*/
class LW12 {
public $fadeSteps = 10;
public $debug = false;
@onkeloki
onkeloki / Alarm.php
Last active August 29, 2015 14:07
watch onkeloki.de
<?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()