2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

49_SSCam: contrib 9.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@22440 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-19 20:57:47 +00:00
parent 591a6a20e5
commit 8a6701f282

View File

@ -8265,7 +8265,7 @@ sub streamDev { ## no critic 'comp
$ret .= &{$sdfn{$fmt}{fn}} (\%params);
} else {
$cause = qq{Streaming of format "$fmt" is not supported};
$cause = qq{Select a Streaming client with the "adoptFrom" command.} if($ismm);
$cause = qq{Select a Streaming client with the "adopt" command.} if($ismm);
$ret .= "<td> <br> <b> $cause </b> <br><br></td>";
}
use strict "refs";