change commandref
This commit is contained in:
parent
e18527c8e8
commit
e8129cf960
@ -1012,7 +1012,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
||||
<li>userFlowState - current state of a Flow, established under setUserFlowState Attribut</li>
|
||||
<li>volume - media volume setting</li>
|
||||
<li>volumeNotification - notification volume setting</li>
|
||||
<li>wiredHeadsetPlugged - in/out headset plugged in or out</li>
|
||||
<li>wiredHeadsetPlugged - 0/1 headset plugged out or in</li>
|
||||
<br>
|
||||
Prerequisite for using the reading checkActivTask the package name of the application to be checked needs to be defined in the attribute <i>checkActiveTask</i>. Example: <i>attr Nexus10Wohnzimmer
|
||||
checkActiveTask com.android.chrome</i> für den Chrome Browser.
|
||||
@ -1183,7 +1183,7 @@ sub AMADDevice_CreateChangeBtDeviceValue($$) {
|
||||
<li>userFlowState - aktueller Status eines Flows, festgelegt unter dem setUserFlowState Attribut</li>
|
||||
<li>volume - Media Lautstärkewert</li>
|
||||
<li>volumeNotification - Benachrichtigungs Lautstärke</li>
|
||||
<li>wiredHeadsetPlugged - in/out gibt an ob ein Headset eingesteckt ist oder nicht</li>
|
||||
<li>wiredHeadsetPlugged - 0/1 gibt an ob ein Headset eingesteckt ist oder nicht</li>
|
||||
<br>
|
||||
Beim Reading checkActivTask muß zuvor der Packagename der zu prüfenden App als Attribut <i>checkActiveTask</i> angegeben werden. Beispiel: <i>attr Nexus10Wohnzimmer
|
||||
checkActiveTask com.android.chrome</i> für den Chrome Browser.
|
||||
|
@ -2597,13 +2597,13 @@ global_userflowstate = "none";</script>
|
||||
</action>
|
||||
<action type="script">
|
||||
<useDefaultName>true</useDefaultName>
|
||||
<name>Script: headsetValue = "in"</name>
|
||||
<script>headsetValue = "in"</script>
|
||||
<name>Script: headsetValue = 1</name>
|
||||
<script>headsetValue = 1</script>
|
||||
</action>
|
||||
<action type="script">
|
||||
<useDefaultName>true</useDefaultName>
|
||||
<name>Script: headsetValue = "out"</name>
|
||||
<script>headsetValue = "out"</script>
|
||||
<name>Script: headsetValue = 0</name>
|
||||
<script>headsetValue = 0</script>
|
||||
</action>
|
||||
<action type="script">
|
||||
<useDefaultName>true</useDefaultName>
|
||||
@ -4063,8 +4063,8 @@ Soll der Assistent gelöscht werden?</actioncontainer>
|
||||
<actioncontainer id="t163" x="5040.0" y="-3832.5">Script: volumeRingSound = "\"volumeRingSound\":" + " \"" + {volumeRingSound} + "\""; fhemcmd = "setreading";</actioncontainer>
|
||||
<actioncontainer id="t164" x="5320.0" y="-3832.5">Script: wiredHeadsetPlugged = "\"wiredHeadsetPlugged\":" + " \"" + {headsetValue} + "\""; fhemcmd = "setreading";</actioncontainer>
|
||||
<conditioncontainer id="t165" x="5320.0" y="-2782.5">Expression: trigger == "Kabelgebundenes Headset Verbunden" or trigger == "Kabelgebundenes Headset Getrennt"</conditioncontainer>
|
||||
<actioncontainer id="t166" x="5250.0" y="-3482.5">Script: headsetValue = "in"</actioncontainer>
|
||||
<actioncontainer id="t167" x="5390.0" y="-3482.5">Script: headsetValue = "out"</actioncontainer>
|
||||
<actioncontainer id="t166" x="5250.0" y="-3482.5">Script: headsetValue = 1</actioncontainer>
|
||||
<actioncontainer id="t167" x="5390.0" y="-3482.5">Script: headsetValue = 0</actioncontainer>
|
||||
<conditioncontainer id="t168" x="5040.0" y="-2782.5">Expression: trigger == "Systemeinstellung verändert: System volume_ring"</conditioncontainer>
|
||||
<conditioncontainer id="t169" x="4795.0" y="-2782.5">Expression: trigger == "Genereller Broadcast: wenn org.smblott.intentradio.STATE"</conditioncontainer>
|
||||
<conditioncontainer id="t170" x="4410.0" y="-2782.5">Expression: trigger == "Benachrichtigung in Statusbar angezeigt: org.telegram.messenger"</conditioncontainer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user