model

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrillState

type GrillState struct {
	ID                      uint      `gorm:"primarykey"`
	CreatedAt               time.Time `gorm:"index"`
	UpdatedAt               time.Time
	DeletedAt               gorm.DeletedAt `gorm:"index"`
	SessionUUID             uuid.UUID      `gorm:"index"`
	CurrentTemperature      int
	TargetTemperature       int
	Probe1Temperature       int
	Probe1TargetTemperature int
	Probe2Temperature       int
	Probe2TargetTemperature int
	WarnCode                gmg.WarnCode
	PowerState              gmg.PowerState
	FireState               gmg.FireState
}

GrillState - The current state of the grill

Jump to

Keyboard shortcuts

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