Documentation ¶
Overview ¶
Separate package to for hardware/evend related config structure. Ugly workaround to import cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Cup CupStruct `hcl:"cup,block"` Elevator ElevatorStruct `hcl:"elevator,block"` Espresso EspressoStruct `hcl:"espresso,block"` Valve ValveStruct `hcl:"valve,block"` }
type ElevatorStruct ¶ added in v0.250104.0
type ElevatorStruct struct {
MoveTimeoutSec int `hcl:"move_timeout_sec,optional"`
}
type EspressoStruct ¶ added in v0.250104.0
type EspressoStruct struct {
TimeoutSec int `hcl:"timeout_sec,optional"`
}
type ValveStruct ¶ added in v0.250104.0
type ValveStruct struct {
TemperatureHot int `hcl:"temperature_hot"`
}
Click to show internal directories.
Click to hide internal directories.