mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Unit.pm: add some comments to code
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17875 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9879af040a
commit
acee02e3e9
@ -662,7 +662,7 @@ my $rtype_base = {
|
||||
25 => {
|
||||
base_description => {
|
||||
de => 'Zahlen',
|
||||
en => 'Numbering',
|
||||
en => 'numbering',
|
||||
},
|
||||
format => '%.1f',
|
||||
decimal_mark => {
|
||||
@ -675,7 +675,7 @@ my $rtype_base = {
|
||||
26 => {
|
||||
base_description => {
|
||||
de => 'Logische Operatoren',
|
||||
en => 'Logical operators',
|
||||
en => 'logical operators',
|
||||
},
|
||||
tmpl => '%value%',
|
||||
},
|
||||
@ -2271,6 +2271,7 @@ my $rtypes = {
|
||||
scale_m => '1.0e2',
|
||||
},
|
||||
|
||||
# logarithmic scale
|
||||
b => {
|
||||
ref_base => 19,
|
||||
scale_m => '1.0e0',
|
||||
@ -2286,6 +2287,7 @@ my $rtypes = {
|
||||
scale_m => '1.0e-1',
|
||||
},
|
||||
|
||||
# electric current
|
||||
ua => {
|
||||
ref => 'a',
|
||||
scale_m => '1.0e-6',
|
||||
|
Loading…
x
Reference in New Issue
Block a user