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 e865fe3a96
commit bb881c633a

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
}