package
Version:
v0.0.0-...-0e7f851
Opens a new window with list of versions in this module.
Published: Jul 8, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entity struct {
EntityID string `json:"entity_id" yaml:"entity_id"`
State string `json:"state,omitempty" yaml:"state,omitempty"`
Value float64 `json:"value,omitempty" yaml:"value,omitempty"`
}
type FlowSettings struct {
DutyMin Entity `yaml:"dutyMin"`
TempMin Entity `yaml:"tempMin"`
DutyMax Entity `yaml:"dutyMax"`
TempMax Entity `yaml:"tempMax"`
}
type Settings struct {
SolarEmergency Entity `yaml:"solarEmergency"`
SolarCritical Entity `yaml:"solarCritical"`
SolarOn Entity `yaml:"solarOn"`
SolarOff Entity `yaml:"solarOff"`
TankMax Entity `yaml:"tankMax"`
Flow FlowSettings `yaml:"flow"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.