RawServerMessage
[ Interface ]
export interface RawServerMessage {
name: string;
domain: string;
severity: TcHmi.Server.Events.Severity;
timeRaised: string;
params: Dictionary<any>;
}
Properties
Name | Type | Description |
---|---|---|
name | The name of the event | |
severity | The severity of the event | |
domain | Indicates the domain / extension that triggered the event. | |
timeRaised | The time at which the event was triggered | |
params | Parameters set by the trigger of the event |
Available from version 1.12 |