Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
Command
Interface Command<RequestT, ResponseT, F>
interface
Command
<
RequestT
,
ResponseT
,
F
>
{
invokeAcl
:
AccessLevel
;
isConditional
:
boolean
;
mandatoryIf
:
ConditionalFeatureList
<
F
>
;
optional
:
boolean
;
optionalIf
:
ConditionalFeatureList
<
F
>
;
requestId
:
CommandId
;
requestSchema
:
TlvSchema
<
RequestT
>
;
responseId
:
CommandId
;
responseSchema
:
TlvSchema
<
ResponseT
>
;
timed
:
boolean
;
}
Type Parameters
RequestT
ResponseT
F
extends
BitSchema
Hierarchy (
view full
)
Command
OptionalCommand
Index
Properties
invoke
Acl
is
Conditional
mandatory
If
optional
optional
If
request
Id
request
Schema
response
Id
response
Schema
timed
Properties
invoke
Acl
invoke
Acl
:
AccessLevel
is
Conditional
is
Conditional
:
boolean
mandatory
If
mandatory
If
:
ConditionalFeatureList
<
F
>
optional
optional
:
boolean
optional
If
optional
If
:
ConditionalFeatureList
<
F
>
request
Id
request
Id
:
CommandId
request
Schema
request
Schema
:
TlvSchema
<
RequestT
>
response
Id
response
Id
:
CommandId
response
Schema
response
Schema
:
TlvSchema
<
ResponseT
>
timed
timed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
invoke
Acl
is
Conditional
mandatory
If
optional
optional
If
request
Id
request
Schema
response
Id
response
Schema
timed
matter.js-monorepo
Loading...