evend_config

package
v0.250120.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2025 License: CC0-1.0 Imports: 0 Imported by: 0

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 CupStruct added in v0.250104.0

type CupStruct struct {
	TimeoutSec int `hcl:"timeout_sec"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL