macaroni

message trigger

Description:
The message trigger is used to monitor broadcast messages, to trigger a command when a specific message is received.

Parent: triggers

Value (simple form): string specifying the name of the broadcast message
Value (key/value form):

# simple form
message: (string)

# simple example
message: fileDeleted

# key/value form
message:
  name: (string, required)
  value: (any, optional)
  scope: (string, optional)

# key/value example
message:
  name: fileDeleted
  value: '{folders.desktop}\favorites.txt'

Status: ✅ IMPLEMENTED (caveats: scope not yet functional, acts like global)