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

Unit.pm: correct base unit for el. resistance

git-svn-id: https://svn.fhem.de/fhem/trunk@12869 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-12-23 15:59:44 +00:00
parent 709fcecd68
commit 0f09293cbd

View File

@ -518,11 +518,11 @@ my $rtype_base = {
}, },
22 => { 22 => {
dimension => '', dimension => 'M L2 T3 I2',
formula_symbol => 'F', formula_symbol => 'R',
rtype_base => 'far', rtype_base => 'ohm',
base_description => { base_description => {
de => 'elektrische Widerstand', de => 'elektrischer Widerstand',
en => 'electric resistance', en => 'electric resistance',
}, },
format => '%.1f', format => '%.1f',