Trigger: USB Tethering

Revision as of 10:21, 9 January 2026 by MacroDroidDev (talk | contribs) (Created page with "<pre class="header-style">This trigger fires when USB tethering is enabled or disabled on the device.</pre> ''' Options ''' * '''Enabled''': Trigger when USB tethering is tu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This trigger fires when USB tethering is enabled or disabled on the device.

Options

  • Enabled: Trigger when USB tethering is turned on
  • Disabled: Trigger when USB tethering is turned off

Examples

Example 1: Track when USB tethering is enabled

Triggers

USB Tethering - Enabled
Actions

Set Variable: [usb_tethering] = "on"
Display Notification: "USB tethering enabled"

Keeps a simple state variable and confirmation notification when tethering turns on.

Example 2: Show edge light when USB tethering is on

Triggers

USB Tethering - Enabled
USB Tethering - Disabled
Actions

IF (Trigger Fired - USB Tethering - Enabled)
  Edge Notification Light Show (no auto hide)
ELSE
  Edge Notification Light Hide Clear
ENDIF

Notes

  • This trigger fires when the system reports a USB tethering state change

See Also