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

36 lines
765 B
JSON

{
"input": {
"message": "test",
"data": {
"push": {
"sound": {
"critical": 1,
"name": "default",
"volume": 0
}
}
},
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "14.3",
"app_version": "2021.5"
}
},
"rate_limit": true,
"headers": {
"apns-push-type": "alert"
},
"payload": {
"aps": {
"alert": {
"body": "test"
},
"sound": {
"critical": 1,
"name": "default",
"volume": 0
}
}
}
}