2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fhemweb.js: doku changes

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

View File

@ -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

View File

@ -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