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

OWTHERM: fix async getValues

git-svn-id: https://svn.fhem.de/fhem/trunk@5387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2014-03-31 15:16:37 +00:00
parent 0c158cb862
commit 8b70962090

View File

@ -971,7 +971,7 @@ sub OWXTHERM_GetValues($) {
#-- reading 9 + 1 + 8 data bytes and 1 CRC byte = 19 bytes
#-- asynchronous mode
if( $hash->{ASYNC} ){
OWX_Execute($master,"read",1,$owx_dev,"\xBE",9,undef);
OWX_Execute($master,"ds182x.reading",1,$owx_dev,"\xBE",9,undef);
#-- synchronous mode
} else {
OWX_Reset($master);