Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
DataReportPayload
Type Alias DataReportPayload
Data
Report
Payload
:
Omit
<
TypeFromSchema
<
typeof
TlvDataReport
>
,
"attributeReports"
|
"eventReports"
>
&
{
attributeReportsPayload
?:
AttributeReportPayload
[]
;
eventReportsPayload
?:
EventReportPayload
[]
;
}
Type for TlvDataReport where the real data are represented with the schema and the JS value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Type for TlvDataReport where the real data are represented with the schema and the JS value.