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