From 866738d096c1811d35a306336ffd105a5901eeab Mon Sep 17 00:00:00 2001 From: pahenning Date: Fri, 18 May 2012 06:43:56 +0000 Subject: [PATCH] git-svn-id: https://svn.fhem.de/fhem/trunk@1567 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/1-Wire/21_OWCOUNT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/1-Wire/21_OWCOUNT.pm b/fhem/contrib/1-Wire/21_OWCOUNT.pm index 037c954ed..a58ef7306 100644 --- a/fhem/contrib/1-Wire/21_OWCOUNT.pm +++ b/fhem/contrib/1-Wire/21_OWCOUNT.pm @@ -612,7 +612,7 @@ sub OWXCOUNT_GetPage($$) { # \xA5 TA1 TA2 reading 40 data bytes and 2 CRC bytes my $ta2 = ($page*32) >> 8; my $ta1 = ($page*32) & 255; - Log 1, "OWXCOUNT: getting page Nr. $ta2 $ta1"; + #Log 1, "OWXCOUNT: getting page Nr. $ta2 $ta1"; $select=sprintf("\x55%c%c%c%c%c%c%c%c\xA5%c%c", @owx_ROM_ID,$ta1,$ta2); #-- reset the bus