Trigger: USB Tethering
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