Changes

m
no edit summary
Line 17: Line 17:  
__TOC__
 
__TOC__
   −
==<p><b>App Install/Remove/Update</b></p>==
+
==<p><b>Requires a trigger to operate</b></p>==
   −
=== Application name ===
+
=== App Install/Remove/Update ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">[app_name]
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">Application name: [app_name]
 +
Returns the name of the application that was launched, for example "MacroDroid".
   −
Returns the name of the application that was Install/Remove/Update, for example "MacroDroid".
+
Application package: [app_package]
 +
Returns the package name of the application that was launched, for example, if it were MacroDroid the response would be "com.arlosoft.macrodroid".
 
</pre><br>
 
</pre><br>
   −
=== Application package ===
+
=== Application Launched/Closed ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">[app_package]
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
Application name: [app_name]
 +
Returns the name of the application that was launched, for example "MacroDroid".
   −
Returns the package of the application that was Install/Remove/Update, for example "MacroDroid".
+
Application package: [app_package]
 +
Returns the package name of the application that was launched, for example, if it were MacroDroid the response would be "com.arlosoft.macrodroid".
 +
</pre><br>
 +
 
 +
=== Bluethooth (Device connected or device disconnected) ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
Bluetooth device name: [bluetooth_device_name]
 +
 
 +
Returns the name of the bluetooth device, may be more useful when using the "Any device" option.
 +
 
 +
For example, if headphones are connected, it will return the device name.
 +
[bluetooth_device_name] = Headphones 1 Pro
 +
 
 +
</pre><br>
 +
 
 +
=== Call (Active, Ended, Incoming, Missed, Outgoing) ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">[call_number]
 +
Returns the number from which the call was received.
 +
 
 +
[call_name]
 +
Returns the name from where the call was received if available.
 +
 
 +
For example, if you receive a call from 1234567890 registered as MacroDroid user
 +
[call_number] = 1234567890
 +
[call_name] = MacroDroid user
 +
</pre><br>
 +
 
 +
=== SMS received ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
This magic text appears when using any variation of "SMS received".
 +
 
 +
[sms_name] - Sender name.
 +
 
 +
[sms_message] - SMS content.
 +
 
 +
[sms_number] - SMS sender number.
 +
 
 +
For example, if you receive an SMS from "Macrodroid user"
 +
the message "Hello, have a nice day"
 +
comes from the phone number +1 12345678
 +
 
 +
the magic text would return this:
 +
 
 +
[sms_name] = Macrodroid user
 +
 
 +
[sms_message] = Hello, have a nice day
 +
 
 +
[sms_number] =+1 12345678
 +
</pre><br>
 +
 
 +
=== Logcat ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
[logcat_line] - Returns the reference logcat line configured in the trigger.
 +
</pre><br>
 +
 
 +
=== Notifications ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
[not_title] - Notification title.
 +
 
 +
[not_ticker] - Notification ticker text, is a brief text that scrolls temporarily across the status bar of an Android device when a new notification arrives. This feature was removed in Android 5.0 Lollipop, but it can still be found on some devices or restored using third-party apps.
 +
 
 +
[notification] - Notification text.
 +
 
 +
[not_sub_text] - Notification sub text,  is a secondary text element that provides additional context or detail to a notification.
 +
 
 +
[not_text_lines] - Notification big text, is a feature that allows to display a more significant amount of text within a notification.
 +
 
 +
[not_action_names] - Notification actions names, are clickable buttons or links embedded within notifications that allow users to perform specific tasks directly without opening the associated app.
 +
 
 +
[not_app_name] - Notification app name,  is the name of the app that generated the notification.
 +
 
 +
[not_app_package] - Notification app package, It is the package name of the application that created the notification.
 +
</pre><br>
 +
 
 +
=== Spotify ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
[spotify_track_id] - Returns the Track ID of the song.
 +
 
 +
[spotify_artist] - Returns the artist of the song, "Started music" is not supported
 +
 
 +
[spotify_album] - Returns the album of the song, "Started music" is not supported
 +
 
 +
[spotify_track] - Returns the name of the song, "Started music" is not supported
 +
 
 +
[spotify_length_s] - Returns the length of the song in seconds.
 +
 
 +
[spotify_is_playing]- Returns a boolean state (true or false).
 +
</pre><br>
 +
 
 +
=== Weather ===
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
{weather_temperature_c} - Temperature (Celsius).
 +
 
 +
{weather_temperature_farenheit} - Temperature (fahrenheit).
 +
 
 +
{weather_wind_speed} - Wind speed m\s.
 +
 
 +
{weather_wind_speed_mph} - Wind speed (mph).
 +
 
 +
{weather_wind_speed_kmh} - Wind speed (kmh).
 +
 
 +
{weather_wind_direction} - Wind direction (degrees).
 +
 
 +
{weather_humidity} - Humidity.
 +
 
 +
{weather_conditions} - Weather conditions.
 +
 
 +
</pre><br>
 +
 
 +
__TOC__
 +
 
 +
==<p><b>Does not require a trigger to operate</b></p>==
 +
Does not depend on a trigger
 +
=== MacroDroid Mode ===
 +
Texto de la subsección 2.1
editors
1,590

edits