MAXLAN: add dutycycle as reading

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-11-06 17:55:07 +00:00
parent f0e0a7f04f
commit 1cbfe578f0

View File

@@ -445,6 +445,7 @@ MAXLAN_Parse($$)
if(@args > 5){
$dutycycle = hex($args[5]);
$hash->{dutycycle} = sprintf("%3.0f %%", $dutycycle);
readingsSingleUpdate( $hash, 'dutycycle', $dutycycle, 1 );
}
my $freememory = 0;
if(@args > 6){