Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConfigInvalidExtension = errors.New("invalid config extension")
Functions ¶
This section is empty.
Types ¶
type Accessories ¶
type Config ¶
type Config struct { Address string `json:"address" yaml:"address"` APIKey interface{} `json:"api_key" yaml:"api_key"` Accessories Accessories `json:"accessories" yaml:"accessories"` }
type Digital ¶ added in v0.2.0
type Digital struct { ID int `json:"id" yaml:"id"` Name string `json:"name" yaml:"name"` Type string `json:"type" yaml:"type"` Virtual bool `json:"virtual" yaml:"virtual"` }
Click to show internal directories.
Click to hide internal directories.