The blueworx.event topic contains event logging.
Event
A single event generated from a specific module. The module details are contained within the source/sourceName. The actual event text is within the message element.
| Name | Type | Optional | Description |
|---|---|---|---|
| callIndex | string | No | Call index on the BVR |
| source | string | No | Source of the message |
| sourceName | string | No | Source name |
| message | string | No | Event message |
Example
{
"callIndex": "0102030400000001",
"source": "BVR",
"sourceName": "1.2.3.4",
"message": "TTS finished after 2488 ms"
}