message triggerDescription:
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):
name: string, required, specifying the name of the broadcast messagevalue: any, optional, specifying a value accompanying the broadcast messagescope: string, optional, specifying the scope of the broadcast message (default: local)
local broadcast message must have been sent from this command setglobal broadcast message could have been sent by any command set# 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)