mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
Unit.pm: fix pct unit format
git-svn-id: https://svn.fhem.de/fhem/trunk@12997 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
157b3d2b07
commit
bb0c44871c
@ -1423,11 +1423,13 @@ my $rtypes = {
|
||||
},
|
||||
|
||||
pct => {
|
||||
ref_base => 25,
|
||||
format => '%i',
|
||||
symbol => chr(0x0025),
|
||||
suffix => 'pct',
|
||||
txt => {
|
||||
ref_base => 25,
|
||||
format => '%i',
|
||||
symbol => chr(0x0025),
|
||||
suffix => 'pct',
|
||||
tmpl => '%value%' . chr(0x202F) . '%symbol%',
|
||||
tmpl_long => '%value% %txt%',
|
||||
txt => {
|
||||
de => 'Prozent',
|
||||
en => 'percent',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user