iOS/Sources/Extensions/NotificationContent/Resources/TestNotifications/map_notification.apns

15 lines
210 B
Plaintext

{
"aps": {
"alert": {
"title": "title here",
"body": "body here"
},
"sound": "default",
"category": "map"
},
"homeassistant": {
"latitude": "37",
"longitude": "-122"
}
}