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

24 lines
511 B
JSON

{
"input": {
"message": "test_push_source",
"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": {
"title": "test_push_source",
"body": "apns-fcm"
},
"sound": "default"
}
}
}