Preparing search index...
The search index is not available
homebridge
homebridge
PlatformPluginConstructor
Interface PlatformPluginConstructor
interface
PlatformPluginConstructor
{
new PlatformPluginConstructor
new
(
logger
,
config
,
api
)
:
DynamicPlatformPlugin
|
StaticPlatformPlugin
|
IndependentPlatformPlugin
;
}
Index
Constructors
constructor
Constructors
constructor
new
Platform
Plugin
Constructor
(
logger
,
config
,
api
)
:
DynamicPlatformPlugin
|
StaticPlatformPlugin
|
IndependentPlatformPlugin
Parameters
logger
:
Logging
config
:
PlatformConfig
api
:
API
Returns
DynamicPlatformPlugin
|
StaticPlatformPlugin
|
IndependentPlatformPlugin
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
homebridge
Loading...