add sample messages
This commit is contained in:
24
data/sample_messages/front_door_stranger.json
Normal file
24
data/sample_messages/front_door_stranger.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"topic": "_",
|
||||
"title": "Unknown person detected on your front door",
|
||||
"message": "An unknown person has been detected in front of your door",
|
||||
"actions": [
|
||||
{
|
||||
"action": "view",
|
||||
"label": "Video Stream",
|
||||
"url": "https://example.com"
|
||||
},
|
||||
{
|
||||
"action": "http",
|
||||
"label": "Play \"Barking Dog\" sound",
|
||||
"url": "https://example.com"
|
||||
},
|
||||
{
|
||||
"action": "view",
|
||||
"label": "Door Controls",
|
||||
"url": "https://example.com"
|
||||
}
|
||||
],
|
||||
"priority": 4,
|
||||
"tags": ["service_dog", "door"]
|
||||
}
|
||||
Reference in New Issue
Block a user