Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NATURE Sensor = "SEN" Factor = "FACT" Actuator = "ACT" Target = "TAR" It = "IT" // GROUP Temperature = "TMP" ValveOpen = "VALVE_OPEN" State = "C_STATE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { DatapipeURL string DatapipeCertPath string DatapipeKeyPath string DatapipeTokenEndPoint string LogLevel string }
Conf represents the configuration settings required to connect to a Datapipe service. It includes the following fields: - DatapipeURL: The URL of the Datapipe service. - DatapipeCertPath: The file path to the Datapipe client certificate. - DatapipeKeyPath: The file path to the Datapipe client key. - DatapipeCAPath: The file path to the Datapipe Certificate Authority (CA) certificate. - DatapipeTokenEndPoint: The endpoint for obtaining a token for the Datapipe service.
type WriteMessage ¶
Click to show internal directories.
Click to hide internal directories.