|
From: <ma...@us...> - 2011-10-26 19:40:18
|
Revision: 479
http://openautomation.svn.sourceforge.net/openautomation/?rev=479&view=rev
Author: mayerch
Date: 2011-10-26 19:40:12 +0000 (Wed, 26 Oct 2011)
Log Message:
-----------
Bug fix slipped through :( - Fix
Modified Paths:
--------------
wiregate/plugin/generic/Multi-RTR.pl
Modified: wiregate/plugin/generic/Multi-RTR.pl
===================================================================
--- wiregate/plugin/generic/Multi-RTR.pl 2011-10-26 19:24:20 UTC (rev 478)
+++ wiregate/plugin/generic/Multi-RTR.pl 2011-10-26 19:40:12 UTC (rev 479)
@@ -1,6 +1,6 @@
#############################################################################
# Plugin: Multi RTR
-# V0.5 2011-09-18
+# V0.6 2011-09-18
# Copyright: Christian Mayer (mail at ChristianMayer.de)
# License: GPL (v3)
#
@@ -40,7 +40,7 @@
my %default = (
'SetPointDPT' => 9.001,
'SensorDPT' => 9.001,
- 'ActuratorDPT' => 5,
+ 'ActuatorDPT' => 5,
'DisableDPT' => 1,
'SetPointInit' => 21.0,
'SetPointLFlag' => 1, # true
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|