Documentation
¶
Overview ¶
Package homekit bridges F&Home Cloud with HomeKit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { PIN string Name string OnLightbulbUpdate OnLightbulbUpdated OnLEDUpdate OnLEDUpdate OnGarageDoorUpdate OnGarageDoorUpdated OnThermostatUpdate OnThermostatUpdated }
type Home ¶
type Home struct { Lightbulbs map[int]*accessory.Lightbulb ColoredLightbulbs map[int]*accessory.ColoredLightbulb GarageDoors map[int]*accessory.GarageDoorOpener Thermostats map[int]*accessory.Thermostat }
type OnGarageDoorUpdated ¶
type OnGarageDoorUpdated func(ID int)
type OnLEDUpdate ¶
type OnLightbulbUpdated ¶
type OnThermostatUpdated ¶
Click to show internal directories.
Click to hide internal directories.