2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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 7ed21a6369
commit 44ed3e18c0

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