From 9bbd63d817ae627534a10e69a03846d8d8fd2021 Mon Sep 17 00:00:00 2001
From: sailor-fhem <>
Date: Wed, 10 Aug 2016 18:35:17 +0000
Subject: [PATCH] 73_GasCalculator: Bugfix for commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@11941 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/73_GasCalculator.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fhem/FHEM/73_GasCalculator.pm b/fhem/FHEM/73_GasCalculator.pm
index 256a14f0a..3ac2c5ea3 100644
--- a/fhem/FHEM/73_GasCalculator.pm
+++ b/fhem/FHEM/73_GasCalculator.pm
@@ -831,7 +831,7 @@ sub GasCalculator_Notify($$)
Set |
- The set - function is not implemented
+ The set - function sets individual values for example to correct values after power loss etc.
|
@@ -853,7 +853,7 @@ sub GasCalculator_Notify($$)
Get |
- The get - function is not implemented
+ The get - function just returns the individual value of the reading.
|
@@ -1481,7 +1481,7 @@ sub GasCalculator_Notify($$)
Set |
- Die set - Funktion ist nicht implementiert.
+ Die set - Funktion erlaubt individuelle Readings zu verändern um beispielsweise nach einem Stromausfall Werte zu korrigieren.
|
@@ -1503,7 +1503,7 @@ sub GasCalculator_Notify($$)
Get |
- Die get - Funktion ist nicht implementiert.
+ Die get - Funktion liefert nur den Wert des jeweiligen Readings zurück.
|