2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

01_FHEMWEB: translate widget values (Forum #33525)

git-svn-id: https://svn.fhem.de/fhem/trunk@7916 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-02-08 16:21:42 +00:00
parent 0e3e0c79b7
commit 8c03bb6b20

View File

@ -2571,6 +2571,7 @@ FW_widgetFallbackFn()
$current = Value($d);
}
$current =~ s/$cmd //;
$current = ReplaceEventMap($d, $current, 1);
}
return "<td><div class='fhemWidget' cmd='$cmd' reading='$reading' ".
"dev='$d' arg='$values' current='$current'></div></td>";