Documentation
¶
Index ¶
- type Client
- type Config
- type Evaluator
- func (e *Evaluator) Close()
- func (e *Evaluator) Command(toplevel string, cmd []byte)
- func (e *Evaluator) Eval(ast dsl.AST) (Result, error)
- func (e *Evaluator) Get(toplevel string, item string) (smarthome.Value, bool)
- func (e *Evaluator) Set(toplevel string, item string, value interface{})
- func (e *Evaluator) Upcoming() []Event
- type Event
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TopLevel string Latitude float64 Longitude float64 MQTT *mqtt.ClientOptions ClientOnly bool }
func DefaultConfig ¶
func DefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.