2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 02:10:32 +00:00

93_FHEM2FHEM.pm: store cmd response in the cmdResponse internal (Forum #122805)

git-svn-id: https://svn.fhem.de/fhem/trunk@24942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-09-10 07:50:03 +00:00
parent 262d5e2cf6
commit 9de9d504be

View File

@ -175,6 +175,7 @@ FHEM2FHEM_Read($)
} else {
Log3 $name, 3, "Remote command response:$resp";
}
$hash->{cmdResponse} = $resp;
$data = $1.$3; # Continue with the rest
}