@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.
Files changed (56) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +4 -4
  2. package/dist/cjs/clusters/administrator-commissioning.d.ts +8 -8
  3. package/dist/cjs/clusters/application-launcher.d.ts +14 -14
  4. package/dist/cjs/clusters/channel.d.ts +15 -15
  5. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  6. package/dist/cjs/clusters/color-control.js +1 -5
  7. package/dist/cjs/clusters/color-control.js.map +1 -1
  8. package/dist/cjs/clusters/diagnostic-logs.d.ts +2 -2
  9. package/dist/cjs/clusters/door-lock.d.ts +57 -57
  10. package/dist/cjs/clusters/energy-evse.d.ts +5 -5
  11. package/dist/cjs/clusters/general-diagnostics.d.ts +26 -26
  12. package/dist/cjs/clusters/group-key-management.d.ts +21 -21
  13. package/dist/cjs/clusters/icd-management.d.ts +15 -15
  14. package/dist/cjs/clusters/media-playback.d.ts +4 -4
  15. package/dist/cjs/clusters/messages.d.ts +20 -20
  16. package/dist/cjs/clusters/network-commissioning.d.ts +74 -74
  17. package/dist/cjs/clusters/operational-credentials.d.ts +33 -33
  18. package/dist/cjs/clusters/ota-software-update-provider.d.ts +10 -10
  19. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +2 -2
  20. package/dist/cjs/clusters/software-diagnostics.d.ts +4 -4
  21. package/dist/cjs/clusters/target-navigator.d.ts +2 -2
  22. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +6 -6
  23. package/dist/cjs/clusters/wake-on-lan.d.ts +1 -1
  24. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  25. package/dist/cjs/schema/BitmapSchema.d.ts +1 -1
  26. package/dist/cjs/schema/PairingCodeSchema.d.ts +2 -2
  27. package/dist/cjs/tlv/TlvSchema.d.ts +1 -1
  28. package/dist/esm/clusters/access-control.d.ts +4 -4
  29. package/dist/esm/clusters/administrator-commissioning.d.ts +8 -8
  30. package/dist/esm/clusters/application-launcher.d.ts +14 -14
  31. package/dist/esm/clusters/channel.d.ts +15 -15
  32. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  33. package/dist/esm/clusters/color-control.js +1 -5
  34. package/dist/esm/clusters/color-control.js.map +1 -1
  35. package/dist/esm/clusters/diagnostic-logs.d.ts +2 -2
  36. package/dist/esm/clusters/door-lock.d.ts +57 -57
  37. package/dist/esm/clusters/energy-evse.d.ts +5 -5
  38. package/dist/esm/clusters/general-diagnostics.d.ts +26 -26
  39. package/dist/esm/clusters/group-key-management.d.ts +21 -21
  40. package/dist/esm/clusters/icd-management.d.ts +15 -15
  41. package/dist/esm/clusters/media-playback.d.ts +4 -4
  42. package/dist/esm/clusters/messages.d.ts +20 -20
  43. package/dist/esm/clusters/network-commissioning.d.ts +74 -74
  44. package/dist/esm/clusters/operational-credentials.d.ts +33 -33
  45. package/dist/esm/clusters/ota-software-update-provider.d.ts +10 -10
  46. package/dist/esm/clusters/ota-software-update-requestor.d.ts +2 -2
  47. package/dist/esm/clusters/software-diagnostics.d.ts +4 -4
  48. package/dist/esm/clusters/target-navigator.d.ts +2 -2
  49. package/dist/esm/clusters/thread-network-diagnostics.d.ts +6 -6
  50. package/dist/esm/clusters/wake-on-lan.d.ts +1 -1
  51. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +3 -3
  52. package/dist/esm/schema/BitmapSchema.d.ts +1 -1
  53. package/dist/esm/schema/PairingCodeSchema.d.ts +2 -2
  54. package/dist/esm/tlv/TlvSchema.d.ts +1 -1
  55. package/package.json +5 -5
  56. package/src/clusters/color-control.ts +1 -5
@@ -330,7 +330,7 @@ export declare namespace DoorLock {
330
330
  *
331
331
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
332
332
  */
333
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
333
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
334
334
  }>;
335
335
  /**
336
336
  * Returns the specified log record. If an invalid log entry ID was requested, it is set to 0 and the most recent
@@ -863,7 +863,7 @@ export declare namespace DoorLock {
863
863
  *
864
864
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
865
865
  */
866
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
866
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
867
867
  /**
868
868
  * This field shall indicate the user index to the user record that corresponds to the credential being added
869
869
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -1853,7 +1853,7 @@ export declare namespace DoorLock {
1853
1853
  */
1854
1854
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
1855
1855
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
1856
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
1856
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1857
1857
  }>;
1858
1858
  /**
1859
1859
  * Input to the DoorLock setPinCode command
@@ -1901,7 +1901,7 @@ export declare namespace DoorLock {
1901
1901
  userId: import("../tlv/TlvObject.js").FieldType<number>;
1902
1902
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
1903
1903
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
1904
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
1904
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
1905
1905
  }>;
1906
1906
  /**
1907
1907
  * Returns the PIN for the specified user ID.
@@ -2213,7 +2213,7 @@ export declare namespace DoorLock {
2213
2213
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
2214
2214
  */
2215
2215
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
2216
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
2216
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2217
2217
  }>;
2218
2218
  /**
2219
2219
  * Input to the DoorLock setRfidCode command
@@ -2263,7 +2263,7 @@ export declare namespace DoorLock {
2263
2263
  userId: import("../tlv/TlvObject.js").FieldType<number>;
2264
2264
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
2265
2265
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
2266
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
2266
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
2267
2267
  }>;
2268
2268
  /**
2269
2269
  * Returns the RFID code for the specified user ID.
@@ -2314,7 +2314,7 @@ export declare namespace DoorLock {
2314
2314
  *
2315
2315
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
2316
2316
  */
2317
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
2317
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2318
2318
  }>;
2319
2319
  /**
2320
2320
  * Input to the DoorLock unboltDoor command
@@ -2642,7 +2642,7 @@ export declare namespace DoorLock {
2642
2642
  *
2643
2643
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.1.1
2644
2644
  */
2645
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
2645
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2646
2646
  }>;
2647
2647
  /**
2648
2648
  * Input to the DoorLock lockDoor command
@@ -2662,7 +2662,7 @@ export declare namespace DoorLock {
2662
2662
  *
2663
2663
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.2.1
2664
2664
  */
2665
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
2665
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2666
2666
  }>;
2667
2667
  /**
2668
2668
  * Input to the DoorLock unlockDoor command
@@ -2689,7 +2689,7 @@ export declare namespace DoorLock {
2689
2689
  *
2690
2690
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.3.2
2691
2691
  */
2692
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
2692
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2693
2693
  }>;
2694
2694
  /**
2695
2695
  * Input to the DoorLock unlockWithTimeout command
@@ -3208,7 +3208,7 @@ export declare namespace DoorLock {
3208
3208
  *
3209
3209
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
3210
3210
  */
3211
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
3211
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3212
3212
  }>, any>;
3213
3213
  };
3214
3214
  };
@@ -3542,7 +3542,7 @@ export declare namespace DoorLock {
3542
3542
  *
3543
3543
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
3544
3544
  */
3545
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
3545
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3546
3546
  /**
3547
3547
  * This field shall indicate the user index to the user record that corresponds to the credential being added
3548
3548
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -4389,7 +4389,7 @@ export declare namespace DoorLock {
4389
4389
  */
4390
4390
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4391
4391
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4392
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
4392
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4393
4393
  }>, void, any>;
4394
4394
  /**
4395
4395
  * Retrieve a PIN Code.
@@ -4408,7 +4408,7 @@ export declare namespace DoorLock {
4408
4408
  userId: import("../tlv/TlvObject.js").FieldType<number>;
4409
4409
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4410
4410
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4411
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
4411
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
4412
4412
  }>, any>;
4413
4413
  /**
4414
4414
  * Clear a PIN code or all PIN codes.
@@ -4961,7 +4961,7 @@ export declare namespace DoorLock {
4961
4961
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
4962
4962
  */
4963
4963
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4964
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
4964
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4965
4965
  }>, void, any>;
4966
4966
  /**
4967
4967
  * Retrieve an RFID code.
@@ -4981,7 +4981,7 @@ export declare namespace DoorLock {
4981
4981
  userId: import("../tlv/TlvObject.js").FieldType<number>;
4982
4982
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
4983
4983
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
4984
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
4984
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
4985
4985
  }>, any>;
4986
4986
  /**
4987
4987
  * Clear an RFID code or all RFID codes.
@@ -5036,7 +5036,7 @@ export declare namespace DoorLock {
5036
5036
  *
5037
5037
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
5038
5038
  */
5039
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
5039
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5040
5040
  }>, void, any>;
5041
5041
  };
5042
5042
  };
@@ -5537,7 +5537,7 @@ export declare namespace DoorLock {
5537
5537
  *
5538
5538
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.1.1
5539
5539
  */
5540
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
5540
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5541
5541
  }>, void, any>;
5542
5542
  /**
5543
5543
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -5559,7 +5559,7 @@ export declare namespace DoorLock {
5559
5559
  *
5560
5560
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.2.1
5561
5561
  */
5562
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
5562
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5563
5563
  }>, void, any>;
5564
5564
  /**
5565
5565
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -5586,7 +5586,7 @@ export declare namespace DoorLock {
5586
5586
  *
5587
5587
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.3.2
5588
5588
  */
5589
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
5589
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
5590
5590
  }>, void, any>;
5591
5591
  };
5592
5592
  readonly events: {
@@ -5903,7 +5903,7 @@ export declare namespace DoorLock {
5903
5903
  *
5904
5904
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
5905
5905
  */
5906
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
5906
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
5907
5907
  }>, any>;
5908
5908
  };
5909
5909
  };
@@ -6238,7 +6238,7 @@ export declare namespace DoorLock {
6238
6238
  *
6239
6239
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
6240
6240
  */
6241
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
6241
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
6242
6242
  /**
6243
6243
  * This field shall indicate the user index to the user record that corresponds to the credential being added
6244
6244
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -7124,7 +7124,7 @@ export declare namespace DoorLock {
7124
7124
  */
7125
7125
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
7126
7126
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
7127
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
7127
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
7128
7128
  }>, void, any>;
7129
7129
  /**
7130
7130
  * Retrieve a PIN Code.
@@ -7143,7 +7143,7 @@ export declare namespace DoorLock {
7143
7143
  userId: import("../tlv/TlvObject.js").FieldType<number>;
7144
7144
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
7145
7145
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
7146
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
7146
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
7147
7147
  }>, any>;
7148
7148
  /**
7149
7149
  * Clear a PIN code or all PIN codes.
@@ -7708,7 +7708,7 @@ export declare namespace DoorLock {
7708
7708
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
7709
7709
  */
7710
7710
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
7711
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
7711
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
7712
7712
  }>, void, any>;
7713
7713
  /**
7714
7714
  * Retrieve an RFID code.
@@ -7728,7 +7728,7 @@ export declare namespace DoorLock {
7728
7728
  userId: import("../tlv/TlvObject.js").FieldType<number>;
7729
7729
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
7730
7730
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
7731
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
7731
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
7732
7732
  }>, any>;
7733
7733
  /**
7734
7734
  * Clear an RFID code or all RFID codes.
@@ -7784,7 +7784,7 @@ export declare namespace DoorLock {
7784
7784
  *
7785
7785
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
7786
7786
  */
7787
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
7787
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
7788
7788
  }>, void, any>;
7789
7789
  };
7790
7790
  };
@@ -8297,7 +8297,7 @@ export declare namespace DoorLock {
8297
8297
  *
8298
8298
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.1.1
8299
8299
  */
8300
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
8300
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
8301
8301
  }>, void, any>;
8302
8302
  /**
8303
8303
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -8319,7 +8319,7 @@ export declare namespace DoorLock {
8319
8319
  *
8320
8320
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.2.1
8321
8321
  */
8322
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
8322
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
8323
8323
  }>, void, any>;
8324
8324
  /**
8325
8325
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -8346,7 +8346,7 @@ export declare namespace DoorLock {
8346
8346
  *
8347
8347
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.3.2
8348
8348
  */
8349
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
8349
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
8350
8350
  }>, void, any>;
8351
8351
  };
8352
8352
  readonly events: {
@@ -8663,7 +8663,7 @@ export declare namespace DoorLock {
8663
8663
  *
8664
8664
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
8665
8665
  */
8666
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
8666
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
8667
8667
  }>, any>;
8668
8668
  };
8669
8669
  };
@@ -8998,7 +8998,7 @@ export declare namespace DoorLock {
8998
8998
  *
8999
8999
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
9000
9000
  */
9001
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
9001
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9002
9002
  /**
9003
9003
  * This field shall indicate the user index to the user record that corresponds to the credential being added
9004
9004
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -9884,7 +9884,7 @@ export declare namespace DoorLock {
9884
9884
  */
9885
9885
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
9886
9886
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9887
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
9887
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
9888
9888
  }>, void, any>;
9889
9889
  /**
9890
9890
  * Retrieve a PIN Code.
@@ -9903,7 +9903,7 @@ export declare namespace DoorLock {
9903
9903
  userId: import("../tlv/TlvObject.js").FieldType<number>;
9904
9904
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
9905
9905
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
9906
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
9906
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
9907
9907
  }>, any>;
9908
9908
  /**
9909
9909
  * Clear a PIN code or all PIN codes.
@@ -10468,7 +10468,7 @@ export declare namespace DoorLock {
10468
10468
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
10469
10469
  */
10470
10470
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
10471
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
10471
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
10472
10472
  }>, void, any>;
10473
10473
  /**
10474
10474
  * Retrieve an RFID code.
@@ -10488,7 +10488,7 @@ export declare namespace DoorLock {
10488
10488
  userId: import("../tlv/TlvObject.js").FieldType<number>;
10489
10489
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
10490
10490
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
10491
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
10491
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
10492
10492
  }>, any>;
10493
10493
  /**
10494
10494
  * Clear an RFID code or all RFID codes.
@@ -10544,7 +10544,7 @@ export declare namespace DoorLock {
10544
10544
  *
10545
10545
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
10546
10546
  */
10547
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
10547
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
10548
10548
  }>, void, any>;
10549
10549
  };
10550
10550
  };
@@ -11052,7 +11052,7 @@ export declare namespace DoorLock {
11052
11052
  *
11053
11053
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.1.1
11054
11054
  */
11055
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
11055
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
11056
11056
  }>, void, any>;
11057
11057
  /**
11058
11058
  * This command causes the lock device to unlock the door. This command includes an optional code for the
@@ -11074,7 +11074,7 @@ export declare namespace DoorLock {
11074
11074
  *
11075
11075
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.2.1
11076
11076
  */
11077
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
11077
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
11078
11078
  }>, void, any>;
11079
11079
  /**
11080
11080
  * This command causes the lock device to unlock the door with a timeout parameter. After the time in
@@ -11101,7 +11101,7 @@ export declare namespace DoorLock {
11101
11101
  *
11102
11102
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.3.2
11103
11103
  */
11104
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
11104
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
11105
11105
  }>, void, any>;
11106
11106
  };
11107
11107
  readonly events: {
@@ -11418,7 +11418,7 @@ export declare namespace DoorLock {
11418
11418
  *
11419
11419
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
11420
11420
  */
11421
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
11421
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11422
11422
  }>, any>;
11423
11423
  };
11424
11424
  };
@@ -11753,7 +11753,7 @@ export declare namespace DoorLock {
11753
11753
  *
11754
11754
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
11755
11755
  */
11756
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
11756
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
11757
11757
  /**
11758
11758
  * This field shall indicate the user index to the user record that corresponds to the credential being added
11759
11759
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -12639,7 +12639,7 @@ export declare namespace DoorLock {
12639
12639
  */
12640
12640
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
12641
12641
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
12642
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
12642
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
12643
12643
  }>, void, any>;
12644
12644
  /**
12645
12645
  * Retrieve a PIN Code.
@@ -12658,7 +12658,7 @@ export declare namespace DoorLock {
12658
12658
  userId: import("../tlv/TlvObject.js").FieldType<number>;
12659
12659
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
12660
12660
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
12661
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
12661
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
12662
12662
  }>, any>;
12663
12663
  /**
12664
12664
  * Clear a PIN code or all PIN codes.
@@ -13223,7 +13223,7 @@ export declare namespace DoorLock {
13223
13223
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
13224
13224
  */
13225
13225
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
13226
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
13226
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
13227
13227
  }>, void, any>;
13228
13228
  /**
13229
13229
  * Retrieve an RFID code.
@@ -13243,7 +13243,7 @@ export declare namespace DoorLock {
13243
13243
  userId: import("../tlv/TlvObject.js").FieldType<number>;
13244
13244
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
13245
13245
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
13246
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
13246
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
13247
13247
  }>, any>;
13248
13248
  /**
13249
13249
  * Clear an RFID code or all RFID codes.
@@ -13299,7 +13299,7 @@ export declare namespace DoorLock {
13299
13299
  *
13300
13300
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
13301
13301
  */
13302
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
13302
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
13303
13303
  }>, void, any>;
13304
13304
  };
13305
13305
  };
@@ -14423,7 +14423,7 @@ export declare namespace DoorLock {
14423
14423
  *
14424
14424
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.5.7
14425
14425
  */
14426
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
14426
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
14427
14427
  }>, any> & {
14428
14428
  readonly optional: true;
14429
14429
  readonly isConditional: true;
@@ -14448,7 +14448,7 @@ export declare namespace DoorLock {
14448
14448
  */
14449
14449
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
14450
14450
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
14451
- pin: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
14451
+ pin: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
14452
14452
  }>, void, any> & {
14453
14453
  readonly optional: true;
14454
14454
  readonly isConditional: true;
@@ -14470,7 +14470,7 @@ export declare namespace DoorLock {
14470
14470
  userId: import("../tlv/TlvObject.js").FieldType<number>;
14471
14471
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
14472
14472
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
14473
- pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
14473
+ pinCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
14474
14474
  }>, any> & {
14475
14475
  readonly optional: true;
14476
14476
  readonly isConditional: true;
@@ -15033,7 +15033,7 @@ export declare namespace DoorLock {
15033
15033
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.29.3
15034
15034
  */
15035
15035
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
15036
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
15036
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
15037
15037
  }>, void, any> & {
15038
15038
  readonly optional: true;
15039
15039
  readonly isConditional: true;
@@ -15056,7 +15056,7 @@ export declare namespace DoorLock {
15056
15056
  userId: import("../tlv/TlvObject.js").FieldType<number>;
15057
15057
  userStatus: import("../tlv/TlvObject.js").FieldType<UserStatus | null>;
15058
15058
  userType: import("../tlv/TlvObject.js").FieldType<UserType | null>;
15059
- rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array | null>;
15059
+ rfidCode: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
15060
15060
  }>, any> & {
15061
15061
  readonly optional: true;
15062
15062
  readonly isConditional: true;
@@ -15339,7 +15339,7 @@ export declare namespace DoorLock {
15339
15339
  *
15340
15340
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.40.3
15341
15341
  */
15342
- credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
15342
+ credentialData: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
15343
15343
  /**
15344
15344
  * This field shall indicate the user index to the user record that corresponds to the credential being added
15345
15345
  * or modified. This shall be null if OperationType is add and a new credential and user is being added at the
@@ -15532,7 +15532,7 @@ export declare namespace DoorLock {
15532
15532
  *
15533
15533
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.45.1
15534
15534
  */
15535
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
15535
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
15536
15536
  }>, void, any> & {
15537
15537
  readonly optional: true;
15538
15538
  readonly isConditional: true;
@@ -15555,7 +15555,7 @@ export declare namespace DoorLock {
15555
15555
  *
15556
15556
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.1.1
15557
15557
  */
15558
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
15558
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
15559
15559
  }>, void, any>;
15560
15560
  readonly unlockDoor: Command<import("../tlv/TlvObject.js").TypeFromFields<{
15561
15561
  /**
@@ -15563,7 +15563,7 @@ export declare namespace DoorLock {
15563
15563
  *
15564
15564
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.2.1
15565
15565
  */
15566
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
15566
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
15567
15567
  }>, void, any>;
15568
15568
  readonly unlockWithTimeout: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
15569
15569
  /**
@@ -15578,7 +15578,7 @@ export declare namespace DoorLock {
15578
15578
  *
15579
15579
  * @see {@link MatterSpecification.v13.Cluster} § 5.2.10.3.2
15580
15580
  */
15581
- pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
15581
+ pinCode: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
15582
15582
  }>, void, any>;
15583
15583
  };
15584
15584
  readonly events: {
@@ -658,7 +658,7 @@ export declare namespace EnergyEvse {
658
658
  *
659
659
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
660
660
  */
661
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
661
+ uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
662
662
  }>;
663
663
  /**
664
664
  * Body of the EnergyEvse rfid event
@@ -1500,7 +1500,7 @@ export declare namespace EnergyEvse {
1500
1500
  *
1501
1501
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
1502
1502
  */
1503
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
1503
+ uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1504
1504
  }>, any>;
1505
1505
  };
1506
1506
  };
@@ -2400,7 +2400,7 @@ export declare namespace EnergyEvse {
2400
2400
  *
2401
2401
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
2402
2402
  */
2403
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
2403
+ uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2404
2404
  }>, any>;
2405
2405
  };
2406
2406
  };
@@ -3302,7 +3302,7 @@ export declare namespace EnergyEvse {
3302
3302
  *
3303
3303
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
3304
3304
  */
3305
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
3305
+ uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3306
3306
  }>, any>;
3307
3307
  };
3308
3308
  };
@@ -3965,7 +3965,7 @@ export declare namespace EnergyEvse {
3965
3965
  *
3966
3966
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
3967
3967
  */
3968
- uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
3968
+ uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3969
3969
  }>, any> & {
3970
3970
  readonly optional: true;
3971
3971
  readonly isConditional: true;