From 5c9f83e38af524ba02cd0797a1f4c9d2c7f43863 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 24 Apr 2016 16:54:46 +0000
Subject: [PATCH] comandref_frame.*.html: Fix the usereiadings filter example
(Forum #52165)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11305 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
docs/commandref_frame.html | 4 ++--
docs/commandref_frame_DE.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/commandref_frame.html b/docs/commandref_frame.html
index e788aab68..22cf1ac84 100644
--- a/docs/commandref_frame.html
+++ b/docs/commandref_frame.html
@@ -575,8 +575,8 @@ attribute list if you want to know if a device supports these attributes.
attr myEnergyMeter userReadings energy
{ ReadingsVal("myEnergyMeter","counters.A",0)/1250.0;; }
attr myMultiMeter userReadings
- energy1:counters.A { ReadingsVal("myMultiMeter","counters.A",0)/1250.0;; },
- energy2:counters.B { ReadingsVal("myMultiMeter","counters.B",0)/1250.0;; }
+ energy1:counters.A.* { ReadingsVal("myMultiMeter","counters.A",0)/1250.0;; },
+ energy2:counters.B.* { ReadingsVal("myMultiMeter","counters.B",0)/1250.0;; }
<modifier>
can take one of these values:
<modifier>
kann die folgenden Werte haben: