Module command

Source
Expand description

Contains constants representing commands received from the control application.

Constantsยง

GETSTATUS
command to retrieve the status of Controllino (currently not used)
HEARTBEAT
command to send a live signal to the Controllino
INITIALIZED
command to indicate that the main application has finished initialization (currently not used)
PULSE
command to switch on and off a relay for a defined, short time
READ
command to retrieve the status of a certain relay (currently not used)
SETSINGLE
command to switch on a relay (not necessarily switching on a device)
UNSETSINGLE
command to switch off a relay (not necessarily switching off a device)