Best way to create an alarm state
I currently have a Node-Red flow that checks path values, then sends a message to the next node, which is a notification node.
Example:
The notification node already has a static message field. I would prefer to have the message be dynamic which indicates the value when alarm state is triggered. How do other people do this. Instead of using notification nodes, should I just create a notification path and payload, then let the plugins handle the actual alarm state?


1 Reply
you can send
state
to it
it will use that instead of what's in the config