Unit.pm: fix pct unit format

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12997 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-01-07 11:30:58 +00:00
parent 31114b90cd
commit 39ec5c2fb2

View File

@ -1427,6 +1427,8 @@ my $rtypes = {
format => '%i', format => '%i',
symbol => chr(0x0025), symbol => chr(0x0025),
suffix => 'pct', suffix => 'pct',
tmpl => '%value%' . chr(0x202F) . '%symbol%',
tmpl_long => '%value% %txt%',
txt => { txt => {
de => 'Prozent', de => 'Prozent',
en => 'percent', en => 'percent',