32 lines
686 B
JSON
32 lines
686 B
JSON
{
|
|
"input": {
|
|
"message": "test",
|
|
"data": {
|
|
"video": "/test.mov"
|
|
},
|
|
"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",
|
|
"mutableContent": true,
|
|
"sound": "default"
|
|
},
|
|
"attachment": {
|
|
"url": "/test.mov",
|
|
"content-type": "mpeg4"
|
|
}
|
|
}
|
|
}
|