mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
21_OWCOUNT.pm: Bugfix überflüssige Log-Meldung um Mitternacht
git-svn-id: https://svn.fhem.de/fhem/trunk@13664 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5d555eb583
commit
d717f50c8a
@ -99,7 +99,7 @@ no warnings 'deprecated';
|
||||
|
||||
sub Log3($$$);
|
||||
|
||||
my $owx_version="6.1";
|
||||
my $owx_version="6.11";
|
||||
#-- fixed raw channel name, flexible channel name
|
||||
my @owg_fixed = ("A","B");
|
||||
my @owg_channel = ("A","B");
|
||||
@ -1855,7 +1855,6 @@ sub OWXCOUNT_SetPage($$$) {
|
||||
# \x0F TA1 TA2 followed by the data
|
||||
my $ta2 = ($page*32) >> 8;
|
||||
my $ta1 = ($page*32) & 255;
|
||||
Log 1, "==========================> OWXCOUNT: setting page Nr. $ta2 $ta1 $data";
|
||||
$select=sprintf("\x0F%c%c",$ta1,$ta2).$data;
|
||||
#-- OLD OWX interface
|
||||
if( !$master->{ASYNCHRONOUS} ){
|
||||
|
Loading…
Reference in New Issue
Block a user