@matter/types 0.11.8 → 0.11.9-alpha.0-20241205-ccf69a00a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +4 -4
- package/dist/cjs/clusters/administrator-commissioning.d.ts +8 -8
- package/dist/cjs/clusters/application-launcher.d.ts +14 -14
- package/dist/cjs/clusters/channel.d.ts +15 -15
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +1 -5
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.d.ts +2 -2
- package/dist/cjs/clusters/door-lock.d.ts +57 -57
- package/dist/cjs/clusters/energy-evse.d.ts +5 -5
- package/dist/cjs/clusters/general-diagnostics.d.ts +26 -26
- package/dist/cjs/clusters/group-key-management.d.ts +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +15 -15
- package/dist/cjs/clusters/media-playback.d.ts +4 -4
- package/dist/cjs/clusters/messages.d.ts +20 -20
- package/dist/cjs/clusters/network-commissioning.d.ts +74 -74
- package/dist/cjs/clusters/operational-credentials.d.ts +33 -33
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +10 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +2 -2
- package/dist/cjs/clusters/software-diagnostics.d.ts +4 -4
- package/dist/cjs/clusters/target-navigator.d.ts +2 -2
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +6 -6
- package/dist/cjs/clusters/wake-on-lan.d.ts +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +3 -3
- package/dist/cjs/schema/BitmapSchema.d.ts +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +2 -2
- package/dist/cjs/tlv/TlvSchema.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +4 -4
- package/dist/esm/clusters/administrator-commissioning.d.ts +8 -8
- package/dist/esm/clusters/application-launcher.d.ts +14 -14
- package/dist/esm/clusters/channel.d.ts +15 -15
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +1 -5
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.d.ts +2 -2
- package/dist/esm/clusters/door-lock.d.ts +57 -57
- package/dist/esm/clusters/energy-evse.d.ts +5 -5
- package/dist/esm/clusters/general-diagnostics.d.ts +26 -26
- package/dist/esm/clusters/group-key-management.d.ts +21 -21
- package/dist/esm/clusters/icd-management.d.ts +15 -15
- package/dist/esm/clusters/media-playback.d.ts +4 -4
- package/dist/esm/clusters/messages.d.ts +20 -20
- package/dist/esm/clusters/network-commissioning.d.ts +74 -74
- package/dist/esm/clusters/operational-credentials.d.ts +33 -33
- package/dist/esm/clusters/ota-software-update-provider.d.ts +10 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +2 -2
- package/dist/esm/clusters/software-diagnostics.d.ts +4 -4
- package/dist/esm/clusters/target-navigator.d.ts +2 -2
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +6 -6
- package/dist/esm/clusters/wake-on-lan.d.ts +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +3 -3
- package/dist/esm/schema/BitmapSchema.d.ts +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +2 -2
- package/dist/esm/tlv/TlvSchema.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/color-control.ts +1 -5
|
@@ -40,7 +40,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.4.1
|
|
42
42
|
*/
|
|
43
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
43
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
44
44
|
/**
|
|
45
45
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
46
46
|
*
|
|
@@ -93,7 +93,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
93
93
|
*
|
|
94
94
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.5.1
|
|
95
95
|
*/
|
|
96
|
-
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
96
|
+
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
97
97
|
}>;
|
|
98
98
|
/**
|
|
99
99
|
* This command is sent by the server on receipt of the PayloadTestRequest command.
|
|
@@ -171,13 +171,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
171
171
|
*
|
|
172
172
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.5
|
|
173
173
|
*/
|
|
174
|
-
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
174
|
+
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
175
175
|
/**
|
|
176
176
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
177
177
|
*
|
|
178
178
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.6
|
|
179
179
|
*/
|
|
180
|
-
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
180
|
+
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
181
181
|
/**
|
|
182
182
|
* This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
|
|
183
183
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
@@ -185,7 +185,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
185
185
|
*
|
|
186
186
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.7
|
|
187
187
|
*/
|
|
188
|
-
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
188
|
+
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
189
189
|
/**
|
|
190
190
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
191
191
|
*
|
|
@@ -360,7 +360,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
360
360
|
*
|
|
361
361
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.1.1
|
|
362
362
|
*/
|
|
363
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
363
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
364
364
|
/**
|
|
365
365
|
* This field shall indicate the test or test mode which the client wants to trigger.
|
|
366
366
|
*
|
|
@@ -569,7 +569,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
569
569
|
*
|
|
570
570
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.4.1
|
|
571
571
|
*/
|
|
572
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
572
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
573
573
|
/**
|
|
574
574
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
575
575
|
*
|
|
@@ -609,7 +609,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
609
609
|
*
|
|
610
610
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.5.1
|
|
611
611
|
*/
|
|
612
|
-
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
612
|
+
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
613
613
|
}>, any>;
|
|
614
614
|
};
|
|
615
615
|
};
|
|
@@ -679,13 +679,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
679
679
|
*
|
|
680
680
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.5
|
|
681
681
|
*/
|
|
682
|
-
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
682
|
+
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
683
683
|
/**
|
|
684
684
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
685
685
|
*
|
|
686
686
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.6
|
|
687
687
|
*/
|
|
688
|
-
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
688
|
+
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
689
689
|
/**
|
|
690
690
|
* This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
|
|
691
691
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
@@ -693,7 +693,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
693
693
|
*
|
|
694
694
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.7
|
|
695
695
|
*/
|
|
696
|
-
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
696
|
+
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
697
697
|
/**
|
|
698
698
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
699
699
|
*
|
|
@@ -813,7 +813,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
813
813
|
*
|
|
814
814
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.1.1
|
|
815
815
|
*/
|
|
816
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
816
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
817
817
|
/**
|
|
818
818
|
* This field shall indicate the test or test mode which the client wants to trigger.
|
|
819
819
|
*
|
|
@@ -985,7 +985,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
985
985
|
*
|
|
986
986
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.4.1
|
|
987
987
|
*/
|
|
988
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
988
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
989
989
|
/**
|
|
990
990
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
991
991
|
*
|
|
@@ -1025,7 +1025,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1025
1025
|
*
|
|
1026
1026
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.5.1
|
|
1027
1027
|
*/
|
|
1028
|
-
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1028
|
+
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1029
1029
|
}>, any>;
|
|
1030
1030
|
};
|
|
1031
1031
|
};
|
|
@@ -1097,13 +1097,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1097
1097
|
*
|
|
1098
1098
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.5
|
|
1099
1099
|
*/
|
|
1100
|
-
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1100
|
+
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1101
1101
|
/**
|
|
1102
1102
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1103
1103
|
*
|
|
1104
1104
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.6
|
|
1105
1105
|
*/
|
|
1106
|
-
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
1106
|
+
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1107
1107
|
/**
|
|
1108
1108
|
* This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
|
|
1109
1109
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
@@ -1111,7 +1111,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1111
1111
|
*
|
|
1112
1112
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.7
|
|
1113
1113
|
*/
|
|
1114
|
-
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
1114
|
+
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1115
1115
|
/**
|
|
1116
1116
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1117
1117
|
*
|
|
@@ -1231,7 +1231,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1231
1231
|
*
|
|
1232
1232
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.1.1
|
|
1233
1233
|
*/
|
|
1234
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1234
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* This field shall indicate the test or test mode which the client wants to trigger.
|
|
1237
1237
|
*
|
|
@@ -1403,7 +1403,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1403
1403
|
*
|
|
1404
1404
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.4.1
|
|
1405
1405
|
*/
|
|
1406
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1406
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1407
1407
|
/**
|
|
1408
1408
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1409
1409
|
*
|
|
@@ -1443,7 +1443,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1443
1443
|
*
|
|
1444
1444
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.5.1
|
|
1445
1445
|
*/
|
|
1446
|
-
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1446
|
+
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1447
1447
|
}>, any>;
|
|
1448
1448
|
};
|
|
1449
1449
|
};
|
|
@@ -1529,13 +1529,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1529
1529
|
*
|
|
1530
1530
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.5
|
|
1531
1531
|
*/
|
|
1532
|
-
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1532
|
+
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1533
1533
|
/**
|
|
1534
1534
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1535
1535
|
*
|
|
1536
1536
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.6
|
|
1537
1537
|
*/
|
|
1538
|
-
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
1538
|
+
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1539
1539
|
/**
|
|
1540
1540
|
* This field shall provide a list of the unicast IPv6 addresses that are currently assigned to the network
|
|
1541
1541
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
@@ -1543,7 +1543,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1543
1543
|
*
|
|
1544
1544
|
* @see {@link MatterSpecification.v13.Core} § 11.12.5.6.7
|
|
1545
1545
|
*/
|
|
1546
|
-
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array[]>;
|
|
1546
|
+
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1547
1547
|
/**
|
|
1548
1548
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1549
1549
|
*
|
|
@@ -1654,7 +1654,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1654
1654
|
*
|
|
1655
1655
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.4.1
|
|
1656
1656
|
*/
|
|
1657
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1657
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1658
1658
|
/**
|
|
1659
1659
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1660
1660
|
*
|
|
@@ -1694,7 +1694,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1694
1694
|
*
|
|
1695
1695
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.5.1
|
|
1696
1696
|
*/
|
|
1697
|
-
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1697
|
+
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1698
1698
|
}>, any> & {
|
|
1699
1699
|
readonly optional: true;
|
|
1700
1700
|
readonly isConditional: true;
|
|
@@ -1731,7 +1731,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1731
1731
|
*
|
|
1732
1732
|
* @see {@link MatterSpecification.v13.Core} § 11.12.7.1.1
|
|
1733
1733
|
*/
|
|
1734
|
-
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1734
|
+
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1735
1735
|
/**
|
|
1736
1736
|
* This field shall indicate the test or test mode which the client wants to trigger.
|
|
1737
1737
|
*
|
|
@@ -139,7 +139,7 @@ export declare namespace GroupKeyManagement {
|
|
|
139
139
|
*
|
|
140
140
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
141
141
|
*/
|
|
142
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
142
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
143
143
|
/**
|
|
144
144
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
145
145
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -154,7 +154,7 @@ export declare namespace GroupKeyManagement {
|
|
|
154
154
|
*
|
|
155
155
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
156
156
|
*/
|
|
157
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
157
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
158
158
|
/**
|
|
159
159
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
160
160
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -168,7 +168,7 @@ export declare namespace GroupKeyManagement {
|
|
|
168
168
|
*
|
|
169
169
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
170
170
|
*/
|
|
171
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
171
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
172
172
|
/**
|
|
173
173
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
174
174
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -228,7 +228,7 @@ export declare namespace GroupKeyManagement {
|
|
|
228
228
|
*
|
|
229
229
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
230
230
|
*/
|
|
231
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
231
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
232
232
|
/**
|
|
233
233
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
234
234
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -243,7 +243,7 @@ export declare namespace GroupKeyManagement {
|
|
|
243
243
|
*
|
|
244
244
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
245
245
|
*/
|
|
246
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
246
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
247
247
|
/**
|
|
248
248
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
249
249
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -257,7 +257,7 @@ export declare namespace GroupKeyManagement {
|
|
|
257
257
|
*
|
|
258
258
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
259
259
|
*/
|
|
260
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
260
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
261
261
|
/**
|
|
262
262
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
263
263
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -337,7 +337,7 @@ export declare namespace GroupKeyManagement {
|
|
|
337
337
|
*
|
|
338
338
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
339
339
|
*/
|
|
340
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
340
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
341
341
|
/**
|
|
342
342
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
343
343
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -352,7 +352,7 @@ export declare namespace GroupKeyManagement {
|
|
|
352
352
|
*
|
|
353
353
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
354
354
|
*/
|
|
355
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
355
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
356
356
|
/**
|
|
357
357
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
358
358
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -366,7 +366,7 @@ export declare namespace GroupKeyManagement {
|
|
|
366
366
|
*
|
|
367
367
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
368
368
|
*/
|
|
369
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
369
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
370
370
|
/**
|
|
371
371
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
372
372
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -625,7 +625,7 @@ export declare namespace GroupKeyManagement {
|
|
|
625
625
|
*
|
|
626
626
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
627
627
|
*/
|
|
628
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
628
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
629
629
|
/**
|
|
630
630
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
631
631
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -640,7 +640,7 @@ export declare namespace GroupKeyManagement {
|
|
|
640
640
|
*
|
|
641
641
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
642
642
|
*/
|
|
643
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
643
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
644
644
|
/**
|
|
645
645
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
646
646
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -654,7 +654,7 @@ export declare namespace GroupKeyManagement {
|
|
|
654
654
|
*
|
|
655
655
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
656
656
|
*/
|
|
657
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
657
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
658
658
|
/**
|
|
659
659
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
660
660
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -721,7 +721,7 @@ export declare namespace GroupKeyManagement {
|
|
|
721
721
|
*
|
|
722
722
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
723
723
|
*/
|
|
724
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
724
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
725
725
|
/**
|
|
726
726
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
727
727
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -736,7 +736,7 @@ export declare namespace GroupKeyManagement {
|
|
|
736
736
|
*
|
|
737
737
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
738
738
|
*/
|
|
739
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
739
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
740
740
|
/**
|
|
741
741
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
742
742
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -750,7 +750,7 @@ export declare namespace GroupKeyManagement {
|
|
|
750
750
|
*
|
|
751
751
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
752
752
|
*/
|
|
753
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
753
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
754
754
|
/**
|
|
755
755
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
756
756
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1018,7 +1018,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1018
1018
|
*
|
|
1019
1019
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
1020
1020
|
*/
|
|
1021
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1021
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1024
1024
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1033,7 +1033,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1033
1033
|
*
|
|
1034
1034
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
1035
1035
|
*/
|
|
1036
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1036
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1037
1037
|
/**
|
|
1038
1038
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1039
1039
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1047,7 +1047,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1047
1047
|
*
|
|
1048
1048
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
1049
1049
|
*/
|
|
1050
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1050
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1051
1051
|
/**
|
|
1052
1052
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1053
1053
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1114,7 +1114,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1114
1114
|
*
|
|
1115
1115
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.3
|
|
1116
1116
|
*/
|
|
1117
|
-
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1117
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1118
1118
|
/**
|
|
1119
1119
|
* This field, if not null, shall define when EpochKey0 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1120
1120
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1129,7 +1129,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1129
1129
|
*
|
|
1130
1130
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.5
|
|
1131
1131
|
*/
|
|
1132
|
-
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1132
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1133
1133
|
/**
|
|
1134
1134
|
* This field, if not null, shall define when EpochKey1 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1135
1135
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -1143,7 +1143,7 @@ export declare namespace GroupKeyManagement {
|
|
|
1143
1143
|
*
|
|
1144
1144
|
* @see {@link MatterSpecification.v13.Core} § 11.2.5.4.7
|
|
1145
1145
|
*/
|
|
1146
|
-
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
|
|
1146
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1147
1147
|
/**
|
|
1148
1148
|
* This field, if not null, shall define when EpochKey2 becomes valid as specified by Section 4.16.3, “Epoch
|
|
1149
1149
|
* Keys”. Units are absolute UTC time in microseconds encoded using the epoch-us representation.
|
|
@@ -109,7 +109,7 @@ export declare namespace IcdManagement {
|
|
|
109
109
|
*
|
|
110
110
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
111
111
|
*/
|
|
112
|
-
key: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
112
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
113
113
|
/**
|
|
114
114
|
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
115
115
|
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
@@ -120,7 +120,7 @@ export declare namespace IcdManagement {
|
|
|
120
120
|
*
|
|
121
121
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
122
122
|
*/
|
|
123
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
123
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
124
124
|
}>;
|
|
125
125
|
/**
|
|
126
126
|
* Input to the IcdManagement registerClient command
|
|
@@ -169,7 +169,7 @@ export declare namespace IcdManagement {
|
|
|
169
169
|
*
|
|
170
170
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
171
171
|
*/
|
|
172
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
172
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
173
173
|
}>;
|
|
174
174
|
/**
|
|
175
175
|
* Input to the IcdManagement unregisterClient command
|
|
@@ -395,7 +395,7 @@ export declare namespace IcdManagement {
|
|
|
395
395
|
*
|
|
396
396
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
397
397
|
*/
|
|
398
|
-
key: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
398
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
399
399
|
/**
|
|
400
400
|
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
401
401
|
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
@@ -406,7 +406,7 @@ export declare namespace IcdManagement {
|
|
|
406
406
|
*
|
|
407
407
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
408
408
|
*/
|
|
409
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
409
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
410
410
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
411
411
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
412
412
|
}>, any>;
|
|
@@ -436,7 +436,7 @@ export declare namespace IcdManagement {
|
|
|
436
436
|
*
|
|
437
437
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
438
438
|
*/
|
|
439
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
439
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
440
440
|
}>, void, any>;
|
|
441
441
|
};
|
|
442
442
|
};
|
|
@@ -790,7 +790,7 @@ export declare namespace IcdManagement {
|
|
|
790
790
|
*
|
|
791
791
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
792
792
|
*/
|
|
793
|
-
key: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
793
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
794
794
|
/**
|
|
795
795
|
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
796
796
|
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
@@ -801,7 +801,7 @@ export declare namespace IcdManagement {
|
|
|
801
801
|
*
|
|
802
802
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
803
803
|
*/
|
|
804
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
804
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
805
805
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
806
806
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
807
807
|
}>, any>;
|
|
@@ -831,7 +831,7 @@ export declare namespace IcdManagement {
|
|
|
831
831
|
*
|
|
832
832
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
833
833
|
*/
|
|
834
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
834
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
835
835
|
}>, void, any>;
|
|
836
836
|
};
|
|
837
837
|
};
|
|
@@ -1201,7 +1201,7 @@ export declare namespace IcdManagement {
|
|
|
1201
1201
|
*
|
|
1202
1202
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
1203
1203
|
*/
|
|
1204
|
-
key: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1204
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1205
1205
|
/**
|
|
1206
1206
|
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
1207
1207
|
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
@@ -1212,7 +1212,7 @@ export declare namespace IcdManagement {
|
|
|
1212
1212
|
*
|
|
1213
1213
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
1214
1214
|
*/
|
|
1215
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
1215
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1216
1216
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1217
1217
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1218
1218
|
}>, any>;
|
|
@@ -1242,7 +1242,7 @@ export declare namespace IcdManagement {
|
|
|
1242
1242
|
*
|
|
1243
1243
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
1244
1244
|
*/
|
|
1245
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
1245
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1246
1246
|
}>, void, any>;
|
|
1247
1247
|
};
|
|
1248
1248
|
};
|
|
@@ -1654,7 +1654,7 @@ export declare namespace IcdManagement {
|
|
|
1654
1654
|
*
|
|
1655
1655
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
1656
1656
|
*/
|
|
1657
|
-
key: import("../tlv/TlvObject.js").FieldType<Uint8Array
|
|
1657
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1658
1658
|
/**
|
|
1659
1659
|
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
1660
1660
|
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
@@ -1665,7 +1665,7 @@ export declare namespace IcdManagement {
|
|
|
1665
1665
|
*
|
|
1666
1666
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
1667
1667
|
*/
|
|
1668
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
1668
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1669
1669
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1670
1670
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1671
1671
|
}>, any> & {
|
|
@@ -1694,7 +1694,7 @@ export declare namespace IcdManagement {
|
|
|
1694
1694
|
*
|
|
1695
1695
|
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
1696
1696
|
*/
|
|
1697
|
-
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
1697
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1698
1698
|
}>, void, any> & {
|
|
1699
1699
|
readonly optional: true;
|
|
1700
1700
|
readonly isConditional: true;
|
|
@@ -595,7 +595,7 @@ export declare namespace MediaPlayback {
|
|
|
595
595
|
*
|
|
596
596
|
* @see {@link MatterSpecification.v13.Cluster} § 6.10.8.1.8
|
|
597
597
|
*/
|
|
598
|
-
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
598
|
+
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
599
599
|
/**
|
|
600
600
|
* This field shall indicate whether audio is unmuted by the player due to a FF or REW command. This field is
|
|
601
601
|
* only meaningful when the PlaybackSpeed is present and not equal to 0 (paused) or 1 (normal playback).
|
|
@@ -1421,7 +1421,7 @@ export declare namespace MediaPlayback {
|
|
|
1421
1421
|
*
|
|
1422
1422
|
* @see {@link MatterSpecification.v13.Cluster} § 6.10.8.1.8
|
|
1423
1423
|
*/
|
|
1424
|
-
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
1424
|
+
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* This field shall indicate whether audio is unmuted by the player due to a FF or REW command. This field is
|
|
1427
1427
|
* only meaningful when the PlaybackSpeed is present and not equal to 0 (paused) or 1 (normal playback).
|
|
@@ -2251,7 +2251,7 @@ export declare namespace MediaPlayback {
|
|
|
2251
2251
|
*
|
|
2252
2252
|
* @see {@link MatterSpecification.v13.Cluster} § 6.10.8.1.8
|
|
2253
2253
|
*/
|
|
2254
|
-
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
2254
|
+
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2255
2255
|
/**
|
|
2256
2256
|
* This field shall indicate whether audio is unmuted by the player due to a FF or REW command. This field is
|
|
2257
2257
|
* only meaningful when the PlaybackSpeed is present and not equal to 0 (paused) or 1 (normal playback).
|
|
@@ -3526,7 +3526,7 @@ export declare namespace MediaPlayback {
|
|
|
3526
3526
|
*
|
|
3527
3527
|
* @see {@link MatterSpecification.v13.Cluster} § 6.10.8.1.8
|
|
3528
3528
|
*/
|
|
3529
|
-
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array
|
|
3529
|
+
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
3530
3530
|
/**
|
|
3531
3531
|
* This field shall indicate whether audio is unmuted by the player due to a FF or REW command. This field is
|
|
3532
3532
|
* only meaningful when the PlaybackSpeed is present and not equal to 0 (paused) or 1 (normal playback).
|