mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
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. |
||
|---|---|---|
| .. | ||
| AppIntents | ||
| Assets.xcassets | ||
| Enums | ||
| Export | ||
| Extensions | ||
| Helpers | ||
| Measurement | ||
| Meshtastic.xcdatamodeld | ||
| Model | ||
| Persistence | ||
| Preview Content/Preview Assets.xcassets | ||
| Resources | ||
| Router | ||
| Tips | ||
| Views | ||
| AppState.swift | ||
| Info.plist | ||
| Meshtastic.entitlements | ||
| MeshtasticApp.swift | ||
| MeshtasticAppDelegate.swift | ||
| RELEASENOTES.md | ||