Meshtastic-Apple/Meshtastic/AppIntents
dborup aa73a82404
Add TracerouteIntent for iOS Shortcuts integration
This commit adds a new AppIntent called TracerouteIntent, allowing users to send a traceroute request to a specific Meshtastic node directly via iOS Shortcuts or Siri.

The intent calls BLEManager.shared.sendTraceRouteRequest(destNum:wantResponse:) and provides basic validation to ensure the device is connected.

No other files or logic were modified. This follows the same structural pattern as MessageNodeIntent.swift.
2025-06-24 17:18:04 +02:00
..
AddContactIntent.swift Ben thought he was writing C# 2025-05-20 22:29:53 -07:00
AppIntentErrors.swift Assorted linting updates 2025-04-27 14:04:47 -07:00
DisconnectNodeIntent.swift Fix some linting and ben writing C# warnings 2025-05-24 00:33:27 -07:00
FactoryResetNodeIntent.swift Bossy linter 2024-10-05 15:50:57 -07:00
MessageChannelIntent.swift Bossy linter 2024-10-05 15:50:57 -07:00
MessageNodeIntent.swift Add Message Node Intent 2024-12-03 22:14:14 -08:00
NavigateToNodeIntent.swift Assorted linting updates 2025-04-27 14:04:47 -07:00
NodePositionIntent.swift Bossy linter 2024-10-05 15:50:57 -07:00
RestartNodeIntent.swift Remove more remnants of the old admin channel 2025-06-14 14:25:46 -07:00
SaveChannelSettingsIntent.swift Assorted linting updates 2025-04-27 14:04:47 -07:00
SendWaypointIntent.swift Update Meshtastic/AppIntents/SendWaypointIntent.swift 2025-06-05 08:29:03 -07:00
ShortcutsProvider.swift Fix some linting and ben writing C# warnings 2025-05-24 00:33:27 -07:00
ShutDownNodeIntent.swift Remove more remnants of the old admin channel 2025-06-14 14:25:46 -07:00
TracerouteIntent.swift Add TracerouteIntent for iOS Shortcuts integration 2025-06-24 17:18:04 +02:00