Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
endpoint
EndpointType
For
Type Alias For<T>
For
<
T
>
:
{
behaviors
:
T
[
"behaviors"
]
extends
SupportedBehaviors
?
T
[
"behaviors"
]
:
{}
;
deviceClass
:
DeviceClassification
;
deviceRevision
:
number
;
deviceType
:
DeviceTypeId
;
name
:
T
[
"name"
]
;
requirements
:
T
[
"requirements"
]
extends
Requirements
?
T
[
"requirements"
]
:
{}
;
}
A fully typed
EndpointType
defined by
EndpointType.Options
.
Type Parameters
T
extends
Options
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
A fully typed EndpointType defined by EndpointType.Options.