Help with ntfy syntax
Posted: 13 Feb 2025, 07:29
I'm using the ntfy.sh service to send messages from ESPEasy. It has been working well. But I want to add the priority command to the message.
This is the format I have been using, without priority:
But I want to add the priority command to it. Like this:
But it does not work correctly. The message becomes "priority:5" and the message's priority is unchanged.
I'm seeking help with the syntax.
- Thomas
This is the format I have been using, without priority:
Code: Select all
postToHTTP,ntfy.sh,80,/mydevice,'title:Motor Status','The motor is running fine'
Code: Select all
postToHTTP,ntfy.sh,80,/mydevice,'title:Motor Status','priority:5','The motor is ON FIRE'
I'm seeking help with the syntax.
- Thomas