Skip to content

StatusEvent

Show the content of an event by executing StatusEvent with the event - ID. For possible values inside the event, please have a look into the table at the beginning of this chapter.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = StatusEvent
EVENT = (INT)
Response
code = (INT)
description = (TEXT)
property[OBJECT_ID][0] = (TEXT)
property[CLASS][0] = (TEXT)
property[SUBCLASS][0] = (TEXT)
property[DATA][n] = (TEXT)
property[INFO][0] = (TEXT)
property[DATE][0] = (DATE)
EVENTThe ID of the event to be queried
OBJECT_IDThe object this event is about
CLASSClass of this event
SUBCLASSSubclass of this event
DATAPayload of this event
INFODetailed information about this event
DATEDate the event was issued

The following parameters are optional for this command.

Command
COMMAND = StatusEvent
EVENT = (INT)
HISTORY = 0|1
Response
code = (INT)
description = (TEXT)
property[OBJECT_ID][0] = (TEXT)
property[CLASS][0] = (TEXT)
property[SUBCLASS][0] = (TEXT)
property[DATA][n] = (TEXT)
property[INFO][0] = (TEXT)
property[DATE][0] = (DATE)
HISTORYShow deleted event (optional)