mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Added dewpoint to PachLog_ReadingToUnit
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@905 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fbee5290d4
commit
fe4fc6ab6a
@ -241,11 +241,12 @@ sub PachLog_ReadingToUnit($$)
|
|||||||
my %unit = ();
|
my %unit = ();
|
||||||
%unit = (
|
%unit = (
|
||||||
'temperature' => "Celsius,C,derivedSI,Temperature",
|
'temperature' => "Celsius,C,derivedSI,Temperature",
|
||||||
'current' => "Power,kW,derivedSI,EnergyConsumption",
|
'dewpoint' => "Celsius,C,derivedSI,Temperature",
|
||||||
'humidity' => "Humidity,rel%,contextDependentUnits,Humidity",
|
'current' => "Power,kW,derivedSI,EnergyConsumption",
|
||||||
'rain' => "Rain,l/m2,contextDependentUnits,Rain",
|
'humidity' => "Humidity,rel%,contextDependentUnits,Humidity",
|
||||||
'rain_now' => "Rain,l/m2,contextDependentUnits,Rain",
|
'rain' => "Rain,l/m2,contextDependentUnits,Rain",
|
||||||
'wind' => "Wind,m/s,contextDependentUnits,Wind",
|
'rain_now' => "Rain,l/m2,contextDependentUnits,Rain",
|
||||||
|
'wind' => "Wind,m/s,contextDependentUnits,Wind",
|
||||||
);
|
);
|
||||||
if(defined($unit{$in})) {
|
if(defined($unit{$in})) {
|
||||||
Log $ll ,("PACHLOG[ReadingToUnit] " . $in . " >> " . $unit{$in} );
|
Log $ll ,("PACHLOG[ReadingToUnit] " . $in . " >> " . $unit{$in} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user