From f4cc8614612ef3449aeb7c12c591f5adabfab89d Mon Sep 17 00:00:00 2001 From: justme1968 Date: Tue, 3 Oct 2017 16:40:58 +0000 Subject: [PATCH] fhemweb.js: doku changes git-svn-id: https://svn.fhem.de/fhem/trunk@15188 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/fhemweb_readingsGroup.js | 9 +++++++++ fhem/www/pgm2/fhemweb_readingsHistory.js | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/fhem/www/pgm2/fhemweb_readingsGroup.js b/fhem/www/pgm2/fhemweb_readingsGroup.js index 109c2556c..8154b7c9a 100644 --- a/fhem/www/pgm2/fhemweb_readingsGroup.js +++ b/fhem/www/pgm2/fhemweb_readingsGroup.js @@ -143,7 +143,16 @@ FW_readingsGroupUpdateLine(d){ //console.log("xxx: "+d[1]); } +function FW_readingsGroupCreate(elName, devName, vArr, currVal, set, params, cmd) +{ +} + + FW_widgets['readingsGroup'] = { + createFn:FW_readingsGroupCreate, updateLine:FW_readingsGroupUpdateLine }; + +=pod +=cut diff --git a/fhem/www/pgm2/fhemweb_readingsHistory.js b/fhem/www/pgm2/fhemweb_readingsHistory.js index affa3269e..1166939d0 100644 --- a/fhem/www/pgm2/fhemweb_readingsHistory.js +++ b/fhem/www/pgm2/fhemweb_readingsHistory.js @@ -36,7 +36,15 @@ FW_readingsHistoryUpdateLine(d){ } +function FW_readingsHistoryCreate(elName, devName, vArr, currVal, set, params, cmd) +{ +} FW_widgets['readingsHistory'] = { + createFn:FW_readingsHistoryCreate, updateLine:FW_readingsHistoryUpdateLine }; + + +=pod +=cut