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:
parent
4f11847282
commit
29b677ad32
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user