add sample messages
This commit is contained in:
23
data/sample_messages/front_door_friendly.json
Normal file
23
data/sample_messages/front_door_friendly.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"topic": "_",
|
||||
"title": "Your friend has arrived!",
|
||||
"message": "A familiar person has been recognized waiting on your front door",
|
||||
"actions": [
|
||||
{
|
||||
"action": "view",
|
||||
"label": "Video Stream",
|
||||
"url": "https://example.com"
|
||||
},
|
||||
{
|
||||
"action": "http",
|
||||
"label": "Play \"I'm coming!\" sound",
|
||||
"url": "https://example.com"
|
||||
},
|
||||
{
|
||||
"action": "view",
|
||||
"label": "Door Controls",
|
||||
"url": "https://example.com"
|
||||
}
|
||||
],
|
||||
"tags": ["smiley", "door"]
|
||||
}
|
||||
Reference in New Issue
Block a user