From 257ddc60264a62e700871455937d3dd82063c4b6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 9 Mar 2014 16:16:17 +0000 Subject: [PATCH] JsonList2 added git-svn-id: https://svn.fhem.de/fhem/trunk@5177 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_JsonList.pm | 3 + fhem/FHEM/98_JsonList2.pm | 163 +++++++++++++++++++++++++++++ fhem/docs/commandref_frame.html | 1 + fhem/docs/commandref_frame_DE.html | 1 + 5 files changed, 169 insertions(+) create mode 100644 fhem/FHEM/98_JsonList2.pm diff --git a/fhem/CHANGED b/fhem/CHANGED index 15ee43c00..a2e1c412a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,6 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. - SVN + - feature: jsonlist2 added, jsonlist is deprecated. - change: renamed 98_configDB to 98_configDBwrap - feature: DbLog: Added new function : ReadingsVal/ReadingsTimestamp - feature: Text2Speech: added new attribute TTS_VolumeAdjust diff --git a/fhem/FHEM/98_JsonList.pm b/fhem/FHEM/98_JsonList.pm index 5a75e0f56..eb8e56bd6 100644 --- a/fhem/FHEM/98_JsonList.pm +++ b/fhem/FHEM/98_JsonList.pm @@ -406,6 +406,9 @@ CommandJsonList($$)

JsonList