Fritzbox documentation added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@81 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2007-08-05 11:15:34 +00:00
parent 3c3972e661
commit 6944e726b5
5 changed files with 137 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ EMEM_GetStatus($)
DoTrigger($name, undef) if($init_done);
}
$hash->{STATE} = "$cur_power kWh";
$hash->{STATE} = "$cur_power kW";
Log GetLogLevel($name,4), "EMEM $name: $cur_power kW / $vals{energy_kWh_h} kWh/h";
return $hash->{STATE};