Documentation
¶
Index ¶
- func CompletionBash(c *cli.CLI) cli.CommandFactory
- func Configure() (cli.Command, error)
- func ListInetstats() (cli.Command, error)
- func ListLandevices() (cli.Command, error)
- func ListLogs() (cli.Command, error)
- func ListSwitches() (cli.Command, error)
- func ListThermostats() (cli.Command, error)
- func ManifestApply() (cli.Command, error)
- func ManifestExport() (cli.Command, error)
- func ManifestPlan() (cli.Command, error)
- func Ping() (cli.Command, error)
- func SessionID() (cli.Command, error)
- func SwitchOffDevice() (cli.Command, error)
- func SwitchOnDevice() (cli.Command, error)
- func Temperature() (cli.Command, error)
- func ToggleDevice() (cli.Command, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompletionBash ¶
func CompletionBash(c *cli.CLI) cli.CommandFactory
CompletionBash returns a factory creating commands for the bash completion bindings of this app.
func ListInetstats ¶
ListInetstats is a factory creating commands for commands listing internet statistics.
func ListLandevices ¶
ListLandevices is a factory creating commands for listing LAN devices.
func ListSwitches ¶
ListSwitches is a factory creating commands for commands listing switches.
func ListThermostats ¶
ListThermostats is a factory creating commands for listing thermostats.
func ManifestApply ¶ added in v1.4.6
ManifestApply is a factory creating commands for applying manifest files.
func ManifestExport ¶ added in v1.4.6
ManifestExport is a factory creating commands for exporting manifest files.
func ManifestPlan ¶ added in v1.4.6
ManifestPlan is a factory creating commands for dry-running manifest files.
func SwitchOffDevice ¶
SwitchOffDevice is a factory creating commands for switching off switches.
func SwitchOnDevice ¶
SwitchOnDevice is a factory creating commands for switching on switches.
func Temperature ¶
Temperature is a factory creating commands for setting temperature on HKR devices.
func ToggleDevice ¶
ToggleDevice is a factory creating commands for toggling switches.
Types ¶
This section is empty.