I was trying to send notification to lametrics clock including the sound tone.
I was able to make it work on local by sending the token to the lan ip address.
http://192.168.0.29:8080/api/v2/device/notifications
And request body as
{
"model": {
"frames": [
{
"icon":2867,
"text":"Hello!"
}
],
"sound": {
"category": "notifications",
"id": "thunder"
}
}
}
Now my question is how do I send from internet, I mean outside the lan network. I checked online but found its impossible but how the IFTT app is doing this. Please help or add this as a feature if its not possible.
Deepak Koirala