|
From: <vl...@us...> - 2011-09-24 09:21:58
|
Revision: 424
http://openautomation.svn.sourceforge.net/openautomation/?rev=424&view=rev
Author: vlamers
Date: 2011-09-24 09:21:52 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
Modified Paths:
--------------
wiregate/plugin/generic/Garagentor.pl
Modified: wiregate/plugin/generic/Garagentor.pl
===================================================================
--- wiregate/plugin/generic/Garagentor.pl 2011-09-24 07:33:30 UTC (rev 423)
+++ wiregate/plugin/generic/Garagentor.pl 2011-09-24 09:21:52 UTC (rev 424)
@@ -1,8 +1,13 @@
-##########################################################
+# Plugin um komfortabel Befehle \xFCber den IRTrans auszul\xF6sen
+# Version 0.1 24.11.2011
+# Copyright: vlamers (http://knx-user-forum.de/members/vlamers.html)
+# License: GPL (v2)
+# Aufbau m\xF6glichst so, dass man unterhalb der Einstellungen nichts ver\xE4ndern muss!
-#################################################################
-# do not change anything below, all config stays above
-#################################################################
+
+####################
+###Einstellungen:###
+####################
## GA\xB4s
my $Garage_zu ='14/0/1';
my $Garage_zu_rueck = '14/0/4';
@@ -11,6 +16,10 @@
my $Garage_schalten = '14/0/6';
+######################
+##ENDE Einstellungen##
+######################
+
# subscribe plugin and call it only when necessary, script will be activated if telegrams to the deffined GA are send.
$plugin_subscribe{$Garage_zu}{$plugname} = 1;
$plugin_subscribe{$Garage_auf}{$plugname} = 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|