Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
SubscriptionCriteria
Interface SubscriptionCriteria
interface
SubscriptionCriteria
{
attributeRequests
?:
TypeFromFields
<
{
attributeId
:
OptionalFieldType
<
AttributeId
>
;
clusterId
:
OptionalFieldType
<
ClusterId
>
;
enableTagCompression
:
OptionalFieldType
<
boolean
>
;
endpointId
:
OptionalFieldType
<
EndpointNumber
>
;
listIndex
:
OptionalFieldType
<
null
|
number
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
wildcardPathFlags
:
OptionalFieldType
<
TypeFromPartialBitSchema
<
{
reserved1
:
BitFlag
;
skipAttributeList
:
BitFlag
;
skipChangesOmittedAttributes
:
BitFlag
;
skipCommandLists
:
BitFlag
;
skipCustomElements
:
BitFlag
;
skipDiagnosticsClusters
:
BitFlag
;
skipFixedAttributes
:
BitFlag
;
skipGlobalAttributes
:
BitFlag
;
skipRootNode
:
BitFlag
;
}
>
>
;
}
>
[]
;
dataVersionFilters
?:
TypeFromFields
<
{
dataVersion
:
FieldType
<
number
>
;
path
:
FieldType
<
TypeFromFields
<
{
clusterId
:
FieldType
<
ClusterId
>
;
endpointId
:
FieldType
<
EndpointNumber
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
>
;
}
>
[]
;
eventFilters
?:
TypeFromFields
<
{
eventMin
:
FieldType
<
number
|
bigint
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
[]
;
eventRequests
?:
TypeFromFields
<
{
clusterId
:
OptionalFieldType
<
ClusterId
>
;
endpointId
:
OptionalFieldType
<
EndpointNumber
>
;
eventId
:
OptionalFieldType
<
EventId
>
;
isUrgent
:
OptionalFieldType
<
boolean
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
[]
;
isFabricFiltered
:
boolean
;
}
Index
Properties
attribute
Requests?
data
Version
Filters?
event
Filters?
event
Requests?
is
Fabric
Filtered
Properties
Optional
attribute
Requests
attribute
Requests
?:
TypeFromFields
<
{
attributeId
:
OptionalFieldType
<
AttributeId
>
;
clusterId
:
OptionalFieldType
<
ClusterId
>
;
enableTagCompression
:
OptionalFieldType
<
boolean
>
;
endpointId
:
OptionalFieldType
<
EndpointNumber
>
;
listIndex
:
OptionalFieldType
<
null
|
number
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
wildcardPathFlags
:
OptionalFieldType
<
TypeFromPartialBitSchema
<
{
reserved1
:
BitFlag
;
skipAttributeList
:
BitFlag
;
skipChangesOmittedAttributes
:
BitFlag
;
skipCommandLists
:
BitFlag
;
skipCustomElements
:
BitFlag
;
skipDiagnosticsClusters
:
BitFlag
;
skipFixedAttributes
:
BitFlag
;
skipGlobalAttributes
:
BitFlag
;
skipRootNode
:
BitFlag
;
}
>
>
;
}
>
[]
Optional
data
Version
Filters
data
Version
Filters
?:
TypeFromFields
<
{
dataVersion
:
FieldType
<
number
>
;
path
:
FieldType
<
TypeFromFields
<
{
clusterId
:
FieldType
<
ClusterId
>
;
endpointId
:
FieldType
<
EndpointNumber
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
>
;
}
>
[]
Optional
event
Filters
event
Filters
?:
TypeFromFields
<
{
eventMin
:
FieldType
<
number
|
bigint
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
[]
Optional
event
Requests
event
Requests
?:
TypeFromFields
<
{
clusterId
:
OptionalFieldType
<
ClusterId
>
;
endpointId
:
OptionalFieldType
<
EndpointNumber
>
;
eventId
:
OptionalFieldType
<
EventId
>
;
isUrgent
:
OptionalFieldType
<
boolean
>
;
nodeId
:
OptionalFieldType
<
NodeId
>
;
}
>
[]
is
Fabric
Filtered
is
Fabric
Filtered
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribute
Requests
data
Version
Filters
event
Filters
event
Requests
is
Fabric
Filtered
matter.js-monorepo
Loading...