mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
MAXLAN: add dutycycle as reading
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
df05eb7930
commit
8e3b615479
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user