Hi all, I’m able to get Pushover to send to all devices, now I’m trying to send to only specific devices.
I added in for that working config just the “device” line, I have (from the GUI):
{
"device": "Laptop,Mac_mini",
"message": "Rachel Left Home",
"target": "",
"title": "Life360"
}
The docs say, " When sending a notification, optional parameters can also be set as per the pushover API documentation."
The api says, “your user’s device name to send the message directly to that device, rather than all of the user’s devices (multiple devices may be separated by a comma)”
…and here I am! It’s not working, any ideas what I’m missing?