Files
Notify/data/sample_messages/front_door_friendly.json
2023-10-26 09:42:07 +02:00

24 lines
530 B
JSON

{
"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"]
}