mobile-apps-fcm-push/functions/test/fixtures/legacy/action_data.json

34 lines
753 B
JSON

{
"input": {
"message": "test",
"data": {
"action_data": {
"latitude": "40.785091",
"longitude": "-73.968285"
}
},
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "10.15",
"app_version": "2021.5"
}
},
"rate_limit": true,
"headers": {
"apns-push-type": "alert"
},
"payload": {
"aps": {
"alert": {
"body": "test"
},
"category": "DYNAMIC",
"sound": "default"
},
"homeassistant": {
"latitude": "40.785091",
"longitude": "-73.968285"
}
}
}