import "github.com/muesli/beehive/bees/huebee"
Package huebee is a Bee that can talk to Philips Hue bridges.
HueBee is a Bee that can talk to Philips Hue bridges.
Action triggers the action passed to it.
func (mod *HueBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type HueBeeFactory struct { bees.BeeFactory }
HueBeeFactory is a factory for HueBees.
func (factory *HueBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *HueBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *HueBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *HueBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *HueBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *HueBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *HueBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *HueBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *HueBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package huebee imports 6 packages (graph) and is imported by 14 packages. Updated 2020-04-17. Refresh now. Tools for package owners.