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:
parent
591a6a20e5
commit
8a6701f282
@ -8265,7 +8265,7 @@ sub streamDev { ## no critic 'comp
|
|||||||
$ret .= &{$sdfn{$fmt}{fn}} (\%params);
|
$ret .= &{$sdfn{$fmt}{fn}} (\%params);
|
||||||
} else {
|
} else {
|
||||||
$cause = qq{Streaming of format "$fmt" is not supported};
|
$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>";
|
$ret .= "<td> <br> <b> $cause </b> <br><br></td>";
|
||||||
}
|
}
|
||||||
use strict "refs";
|
use strict "refs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user