neuer Flowset wegen airplanemodeON
This commit is contained in:
parent
763074b225
commit
8d1b7e8f82
42
74_AMAD.pm
42
74_AMAD.pm
@ -37,7 +37,7 @@ use TcpServerUtils;
|
||||
use Encode qw(encode);
|
||||
|
||||
|
||||
my $version = "1.1.23";
|
||||
my $version = "1.2.0";
|
||||
|
||||
|
||||
|
||||
@ -457,7 +457,7 @@ sub AMAD_Set($$@) {
|
||||
$list .= "openApp:$apps " if( AttrVal( $name, "setOpenApp", "none" ) ne "none" );
|
||||
$list .= "nextAlarmTime:time ";
|
||||
$list .= "statusRequest:noArg ";
|
||||
$list .= "system:reboot,shutdown,airplanemode " if( AttrVal( $name, "root", "1" ) eq "1" );
|
||||
$list .= "system:reboot,shutdown,airplanemodeON " if( AttrVal( $name, "root", "1" ) eq "1" );
|
||||
$list .= "bluetooth:on,off ";
|
||||
$list .= "notifySndFile ";
|
||||
$list .= "clearNotificationBar:All,Automagic ";
|
||||
@ -667,8 +667,8 @@ sub AMAD_SelectSetCmd($$@) {
|
||||
|
||||
my $url = "http://" . $host . ":" . $port . "/fhem-amad/setCommands/systemcommand?syscmd=$systemcmd";
|
||||
|
||||
readingsSingleUpdate( $hash, $systemcmd, "on", 1 ) if( $systemcmd eq "airplanemode" );
|
||||
readingsSingleUpdate( $hash, "deviceState", "offline", 1 ) if( $systemcmd eq "airplanemode" || $systemcmd eq "shutdown" );
|
||||
readingsSingleUpdate( $hash, $systemcmd, "on", 1 ) if( $systemcmd eq "airplanemodeON" );
|
||||
readingsSingleUpdate( $hash, "deviceState", "offline", 1 ) if( $systemcmd eq "airplanemodeON" || $systemcmd eq "shutdown" );
|
||||
|
||||
return AMAD_HTTP_POST( $hash,$url );
|
||||
}
|
||||
@ -1158,6 +1158,7 @@ sub AMAD_decrypt($) {
|
||||
<li>Default volume</li>
|
||||
<li>Media volume device speaker</li>
|
||||
<li>Media volume Bluetooth speaker</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<br>
|
||||
With some experience lots of information from the Android device can be shown in FHEM. This requires only small adjustments of the "Informations" flow
|
||||
@ -1182,6 +1183,7 @@ sub AMAD_decrypt($) {
|
||||
<li>Set system commands (reboot)</li>
|
||||
<li>Send a message which will be announced (TTS)</li>
|
||||
<li>Default media volume</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<br><br>
|
||||
To trigger actions and to obtain information you need the Android App Automagic and a matching Flow. The App you need to get from the app store (google play),
|
||||
@ -1227,6 +1229,7 @@ sub AMAD_decrypt($) {
|
||||
<a name="AMADreadings"></a>
|
||||
<b>Readings</b>
|
||||
<ul>
|
||||
<li>airplanemode - state of Airplane</li>
|
||||
<li>androidVersion - installed Android Version</li>
|
||||
<li>automagic state - status messages from the AutomagicApp</li>
|
||||
<li>bluetooth on / off - is Bluetooth switched on or off on the device</li>
|
||||
@ -1245,16 +1248,18 @@ sub AMAD_decrypt($) {
|
||||
<li>lastStatusRequestState statusRequest_done / statusRequest_error - state of last statusRequest command</li>
|
||||
<li>nextAlarmDay - active alarm day</li>
|
||||
<li>next alarmTime - active alarm time</li>
|
||||
<li>powerlevel - status of the battery in %</li>
|
||||
<li>powerlevel - state of the battery in %</li>
|
||||
<li>powerPlugged - connected power supply? 0=NO, 1|2=YES</li>
|
||||
<li>screen - screen on/off</li>
|
||||
<li>Screen Brightness - Screen Brightness from 0-255</li>
|
||||
<li>Screen fullscreen - fullscreen mode (On, Off)</li>
|
||||
<li>screenBrightness - Screen Brightness from 0-255</li>
|
||||
<li>screenFullscreen - fullscreen mode (On, Off)</li>
|
||||
<li>screenLock - Pin-Lock (On,Off)</li>
|
||||
<li>screenOrientation - screen orientation (Auto, Landscape, Portrait)</li>
|
||||
<li>state - state off Devices</li>
|
||||
<li>volume - volume value which was set on "Set volume".</li>
|
||||
<li>volume Music Bluetooth - Media volume of the Bluetooth speakers</li>
|
||||
<li>volume music speaker - Media volume of the internal speakers</li>
|
||||
<li>volumeMusicBluetooth - Media volume of the Bluetooth speakers</li>
|
||||
<li>volumeMusicSpeaker - Media volume of the internal speakers</li>
|
||||
<li>volumeNotification - Notification volume of Device</li>
|
||||
<br>
|
||||
The Readings volume Music Bluetooth and music speaker volume reflect the respective media volume of the closed border is Bluetooth speakers or the internal speaker again.
|
||||
Unless one the respective volumes relies exclusively on the Set command, one of the two will always agree with the "volume" Reading a.<br><br>
|
||||
@ -1300,8 +1305,10 @@ sub AMAD_decrypt($) {
|
||||
<b>Set</b>
|
||||
<ul>
|
||||
<li>activateVoiceInput - activat Voice Input on Android Device</li>
|
||||
<li>bluetooth - set bluetooth on/off</li>
|
||||
<li>clearNotificationBar - clear the notification on bar. All or Automagic Notofication only</li>
|
||||
<li>Device State - sets the Device Status Online / Offline. See Readings</li>
|
||||
<li>Media Player - controls the default media player. Play, Stop, Back Route title, ahead of title.</li>
|
||||
<li>mediaPlayer - controls the default media player. Play, Stop, Back Route title, ahead of title.</li>
|
||||
<li>NextAlarm time - sets the alarm time. only within the next 24hrs.</li>
|
||||
<li>notifySndFile - plays the specified media file on the Android device. The file to be played must be in the folder /storage/emulated/0/Notifications/.</li>
|
||||
<li>openURL - opens a URL in your default browser</li>
|
||||
@ -1309,6 +1316,7 @@ sub AMAD_decrypt($) {
|
||||
<li>screenMsg - sends a message screen</li>
|
||||
<li>Status Request - calls for a new Status Report in Device to</li>
|
||||
<li>ttsMsg - sends a message which is output as a voice message</li>
|
||||
<li>vibrate - vibrates the device</li>
|
||||
<li>volume - sets the media volume. Either the internal speakers or when connected the Bluetooth speaker</li>
|
||||
<li>volumeNotification - sets the notification volume.</li>
|
||||
</ul>
|
||||
@ -1316,14 +1324,13 @@ sub AMAD_decrypt($) {
|
||||
<b>Set depending on set attributes</b>
|
||||
<ul>
|
||||
<li>changetoBtDevice - changes to another Bluetooth device. The attribute setBluetoothDevice must be set. See hint below!</li>
|
||||
<li>mediaPlayer - controls the default media player. Play, Stop, Back Route title, ahead of title. <b>Attribute fhemServerIP</b></li>
|
||||
<li>openapp - opens a selected app. <b>Attribute setOpenApp</b></li>
|
||||
<li>screen Brightness - sets the screen brightness, 0-255 <b>Attribute setScreenBrightness</b></li>
|
||||
If you want to use the "set screen brightness", a small adjustment in the flow SetCommands must be made. Opens the action (one of the squares very bottom) Set System Settings: System and makes a check "I have checked the settings, I know what I'm doing".
|
||||
<li>screen fullscreen - Switches to full screen mode on / off. <b>Attribute SetFullscreen </b></li>
|
||||
<li>screenLock - locked Screen by set Pinlock. <b>Attribute setScreenlockPIN - There are only allowed numbers and it must be more than 4 and less as 16 character</b></li>
|
||||
<li>screenOrientation - Switches the screen orientation Auto / Landscape / Portrait. <b>Attribute setScreenOrientation</b></li>
|
||||
<li>system - set system commands from (only rooted devices). reboot,shutdown,airplanemode (activate only) <b>Attribut root</b>, in the Auto Magic Settings "root function" must be set</li>
|
||||
<li>system - set system commands from (only rooted devices). reboot,shutdown,airplanemodeON (activate only) <b>Attribut root</b>, in the Auto Magic Settings "root function" must be set</li>
|
||||
In order to use openApp you need an attribute where separated by a comma, several app names are set in order to use openapp. The app name is arbitrary and only required for recognition. The same app name must be used in the flow in SetCommands on the left below the hash expression: "openapp" be in one of the 5 paths (one app per path) entered in both diamonds. Thereafter, in the quadrangle selected the app which app through the attribute names should be started.<br><br>
|
||||
To switch between different Bluetooth devices, you need set the attribute setBluetoothDevice accordingly.
|
||||
attr <DEVICE> BTdeviceName1|MAC,BTDeviceName2|MAC
|
||||
@ -1378,6 +1385,7 @@ sub AMAD_decrypt($) {
|
||||
<li>Standardlautstärke</li>
|
||||
<li>Media Lautstärke des Lautsprechers am Gerät</li>
|
||||
<li>Media Lautstärke des Bluetooth Lautsprechers</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<br>
|
||||
Mit etwas Einarbeitung können jegliche Informationen welche Automagic bereit stellt in FHEM angezeigt werden. Hierzu bedarf es lediglich
|
||||
@ -1402,7 +1410,8 @@ sub AMAD_decrypt($) {
|
||||
<li>neuen Statusreport des Gerätes anfordern</li>
|
||||
<li>Systembefehle setzen (Reboot)</li>
|
||||
<li>eine Nachricht senden welche <b>angesagt</b> wird (TTS)</li>
|
||||
<li>Medienlautstärke regeln</li>
|
||||
<li>Medienlautstärke regeln</li>
|
||||
<li>...</li>
|
||||
</ul>
|
||||
<br><br>
|
||||
Für all diese Aktionen und Informationen wird auf dem Androidgerät Automagic und ein so genannter Flow benötigt. Die App ist über den Google PlayStore zu beziehen. Das benötigte Flowset bekommt Ihr aus dem FHEM Update.
|
||||
@ -1448,6 +1457,7 @@ sub AMAD_decrypt($) {
|
||||
<a name="AMADreadings"></a>
|
||||
<b>Readings</b>
|
||||
<ul>
|
||||
<li>airplanemode - Status des Flugmodus</li>
|
||||
<li>androidVersion - aktuell installierte Androidversion</li>
|
||||
<li>automagicState - Statusmeldungen von der AutomagicApp <b>(Voraussetzung Android >4.3). Wer ein Android >4.3 hat und im Reading steht "wird nicht unterstützt", muß in den Androideinstellungen unter Ton und Benachrichtigungen -> Benachrichtigungszugriff ein Haken setzen für Automagic</b></li>
|
||||
<li>bluetooth on/off - ist auf dem Gerät Bluetooth an oder aus</li>
|
||||
@ -1474,9 +1484,11 @@ sub AMAD_decrypt($) {
|
||||
<li>screenFullscreen - Vollbildmodus (On,Off)</li>
|
||||
<li>screenLock - Pin-Sperre (On,Off)</li>
|
||||
<li>screenOrientation - Bildschirmausrichtung (Auto,Landscape,Portrait)</li>
|
||||
<li>state - aktueller Status des Devices</li>
|
||||
<li>volume - Lautstärkewert welcher über "set volume" gesetzt wurde.</li>
|
||||
<li>volumeMusikBluetooth - Media Lautstärke von angeschlossenden Bluetooth Lautsprechern</li>
|
||||
<li>volumeMusikSpeaker - Media Lautstärke der internen Lautsprecher</li>
|
||||
<li>volumeNotification - Benachrichtigungs Lautstärke</li>
|
||||
<br>
|
||||
Die Readings volumeMusikBluetooth und volumeMusikSpeaker spiegeln die jeweilige Medialautstärke der angeschlossenden Bluetoothlautsprecher oder der internen Lautsprecher wieder.
|
||||
Sofern man die jeweiligen Lautstärken ausschließlich über den Set Befehl setzt, wird eine der beiden immer mit dem "volume" Reading über ein stimmen.<br><br>
|
||||
@ -1532,6 +1544,7 @@ sub AMAD_decrypt($) {
|
||||
<li>screenMsg - versendet eine Bildschirmnachricht</li>
|
||||
<li>statusRequest - Fordert einen neuen Statusreport beim Device an</li>
|
||||
<li>ttsMsg - versendet eine Nachricht welche als Sprachnachricht ausgegeben wird</li>
|
||||
<li>vibrate - lässt das Androidgerät vibrieren</li>
|
||||
<li>volume - setzt die Medialautstärke. Entweder die internen Lautsprecher oder sofern angeschlossen die Bluetoothlautsprecher</li>
|
||||
<li>volumeNotification - setzt die Benachrichtigungslautstärke.</li>
|
||||
</ul>
|
||||
@ -1539,7 +1552,6 @@ sub AMAD_decrypt($) {
|
||||
<b>Set abhängig von gesetzten Attributen</b>
|
||||
<ul>
|
||||
<li>changetoBtDevice - wechselt zu einem anderen Bluetooth Gerät. <b>Attribut setBluetoothDevice muß gesetzt sein. Siehe Hinweis unten!</b></li>
|
||||
<li>mediaPlayer - steuert den Standard Mediaplayer. play, stop, Titel zürück, Titel vor. <b>Attribut fhemServerIP</b></li>
|
||||
<li>openApp - öffnet eine ausgewählte App. <b>Attribut setOpenApp</b></li>
|
||||
<li>screenBrightness - setzt die Bildschirmhelligkeit, von 0-255 <b>Attribut setScreenBrightness</b></li>
|
||||
Wenn Ihr das "set screenBrightness" verwenden wollt, muss eine kleine Anpassung im Flow SetCommands vorgenommen werden. Öffnet die Aktion (eines der Vierecke ganz ganz unten)
|
||||
@ -1547,7 +1559,7 @@ sub AMAD_decrypt($) {
|
||||
<li>screenFullscreen - Schaltet den Vollbildmodus on/off. <b>Attribut setFullscreen</b></li>
|
||||
<li>screenLock - Sperrt den Bildschirm mit Pinabfrage. <b>Attribut setScreenlockPIN - hier die Pin dafür eingeben. Erlaubt sind nur Zahlen. Es müßen mindestens 4 bis max 16 Zeichen sein.</b></li>
|
||||
<li>screenOrientation - Schaltet die Bildschirmausrichtung Auto/Landscape/Portait. <b>Attribut setScreenOrientation</b></li>
|
||||
<li>system - setzt Systembefehle ab (nur bei gerootetet Geräen). reboot,shutdown,airplanemode (kann nur aktiviert werden) <b>Attribut root</b>, in den Automagic Einstellungen muss "Root Funktion" gesetzt werden</li>
|
||||
<li>system - setzt Systembefehle ab (nur bei gerootetet Geräen). reboot,shutdown,airplanemodeON (kann nur aktiviert werden) <b>Attribut root</b>, in den Automagic Einstellungen muss "Root Funktion" gesetzt werden</li>
|
||||
<br>
|
||||
Um openApp verwenden zu können, muss als Attribut ein, oder durch Komma getrennt, mehrere App Namen gesetzt werden. Der App Name ist frei wählbar und nur zur Wiedererkennung notwendig.
|
||||
Der selbe App Name muß im Flow SetCommands auf der linken Seite unterhalb der Raute Expression:"openApp" in einen der 5 Stränge (eine App pro Strang) in beide Rauten eingetragen werden. Danach wird
|
||||
|
@ -159,7 +159,7 @@ global_album = getString("album");</extras>
|
||||
<condition type="expression">
|
||||
<useDefaultName>false</useDefaultName>
|
||||
<name>Expression: Airplanemode</name>
|
||||
<expression>param_syscmd == "airplanemode"</expression>
|
||||
<expression>param_syscmd == "airplanemodeON"</expression>
|
||||
</condition>
|
||||
<condition type="expression">
|
||||
<useDefaultName>false</useDefaultName>
|
||||
@ -1317,11 +1317,11 @@ FHEMCMD: statusrequest</customHTTPHeaders>
|
||||
<name>Vibrieren: Pattern 2 (-- --)</name>
|
||||
<custom>false</custom>
|
||||
<vibratePattern>vibrate_pattern_2</vibratePattern>
|
||||
<customPattern></customPattern>
|
||||
<customPattern>0,500</customPattern>
|
||||
</action>
|
||||
<flow type="flow">
|
||||
<name>Informations</name>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.1.x</group>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.2.0</group>
|
||||
<enabled>true</enabled>
|
||||
<executionPolicy>QUEUE</executionPolicy>
|
||||
<emergencyStopCount>240</emergencyStopCount>
|
||||
@ -1528,7 +1528,7 @@ FHEMCMD: statusrequest</customHTTPHeaders>
|
||||
</flow>
|
||||
<flow type="flow">
|
||||
<name>SetCommands</name>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.1.x</group>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.2.0</group>
|
||||
<enabled>true</enabled>
|
||||
<executionPolicy>QUEUE</executionPolicy>
|
||||
<emergencyStopCount>240</emergencyStopCount>
|
||||
@ -1626,27 +1626,27 @@ FHEMCMD: statusrequest</customHTTPHeaders>
|
||||
<conditioncontainer id="t88" x="-3325.0" y="-122.5">Expression: System Command"</conditioncontainer>
|
||||
<actioncontainer id="t89" x="-3115.0" y="892.5">Neustart </actioncontainer>
|
||||
<conditioncontainer id="t90" x="-3325.0" y="367.5">Expression: Shutdown</conditioncontainer>
|
||||
<conditioncontainer id="t91" x="-3535.0" y="367.5">Expression: Airplanemode</conditioncontainer>
|
||||
<actioncontainer id="t92" x="-3325.0" y="892.5">Herunterfahren</actioncontainer>
|
||||
<actioncontainer id="t93" x="-3535.0" y="892.5">Flugmodus ein-/ausschalten: Ein</actioncontainer>
|
||||
<actioncontainer id="t94" x="-3745.0" y="892.5">Sound: /storage/emulated/0/Notifications/{param_notifyfile} als Benachrichtigung</actioncontainer>
|
||||
<actioncontainer id="t95" x="-3955.0" y="892.5">Benachrichtigung aus Statusbar entfernen: Alle</actioncontainer>
|
||||
<actioncontainer id="t96" x="-4165.0" y="892.5">Benachrichtigung aus Statusbar entfernen: Alle (Automagic)</actioncontainer>
|
||||
<conditioncontainer id="t97" x="-4165.0" y="367.5">Expression: Automagic</conditioncontainer>
|
||||
<conditioncontainer id="t98" x="-3955.0" y="367.5">Expression: All</conditioncontainer>
|
||||
<actioncontainer id="t99" x="-4795.0" y="892.5">Lautstärken setzen param_notifivolume</actioncontainer>
|
||||
<conditioncontainer id="t100" x="-4795.0" y="-122.5">Expression: setNotifiVolume"</conditioncontainer>
|
||||
<conditioncontainer id="t101" x="-4585.0" y="-122.5">Expression: Clear Automagic Meldungen"</conditioncontainer>
|
||||
<conditioncontainer id="t102" x="-3745.0" y="-122.5">Expression: notifysnd"</conditioncontainer>
|
||||
<actioncontainer id="t103" x="-3885.0" y="-297.5">NotificationLautstärke auf Level 7</actioncontainer>
|
||||
<actioncontainer id="t104" x="-3885.0" y="-472.5">Notification Lautstärke Speichern</actioncontainer>
|
||||
<conditioncontainer id="t105" x="-3885.0" y="-647.5">Expression: param_notifyfile == "RedAlert.mp3"</conditioncontainer>
|
||||
<actioncontainer id="t106" x="-3745.0" y="1067.5">Notification Lautstärke Wiederherstellen</actioncontainer>
|
||||
<conditioncontainer id="t107" x="2555.0" y="-122.5">Expression: setVoiceCommand"</conditioncontainer>
|
||||
<actioncontainer id="t108" x="2555.0" y="892.5">Flows ausführen: VoiceControl</actioncontainer>
|
||||
<conditioncontainer id="t109" x="-5005.0" y="-122.500015">Expression: setVibrate"</conditioncontainer>
|
||||
<actioncontainer id="t110" x="-5005.0" y="892.5">Vibrieren: Pattern 2 (-- --)</actioncontainer>
|
||||
<conditioncontainer id="t111" x="-805.0" y="-2047.5">Expression: trigger == "HTTP Request: /fhem-amad/setCommands/*"</conditioncontainer>
|
||||
<actioncontainer id="t91" x="-3325.0" y="892.5">Herunterfahren</actioncontainer>
|
||||
<actioncontainer id="t92" x="-3745.0" y="892.5">Sound: /storage/emulated/0/Notifications/{param_notifyfile} als Benachrichtigung</actioncontainer>
|
||||
<actioncontainer id="t93" x="-3955.0" y="892.5">Benachrichtigung aus Statusbar entfernen: Alle</actioncontainer>
|
||||
<actioncontainer id="t94" x="-4165.0" y="892.5">Benachrichtigung aus Statusbar entfernen: Alle (Automagic)</actioncontainer>
|
||||
<conditioncontainer id="t95" x="-4165.0" y="367.5">Expression: Automagic</conditioncontainer>
|
||||
<conditioncontainer id="t96" x="-3955.0" y="367.5">Expression: All</conditioncontainer>
|
||||
<actioncontainer id="t97" x="-4795.0" y="892.5">Lautstärken setzen param_notifivolume</actioncontainer>
|
||||
<conditioncontainer id="t98" x="-4795.0" y="-122.5">Expression: setNotifiVolume"</conditioncontainer>
|
||||
<conditioncontainer id="t99" x="-3745.0" y="-122.5">Expression: notifysnd"</conditioncontainer>
|
||||
<actioncontainer id="t100" x="-3885.0" y="-297.5">NotificationLautstärke auf Level 7</actioncontainer>
|
||||
<actioncontainer id="t101" x="-3885.0" y="-472.5">Notification Lautstärke Speichern</actioncontainer>
|
||||
<conditioncontainer id="t102" x="-3885.0" y="-647.5">Expression: param_notifyfile == "RedAlert.mp3"</conditioncontainer>
|
||||
<actioncontainer id="t103" x="-3745.0" y="1067.5">Notification Lautstärke Wiederherstellen</actioncontainer>
|
||||
<conditioncontainer id="t104" x="2555.0" y="-122.5">Expression: setVoiceCommand"</conditioncontainer>
|
||||
<actioncontainer id="t105" x="2555.0" y="892.5">Flows ausführen: VoiceControl</actioncontainer>
|
||||
<conditioncontainer id="t106" x="-5005.0" y="-122.5">Expression: setVibrate"</conditioncontainer>
|
||||
<actioncontainer id="t107" x="-5005.0" y="892.5">Vibrieren: Pattern 2 (-- --)</actioncontainer>
|
||||
<conditioncontainer id="t108" x="-805.0" y="-2047.5">Expression: trigger == "HTTP Request: /fhem-amad/setCommands/*"</conditioncontainer>
|
||||
<conditioncontainer id="t109" x="-4585.0" y="-122.50001">Expression: Clear Automagic Meldungen"</conditioncontainer>
|
||||
<actioncontainer id="t110" x="-3535.0" y="892.5">Flugmodus ein-/ausschalten: Ein</actioncontainer>
|
||||
<conditioncontainer id="t111" x="-3535.0" y="367.5">Expression: Airplanemode</conditioncontainer>
|
||||
<connection from="t1" to="t81" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t2" to="t41" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t3" to="t40" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
@ -1726,8 +1726,8 @@ FHEMCMD: statusrequest</customHTTPHeaders>
|
||||
<connection from="t77" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t79" to="t80" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t80" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t81" to="t111" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t81" to="t107" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t81" to="t108" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t81" to="t104" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t82" to="t10" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t84" to="t86" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t84" to="t83" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
@ -1735,50 +1735,50 @@ FHEMCMD: statusrequest</customHTTPHeaders>
|
||||
<connection from="t87" to="t89" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t88" to="t87" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t88" to="t90" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t88" to="t91" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t90" to="t92" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t91" to="t93" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t94" to="t106" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t95" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t96" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t97" to="t96" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t98" to="t95" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t99" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t100" to="t99" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t101" to="t98" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t101" to="t97" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t102" to="t105" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t103" to="t94" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t104" to="t103" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t105" to="t104" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t105" to="t94" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t107" to="t108" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t109" to="t110" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t88" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t53" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t79" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t22" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t39" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t3" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t4" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t5" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t71" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t19" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t8" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t45" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t38" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t48" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t102" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t70" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t101" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t107" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t100" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t85" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t109" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t88" to="t111" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t90" to="t91" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t92" to="t103" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t93" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t94" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t95" to="t94" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t96" to="t93" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t97" to="t75" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t98" to="t97" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t99" to="t102" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t100" to="t92" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t101" to="t100" type="NORMAL" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t102" to="t101" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t102" to="t92" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t104" to="t105" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t106" to="t107" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t88" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t53" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t79" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t22" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t39" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t3" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t4" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t5" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t71" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t19" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t8" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t45" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t38" type="FALSE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t48" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t99" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t70" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t109" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t104" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t98" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t85" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t108" to="t106" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t109" to="t96" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t109" to="t95" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
<connection from="t111" to="t110" type="TRUE" sourcePosition="SOUTH" targetPosition="NORTH" />
|
||||
</flow>
|
||||
<flow type="flow">
|
||||
<name>VoiceControl</name>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.1.x</group>
|
||||
<group>FHEM Info / Steuerung über AMAD Modul v1.2.0</group>
|
||||
<enabled>true</enabled>
|
||||
<executionPolicy>QUEUE</executionPolicy>
|
||||
<triggercontainer id="t1" x="70.0" y="-647.5" />
|
Loading…
x
Reference in New Issue
Block a user