mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
10_CUL_HM: random message number at startup limites problems to control devices after reboot
git-svn-id: https://svn.fhem.de/fhem/trunk@13315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7f6c00f23
commit
0a5bdee4f7
@ -529,7 +529,7 @@ sub CUL_HM_Define($$) {##############################
|
||||
$hash->{helper}{q}{qReqConf} = ""; # queue autoConfig requests
|
||||
$hash->{helper}{q}{qReqStat} = ""; # queue statusRequest for this device
|
||||
$hash->{helper}{mRssi}{mNo} = "";
|
||||
$hash->{helper}{HM_CMDNR} = 1;
|
||||
$hash->{helper}{HM_CMDNR} = int(rand(250));# should be different from previous
|
||||
CUL_HM_prtInit ($hash);
|
||||
$hash->{helper}{io}{vccu} = "";
|
||||
$hash->{helper}{io}{prefIO} = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user