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:
parent
0e3e0c79b7
commit
8c03bb6b20
@ -2571,6 +2571,7 @@ FW_widgetFallbackFn()
|
|||||||
$current = Value($d);
|
$current = Value($d);
|
||||||
}
|
}
|
||||||
$current =~ s/$cmd //;
|
$current =~ s/$cmd //;
|
||||||
|
$current = ReplaceEventMap($d, $current, 1);
|
||||||
}
|
}
|
||||||
return "<td><div class='fhemWidget' cmd='$cmd' reading='$reading' ".
|
return "<td><div class='fhemWidget' cmd='$cmd' reading='$reading' ".
|
||||||
"dev='$d' arg='$values' current='$current'></div></td>";
|
"dev='$d' arg='$values' current='$current'></div></td>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user