Expand description
Contains the trait implementation for the communication with real hardware
Modulesยง
- controllino_
constants - Contains constants for communication with Controllino
Structsยง
- Actuate
Controllino - Contains relay configuration and trait implementation for actuation using Controllino hardware
Enumsยง
- Actuate
Controllino Error - Contains error definitions for ActuateControllino
Constantsยง
Functionsยง
- check_
controllino_ ๐checksums - Calculates and validates the checksums of a byte sequence received from the Controllino.
- controllino_
open_ ๐serial_ port - Opens and initializes a serial port connection to the Controllino device.
- create_
command_ ๐message - Creates the message to be sent to Controllino based on an internal command.
- create_
heartbeat_ ๐message - Creates a heartbeat message to be sent to the Controllino.
- get_
relay_ command - Creates a Controllino-specific message from a high-level internal command.