git-svn-id: https://svn.fhem.de/fhem/trunk@1567 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
pahenning
2012-05-18 06:43:56 +00:00
parent 27cd7f7315
commit 866738d096

View File

@@ -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