RawServerMessage

[ Interface ]

export interface RawServerMessage {
    name: string;
    domain: string;
    severity: TcHmi.Server.Events.Severity;
    timeRaised: string;
    params: Dictionary<any>;
}

Properties

Name

Type

Description

name

Type

The name of the event

severity

Severity

The severity of the event

domain

string

Indicates the domain / extension that triggered the event.

timeRaised

Date

The time at which the event was triggered

params

Dictionary

Parameters set by the trigger of the event

RawServerMessage 1:

Available from version 1.12