mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: devStateIcon type textField-long (Forum #94434)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18065 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a4fae7a56
commit
12bd40b7a4
@ -207,8 +207,17 @@ FHEMWEB_Initialize($)
|
|||||||
|
|
||||||
###############
|
###############
|
||||||
# Initialize internal structures
|
# Initialize internal structures
|
||||||
map { addToAttrList($_) } ( "webCmd", "webCmdLabel:textField-long", "icon",
|
map { addToAttrList($_) } (
|
||||||
"cmdIcon", "devStateIcon", "widgetOverride", "sortby", "devStateStyle");
|
"cmdIcon",
|
||||||
|
"devStateIcon:textField-long",
|
||||||
|
"devStateStyle",
|
||||||
|
"icon",
|
||||||
|
"sortby",
|
||||||
|
"webCmd",
|
||||||
|
"webCmdLabel:textField-long",
|
||||||
|
"widgetOverride"
|
||||||
|
);
|
||||||
|
|
||||||
InternalTimer(time()+60, "FW_closeInactiveClients", 0, 0);
|
InternalTimer(time()+60, "FW_closeInactiveClients", 0, 0);
|
||||||
|
|
||||||
$FW_dir = "$attr{global}{modpath}/www";
|
$FW_dir = "$attr{global}{modpath}/www";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user