The EVENTS system table describes all possible events and their current switching state.
EVENTS
NAME |
CHAR(32) |
Name of the event |
VALUE |
FIXED(10) |
Switching state (0 for off, 1 or actual value for on) |
PRIORITY |
FIXED(5) |
Priority of the event, 1=high, 2=medium, 3=low |
SWITCHABLE |
CHAR(3) |
Event can be switched on/off (YES/NO) |
PARAMETERCOUNT |
FIXED(5) |
Number of parameters |
MULTIPLE |
CHAR(3) |
Event can/cannot occur in multiple versions (YES/NO) |