version

package
v0.0.0-...-88eb2aa Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Features

type Features struct {
	HEV               bool `json:"hev"`
	Color             bool
	Chain             bool
	Matrix            bool
	Relays            bool
	Buttons           bool
	Infrared          bool
	Multizone         bool
	TemperatureRange  []int `json:"temperature_range"`
	ExtendedMultizone bool  `json:"extended_multizone"`
}

type Product

type Product struct {
	ID       int `json:"pid"`
	Name     string
	Features Features
}

func Lookup

func Lookup(vendor int, product int) (*Product, error)

type Vendor

type Vendor struct {
	ID       int `json:"vid"`
	Products []Product
}

Jump to

Keyboard shortcuts

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