From abf866f0665735c419fe19ae787b6ff98b628ad7 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 16 Feb 2017 12:29:14 +0100 Subject: [PATCH] add openCall and closeCall Commandref --- 74_AMAD.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/74_AMAD.pm b/74_AMAD.pm index af6f673..5b1b31c 100644 --- a/74_AMAD.pm +++ b/74_AMAD.pm @@ -1523,6 +1523,7 @@ sub AMAD_decrypt($) {
  • activateVoiceInput - start voice input on Android device
  • bluetooth - on/off, switch bluetooth on/off
  • clearNotificationBar - All/Automagic, deletes all or only Automagic notifications in status bar
  • +
  • closeCall - hang up a running call
  • currentFlowsetUpdate - start flowset update on Android device
  • installFlowSource - install a Automagic flow on device, XML file must be stored in /tmp/ with extension xml. Example: set TabletWohnzimmer installFlowSource WlanUebwerwachen.xml
  • doNotDisturb - sets the do not Disturb Mode, always Disturb, never Disturb, alarmClockOnly alarm Clock only, onlyImportant only important Disturbs
  • @@ -1531,6 +1532,7 @@ sub AMAD_decrypt($) {
  • mediaSpotifyMusic - play/stop/next/back , controlling the spotify media player
  • nextAlarmTime - sets the alarm time. Only valid for the next 24 hours.
  • notifySndFile - plays a media-file which by default needs to be stored in the folder "/storage/emulated/0/Notifications/" of the Android device. You may use the attribute setNotifySndFilePath for defining a different folder.
  • +
  • openCall - initial a call and hang up after optional time / set DEVICE openCall 0176354 10 call this number and hang up after 10s
  • screenBrightness - 0-255, set screen brighness
  • screenMsg - display message on screen of Android device
  • sendintent - send intent string Example: set $AMADDEVICE sendIntent org.smblott.intentradio.PLAY url http://stream.klassikradio.de/live/mp3-192/stream.klassikradio.de/play.m3u name Klassikradio, first parameter contains the action, second parameter contains the extra. At most two extras can be used.
  • @@ -1692,6 +1694,7 @@ sub AMAD_decrypt($) {
  • activateVoiceInput - aktiviert die Spracheingabe
  • bluetooth - on/off, aktiviert/deaktiviert Bluetooth
  • clearNotificationBar - All,Automagic, löscht alle Meldungen oder nur die Automagic Meldungen in der Statusleiste
  • +
  • closeCall - beendet einen laufenden Anruf
  • currentFlowsetUpdate - fürt ein Flowsetupdate auf dem Device durch
  • doNotDisturb - schaltet den nicht stören Modus, always immer stören, never niemals stören, alarmClockOnly nur Wecker darf stören, onlyImportant nur wichtige Störungen
  • installFlowSource - installiert einen Flow auf dem Device, das XML File muss unter /tmp/ liegen und die Endung xml haben. Bsp: set TabletWohnzimmer installFlowSource WlanUebwerwachen.xml
  • @@ -1699,6 +1702,7 @@ sub AMAD_decrypt($) {
  • mediaGoogleMusic - play, stop, next, back ,steuert den Google Play Musik Mediaplayer
  • mediaSpotifyMusic - play, stop, next, back ,steuert den Spotify Mediaplayer
  • nextAlarmTime - setzt die Alarmzeit. gilt aber nur innerhalb der nächsten 24Std.
  • +
  • openCall - ruft eine Nummer an und legt optional nach X Sekunden auf / set DEVICE openCall 01736458 10 / ruft die Nummer an und beendet den Anruf nach 10s
  • screenBrightness - setzt die Bildschirmhelligkeit, von 0-255.
  • screenMsg - versendet eine Bildschirmnachricht
  • sendintent - sendet einen Intentstring Bsp: set $AMADDEVICE sendIntent org.smblott.intentradio.PLAY url http://stream.klassikradio.de/live/mp3-192/stream.klassikradio.de/play.m3u name Klassikradio, der erste Befehl ist die Aktion und der zweite das Extra. Es können immer zwei Extras mitgegeben werden.