mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Added Shortcuts provider and Shut Down, Reboot, and Factory Reset Intents. Also added logging for intent errors.
This commit is contained in:
parent
c19b4739e2
commit
cfdcc5a2c3
10 changed files with 226 additions and 12 deletions
|
|
@ -1166,6 +1166,9 @@
|
|||
},
|
||||
"Are you sure you want to delete this message?" : {
|
||||
|
||||
},
|
||||
"Are you sure you want to factory reset the node?" : {
|
||||
|
||||
},
|
||||
"are.you.sure" : {
|
||||
"localizations" : {
|
||||
|
|
@ -6325,7 +6328,7 @@
|
|||
"Direct Message Help" : {
|
||||
|
||||
},
|
||||
"Direct messages are using the new public key infrastructure for encryption. Reguires firmware version 2.5 or greater." : {
|
||||
"Direct messages are using the new public key infrastructure for encryption. Requires firmware version 2.5 or greater." : {
|
||||
|
||||
},
|
||||
"Direct messages are using the shared key for the channel." : {
|
||||
|
|
@ -7209,6 +7212,9 @@
|
|||
},
|
||||
"Factory Reset" : {
|
||||
|
||||
},
|
||||
"Factory Reset Node" : {
|
||||
|
||||
},
|
||||
"Factory reset your device and app? " : {
|
||||
|
||||
|
|
@ -7227,12 +7233,12 @@
|
|||
},
|
||||
"Favorites" : {
|
||||
|
||||
},
|
||||
"Fetch the latest position of a cetain node" : {
|
||||
|
||||
},
|
||||
"Favorites and nodes with recent messages show up at the top of the contact list." : {
|
||||
|
||||
|
||||
},
|
||||
"Fetch the latest position of a cetain node" : {
|
||||
|
||||
},
|
||||
"Fifteen Minutes" : {
|
||||
|
||||
|
|
@ -14563,11 +14569,15 @@
|
|||
},
|
||||
"Message" : {
|
||||
|
||||
},
|
||||
"Message Channel" : {
|
||||
|
||||
},
|
||||
"Message content exceeds 228 bytes." : {
|
||||
|
||||
},
|
||||
"Message Status Options" : {
|
||||
|
||||
|
||||
},
|
||||
"message.details" : {
|
||||
"localizations" : {
|
||||
|
|
@ -16319,6 +16329,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Perform a factory reset on the node you are connected to" : {
|
||||
|
||||
},
|
||||
"phone.gps" : {
|
||||
"localizations" : {
|
||||
|
|
@ -17024,6 +17037,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Reboot Node?" : {
|
||||
|
||||
},
|
||||
"reboot.node" : {
|
||||
"localizations" : {
|
||||
|
|
@ -17389,6 +17405,12 @@
|
|||
},
|
||||
"Reset NodeDB" : {
|
||||
|
||||
},
|
||||
"Restart Node" : {
|
||||
|
||||
},
|
||||
"Restart to the node you are connected to" : {
|
||||
|
||||
},
|
||||
"restore" : {
|
||||
|
||||
|
|
@ -19131,13 +19153,16 @@
|
|||
"Send" : {
|
||||
|
||||
},
|
||||
"Send a channel message" : {
|
||||
"Send a Channel Message" : {
|
||||
|
||||
},
|
||||
"Send a message to a certain meshtastic channel" : {
|
||||
|
||||
},
|
||||
"Send a waypoint" : {
|
||||
"Send a shutdown to the node you are connected to" : {
|
||||
|
||||
},
|
||||
"Send a Waypoint" : {
|
||||
|
||||
},
|
||||
"Send ASCII bell with alert message. Useful for triggering external notification on bell." : {
|
||||
|
|
@ -19876,6 +19901,12 @@
|
|||
},
|
||||
"Show Weather" : {
|
||||
|
||||
},
|
||||
"Shut Down Node" : {
|
||||
|
||||
},
|
||||
"Shut Down Node?" : {
|
||||
|
||||
},
|
||||
"Shutdown Node?" : {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue