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:
@@ -427,6 +427,7 @@ sub Attr {
|
|||||||
|
|
||||||
my ($do,$val);
|
my ($do,$val);
|
||||||
|
|
||||||
|
if(defined $hvattr{$aName}) {
|
||||||
if ($model eq "master" && !$hvattr{$aName}{master}) {
|
if ($model eq "master" && !$hvattr{$aName}{master}) {
|
||||||
return qq{The attribute "$aName" is only valid if MODEL is not "$model" !};
|
return qq{The attribute "$aName" is only valid if MODEL is not "$model" !};
|
||||||
}
|
}
|
||||||
@@ -434,6 +435,7 @@ sub Attr {
|
|||||||
if ($model ne "master" && !$hvattr{$aName}{nomaster}) {
|
if ($model ne "master" && !$hvattr{$aName}{nomaster}) {
|
||||||
return qq{The attribute "$aName" is only valid if MODEL is "master" !};
|
return qq{The attribute "$aName" is only valid if MODEL is "master" !};
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if($aName eq "genericStrmHtmlTag" && $hash->{MODEL} ne "generic") {
|
if($aName eq "genericStrmHtmlTag" && $hash->{MODEL} ne "generic") {
|
||||||
return qq{This attribute is only valid if MODEL is "generic" !};
|
return qq{This attribute is only valid if MODEL is "generic" !};
|
||||||
@@ -909,8 +911,8 @@ return $ret;
|
|||||||
|
|
||||||
<a name="adoptSubset"></a>
|
<a name="adoptSubset"></a>
|
||||||
<li><b>adoptSubset</b> (only valid for MODEL "master") <br>
|
<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
|
In a Streaming <b>master</b> Device a subset of all defined Streaming Devices is selected and used for
|
||||||
the <b>adopt</b> command. <br>
|
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.
|
For control in the FTUI, the selection is also stored in the Reading of the same name.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
@@ -1173,7 +1175,7 @@ attr <name> genericStrmHtmlTag <img $HTMLATTR
|
|||||||
|
|
||||||
<a name="adoptSubset"></a>
|
<a name="adoptSubset"></a>
|
||||||
<li><b>adoptSubset</b> (nur für MODEL "master") <br>
|
<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>
|
das <b>adopt</b> Kommando bereitgestellt. <br>
|
||||||
Für die Steuerung im FTUI wird die Auswahl ebenfalls im gleichnamigen Reading gespeichert.
|
Für die Steuerung im FTUI wird die Auswahl ebenfalls im gleichnamigen Reading gespeichert.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user