fhemweb.js: doku changes

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15188 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2017-10-03 16:40:58 +00:00
parent 3bdc9b6433
commit dd22a79952
2 changed files with 17 additions and 0 deletions

View File

@ -143,7 +143,16 @@ FW_readingsGroupUpdateLine(d){
//console.log("xxx: "+d[1]); //console.log("xxx: "+d[1]);
} }
function FW_readingsGroupCreate(elName, devName, vArr, currVal, set, params, cmd)
{
}
FW_widgets['readingsGroup'] = { FW_widgets['readingsGroup'] = {
createFn:FW_readingsGroupCreate,
updateLine:FW_readingsGroupUpdateLine updateLine:FW_readingsGroupUpdateLine
}; };
=pod
=cut

View File

@ -36,7 +36,15 @@ FW_readingsHistoryUpdateLine(d){
} }
function FW_readingsHistoryCreate(elName, devName, vArr, currVal, set, params, cmd)
{
}
FW_widgets['readingsHistory'] = { FW_widgets['readingsHistory'] = {
createFn:FW_readingsHistoryCreate,
updateLine:FW_readingsHistoryUpdateLine updateLine:FW_readingsHistoryUpdateLine
}; };
=pod
=cut