Readonly CharacteristicReadonly ServicePrivate Readonly addedthis is used to track which accessories have been added
Readonly apiPrivate Readonly cachedthis is used to track restored cached accessories
Readonly configReadonly generalReadonly logReadonly projectthis is used to track which accessories have been configured
Private Readonly restoredthis is used to track which accessories have been restored from the cache
This function is invoked when homebridge restores cached accessories from disk at startup. It should be used to setup event handlers for characteristics and update respective values.
Readonly timeGenerated using TypeDoc
HomebridgePlatform This class is the main constructor for your plugin, this is where you should parse the user config and discover/register accessories with Homebridge.