TriggerEvent
Notification Object
↪ TriggerEvent
Event that has to be executed by the client. This can be opening a document (website URL), executing a Windows system command or showing a notification.
Subscribing
The trigger events has multiple websocket events:
- openDocumentEvent
- executeCommandEvent
- showNotificationEvent
How to process
When this event is received, the client has to open a document (website), execute a windows system command or show a notification to the user.
Fields
Name | Type | Notes | |
---|---|---|---|
name |
|
the common name of the related trigger, only used for debugging |
|
value |
|
the value that needs to executed (website, command, notification) |