mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +00:00
FHEMWEB: set command with slider in detail view will be initialized with
reading of same name git-svn-id: https://svn.fhem.de/fhem/trunk@4014 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eda26879c9
commit
6792903e91
@ -174,8 +174,7 @@ FW_selChange(sel, list, elName)
|
|||||||
if(elName.indexOf("val.set")==0) {
|
if(elName.indexOf("val.set")==0) {
|
||||||
qArg = o.qArg;
|
qArg = o.qArg;
|
||||||
eval(o.qFn.replace("%", ""));
|
eval(o.qFn.replace("%", ""));
|
||||||
// ??? Which readingsVal makes sense as set argument with the same name
|
FW_queryValue('{ReadingsVal("'+devName+'","'+sel+'","")}', o.qFn, o.qArg);
|
||||||
//FW_queryValue('{ReadingsVal("'+devName+'","'+sel+'","")}', o.qFn, o.qArg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user