Versions in this module Expand all Collapse all v0 v0.0.3 Feb 6, 2026 v0.0.2 Nov 24, 2025 Changes in this version + func SaveConfig(path string, cfg *GlobalConfig) error + func ValidateConfig(cfg *GlobalConfig) error + type ConnectionConfig struct + Address string + ConnectionMode string + Devices []string + Name string + TransportType string + type DeviceConfig struct + MonitoredParameters []string + Name string + ParameterOverrides map[string]string + ResponseDelayScript string + SlaveID uint8 + Type string + type DeviceType struct + Name string + Parameters []ParameterDef + type GlobalConfig struct + Connections []ConnectionConfig + DeviceTypes []DeviceType + Devices []DeviceConfig + func LoadConfig(path string) (*GlobalConfig, error) + type ParameterDef struct + Address uint16 + Endian string + FunctionCode int + Name string + RegisterCount uint16 + Script string + Type string + Value string