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:
parent
709fcecd68
commit
0f09293cbd
@ -518,11 +518,11 @@ my $rtype_base = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
22 => {
|
22 => {
|
||||||
dimension => '',
|
dimension => 'M L2 T−3 I−2',
|
||||||
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user