Documentation
¶
Index ¶
Constants ¶
View Source
const ( ON = LightState("on") OFF = LightState("off") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LightOffCommand ¶
type LightOffCommand struct {
// contains filtered or unexported fields
}
type LightOnCommand ¶
type LightOnCommand struct {
// contains filtered or unexported fields
}
type LightState ¶
type LightState string
Click to show internal directories.
Click to hide internal directories.