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@22444 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a1cb84633
commit
8bffb3fc65
@ -427,12 +427,14 @@ sub Attr {
|
||||
|
||||
my ($do,$val);
|
||||
|
||||
if ($model eq "master" && !$hvattr{$aName}{master}) {
|
||||
return qq{The attribute "$aName" is only valid if MODEL is not "$model" !};
|
||||
}
|
||||
if(defined $hvattr{$aName}) {
|
||||
if ($model eq "master" && !$hvattr{$aName}{master}) {
|
||||
return qq{The attribute "$aName" is only valid if MODEL is not "$model" !};
|
||||
}
|
||||
|
||||
if ($model ne "master" && !$hvattr{$aName}{nomaster}) {
|
||||
return qq{The attribute "$aName" is only valid if MODEL is "master" !};
|
||||
if ($model ne "master" && !$hvattr{$aName}{nomaster}) {
|
||||
return qq{The attribute "$aName" is only valid if MODEL is "master" !};
|
||||
}
|
||||
}
|
||||
|
||||
if($aName eq "genericStrmHtmlTag" && $hash->{MODEL} ne "generic") {
|
||||
@ -909,8 +911,8 @@ return $ret;
|
||||
|
||||
<a name="adoptSubset"></a>
|
||||
<li><b>adoptSubset</b> (only valid for MODEL "master") <br>
|
||||
In a streaming <b>master</b> device a subset of the selectable streaming devices is selected and made available for
|
||||
the <b>adopt</b> command. <br>
|
||||
In a Streaming <b>master</b> Device a subset of all defined Streaming Devices is selected and used for
|
||||
the <b>adopt</b> command is provided. <br>
|
||||
For control in the FTUI, the selection is also stored in the Reading of the same name.
|
||||
</li>
|
||||
<br>
|
||||
@ -1173,7 +1175,7 @@ attr <name> genericStrmHtmlTag <img $HTMLATTR
|
||||
|
||||
<a name="adoptSubset"></a>
|
||||
<li><b>adoptSubset</b> (nur für MODEL "master") <br>
|
||||
In einem Streaming <b>master</b> Device wird eine Teilmenge der selektierbaren Streaming Devices ausgewählt und für
|
||||
In einem Streaming <b>master</b> Device wird eine Teilmenge aller definierten Streaming Devices ausgewählt und für
|
||||
das <b>adopt</b> Kommando bereitgestellt. <br>
|
||||
Für die Steuerung im FTUI wird die Auswahl ebenfalls im gleichnamigen Reading gespeichert.
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user