@matter/types 0.16.0-alpha.0-20250812-285b75d83 → 0.16.0-alpha.0-20250815-ac9fd6eb0
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 +10 -10
- 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/commissioner-control.d.ts +4 -4
- package/dist/cjs/clusters/diagnostic-logs.d.ts +2 -2
- package/dist/cjs/clusters/door-lock.d.ts +111 -111
- 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/joint-fabric-datastore.d.ts +7 -7
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +4 -4
- 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/thermostat.d.ts +39 -39
- package/dist/cjs/clusters/thread-border-router-management.d.ts +19 -19
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +6 -6
- package/dist/cjs/clusters/thread-network-directory.d.ts +11 -11
- 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/clusters/wi-fi-network-management.d.ts +3 -3
- package/dist/cjs/commissioning/CommissioningOptions.d.ts +1 -1
- package/dist/cjs/commissioning/CommissioningOptions.d.ts.map +1 -1
- package/dist/cjs/schema/Base38Schema.d.ts +4 -3
- package/dist/cjs/schema/Base38Schema.d.ts.map +1 -1
- package/dist/cjs/schema/Base38Schema.js +2 -1
- package/dist/cjs/schema/Base38Schema.js.map +1 -1
- package/dist/cjs/schema/BitmapSchema.d.ts +3 -3
- package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/cjs/schema/BitmapSchema.js +2 -1
- package/dist/cjs/schema/BitmapSchema.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +5 -4
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +2 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
- package/dist/cjs/tlv/TlvCodec.d.ts +2 -2
- package/dist/cjs/tlv/TlvCodec.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvCodec.js +4 -4
- package/dist/cjs/tlv/TlvCodec.js.map +1 -1
- package/dist/cjs/tlv/TlvObject.d.ts +2 -2
- package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvObject.js +2 -2
- package/dist/cjs/tlv/TlvObject.js.map +1 -1
- package/dist/cjs/tlv/TlvSchema.d.ts +6 -5
- package/dist/cjs/tlv/TlvSchema.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvSchema.js.map +1 -1
- package/dist/cjs/tlv/TlvString.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvString.js +9 -7
- package/dist/cjs/tlv/TlvString.js.map +1 -1
- package/dist/esm/clusters/access-control.d.ts +10 -10
- 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/commissioner-control.d.ts +4 -4
- package/dist/esm/clusters/diagnostic-logs.d.ts +2 -2
- package/dist/esm/clusters/door-lock.d.ts +111 -111
- 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/joint-fabric-datastore.d.ts +7 -7
- package/dist/esm/clusters/joint-fabric-pki.d.ts +4 -4
- 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/thermostat.d.ts +39 -39
- package/dist/esm/clusters/thread-border-router-management.d.ts +19 -19
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +6 -6
- package/dist/esm/clusters/thread-network-directory.d.ts +11 -11
- 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/clusters/wi-fi-network-management.d.ts +3 -3
- package/dist/esm/commissioning/CommissioningOptions.d.ts +1 -1
- package/dist/esm/commissioning/CommissioningOptions.d.ts.map +1 -1
- package/dist/esm/schema/Base38Schema.d.ts +4 -3
- package/dist/esm/schema/Base38Schema.d.ts.map +1 -1
- package/dist/esm/schema/Base38Schema.js +3 -2
- package/dist/esm/schema/Base38Schema.js.map +1 -1
- package/dist/esm/schema/BitmapSchema.d.ts +3 -3
- package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/esm/schema/BitmapSchema.js +3 -2
- package/dist/esm/schema/BitmapSchema.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +5 -4
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +2 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
- package/dist/esm/tlv/TlvCodec.d.ts +2 -2
- package/dist/esm/tlv/TlvCodec.d.ts.map +1 -1
- package/dist/esm/tlv/TlvCodec.js +4 -4
- package/dist/esm/tlv/TlvCodec.js.map +1 -1
- package/dist/esm/tlv/TlvObject.d.ts +2 -2
- package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
- package/dist/esm/tlv/TlvObject.js +2 -2
- package/dist/esm/tlv/TlvObject.js.map +1 -1
- package/dist/esm/tlv/TlvSchema.d.ts +6 -5
- package/dist/esm/tlv/TlvSchema.d.ts.map +1 -1
- package/dist/esm/tlv/TlvSchema.js.map +1 -1
- package/dist/esm/tlv/TlvString.d.ts.map +1 -1
- package/dist/esm/tlv/TlvString.js +10 -8
- package/dist/esm/tlv/TlvString.js.map +1 -1
- package/package.json +5 -5
- package/src/commissioning/CommissioningOptions.ts +1 -1
- package/src/schema/Base38Schema.ts +5 -4
- package/src/schema/BitmapSchema.ts +4 -3
- package/src/schema/PairingCodeSchema.ts +5 -5
- package/src/tlv/TlvCodec.ts +5 -5
- package/src/tlv/TlvObject.ts +4 -4
- package/src/tlv/TlvSchema.ts +5 -5
- package/src/tlv/TlvString.ts +10 -8
|
@@ -607,7 +607,7 @@ export declare namespace Thermostat {
|
|
|
607
607
|
*
|
|
608
608
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
609
609
|
*/
|
|
610
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
610
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
611
611
|
/**
|
|
612
612
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
613
613
|
*
|
|
@@ -662,7 +662,7 @@ export declare namespace Thermostat {
|
|
|
662
662
|
*
|
|
663
663
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
664
664
|
*/
|
|
665
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
665
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
666
666
|
}>;
|
|
667
667
|
/**
|
|
668
668
|
* Input to the Thermostat setActivePresetRequest command
|
|
@@ -933,7 +933,7 @@ export declare namespace Thermostat {
|
|
|
933
933
|
*
|
|
934
934
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
935
935
|
*/
|
|
936
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
936
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
937
937
|
/**
|
|
938
938
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
939
939
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -1032,7 +1032,7 @@ export declare namespace Thermostat {
|
|
|
1032
1032
|
*
|
|
1033
1033
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
1034
1034
|
*/
|
|
1035
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
1035
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
1036
1036
|
/**
|
|
1037
1037
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
1038
1038
|
* values for this field shall be Auto, Heat, and Cool.
|
|
@@ -1051,7 +1051,7 @@ export declare namespace Thermostat {
|
|
|
1051
1051
|
*
|
|
1052
1052
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
1053
1053
|
*/
|
|
1054
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
1054
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1055
1055
|
/**
|
|
1056
1056
|
* This field shall specify a list of transitions for the schedule.
|
|
1057
1057
|
*
|
|
@@ -1138,7 +1138,7 @@ export declare namespace Thermostat {
|
|
|
1138
1138
|
*
|
|
1139
1139
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
1140
1140
|
*/
|
|
1141
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
1141
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1142
1142
|
/**
|
|
1143
1143
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
1144
1144
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -1186,7 +1186,7 @@ export declare namespace Thermostat {
|
|
|
1186
1186
|
*
|
|
1187
1187
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
1188
1188
|
*/
|
|
1189
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
1189
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1190
1190
|
}>;
|
|
1191
1191
|
/**
|
|
1192
1192
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
@@ -2317,7 +2317,7 @@ export declare namespace Thermostat {
|
|
|
2317
2317
|
*
|
|
2318
2318
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
2319
2319
|
*/
|
|
2320
|
-
readonly activePresetHandle: Attribute<
|
|
2320
|
+
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
2321
2321
|
/**
|
|
2322
2322
|
* This attribute shall contain the current list of configured presets. On receipt of a write request:
|
|
2323
2323
|
*
|
|
@@ -2402,7 +2402,7 @@ export declare namespace Thermostat {
|
|
|
2402
2402
|
*
|
|
2403
2403
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
2404
2404
|
*/
|
|
2405
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
2405
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
2406
2406
|
/**
|
|
2407
2407
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
2408
2408
|
*
|
|
@@ -2452,7 +2452,7 @@ export declare namespace Thermostat {
|
|
|
2452
2452
|
*
|
|
2453
2453
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
2454
2454
|
*/
|
|
2455
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
2455
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
2456
2456
|
}>, void, any>;
|
|
2457
2457
|
};
|
|
2458
2458
|
};
|
|
@@ -2551,7 +2551,7 @@ export declare namespace Thermostat {
|
|
|
2551
2551
|
*
|
|
2552
2552
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
2553
2553
|
*/
|
|
2554
|
-
readonly activeScheduleHandle: Attribute<
|
|
2554
|
+
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
2555
2555
|
/**
|
|
2556
2556
|
* This attribute shall contain a list of ScheduleStructs. On receipt of a write request:
|
|
2557
2557
|
*
|
|
@@ -2672,7 +2672,7 @@ export declare namespace Thermostat {
|
|
|
2672
2672
|
*
|
|
2673
2673
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
2674
2674
|
*/
|
|
2675
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
2675
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
2676
2676
|
/**
|
|
2677
2677
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
2678
2678
|
* values for this field shall be Auto, Heat, and Cool.
|
|
@@ -2691,7 +2691,7 @@ export declare namespace Thermostat {
|
|
|
2691
2691
|
*
|
|
2692
2692
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
2693
2693
|
*/
|
|
2694
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
2694
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2695
2695
|
/**
|
|
2696
2696
|
* This field shall specify a list of transitions for the schedule.
|
|
2697
2697
|
*
|
|
@@ -2778,7 +2778,7 @@ export declare namespace Thermostat {
|
|
|
2778
2778
|
*
|
|
2779
2779
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
2780
2780
|
*/
|
|
2781
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
2781
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2782
2782
|
/**
|
|
2783
2783
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
2784
2784
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -2821,7 +2821,7 @@ export declare namespace Thermostat {
|
|
|
2821
2821
|
*
|
|
2822
2822
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
2823
2823
|
*/
|
|
2824
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
2824
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2825
2825
|
}>, void, any>;
|
|
2826
2826
|
};
|
|
2827
2827
|
};
|
|
@@ -4030,7 +4030,7 @@ export declare namespace Thermostat {
|
|
|
4030
4030
|
*
|
|
4031
4031
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
4032
4032
|
*/
|
|
4033
|
-
readonly activePresetHandle: Attribute<
|
|
4033
|
+
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
4034
4034
|
/**
|
|
4035
4035
|
* This attribute shall contain the current list of configured presets. On receipt of a write request:
|
|
4036
4036
|
*
|
|
@@ -4115,7 +4115,7 @@ export declare namespace Thermostat {
|
|
|
4115
4115
|
*
|
|
4116
4116
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
4117
4117
|
*/
|
|
4118
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
4118
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
4119
4119
|
/**
|
|
4120
4120
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
4121
4121
|
*
|
|
@@ -4165,7 +4165,7 @@ export declare namespace Thermostat {
|
|
|
4165
4165
|
*
|
|
4166
4166
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
4167
4167
|
*/
|
|
4168
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
4168
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
4169
4169
|
}>, void, any>;
|
|
4170
4170
|
};
|
|
4171
4171
|
};
|
|
@@ -4265,7 +4265,7 @@ export declare namespace Thermostat {
|
|
|
4265
4265
|
*
|
|
4266
4266
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
4267
4267
|
*/
|
|
4268
|
-
readonly activeScheduleHandle: Attribute<
|
|
4268
|
+
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
4269
4269
|
/**
|
|
4270
4270
|
* This attribute shall contain a list of ScheduleStructs. On receipt of a write request:
|
|
4271
4271
|
*
|
|
@@ -4386,7 +4386,7 @@ export declare namespace Thermostat {
|
|
|
4386
4386
|
*
|
|
4387
4387
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
4388
4388
|
*/
|
|
4389
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
4389
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
4390
4390
|
/**
|
|
4391
4391
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
4392
4392
|
* values for this field shall be Auto, Heat, and Cool.
|
|
@@ -4405,7 +4405,7 @@ export declare namespace Thermostat {
|
|
|
4405
4405
|
*
|
|
4406
4406
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
4407
4407
|
*/
|
|
4408
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
4408
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
4409
4409
|
/**
|
|
4410
4410
|
* This field shall specify a list of transitions for the schedule.
|
|
4411
4411
|
*
|
|
@@ -4492,7 +4492,7 @@ export declare namespace Thermostat {
|
|
|
4492
4492
|
*
|
|
4493
4493
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
4494
4494
|
*/
|
|
4495
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
4495
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
4496
4496
|
/**
|
|
4497
4497
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
4498
4498
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -4535,7 +4535,7 @@ export declare namespace Thermostat {
|
|
|
4535
4535
|
*
|
|
4536
4536
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
4537
4537
|
*/
|
|
4538
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
4538
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4539
4539
|
}>, void, any>;
|
|
4540
4540
|
};
|
|
4541
4541
|
};
|
|
@@ -5764,7 +5764,7 @@ export declare namespace Thermostat {
|
|
|
5764
5764
|
*
|
|
5765
5765
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
5766
5766
|
*/
|
|
5767
|
-
readonly activePresetHandle: Attribute<
|
|
5767
|
+
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
5768
5768
|
/**
|
|
5769
5769
|
* This attribute shall contain the current list of configured presets. On receipt of a write request:
|
|
5770
5770
|
*
|
|
@@ -5849,7 +5849,7 @@ export declare namespace Thermostat {
|
|
|
5849
5849
|
*
|
|
5850
5850
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
5851
5851
|
*/
|
|
5852
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
5852
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
5853
5853
|
/**
|
|
5854
5854
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
5855
5855
|
*
|
|
@@ -5899,7 +5899,7 @@ export declare namespace Thermostat {
|
|
|
5899
5899
|
*
|
|
5900
5900
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
5901
5901
|
*/
|
|
5902
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
5902
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
5903
5903
|
}>, void, any>;
|
|
5904
5904
|
};
|
|
5905
5905
|
};
|
|
@@ -5999,7 +5999,7 @@ export declare namespace Thermostat {
|
|
|
5999
5999
|
*
|
|
6000
6000
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
6001
6001
|
*/
|
|
6002
|
-
readonly activeScheduleHandle: Attribute<
|
|
6002
|
+
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
6003
6003
|
/**
|
|
6004
6004
|
* This attribute shall contain a list of ScheduleStructs. On receipt of a write request:
|
|
6005
6005
|
*
|
|
@@ -6120,7 +6120,7 @@ export declare namespace Thermostat {
|
|
|
6120
6120
|
*
|
|
6121
6121
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6122
6122
|
*/
|
|
6123
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
6123
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6124
6124
|
/**
|
|
6125
6125
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6126
6126
|
* values for this field shall be Auto, Heat, and Cool.
|
|
@@ -6139,7 +6139,7 @@ export declare namespace Thermostat {
|
|
|
6139
6139
|
*
|
|
6140
6140
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6141
6141
|
*/
|
|
6142
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
6142
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6143
6143
|
/**
|
|
6144
6144
|
* This field shall specify a list of transitions for the schedule.
|
|
6145
6145
|
*
|
|
@@ -6226,7 +6226,7 @@ export declare namespace Thermostat {
|
|
|
6226
6226
|
*
|
|
6227
6227
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
6228
6228
|
*/
|
|
6229
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
6229
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6230
6230
|
/**
|
|
6231
6231
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
6232
6232
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -6269,7 +6269,7 @@ export declare namespace Thermostat {
|
|
|
6269
6269
|
*
|
|
6270
6270
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
6271
6271
|
*/
|
|
6272
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
6272
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
6273
6273
|
}>, void, any>;
|
|
6274
6274
|
};
|
|
6275
6275
|
};
|
|
@@ -6719,7 +6719,7 @@ export declare namespace Thermostat {
|
|
|
6719
6719
|
matterScheduleConfiguration: boolean;
|
|
6720
6720
|
}];
|
|
6721
6721
|
};
|
|
6722
|
-
readonly activePresetHandle: Attribute<
|
|
6722
|
+
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any> & {
|
|
6723
6723
|
readonly optional: true;
|
|
6724
6724
|
readonly isConditional: true;
|
|
6725
6725
|
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
@@ -6727,7 +6727,7 @@ export declare namespace Thermostat {
|
|
|
6727
6727
|
presets: boolean;
|
|
6728
6728
|
}];
|
|
6729
6729
|
};
|
|
6730
|
-
readonly activeScheduleHandle: Attribute<
|
|
6730
|
+
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any> & {
|
|
6731
6731
|
readonly optional: true;
|
|
6732
6732
|
readonly isConditional: true;
|
|
6733
6733
|
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
@@ -6745,7 +6745,7 @@ export declare namespace Thermostat {
|
|
|
6745
6745
|
*
|
|
6746
6746
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
6747
6747
|
*/
|
|
6748
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
6748
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6749
6749
|
/**
|
|
6750
6750
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
6751
6751
|
*
|
|
@@ -6800,7 +6800,7 @@ export declare namespace Thermostat {
|
|
|
6800
6800
|
*
|
|
6801
6801
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6802
6802
|
*/
|
|
6803
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
6803
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6804
6804
|
/**
|
|
6805
6805
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6806
6806
|
* values for this field shall be Auto, Heat, and Cool.
|
|
@@ -6819,7 +6819,7 @@ export declare namespace Thermostat {
|
|
|
6819
6819
|
*
|
|
6820
6820
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6821
6821
|
*/
|
|
6822
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
6822
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6823
6823
|
/**
|
|
6824
6824
|
* This field shall specify a list of transitions for the schedule.
|
|
6825
6825
|
*
|
|
@@ -6906,7 +6906,7 @@ export declare namespace Thermostat {
|
|
|
6906
6906
|
*
|
|
6907
6907
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
6908
6908
|
*/
|
|
6909
|
-
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<
|
|
6909
|
+
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6910
6910
|
/**
|
|
6911
6911
|
* This shall specify the default mode to which the thermostat will switch for this transition, overriding the
|
|
6912
6912
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
@@ -7598,7 +7598,7 @@ export declare namespace Thermostat {
|
|
|
7598
7598
|
*
|
|
7599
7599
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
7600
7600
|
*/
|
|
7601
|
-
scheduleHandle: import("../tlv/TlvObject.js").FieldType<
|
|
7601
|
+
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
7602
7602
|
}>, void, any> & {
|
|
7603
7603
|
readonly optional: true;
|
|
7604
7604
|
readonly isConditional: true;
|
|
@@ -7614,7 +7614,7 @@ export declare namespace Thermostat {
|
|
|
7614
7614
|
*
|
|
7615
7615
|
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
7616
7616
|
*/
|
|
7617
|
-
presetHandle: import("../tlv/TlvObject.js").FieldType<
|
|
7617
|
+
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
7618
7618
|
}>, void, any> & {
|
|
7619
7619
|
readonly optional: true;
|
|
7620
7620
|
readonly isConditional: true;
|
|
@@ -38,7 +38,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
38
38
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.5
|
|
39
39
|
*/
|
|
40
40
|
const TlvSetPendingDatasetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
41
|
-
pendingDataset: import("../tlv/TlvObject.js").FieldType<
|
|
41
|
+
pendingDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
42
42
|
}>;
|
|
43
43
|
/**
|
|
44
44
|
* Input to the ThreadBorderRouterManagement setPendingDatasetRequest command
|
|
@@ -62,7 +62,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
62
62
|
*
|
|
63
63
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
64
64
|
*/
|
|
65
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
65
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
66
66
|
}>;
|
|
67
67
|
/**
|
|
68
68
|
* This command is sent in response to GetActiveDatasetRequest or GetPendingDatasetRequest command.
|
|
@@ -83,7 +83,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.4.1
|
|
85
85
|
*/
|
|
86
|
-
activeDataset: import("../tlv/TlvObject.js").FieldType<
|
|
86
|
+
activeDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
87
87
|
/**
|
|
88
88
|
* See Breadcrumb Attribute section of General Commissioning Cluster in [MatterCore] for usage.
|
|
89
89
|
*
|
|
@@ -124,7 +124,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
124
124
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.5
|
|
125
125
|
*/
|
|
126
126
|
readonly setPendingDatasetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
127
|
-
pendingDataset: import("../tlv/TlvObject.js").FieldType<
|
|
127
|
+
pendingDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
128
128
|
}>, void, any>;
|
|
129
129
|
};
|
|
130
130
|
};
|
|
@@ -166,7 +166,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
166
166
|
*
|
|
167
167
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.5.2
|
|
168
168
|
*/
|
|
169
|
-
readonly borderAgentId: Attribute<
|
|
169
|
+
readonly borderAgentId: Attribute<AllowSharedBufferSource, any>;
|
|
170
170
|
/**
|
|
171
171
|
* Indicates the Thread version supported by the Thread interface configured by the cluster instance.
|
|
172
172
|
*
|
|
@@ -226,7 +226,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
226
226
|
*
|
|
227
227
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
228
228
|
*/
|
|
229
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
229
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
230
230
|
}>, any>;
|
|
231
231
|
/**
|
|
232
232
|
* This command shall be used to request the pending dataset of the Thread network to which the border
|
|
@@ -252,7 +252,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
252
252
|
*
|
|
253
253
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
254
254
|
*/
|
|
255
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
255
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
256
256
|
}>, any>;
|
|
257
257
|
/**
|
|
258
258
|
* This command shall be used to set the active Dataset of the Thread network to which the Border Router is
|
|
@@ -267,7 +267,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
267
267
|
*
|
|
268
268
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.4.1
|
|
269
269
|
*/
|
|
270
|
-
activeDataset: import("../tlv/TlvObject.js").FieldType<
|
|
270
|
+
activeDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
271
271
|
/**
|
|
272
272
|
* See Breadcrumb Attribute section of General Commissioning Cluster in [MatterCore] for usage.
|
|
273
273
|
*
|
|
@@ -307,7 +307,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
307
307
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.5
|
|
308
308
|
*/
|
|
309
309
|
readonly setPendingDatasetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
310
|
-
pendingDataset: import("../tlv/TlvObject.js").FieldType<
|
|
310
|
+
pendingDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
311
311
|
}>, void, any>;
|
|
312
312
|
};
|
|
313
313
|
};
|
|
@@ -351,7 +351,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
351
351
|
*
|
|
352
352
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.5.2
|
|
353
353
|
*/
|
|
354
|
-
readonly borderAgentId: Attribute<
|
|
354
|
+
readonly borderAgentId: Attribute<AllowSharedBufferSource, any>;
|
|
355
355
|
/**
|
|
356
356
|
* Indicates the Thread version supported by the Thread interface configured by the cluster instance.
|
|
357
357
|
*
|
|
@@ -411,7 +411,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
411
411
|
*
|
|
412
412
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
413
413
|
*/
|
|
414
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
414
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
415
415
|
}>, any>;
|
|
416
416
|
/**
|
|
417
417
|
* This command shall be used to request the pending dataset of the Thread network to which the border
|
|
@@ -437,7 +437,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
437
437
|
*
|
|
438
438
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
439
439
|
*/
|
|
440
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
440
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
441
441
|
}>, any>;
|
|
442
442
|
/**
|
|
443
443
|
* This command shall be used to set the active Dataset of the Thread network to which the Border Router is
|
|
@@ -452,7 +452,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
452
452
|
*
|
|
453
453
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.4.1
|
|
454
454
|
*/
|
|
455
|
-
activeDataset: import("../tlv/TlvObject.js").FieldType<
|
|
455
|
+
activeDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
456
456
|
/**
|
|
457
457
|
* See Breadcrumb Attribute section of General Commissioning Cluster in [MatterCore] for usage.
|
|
458
458
|
*
|
|
@@ -492,7 +492,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
492
492
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.5
|
|
493
493
|
*/
|
|
494
494
|
readonly setPendingDatasetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
495
|
-
pendingDataset: import("../tlv/TlvObject.js").FieldType<
|
|
495
|
+
pendingDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
496
496
|
}>, void, any>;
|
|
497
497
|
};
|
|
498
498
|
};
|
|
@@ -549,7 +549,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
549
549
|
*
|
|
550
550
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.5.2
|
|
551
551
|
*/
|
|
552
|
-
readonly borderAgentId: Attribute<
|
|
552
|
+
readonly borderAgentId: Attribute<AllowSharedBufferSource, any>;
|
|
553
553
|
/**
|
|
554
554
|
* Indicates the Thread version supported by the Thread interface configured by the cluster instance.
|
|
555
555
|
*
|
|
@@ -600,7 +600,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
600
600
|
}>>;
|
|
601
601
|
readonly commands: {
|
|
602
602
|
readonly setPendingDatasetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
603
|
-
pendingDataset: import("../tlv/TlvObject.js").FieldType<
|
|
603
|
+
pendingDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
604
604
|
}>, void, any> & {
|
|
605
605
|
readonly optional: true;
|
|
606
606
|
readonly isConditional: true;
|
|
@@ -633,7 +633,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
633
633
|
*
|
|
634
634
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
635
635
|
*/
|
|
636
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
636
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
637
637
|
}>, any>;
|
|
638
638
|
/**
|
|
639
639
|
* This command shall be used to request the pending dataset of the Thread network to which the border
|
|
@@ -659,7 +659,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
659
659
|
*
|
|
660
660
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.3.1
|
|
661
661
|
*/
|
|
662
|
-
dataset: import("../tlv/TlvObject.js").FieldType<
|
|
662
|
+
dataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
663
663
|
}>, any>;
|
|
664
664
|
/**
|
|
665
665
|
* This command shall be used to set the active Dataset of the Thread network to which the Border Router is
|
|
@@ -674,7 +674,7 @@ export declare namespace ThreadBorderRouterManagement {
|
|
|
674
674
|
*
|
|
675
675
|
* @see {@link MatterSpecification.v141.Cluster} § 10.3.6.4.1
|
|
676
676
|
*/
|
|
677
|
-
activeDataset: import("../tlv/TlvObject.js").FieldType<
|
|
677
|
+
activeDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
678
678
|
/**
|
|
679
679
|
* See Breadcrumb Attribute section of General Commissioning Cluster in [MatterCore] for usage.
|
|
680
680
|
*
|
|
@@ -899,7 +899,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
899
899
|
*
|
|
900
900
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
901
901
|
*/
|
|
902
|
-
readonly meshLocalPrefix: Attribute<
|
|
902
|
+
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
903
903
|
/**
|
|
904
904
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
905
905
|
* the Node.
|
|
@@ -1163,7 +1163,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1163
1163
|
*
|
|
1164
1164
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
1165
1165
|
*/
|
|
1166
|
-
readonly channelPage0Mask: Attribute<
|
|
1166
|
+
readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
|
|
1167
1167
|
/**
|
|
1168
1168
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
1169
1169
|
* operationally acquired values.
|
|
@@ -1756,7 +1756,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1756
1756
|
*
|
|
1757
1757
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
1758
1758
|
*/
|
|
1759
|
-
readonly meshLocalPrefix: Attribute<
|
|
1759
|
+
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
1760
1760
|
/**
|
|
1761
1761
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
1762
1762
|
* the Node.
|
|
@@ -2020,7 +2020,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2020
2020
|
*
|
|
2021
2021
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
2022
2022
|
*/
|
|
2023
|
-
readonly channelPage0Mask: Attribute<
|
|
2023
|
+
readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
|
|
2024
2024
|
/**
|
|
2025
2025
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
2026
2026
|
* operationally acquired values.
|
|
@@ -2928,7 +2928,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2928
2928
|
readonly networkName: Attribute<string | null, any>;
|
|
2929
2929
|
readonly panId: Attribute<number | null, any>;
|
|
2930
2930
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
2931
|
-
readonly meshLocalPrefix: Attribute<
|
|
2931
|
+
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
2932
2932
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2933
2933
|
/**
|
|
2934
2934
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
@@ -3120,7 +3120,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3120
3120
|
*/
|
|
3121
3121
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3122
3122
|
}> | null, any>;
|
|
3123
|
-
readonly channelPage0Mask: Attribute<
|
|
3123
|
+
readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
|
|
3124
3124
|
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3125
3125
|
/**
|
|
3126
3126
|
* This field shall be True if the Node has an active timestamp present, else False.
|