I was looking to send X message to various outputs depending on the priority.
For example
High Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound ALL Zones
* Email
High Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound ACTIVE Zones
* Email
Medium Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound Active Zones
Low Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
What is the easiest way to mange groups of outputs, so I can easily add new outputs based on the priority...and not have to change all the event triggers in every potential alerts?
So event will just need one line as the event action:
{priority=high} This is a test.
And I can change where "high" outputs in a separate configuration, without needing to edit the event actions?
For example
High Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound ALL Zones
High Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound ACTIVE Zones
Medium Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
* Speaking (using BLSpeech) to Russound Active Zones
Low Priority
* Media Center Message Box (via HTTP or Telnet/TCP request)
What is the easiest way to mange groups of outputs, so I can easily add new outputs based on the priority...and not have to change all the event triggers in every potential alerts?
So event will just need one line as the event action:
{priority=high} This is a test.
And I can change where "high" outputs in a separate configuration, without needing to edit the event actions?
Comment