mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
set "xx_betriebsart nacht" fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@1595 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
53a535c710
commit
0bc43108f8
@ -264,7 +264,7 @@ KM271_Set($@)
|
||||
join(" ", sort keys %km271_set_betriebsart) if(!defined($val));
|
||||
}
|
||||
|
||||
my $data = ($val ? sprintf($fmt, $val) : $fmt);
|
||||
my $data = sprintf($fmt, $val);
|
||||
|
||||
push @{$hash->{SENDBUFFER}}, $data;
|
||||
DevIo_SimpleWrite($hash, "02", 1) if(!$hash->{WAITING});
|
||||
|
Loading…
x
Reference in New Issue
Block a user