mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
3bdc9b6433
commit
dd22a79952
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user