2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

00_HMUARTLGW.pm: add NotifyOrderPrefix, forum #123948

git-svn-id: https://svn.fhem.de/fhem/trunk@25203 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgernoth 2021-11-08 09:18:29 +00:00
parent f89ab6fb52
commit 1d75c3a2b6

View File

@ -149,6 +149,7 @@ sub HMUARTLGW_Initialize($)
$hash->{RenameFn} = "HMUARTLGW_Rename";
$hash->{ShutdownFn}= "HMUARTLGW_Shutdown";
$hash->{NotifyFn} = "HMUARTLGW_Notify";
$hash->{NotifyOrderPrefix} = "47-"; #make sure, HMUARTLGW_InitConnection is called once prior to CUL_HM initialisation
$hash->{AttrList}= "hmId " .
"lgwPw " .