@riddix/hamh 2.1.0-alpha.619 → 2.1.0-alpha.621
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/backend/cli.js
CHANGED
|
@@ -90317,7 +90317,7 @@ var init_esm3 = __esm({
|
|
|
90317
90317
|
}
|
|
90318
90318
|
});
|
|
90319
90319
|
|
|
90320
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90320
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/common.js
|
|
90321
90321
|
function assertCertificateDerSize(certBytes) {
|
|
90322
90322
|
if (certBytes.byteLength > MAX_DER_CERTIFICATE_SIZE) {
|
|
90323
90323
|
throw new ImplementationError(
|
|
@@ -90327,13 +90327,13 @@ function assertCertificateDerSize(certBytes) {
|
|
|
90327
90327
|
}
|
|
90328
90328
|
var MAX_DER_CERTIFICATE_SIZE;
|
|
90329
90329
|
var init_common3 = __esm({
|
|
90330
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90330
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/common.js"() {
|
|
90331
90331
|
init_esm();
|
|
90332
90332
|
MAX_DER_CERTIFICATE_SIZE = 600;
|
|
90333
90333
|
}
|
|
90334
90334
|
});
|
|
90335
90335
|
|
|
90336
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90336
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/asn.js
|
|
90337
90337
|
function matterToJsDate(date) {
|
|
90338
90338
|
return date === 0 ? X520.NON_WELL_DEFINED_DATE : new Date((date + MATTER_EPOCH_OFFSET_S) * 1e3);
|
|
90339
90339
|
}
|
|
@@ -90360,7 +90360,7 @@ function uInt16To4Chars(value) {
|
|
|
90360
90360
|
}
|
|
90361
90361
|
var YEAR_S, MATTER_OID_TO_FIELD_MAP, GenericMatterObject, GenericMatterOpCertObject, GenericMatterAttCertObject, NodeId_Matter, FirmwareSigningId_Matter, IcacId_Matter, RcacId_Matter, FabricId_Matter, NocCat_Matter, VvsId_Matter, VendorId_Matter, ProductId_Matter;
|
|
90362
90362
|
var init_asn = __esm({
|
|
90363
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90363
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/asn.js"() {
|
|
90364
90364
|
init_esm();
|
|
90365
90365
|
init_esm3();
|
|
90366
90366
|
init_esm();
|
|
@@ -90394,10 +90394,10 @@ var init_asn = __esm({
|
|
|
90394
90394
|
}
|
|
90395
90395
|
});
|
|
90396
90396
|
|
|
90397
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90397
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/base.js
|
|
90398
90398
|
var ExtensionKeyUsageBitmap, ExtensionKeyUsageSchema;
|
|
90399
90399
|
var init_base = __esm({
|
|
90400
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90400
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/base.js"() {
|
|
90401
90401
|
init_esm3();
|
|
90402
90402
|
ExtensionKeyUsageBitmap = {
|
|
90403
90403
|
digitalSignature: BitFlag(0),
|
|
@@ -90414,7 +90414,7 @@ var init_base = __esm({
|
|
|
90414
90414
|
}
|
|
90415
90415
|
});
|
|
90416
90416
|
|
|
90417
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90417
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Certificate.js
|
|
90418
90418
|
function matterToX509(cert) {
|
|
90419
90419
|
const { serialNumber, notBefore, notAfter, issuer, subject, ellipticCurvePublicKey, extensions } = cert;
|
|
90420
90420
|
return {
|
|
@@ -90576,7 +90576,7 @@ function astOfDistinguishedName(data) {
|
|
|
90576
90576
|
}
|
|
90577
90577
|
var Certificate;
|
|
90578
90578
|
var init_Certificate = __esm({
|
|
90579
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
90579
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Certificate.js"() {
|
|
90580
90580
|
init_esm();
|
|
90581
90581
|
init_esm3();
|
|
90582
90582
|
init_common3();
|
|
@@ -91023,10 +91023,10 @@ var init_Certificate = __esm({
|
|
|
91023
91023
|
}
|
|
91024
91024
|
});
|
|
91025
91025
|
|
|
91026
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91026
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/operational.js
|
|
91027
91027
|
var MAX_TLV_CERTIFICATE_SIZE, TlvCertificateExtension, OperationalCertificate;
|
|
91028
91028
|
var init_operational = __esm({
|
|
91029
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91029
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/operational.js"() {
|
|
91030
91030
|
init_esm3();
|
|
91031
91031
|
init_base();
|
|
91032
91032
|
MAX_TLV_CERTIFICATE_SIZE = 400;
|
|
@@ -91095,7 +91095,7 @@ var init_operational = __esm({
|
|
|
91095
91095
|
};
|
|
91096
91096
|
const BaseMatterCertificate = (matterFields) => TlvObjectWithMaxSize(
|
|
91097
91097
|
{
|
|
91098
|
-
serialNumber: TlvField(1, TlvByteString
|
|
91098
|
+
serialNumber: TlvField(1, TlvByteString),
|
|
91099
91099
|
signatureAlgorithm: TlvField(2, TlvUInt8),
|
|
91100
91100
|
issuer: TlvField(
|
|
91101
91101
|
3,
|
|
@@ -91153,10 +91153,10 @@ var init_operational = __esm({
|
|
|
91153
91153
|
}
|
|
91154
91154
|
});
|
|
91155
91155
|
|
|
91156
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91156
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/OperationalBase.js
|
|
91157
91157
|
var logger27, OperationalBase;
|
|
91158
91158
|
var init_OperationalBase = __esm({
|
|
91159
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91159
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/OperationalBase.js"() {
|
|
91160
91160
|
init_esm();
|
|
91161
91161
|
init_Certificate();
|
|
91162
91162
|
logger27 = Logger.get("OperationalBaseCertificate");
|
|
@@ -91171,10 +91171,11 @@ var init_OperationalBase = __esm({
|
|
|
91171
91171
|
*/
|
|
91172
91172
|
generalVerify() {
|
|
91173
91173
|
const cert = this.cert;
|
|
91174
|
-
if (cert.serialNumber.byteLength > 20)
|
|
91175
|
-
|
|
91176
|
-
`
|
|
91174
|
+
if (cert.serialNumber.byteLength > 20) {
|
|
91175
|
+
logger27.warn(
|
|
91176
|
+
`Certificate serial number has ${cert.serialNumber.byteLength} octets, exceeds spec maximum of 20 octets.`
|
|
91177
91177
|
);
|
|
91178
|
+
}
|
|
91178
91179
|
if (cert.signatureAlgorithm !== 1) {
|
|
91179
91180
|
throw new CertificateError(`Unsupported signature algorithm: ${cert.signatureAlgorithm}`);
|
|
91180
91181
|
}
|
|
@@ -91198,10 +91199,10 @@ var init_OperationalBase = __esm({
|
|
|
91198
91199
|
}
|
|
91199
91200
|
});
|
|
91200
91201
|
|
|
91201
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91202
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Icac.js
|
|
91202
91203
|
var Icac;
|
|
91203
91204
|
var init_Icac = __esm({
|
|
91204
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91205
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Icac.js"() {
|
|
91205
91206
|
init_esm();
|
|
91206
91207
|
init_esm3();
|
|
91207
91208
|
init_Certificate();
|
|
@@ -91322,10 +91323,10 @@ var init_Icac = __esm({
|
|
|
91322
91323
|
}
|
|
91323
91324
|
});
|
|
91324
91325
|
|
|
91325
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91326
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Noc.js
|
|
91326
91327
|
var Noc;
|
|
91327
91328
|
var init_Noc = __esm({
|
|
91328
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91329
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Noc.js"() {
|
|
91329
91330
|
init_esm();
|
|
91330
91331
|
init_esm3();
|
|
91331
91332
|
init_Certificate();
|
|
@@ -91458,10 +91459,10 @@ var init_Noc = __esm({
|
|
|
91458
91459
|
}
|
|
91459
91460
|
});
|
|
91460
91461
|
|
|
91461
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91462
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/Mark.js
|
|
91462
91463
|
var Mark;
|
|
91463
91464
|
var init_Mark = __esm({
|
|
91464
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91465
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/Mark.js"() {
|
|
91465
91466
|
((Mark2) => {
|
|
91466
91467
|
Mark2.INBOUND = "\xAB";
|
|
91467
91468
|
Mark2.OUTBOUND = "\xBB";
|
|
@@ -91474,7 +91475,7 @@ var init_Mark = __esm({
|
|
|
91474
91475
|
}
|
|
91475
91476
|
});
|
|
91476
91477
|
|
|
91477
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91478
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/AttributeDataEncoder.js
|
|
91478
91479
|
function encodeAttributePayloadData(attributePayload, options) {
|
|
91479
91480
|
const { attributeData } = attributePayload;
|
|
91480
91481
|
if (attributeData === void 0) {
|
|
@@ -91570,16 +91571,16 @@ function chunkAttributePayload(attributePayload) {
|
|
|
91570
91571
|
return chunks;
|
|
91571
91572
|
}
|
|
91572
91573
|
var init_AttributeDataEncoder = __esm({
|
|
91573
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91574
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/AttributeDataEncoder.js"() {
|
|
91574
91575
|
init_esm();
|
|
91575
91576
|
init_esm3();
|
|
91576
91577
|
}
|
|
91577
91578
|
});
|
|
91578
91579
|
|
|
91579
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91580
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/Subscription.js
|
|
91580
91581
|
var Subscription;
|
|
91581
91582
|
var init_Subscription = __esm({
|
|
91582
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91583
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/Subscription.js"() {
|
|
91583
91584
|
init_esm();
|
|
91584
91585
|
((Subscription2) => {
|
|
91585
91586
|
function idStrOf(subscription) {
|
|
@@ -91602,10 +91603,10 @@ var init_Subscription = __esm({
|
|
|
91602
91603
|
}
|
|
91603
91604
|
});
|
|
91604
91605
|
|
|
91605
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91606
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/InteractionMessenger.js
|
|
91606
91607
|
var MessageType, logger28, DATA_REPORT_MAX_QUEUED_ATTRIBUTE_MESSAGES, DATA_REPORT_MIN_AVAILABLE_BYTES_BEFORE_SENDING, InteractionMessenger, InteractionServerMessenger, IncomingInteractionClientMessenger, InteractionClientMessenger;
|
|
91607
91608
|
var init_InteractionMessenger = __esm({
|
|
91608
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
91609
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/InteractionMessenger.js"() {
|
|
91609
91610
|
init_Mark();
|
|
91610
91611
|
init_esm();
|
|
91611
91612
|
init_esm2();
|
|
@@ -92434,7 +92435,7 @@ var init_InteractionMessenger = __esm({
|
|
|
92434
92435
|
}
|
|
92435
92436
|
});
|
|
92436
92437
|
|
|
92437
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92438
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/MessageCodec.js
|
|
92438
92439
|
function mapProtocolAndMessageType(protocolId, messageType) {
|
|
92439
92440
|
const msgTypeHex = Diagnostic.hex(messageType);
|
|
92440
92441
|
const type = `${Diagnostic.hex(protocolId)}/${msgTypeHex}`;
|
|
@@ -92452,7 +92453,7 @@ function mapProtocolAndMessageType(protocolId, messageType) {
|
|
|
92452
92453
|
}
|
|
92453
92454
|
var Message, HEADER_VERSION, SessionType, COMMON_VENDOR_ID, MessageCodec;
|
|
92454
92455
|
var init_MessageCodec = __esm({
|
|
92455
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92456
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/MessageCodec.js"() {
|
|
92456
92457
|
init_Mark();
|
|
92457
92458
|
init_esm();
|
|
92458
92459
|
init_esm3();
|
|
@@ -92675,10 +92676,10 @@ var init_MessageCodec = __esm({
|
|
|
92675
92676
|
}
|
|
92676
92677
|
});
|
|
92677
92678
|
|
|
92678
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92679
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/errors.js
|
|
92679
92680
|
var RetransmissionLimitReachedError, UnexpectedMessageError, SessionClosedError, NoAssociatedFabricError;
|
|
92680
92681
|
var init_errors4 = __esm({
|
|
92681
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92682
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/errors.js"() {
|
|
92682
92683
|
init_MessageCodec();
|
|
92683
92684
|
init_esm3();
|
|
92684
92685
|
init_esm();
|
|
@@ -92700,10 +92701,10 @@ var init_errors4 = __esm({
|
|
|
92700
92701
|
}
|
|
92701
92702
|
});
|
|
92702
92703
|
|
|
92703
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92704
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolStatusMessage.js
|
|
92704
92705
|
var ProtocolStatusMessageSchema;
|
|
92705
92706
|
var init_ProtocolStatusMessage = __esm({
|
|
92706
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92707
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolStatusMessage.js"() {
|
|
92707
92708
|
init_esm();
|
|
92708
92709
|
init_esm3();
|
|
92709
92710
|
ProtocolStatusMessageSchema = class extends Schema {
|
|
@@ -92754,10 +92755,10 @@ var init_ProtocolStatusMessage = __esm({
|
|
|
92754
92755
|
}
|
|
92755
92756
|
});
|
|
92756
92757
|
|
|
92757
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92758
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelStatusMessageSchema.js
|
|
92758
92759
|
var SecureChannelStatusMessageSchema, SecureChannelStatusMessage;
|
|
92759
92760
|
var init_SecureChannelStatusMessageSchema = __esm({
|
|
92760
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92761
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelStatusMessageSchema.js"() {
|
|
92761
92762
|
init_ProtocolStatusMessage();
|
|
92762
92763
|
init_esm3();
|
|
92763
92764
|
SecureChannelStatusMessageSchema = class extends ProtocolStatusMessageSchema {
|
|
@@ -92766,10 +92767,10 @@ var init_SecureChannelStatusMessageSchema = __esm({
|
|
|
92766
92767
|
}
|
|
92767
92768
|
});
|
|
92768
92769
|
|
|
92769
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92770
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelMessenger.js
|
|
92770
92771
|
var ChannelStatusResponseError, EXPECTED_CRYPTO_PROCESSING_TIME, DEFAULT_NORMAL_PROCESSING_TIME, SecureChannelMessenger;
|
|
92771
92772
|
var init_SecureChannelMessenger = __esm({
|
|
92772
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92773
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelMessenger.js"() {
|
|
92773
92774
|
init_esm();
|
|
92774
92775
|
init_esm3();
|
|
92775
92776
|
init_SecureChannelStatusMessageSchema();
|
|
@@ -92908,10 +92909,10 @@ var init_SecureChannelMessenger = __esm({
|
|
|
92908
92909
|
}
|
|
92909
92910
|
});
|
|
92910
92911
|
|
|
92911
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92912
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/Subject.js
|
|
92912
92913
|
var Subject;
|
|
92913
92914
|
var init_Subject = __esm({
|
|
92914
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92915
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/Subject.js"() {
|
|
92915
92916
|
((Subject2) => {
|
|
92916
92917
|
function Node2(data) {
|
|
92917
92918
|
return {
|
|
@@ -92939,7 +92940,7 @@ var init_Subject = __esm({
|
|
|
92939
92940
|
}
|
|
92940
92941
|
});
|
|
92941
92942
|
|
|
92942
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92943
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerAddress.js
|
|
92943
92944
|
function PeerAddress(address) {
|
|
92944
92945
|
if (address === void 0) {
|
|
92945
92946
|
return void 0;
|
|
@@ -92964,7 +92965,7 @@ function InternedAddress(address) {
|
|
|
92964
92965
|
}
|
|
92965
92966
|
var interned, internedAddresses, InternedAddressPrototoype, PeerAddressMap, PeerAddressSet;
|
|
92966
92967
|
var init_PeerAddress = __esm({
|
|
92967
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
92968
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerAddress.js"() {
|
|
92968
92969
|
init_esm();
|
|
92969
92970
|
init_esm3();
|
|
92970
92971
|
interned = /* @__PURE__ */ Symbol("interned-logical-address");
|
|
@@ -93024,10 +93025,10 @@ var init_PeerAddress = __esm({
|
|
|
93024
93025
|
}
|
|
93025
93026
|
});
|
|
93026
93027
|
|
|
93027
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93028
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageCounter.js
|
|
93028
93029
|
var MAX_COUNTER_VALUE_32BIT, ROLLOVER_INFO_DIFFERENCE, MessageCounter, PersistedMessageCounter;
|
|
93029
93030
|
var init_MessageCounter = __esm({
|
|
93030
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93031
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageCounter.js"() {
|
|
93031
93032
|
init_esm();
|
|
93032
93033
|
MAX_COUNTER_VALUE_32BIT = 4294967294;
|
|
93033
93034
|
ROLLOVER_INFO_DIFFERENCE = 1e3;
|
|
@@ -93097,10 +93098,10 @@ var init_MessageCounter = __esm({
|
|
|
93097
93098
|
}
|
|
93098
93099
|
});
|
|
93099
93100
|
|
|
93100
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93101
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageReceptionState.js
|
|
93101
93102
|
var MAX_COUNTER_INCREASE_2POW31, MSG_COUNTER_WINDOW_SIZE, DuplicateMessageError, MessageReceptionState, MessageReceptionStateEncryptedWithoutRollover, MessageReceptionStateEncryptedWithRollover, MessageReceptionStateUnencryptedWithRollover;
|
|
93102
93103
|
var init_MessageReceptionState = __esm({
|
|
93103
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93104
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageReceptionState.js"() {
|
|
93104
93105
|
init_esm();
|
|
93105
93106
|
init_MessageCounter();
|
|
93106
93107
|
MAX_COUNTER_INCREASE_2POW31 = Math.pow(2, 31);
|
|
@@ -93244,7 +93245,7 @@ var init_MessageReceptionState = __esm({
|
|
|
93244
93245
|
}
|
|
93245
93246
|
});
|
|
93246
93247
|
|
|
93247
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93248
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MRP.js
|
|
93248
93249
|
function maxResponseTimeOf(sessionParameters, isPeerActive) {
|
|
93249
93250
|
let finalWaitTime = 0;
|
|
93250
93251
|
for (let i = 0; i < MRP.MAX_TRANSMISSIONS; i++) {
|
|
@@ -93263,7 +93264,7 @@ function maxResponseTimeOf(sessionParameters, isPeerActive) {
|
|
|
93263
93264
|
}
|
|
93264
93265
|
var MRP;
|
|
93265
93266
|
var init_MRP = __esm({
|
|
93266
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93267
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MRP.js"() {
|
|
93267
93268
|
init_esm();
|
|
93268
93269
|
((MRP2) => {
|
|
93269
93270
|
MRP2.MAX_TRANSMISSIONS = 5;
|
|
@@ -93325,10 +93326,10 @@ var init_MRP = __esm({
|
|
|
93325
93326
|
}
|
|
93326
93327
|
});
|
|
93327
93328
|
|
|
93328
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93329
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageChannel.js
|
|
93329
93330
|
var logger29, MessageChannel;
|
|
93330
93331
|
var init_MessageChannel = __esm({
|
|
93331
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93332
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageChannel.js"() {
|
|
93332
93333
|
init_MessageCodec();
|
|
93333
93334
|
init_Mark();
|
|
93334
93335
|
init_esm();
|
|
@@ -93465,7 +93466,7 @@ var init_MessageChannel = __esm({
|
|
|
93465
93466
|
}
|
|
93466
93467
|
});
|
|
93467
93468
|
|
|
93468
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93469
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionIntervals.js
|
|
93469
93470
|
function SessionIntervals(intervals) {
|
|
93470
93471
|
const {
|
|
93471
93472
|
idleInterval = SessionIntervals.defaults.idleInterval,
|
|
@@ -93484,7 +93485,7 @@ function SessionIntervals(intervals) {
|
|
|
93484
93485
|
return { idleInterval, activeInterval, activeThreshold };
|
|
93485
93486
|
}
|
|
93486
93487
|
var init_SessionIntervals = __esm({
|
|
93487
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93488
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionIntervals.js"() {
|
|
93488
93489
|
init_esm();
|
|
93489
93490
|
((SessionIntervals2) => {
|
|
93490
93491
|
SessionIntervals2.defaults = {
|
|
@@ -93496,10 +93497,10 @@ var init_SessionIntervals = __esm({
|
|
|
93496
93497
|
}
|
|
93497
93498
|
});
|
|
93498
93499
|
|
|
93499
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93500
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/SupportedTransportsBitmap.js
|
|
93500
93501
|
var SupportedTransportsBitmap, SupportedTransportsSchema;
|
|
93501
93502
|
var init_SupportedTransportsBitmap = __esm({
|
|
93502
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93503
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/SupportedTransportsBitmap.js"() {
|
|
93503
93504
|
init_esm3();
|
|
93504
93505
|
SupportedTransportsBitmap = {
|
|
93505
93506
|
// Bit 0 is reserved
|
|
@@ -93518,7 +93519,7 @@ var init_SupportedTransportsBitmap = __esm({
|
|
|
93518
93519
|
}
|
|
93519
93520
|
});
|
|
93520
93521
|
|
|
93521
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93522
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionParameters.js
|
|
93522
93523
|
function SessionParameters(config10) {
|
|
93523
93524
|
let supportedTransports = config10?.supportedTransports;
|
|
93524
93525
|
if (typeof supportedTransports === "number") {
|
|
@@ -93539,7 +93540,7 @@ function SessionParameters(config10) {
|
|
|
93539
93540
|
return { ...SessionParameters.fallbacks, ...sanitizedConfig, supportedTransports, maxTcpMessageSize };
|
|
93540
93541
|
}
|
|
93541
93542
|
var init_SessionParameters = __esm({
|
|
93542
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93543
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionParameters.js"() {
|
|
93543
93544
|
init_SupportedTransportsBitmap();
|
|
93544
93545
|
init_esm2();
|
|
93545
93546
|
init_SessionIntervals();
|
|
@@ -93582,10 +93583,10 @@ var init_SessionParameters = __esm({
|
|
|
93582
93583
|
}
|
|
93583
93584
|
});
|
|
93584
93585
|
|
|
93585
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93586
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/Session.js
|
|
93586
93587
|
var __knownSymbol10, __typeError10, __using10, __callDispose10, logger30, Session;
|
|
93587
93588
|
var init_Session = __esm({
|
|
93588
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93589
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/Session.js"() {
|
|
93589
93590
|
init_esm();
|
|
93590
93591
|
init_errors4();
|
|
93591
93592
|
init_MessageChannel();
|
|
@@ -93913,10 +93914,10 @@ var init_Session = __esm({
|
|
|
93913
93914
|
}
|
|
93914
93915
|
});
|
|
93915
93916
|
|
|
93916
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93917
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SecureSession.js
|
|
93917
93918
|
var SecureSession;
|
|
93918
93919
|
var init_SecureSession = __esm({
|
|
93919
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93920
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SecureSession.js"() {
|
|
93920
93921
|
init_esm();
|
|
93921
93922
|
init_Session();
|
|
93922
93923
|
SecureSession = class extends Session {
|
|
@@ -93933,10 +93934,10 @@ var init_SecureSession = __esm({
|
|
|
93933
93934
|
}
|
|
93934
93935
|
});
|
|
93935
93936
|
|
|
93936
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93937
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/NodeSession.js
|
|
93937
93938
|
var logger31, SESSION_KEYS_INFO, SESSION_RESUMPTION_KEYS_INFO, NodeSession;
|
|
93938
93939
|
var init_NodeSession = __esm({
|
|
93939
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
93940
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/NodeSession.js"() {
|
|
93940
93941
|
init_Subject();
|
|
93941
93942
|
init_MessageCodec();
|
|
93942
93943
|
init_Mark();
|
|
@@ -94258,10 +94259,10 @@ var init_NodeSession = __esm({
|
|
|
94258
94259
|
}
|
|
94259
94260
|
});
|
|
94260
94261
|
|
|
94261
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94262
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseMessages.js
|
|
94262
94263
|
var TlvSessionParameters, TlvPbkdfParamRequest, TlvPbkdfParamResponse, TlvPasePake1, TlvPasePake2, TlvPasePake3;
|
|
94263
94264
|
var init_PaseMessages = __esm({
|
|
94264
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94265
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseMessages.js"() {
|
|
94265
94266
|
init_SupportedTransportsBitmap();
|
|
94266
94267
|
init_esm();
|
|
94267
94268
|
init_esm3();
|
|
@@ -94324,10 +94325,10 @@ var init_PaseMessages = __esm({
|
|
|
94324
94325
|
}
|
|
94325
94326
|
});
|
|
94326
94327
|
|
|
94327
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94328
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseMessages.js
|
|
94328
94329
|
var CASE_SIGNATURE_LENGTH, KDFSR1_KEY_INFO, KDFSR2_KEY_INFO, RESUME1_MIC_NONCE, RESUME2_MIC_NONCE, KDFSR2_INFO, KDFSR3_INFO, TBE_DATA2_NONCE, TBE_DATA3_NONCE, TlvCaseSigma1, TlvCaseSigma2, TlvCaseSigma2Resume, TlvCaseSigma3, TlvSignedData, TlvEncryptedDataSigma2, TlvEncryptedDataSigma3;
|
|
94329
94330
|
var init_CaseMessages = __esm({
|
|
94330
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94331
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseMessages.js"() {
|
|
94331
94332
|
init_esm();
|
|
94332
94333
|
init_esm3();
|
|
94333
94334
|
init_PaseMessages();
|
|
@@ -94385,10 +94386,10 @@ var init_CaseMessages = __esm({
|
|
|
94385
94386
|
}
|
|
94386
94387
|
});
|
|
94387
94388
|
|
|
94388
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94389
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseMessenger.js
|
|
94389
94390
|
var CaseServerMessenger, CaseClientMessenger;
|
|
94390
94391
|
var init_CaseMessenger = __esm({
|
|
94391
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94392
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseMessenger.js"() {
|
|
94392
94393
|
init_esm();
|
|
94393
94394
|
init_esm3();
|
|
94394
94395
|
init_SecureChannelMessenger();
|
|
@@ -94436,10 +94437,10 @@ var init_CaseMessenger = __esm({
|
|
|
94436
94437
|
}
|
|
94437
94438
|
});
|
|
94438
94439
|
|
|
94439
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94440
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseClient.js
|
|
94440
94441
|
var logger32, CaseClient;
|
|
94441
94442
|
var init_CaseClient = __esm({
|
|
94442
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94443
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseClient.js"() {
|
|
94443
94444
|
init_Icac();
|
|
94444
94445
|
init_Noc();
|
|
94445
94446
|
init_esm();
|
|
@@ -94666,10 +94667,10 @@ var init_CaseClient = __esm({
|
|
|
94666
94667
|
}
|
|
94667
94668
|
});
|
|
94668
94669
|
|
|
94669
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94670
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Rcac.js
|
|
94670
94671
|
var Rcac;
|
|
94671
94672
|
var init_Rcac = __esm({
|
|
94672
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94673
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Rcac.js"() {
|
|
94673
94674
|
init_esm();
|
|
94674
94675
|
init_esm3();
|
|
94675
94676
|
init_Certificate();
|
|
@@ -94774,10 +94775,10 @@ var init_Rcac = __esm({
|
|
|
94774
94775
|
}
|
|
94775
94776
|
});
|
|
94776
94777
|
|
|
94777
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94778
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/KeySets.js
|
|
94778
94779
|
var GROUP_KEY_INFO, KeySets;
|
|
94779
94780
|
var init_KeySets = __esm({
|
|
94780
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94781
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/KeySets.js"() {
|
|
94781
94782
|
init_esm();
|
|
94782
94783
|
GROUP_KEY_INFO = Bytes.fromString("GroupKeyHash");
|
|
94783
94784
|
KeySets = class extends BasicSet {
|
|
@@ -94938,10 +94939,10 @@ var init_KeySets = __esm({
|
|
|
94938
94939
|
}
|
|
94939
94940
|
});
|
|
94940
94941
|
|
|
94941
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94942
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/MessagingState.js
|
|
94942
94943
|
var MessagingState;
|
|
94943
94944
|
var init_MessagingState = __esm({
|
|
94944
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
94945
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/MessagingState.js"() {
|
|
94945
94946
|
init_esm();
|
|
94946
94947
|
init_MessageCounter();
|
|
94947
94948
|
init_MessageReceptionState();
|
|
@@ -95009,10 +95010,10 @@ var init_MessagingState = __esm({
|
|
|
95009
95010
|
}
|
|
95010
95011
|
});
|
|
95011
95012
|
|
|
95012
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95013
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/Groups.js
|
|
95013
95014
|
var Groups4;
|
|
95014
95015
|
var init_Groups = __esm({
|
|
95015
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95016
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/Groups.js"() {
|
|
95016
95017
|
init_Subject();
|
|
95017
95018
|
init_esm();
|
|
95018
95019
|
init_esm3();
|
|
@@ -95076,10 +95077,10 @@ var init_Groups = __esm({
|
|
|
95076
95077
|
}
|
|
95077
95078
|
});
|
|
95078
95079
|
|
|
95079
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95080
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/FabricGroups.js
|
|
95080
95081
|
var GROUP_SECURITY_INFO, IPK_DEFAULT_EPOCH_START_TIME, FabricGroups;
|
|
95081
95082
|
var init_FabricGroups = __esm({
|
|
95082
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95083
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/FabricGroups.js"() {
|
|
95083
95084
|
init_esm();
|
|
95084
95085
|
init_KeySets();
|
|
95085
95086
|
init_MessagingState();
|
|
@@ -95210,10 +95211,10 @@ var init_FabricGroups = __esm({
|
|
|
95210
95211
|
}
|
|
95211
95212
|
});
|
|
95212
95213
|
|
|
95213
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95214
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/FabricAccessControl.js
|
|
95214
95215
|
var logger33, ImplicitDefaultPaseAclEntry, FabricAccessControl;
|
|
95215
95216
|
var init_FabricAccessControl = __esm({
|
|
95216
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95217
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/FabricAccessControl.js"() {
|
|
95217
95218
|
init_Subject();
|
|
95218
95219
|
init_access_control();
|
|
95219
95220
|
init_esm();
|
|
@@ -95442,10 +95443,10 @@ var init_FabricAccessControl = __esm({
|
|
|
95442
95443
|
}
|
|
95443
95444
|
});
|
|
95444
95445
|
|
|
95445
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95446
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/Fabric.js
|
|
95446
95447
|
var logger34, PublicKeyError, Fabric, FabricBuilder;
|
|
95447
95448
|
var init_Fabric = __esm({
|
|
95448
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95449
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/Fabric.js"() {
|
|
95449
95450
|
init_Certificate();
|
|
95450
95451
|
init_Icac();
|
|
95451
95452
|
init_Noc();
|
|
@@ -95923,7 +95924,7 @@ var init_Fabric = __esm({
|
|
|
95923
95924
|
}
|
|
95924
95925
|
});
|
|
95925
95926
|
|
|
95926
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95927
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/FabricManager.js
|
|
95927
95928
|
function unhandled(what) {
|
|
95928
95929
|
return (e, observer) => {
|
|
95929
95930
|
logger35.error(`Unhandled error in fabric ${what} observer ${observer.name || "(anon)"}`, e);
|
|
@@ -95931,7 +95932,7 @@ function unhandled(what) {
|
|
|
95931
95932
|
}
|
|
95932
95933
|
var logger35, FabricNotFoundError, FabricTableFullError, FabricManager;
|
|
95933
95934
|
var init_FabricManager = __esm({
|
|
95934
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
95935
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/FabricManager.js"() {
|
|
95935
95936
|
init_esm();
|
|
95936
95937
|
init_esm3();
|
|
95937
95938
|
init_Fabric();
|
|
@@ -96197,10 +96198,10 @@ var init_FabricManager = __esm({
|
|
|
96197
96198
|
}
|
|
96198
96199
|
});
|
|
96199
96200
|
|
|
96200
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96201
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseServer.js
|
|
96201
96202
|
var logger36, CaseServer, Sigma1Context;
|
|
96202
96203
|
var init_CaseServer = __esm({
|
|
96203
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96204
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/case/CaseServer.js"() {
|
|
96204
96205
|
init_Noc();
|
|
96205
96206
|
init_Mark();
|
|
96206
96207
|
init_esm();
|
|
@@ -96460,20 +96461,20 @@ var init_CaseServer = __esm({
|
|
|
96460
96461
|
}
|
|
96461
96462
|
});
|
|
96462
96463
|
|
|
96463
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96464
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/CommissioningError.js
|
|
96464
96465
|
var CommissioningError;
|
|
96465
96466
|
var init_CommissioningError = __esm({
|
|
96466
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96467
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/CommissioningError.js"() {
|
|
96467
96468
|
init_esm();
|
|
96468
96469
|
CommissioningError = class extends MatterError {
|
|
96469
96470
|
};
|
|
96470
96471
|
}
|
|
96471
96472
|
});
|
|
96472
96473
|
|
|
96473
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96474
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerDiscovery.js
|
|
96474
96475
|
var logger37, CommissionableDeviceDiscoveryFailedError, DiscoveryError, PairRetransmissionLimitReachedError, ControllerDiscovery;
|
|
96475
96476
|
var init_ControllerDiscovery = __esm({
|
|
96476
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96477
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerDiscovery.js"() {
|
|
96477
96478
|
init_esm();
|
|
96478
96479
|
init_errors4();
|
|
96479
96480
|
init_CommissioningError();
|
|
@@ -96639,10 +96640,10 @@ var init_ControllerDiscovery = __esm({
|
|
|
96639
96640
|
}
|
|
96640
96641
|
});
|
|
96641
96642
|
|
|
96642
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96643
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/GroupSession.js
|
|
96643
96644
|
var logger38, GroupSession;
|
|
96644
96645
|
var init_GroupSession = __esm({
|
|
96645
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96646
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/GroupSession.js"() {
|
|
96646
96647
|
init_MessageCodec();
|
|
96647
96648
|
init_Mark();
|
|
96648
96649
|
init_esm();
|
|
@@ -96845,10 +96846,10 @@ var init_GroupSession = __esm({
|
|
|
96845
96846
|
}
|
|
96846
96847
|
});
|
|
96847
96848
|
|
|
96848
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96849
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseMessenger.js
|
|
96849
96850
|
var DEFAULT_PASSCODE_ID, SPAKE_CONTEXT, PaseServerMessenger, PaseClientMessenger;
|
|
96850
96851
|
var init_PaseMessenger = __esm({
|
|
96851
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96852
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseMessenger.js"() {
|
|
96852
96853
|
init_esm();
|
|
96853
96854
|
init_esm3();
|
|
96854
96855
|
init_SecureChannelMessenger();
|
|
@@ -96922,10 +96923,10 @@ var init_PaseMessenger = __esm({
|
|
|
96922
96923
|
}
|
|
96923
96924
|
});
|
|
96924
96925
|
|
|
96925
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96926
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseClient.js
|
|
96926
96927
|
var numberToBytesBE3, logger39, PaseClient;
|
|
96927
96928
|
var init_PaseClient = __esm({
|
|
96928
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
96929
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseClient.js"() {
|
|
96929
96930
|
init_Mark();
|
|
96930
96931
|
init_esm();
|
|
96931
96932
|
init_esm3();
|
|
@@ -97017,10 +97018,10 @@ var init_PaseClient = __esm({
|
|
|
97017
97018
|
}
|
|
97018
97019
|
});
|
|
97019
97020
|
|
|
97020
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97021
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseServer.js
|
|
97021
97022
|
var bytesToNumberBE2, logger40, PASE_PAIRING_TIMEOUT_MS, PASE_COMMISSIONING_MAX_ERRORS, MaximumPasePairingErrorsReachedError, PaseServer;
|
|
97022
97023
|
var init_PaseServer = __esm({
|
|
97023
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97024
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/pase/PaseServer.js"() {
|
|
97024
97025
|
init_Mark();
|
|
97025
97026
|
init_esm();
|
|
97026
97027
|
init_esm3();
|
|
@@ -97179,10 +97180,10 @@ var init_PaseServer = __esm({
|
|
|
97179
97180
|
}
|
|
97180
97181
|
});
|
|
97181
97182
|
|
|
97182
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97183
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/UnsecuredSession.js
|
|
97183
97184
|
var UNICAST_UNSECURE_SESSION_ID, UnsecuredSession;
|
|
97184
97185
|
var init_UnsecuredSession = __esm({
|
|
97185
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97186
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/UnsecuredSession.js"() {
|
|
97186
97187
|
init_Mark();
|
|
97187
97188
|
init_esm();
|
|
97188
97189
|
init_errors4();
|
|
@@ -97254,10 +97255,10 @@ var init_UnsecuredSession = __esm({
|
|
|
97254
97255
|
}
|
|
97255
97256
|
});
|
|
97256
97257
|
|
|
97257
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97258
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionManager.js
|
|
97258
97259
|
var logger41, ID_SPACE_UPPER_BOUND, SessionManager;
|
|
97259
97260
|
var init_SessionManager = __esm({
|
|
97260
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97261
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/SessionManager.js"() {
|
|
97261
97262
|
init_SupportedTransportsBitmap();
|
|
97262
97263
|
init_FabricManager();
|
|
97263
97264
|
init_esm();
|
|
@@ -97819,9 +97820,9 @@ var init_SessionManager = __esm({
|
|
|
97819
97820
|
}
|
|
97820
97821
|
});
|
|
97821
97822
|
|
|
97822
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97823
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/index.js
|
|
97823
97824
|
var init_session = __esm({
|
|
97824
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97825
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/session/index.js"() {
|
|
97825
97826
|
init_CaseClient();
|
|
97826
97827
|
init_CaseMessages();
|
|
97827
97828
|
init_CaseMessenger();
|
|
@@ -97841,23 +97842,23 @@ var init_session = __esm({
|
|
|
97841
97842
|
}
|
|
97842
97843
|
});
|
|
97843
97844
|
|
|
97844
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97845
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientBdx.js
|
|
97845
97846
|
var init_ClientBdx = __esm({
|
|
97846
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97847
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientBdx.js"() {
|
|
97847
97848
|
}
|
|
97848
97849
|
});
|
|
97849
97850
|
|
|
97850
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97851
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/MalformedRequestError.js
|
|
97851
97852
|
var MalformedRequestError;
|
|
97852
97853
|
var init_MalformedRequestError = __esm({
|
|
97853
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97854
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/MalformedRequestError.js"() {
|
|
97854
97855
|
init_esm();
|
|
97855
97856
|
MalformedRequestError = class extends ImplementationError {
|
|
97856
97857
|
};
|
|
97857
97858
|
}
|
|
97858
97859
|
});
|
|
97859
97860
|
|
|
97860
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97861
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Specifier.js
|
|
97861
97862
|
function toWildcardOrHexPath(name, value) {
|
|
97862
97863
|
if (value === void 0) {
|
|
97863
97864
|
return "*";
|
|
@@ -97899,7 +97900,7 @@ function resolvePathForSpecifier(location2) {
|
|
|
97899
97900
|
}
|
|
97900
97901
|
var GlobalAttrMap, Specifier;
|
|
97901
97902
|
var init_Specifier = __esm({
|
|
97902
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97903
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Specifier.js"() {
|
|
97903
97904
|
init_esm3();
|
|
97904
97905
|
init_MalformedRequestError();
|
|
97905
97906
|
GlobalAttrMap = GlobalAttributes({});
|
|
@@ -97978,7 +97979,7 @@ var init_Specifier = __esm({
|
|
|
97978
97979
|
}
|
|
97979
97980
|
});
|
|
97980
97981
|
|
|
97981
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
97982
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Invoke.js
|
|
97982
97983
|
function Invoke(optionsOrData, ...commands) {
|
|
97983
97984
|
if (optionsOrData === void 0) {
|
|
97984
97985
|
throw new MalformedRequestError(`Invocation requires at least one command`);
|
|
@@ -98049,7 +98050,7 @@ function Invoke(optionsOrData, ...commands) {
|
|
|
98049
98050
|
};
|
|
98050
98051
|
}
|
|
98051
98052
|
var init_Invoke = __esm({
|
|
98052
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98053
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Invoke.js"() {
|
|
98053
98054
|
init_esm();
|
|
98054
98055
|
init_SessionParameters();
|
|
98055
98056
|
init_esm3();
|
|
@@ -98120,10 +98121,10 @@ var init_Invoke = __esm({
|
|
|
98120
98121
|
}
|
|
98121
98122
|
});
|
|
98122
98123
|
|
|
98123
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98124
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxError.js
|
|
98124
98125
|
var BdxError, BdxStatusResponseError;
|
|
98125
98126
|
var init_BdxError = __esm({
|
|
98126
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98127
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxError.js"() {
|
|
98127
98128
|
init_esm();
|
|
98128
98129
|
init_esm3();
|
|
98129
98130
|
BdxError = class _BdxError extends MatterError {
|
|
@@ -98153,10 +98154,10 @@ var init_BdxError = __esm({
|
|
|
98153
98154
|
}
|
|
98154
98155
|
});
|
|
98155
98156
|
|
|
98156
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98157
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxInitMessagesSchema.js
|
|
98157
98158
|
var BDX_VERSION, BdxTransferControlBitmap, BdxTransferControlSchema, BdxRangeControlBitmap, BdxRangeControlSchema, BdxInitMessageSchema, BdxSendInitMessage, BdxReceiveInitMessage;
|
|
98158
98159
|
var init_BdxInitMessagesSchema = __esm({
|
|
98159
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98160
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxInitMessagesSchema.js"() {
|
|
98160
98161
|
init_esm();
|
|
98161
98162
|
init_esm3();
|
|
98162
98163
|
init_BdxError();
|
|
@@ -98277,10 +98278,10 @@ var init_BdxInitMessagesSchema = __esm({
|
|
|
98277
98278
|
}
|
|
98278
98279
|
});
|
|
98279
98280
|
|
|
98280
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98281
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxAcceptMessagesSchema.js
|
|
98281
98282
|
var BdxSendAcceptMessageSchema, BdxSendAcceptMessage, BdxReceiveAcceptMessageSchema, BdxReceiveAcceptMessage;
|
|
98282
98283
|
var init_BdxAcceptMessagesSchema = __esm({
|
|
98283
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98284
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxAcceptMessagesSchema.js"() {
|
|
98284
98285
|
init_esm();
|
|
98285
98286
|
init_esm3();
|
|
98286
98287
|
init_BdxError();
|
|
@@ -98377,10 +98378,10 @@ var init_BdxAcceptMessagesSchema = __esm({
|
|
|
98377
98378
|
}
|
|
98378
98379
|
});
|
|
98379
98380
|
|
|
98380
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98381
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxBlockMessagesSchema.js
|
|
98381
98382
|
var BdxCounterOnlyMessageSchema, BdxCounterOnlyMessage, BdxBlockQueryMessage, BdxBlockAckMessage, BdxBlockAckEofMessage, BdxBlockQueryWithSkipMessageSchema, BdxBlockQueryWithSkipMessage, BdxBlockMessageSchema, BdxBlockMessage, BdxBlockEofMessage;
|
|
98382
98383
|
var init_BdxBlockMessagesSchema = __esm({
|
|
98383
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98384
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxBlockMessagesSchema.js"() {
|
|
98384
98385
|
init_esm();
|
|
98385
98386
|
init_esm3();
|
|
98386
98387
|
BdxCounterOnlyMessageSchema = class extends Schema {
|
|
@@ -98439,10 +98440,10 @@ var init_BdxBlockMessagesSchema = __esm({
|
|
|
98439
98440
|
}
|
|
98440
98441
|
});
|
|
98441
98442
|
|
|
98442
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98443
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxMessage.js
|
|
98443
98444
|
var BdxMessage;
|
|
98444
98445
|
var init_BdxMessage = __esm({
|
|
98445
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98446
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxMessage.js"() {
|
|
98446
98447
|
init_esm();
|
|
98447
98448
|
init_esm3();
|
|
98448
98449
|
init_BdxAcceptMessagesSchema();
|
|
@@ -98491,10 +98492,10 @@ var init_BdxMessage = __esm({
|
|
|
98491
98492
|
}
|
|
98492
98493
|
});
|
|
98493
98494
|
|
|
98494
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98495
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxStatusMessageSchema.js
|
|
98495
98496
|
var BdxStatusMessageSchema, BdxStatusMessage;
|
|
98496
98497
|
var init_BdxStatusMessageSchema = __esm({
|
|
98497
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98498
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/BdxStatusMessageSchema.js"() {
|
|
98498
98499
|
init_ProtocolStatusMessage();
|
|
98499
98500
|
init_esm3();
|
|
98500
98501
|
BdxStatusMessageSchema = class extends ProtocolStatusMessageSchema {
|
|
@@ -98503,10 +98504,10 @@ var init_BdxStatusMessageSchema = __esm({
|
|
|
98503
98504
|
}
|
|
98504
98505
|
});
|
|
98505
98506
|
|
|
98506
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98507
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxMessenger.js
|
|
98507
98508
|
var logger42, BDX_TRANSFER_IDLE_TIMEOUT, BdxMessenger;
|
|
98508
98509
|
var init_BdxMessenger = __esm({
|
|
98509
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98510
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxMessenger.js"() {
|
|
98510
98511
|
init_esm();
|
|
98511
98512
|
init_esm3();
|
|
98512
98513
|
init_BdxError();
|
|
@@ -98733,10 +98734,10 @@ var init_BdxMessenger = __esm({
|
|
|
98733
98734
|
}
|
|
98734
98735
|
});
|
|
98735
98736
|
|
|
98736
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98737
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ExchangeProvider.js
|
|
98737
98738
|
var __knownSymbol11, __typeError11, __using11, __callDispose11, ExchangeProvider, DedicatedChannelExchangeProvider, ReconnectableExchangeProvider;
|
|
98738
98739
|
var init_ExchangeProvider = __esm({
|
|
98739
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98740
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ExchangeProvider.js"() {
|
|
98740
98741
|
init_esm();
|
|
98741
98742
|
init_esm3();
|
|
98742
98743
|
init_errors4();
|
|
@@ -98887,10 +98888,10 @@ var init_ExchangeProvider = __esm({
|
|
|
98887
98888
|
}
|
|
98888
98889
|
});
|
|
98889
98890
|
|
|
98890
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98891
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ServiceDescription.js
|
|
98891
98892
|
var ServiceDescription;
|
|
98892
98893
|
var init_ServiceDescription = __esm({
|
|
98893
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98894
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ServiceDescription.js"() {
|
|
98894
98895
|
((ServiceDescription2) => {
|
|
98895
98896
|
function isCommissioning(description) {
|
|
98896
98897
|
return description.kind === "commissionable" || description.kind === "commissioner";
|
|
@@ -98925,10 +98926,10 @@ var init_ServiceDescription = __esm({
|
|
|
98925
98926
|
}
|
|
98926
98927
|
});
|
|
98927
98928
|
|
|
98928
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98929
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/Advertisement.js
|
|
98929
98930
|
var __knownSymbol12, __typeError12, __using12, __callDispose12, logger43, Advertisement, ActivityContext;
|
|
98930
98931
|
var init_Advertisement = __esm({
|
|
98931
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
98932
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/Advertisement.js"() {
|
|
98932
98933
|
init_esm();
|
|
98933
98934
|
init_esm3();
|
|
98934
98935
|
init_ServiceDescription();
|
|
@@ -99225,10 +99226,10 @@ var init_Advertisement = __esm({
|
|
|
99225
99226
|
}
|
|
99226
99227
|
});
|
|
99227
99228
|
|
|
99228
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99229
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/DeviceAdvertiser.js
|
|
99229
99230
|
var logger44, DeviceAdvertiser;
|
|
99230
99231
|
var init_DeviceAdvertiser = __esm({
|
|
99231
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99232
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/DeviceAdvertiser.js"() {
|
|
99232
99233
|
init_Advertisement();
|
|
99233
99234
|
init_ServiceDescription();
|
|
99234
99235
|
init_FabricManager();
|
|
@@ -99445,10 +99446,10 @@ var init_DeviceAdvertiser = __esm({
|
|
|
99445
99446
|
}
|
|
99446
99447
|
});
|
|
99447
99448
|
|
|
99448
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99449
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/CommissioningMode.js
|
|
99449
99450
|
var CommissioningMode;
|
|
99450
99451
|
var init_CommissioningMode = __esm({
|
|
99451
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99452
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/CommissioningMode.js"() {
|
|
99452
99453
|
CommissioningMode = /* @__PURE__ */ ((CommissioningMode2) => {
|
|
99453
99454
|
CommissioningMode2[CommissioningMode2["NotCommissioning"] = 0] = "NotCommissioning";
|
|
99454
99455
|
CommissioningMode2[CommissioningMode2["Basic"] = 1] = "Basic";
|
|
@@ -99458,10 +99459,10 @@ var init_CommissioningMode = __esm({
|
|
|
99458
99459
|
}
|
|
99459
99460
|
});
|
|
99460
99461
|
|
|
99461
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99462
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageExchange.js
|
|
99462
99463
|
var __knownSymbol13, __typeError13, __using13, __callDispose13, logger45, MATTER_MESSAGE_OVERHEAD, MessageExchange;
|
|
99463
99464
|
var init_MessageExchange = __esm({
|
|
99464
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
99465
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/MessageExchange.js"() {
|
|
99465
99466
|
init_MessageCodec();
|
|
99466
99467
|
init_Mark();
|
|
99467
99468
|
init_esm();
|
|
@@ -100093,10 +100094,10 @@ var init_MessageExchange = __esm({
|
|
|
100093
100094
|
}
|
|
100094
100095
|
});
|
|
100095
100096
|
|
|
100096
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100097
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ExchangeManager.js
|
|
100097
100098
|
var __knownSymbol14, __typeError14, __using14, __callDispose14, logger46, MAXIMUM_CONCURRENT_OUTGOING_EXCHANGES_PER_SESSION, ExchangeManager, ExchangeCounter;
|
|
100098
100099
|
var init_ExchangeManager = __esm({
|
|
100099
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100100
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ExchangeManager.js"() {
|
|
100100
100101
|
init_MessageCodec();
|
|
100101
100102
|
init_Mark();
|
|
100102
100103
|
init_esm();
|
|
@@ -100551,10 +100552,10 @@ var init_ExchangeManager = __esm({
|
|
|
100551
100552
|
}
|
|
100552
100553
|
});
|
|
100553
100554
|
|
|
100554
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100555
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelProtocol.js
|
|
100555
100556
|
var logger47, StatusReportOnlySecureChannelProtocol, SecureChannelProtocol;
|
|
100556
100557
|
var init_SecureChannelProtocol = __esm({
|
|
100557
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100558
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/SecureChannelProtocol.js"() {
|
|
100558
100559
|
init_FabricManager();
|
|
100559
100560
|
init_esm();
|
|
100560
100561
|
init_ExchangeManager();
|
|
@@ -100675,10 +100676,10 @@ var init_SecureChannelProtocol = __esm({
|
|
|
100675
100676
|
}
|
|
100676
100677
|
});
|
|
100677
100678
|
|
|
100678
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100679
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/DeviceCommissioner.js
|
|
100679
100680
|
var logger48, CommissioningConfigProvider, DeviceCommissioner;
|
|
100680
100681
|
var init_DeviceCommissioner = __esm({
|
|
100681
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100682
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/DeviceCommissioner.js"() {
|
|
100682
100683
|
init_CommissioningMode();
|
|
100683
100684
|
init_ServiceDescription();
|
|
100684
100685
|
init_administrator_commissioning();
|
|
@@ -100850,16 +100851,16 @@ var init_DeviceCommissioner = __esm({
|
|
|
100850
100851
|
}
|
|
100851
100852
|
});
|
|
100852
100853
|
|
|
100853
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100854
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolHandler.js
|
|
100854
100855
|
var init_ProtocolHandler = __esm({
|
|
100855
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100856
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolHandler.js"() {
|
|
100856
100857
|
}
|
|
100857
100858
|
});
|
|
100858
100859
|
|
|
100859
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100860
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolMocks.js
|
|
100860
100861
|
var ProtocolMocks;
|
|
100861
100862
|
var init_ProtocolMocks = __esm({
|
|
100862
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
100863
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/ProtocolMocks.js"() {
|
|
100863
100864
|
init_Fabric();
|
|
100864
100865
|
init_esm();
|
|
100865
100866
|
init_InteractionMessenger();
|
|
@@ -101081,9 +101082,9 @@ var init_ProtocolMocks = __esm({
|
|
|
101081
101082
|
}
|
|
101082
101083
|
});
|
|
101083
101084
|
|
|
101084
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101085
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/index.js
|
|
101085
101086
|
var init_protocol2 = __esm({
|
|
101086
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101087
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/protocol/index.js"() {
|
|
101087
101088
|
init_DeviceAdvertiser();
|
|
101088
101089
|
init_DeviceCommissioner();
|
|
101089
101090
|
init_errors4();
|
|
@@ -101100,7 +101101,7 @@ var init_protocol2 = __esm({
|
|
|
101100
101101
|
}
|
|
101101
101102
|
});
|
|
101102
101103
|
|
|
101103
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101104
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/AttributeDataDecoder.js
|
|
101104
101105
|
function normalizeAndDecodeReadAttributeReport(data, leftoverAttributeReports) {
|
|
101105
101106
|
if (leftoverAttributeReports !== void 0) {
|
|
101106
101107
|
let chunkedArrayDataFound = false;
|
|
@@ -101298,14 +101299,14 @@ function decodeUnknownAttributeValue(values4) {
|
|
|
101298
101299
|
}
|
|
101299
101300
|
var logger49;
|
|
101300
101301
|
var init_AttributeDataDecoder = __esm({
|
|
101301
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101302
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/AttributeDataDecoder.js"() {
|
|
101302
101303
|
init_esm();
|
|
101303
101304
|
init_esm3();
|
|
101304
101305
|
logger49 = Logger.get("AttributeDataDecoder");
|
|
101305
101306
|
}
|
|
101306
101307
|
});
|
|
101307
101308
|
|
|
101308
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101309
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/EventDataDecoder.js
|
|
101309
101310
|
function normalizeAndDecodeReadEventReport(data) {
|
|
101310
101311
|
const dataValues = data.flatMap(({ eventData }) => eventData !== void 0 ? eventData : []);
|
|
101311
101312
|
const dataStatus = data.flatMap(({ eventStatus }) => eventStatus !== void 0 ? eventStatus : []);
|
|
@@ -101412,14 +101413,14 @@ function decodeUnknownEventValue(data) {
|
|
|
101412
101413
|
}
|
|
101413
101414
|
var logger50;
|
|
101414
101415
|
var init_EventDataDecoder = __esm({
|
|
101415
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101416
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/EventDataDecoder.js"() {
|
|
101416
101417
|
init_esm();
|
|
101417
101418
|
init_esm3();
|
|
101418
101419
|
logger50 = Logger.get("EventDataDecoder");
|
|
101419
101420
|
}
|
|
101420
101421
|
});
|
|
101421
101422
|
|
|
101422
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101423
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/DecodedDataReport.js
|
|
101423
101424
|
function DecodedDataReport(report, leftoverAttributeReports) {
|
|
101424
101425
|
if (report.isNormalized) {
|
|
101425
101426
|
if (leftoverAttributeReports !== void 0 && leftoverAttributeReports.length > 0) {
|
|
@@ -101450,13 +101451,13 @@ function DecodedDataReport(report, leftoverAttributeReports) {
|
|
|
101450
101451
|
};
|
|
101451
101452
|
}
|
|
101452
101453
|
var init_DecodedDataReport = __esm({
|
|
101453
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101454
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/DecodedDataReport.js"() {
|
|
101454
101455
|
init_AttributeDataDecoder();
|
|
101455
101456
|
init_EventDataDecoder();
|
|
101456
101457
|
}
|
|
101457
101458
|
});
|
|
101458
101459
|
|
|
101459
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101460
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/InputChunk.js
|
|
101460
101461
|
function* InputChunk(input, leftoverAttributeReports) {
|
|
101461
101462
|
const report = DecodedDataReport(input, leftoverAttributeReports);
|
|
101462
101463
|
for (const attr of report.attributeReports) {
|
|
@@ -101516,16 +101517,16 @@ function* InputChunk(input, leftoverAttributeReports) {
|
|
|
101516
101517
|
}
|
|
101517
101518
|
}
|
|
101518
101519
|
var init_InputChunk = __esm({
|
|
101519
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101520
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/InputChunk.js"() {
|
|
101520
101521
|
init_DecodedDataReport();
|
|
101521
101522
|
init_esm3();
|
|
101522
101523
|
}
|
|
101523
101524
|
});
|
|
101524
101525
|
|
|
101525
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101526
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscriptions.js
|
|
101526
101527
|
var __knownSymbol15, __typeError15, __using15, __callDispose15, ClientSubscriptions;
|
|
101527
101528
|
var init_ClientSubscriptions = __esm({
|
|
101528
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101529
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscriptions.js"() {
|
|
101529
101530
|
init_esm();
|
|
101530
101531
|
__knownSymbol15 = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
101531
101532
|
__typeError15 = (msg) => {
|
|
@@ -101693,10 +101694,10 @@ var init_ClientSubscriptions = __esm({
|
|
|
101693
101694
|
}
|
|
101694
101695
|
});
|
|
101695
101696
|
|
|
101696
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101697
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscription.js
|
|
101697
101698
|
var logger51, ClientSubscription;
|
|
101698
101699
|
var init_ClientSubscription = __esm({
|
|
101699
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101700
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscription.js"() {
|
|
101700
101701
|
init_esm();
|
|
101701
101702
|
logger51 = Logger.get("ClientSubscription");
|
|
101702
101703
|
ClientSubscription = class {
|
|
@@ -101770,10 +101771,10 @@ var init_ClientSubscription = __esm({
|
|
|
101770
101771
|
}
|
|
101771
101772
|
});
|
|
101772
101773
|
|
|
101773
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101774
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/PeerSubscription.js
|
|
101774
101775
|
var PeerSubscription;
|
|
101775
101776
|
var init_PeerSubscription = __esm({
|
|
101776
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101777
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/PeerSubscription.js"() {
|
|
101777
101778
|
init_esm();
|
|
101778
101779
|
init_Subscription();
|
|
101779
101780
|
init_ClientSubscription();
|
|
@@ -101810,10 +101811,10 @@ var init_PeerSubscription = __esm({
|
|
|
101810
101811
|
}
|
|
101811
101812
|
});
|
|
101812
101813
|
|
|
101813
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101814
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/SustainedSubscription.js
|
|
101814
101815
|
var logger52, SustainedSubscription;
|
|
101815
101816
|
var init_SustainedSubscription = __esm({
|
|
101816
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101817
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/SustainedSubscription.js"() {
|
|
101817
101818
|
init_esm();
|
|
101818
101819
|
init_esm2();
|
|
101819
101820
|
init_ClientSubscription();
|
|
@@ -101926,7 +101927,7 @@ var init_SustainedSubscription = __esm({
|
|
|
101926
101927
|
}
|
|
101927
101928
|
});
|
|
101928
101929
|
|
|
101929
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101930
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientInteraction.js
|
|
101930
101931
|
async function* readChunks(messenger) {
|
|
101931
101932
|
const leftOverData = new Array();
|
|
101932
101933
|
for await (const report of messenger.readDataReports()) {
|
|
@@ -101935,7 +101936,7 @@ async function* readChunks(messenger) {
|
|
|
101935
101936
|
}
|
|
101936
101937
|
var __knownSymbol16, __typeError16, __using16, __callDispose16, logger53, MAX_COMMAND_REF, DEFAULT_MIN_INTERVAL_FLOOR, SUBSCRIPTION_MAX_INTERVAL_PUBLISHER_LIMIT, DEFAULT_TIMED_REQUEST_TIMEOUT, DEFAULT_MINIMUM_RESPONSE_TIMEOUT_WITH_FAILSAFE, ClientInteraction;
|
|
101937
101938
|
var init_ClientInteraction = __esm({
|
|
101938
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
101939
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientInteraction.js"() {
|
|
101939
101940
|
init_Invoke();
|
|
101940
101941
|
init_Specifier();
|
|
101941
101942
|
init_BdxMessenger();
|
|
@@ -102685,28 +102686,28 @@ var init_ClientInteraction = __esm({
|
|
|
102685
102686
|
}
|
|
102686
102687
|
});
|
|
102687
102688
|
|
|
102688
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102689
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientRead.js
|
|
102689
102690
|
var init_ClientRead = __esm({
|
|
102690
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102691
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientRead.js"() {
|
|
102691
102692
|
}
|
|
102692
102693
|
});
|
|
102693
102694
|
|
|
102694
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102695
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientRequest.js
|
|
102695
102696
|
var init_ClientRequest = __esm({
|
|
102696
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102697
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientRequest.js"() {
|
|
102697
102698
|
}
|
|
102698
102699
|
});
|
|
102699
102700
|
|
|
102700
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102701
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientWrite.js
|
|
102701
102702
|
var init_ClientWrite = __esm({
|
|
102702
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102703
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ClientWrite.js"() {
|
|
102703
102704
|
}
|
|
102704
102705
|
});
|
|
102705
102706
|
|
|
102706
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102707
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/InteractionQueue.js
|
|
102707
102708
|
var CONCURRENT_QUEUED_INTERACTIONS, INTERACTION_QUEUE_DELAY, InteractionQueue;
|
|
102708
102709
|
var init_InteractionQueue = __esm({
|
|
102709
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102710
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/InteractionQueue.js"() {
|
|
102710
102711
|
init_esm();
|
|
102711
102712
|
CONCURRENT_QUEUED_INTERACTIONS = 4;
|
|
102712
102713
|
INTERACTION_QUEUE_DELAY = Millis(100);
|
|
@@ -102723,10 +102724,10 @@ var init_InteractionQueue = __esm({
|
|
|
102723
102724
|
}
|
|
102724
102725
|
});
|
|
102725
102726
|
|
|
102726
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102727
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/QueuedClientInteraction.js
|
|
102727
102728
|
var __knownSymbol17, __typeError17, __using17, __callDispose17, QueuedClientInteraction;
|
|
102728
102729
|
var init_QueuedClientInteraction = __esm({
|
|
102729
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102730
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/QueuedClientInteraction.js"() {
|
|
102730
102731
|
init_InteractionQueue();
|
|
102731
102732
|
init_ClientInteraction();
|
|
102732
102733
|
__knownSymbol17 = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
@@ -102864,7 +102865,7 @@ var init_QueuedClientInteraction = __esm({
|
|
|
102864
102865
|
}
|
|
102865
102866
|
});
|
|
102866
102867
|
|
|
102867
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102868
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ReadScope.js
|
|
102868
102869
|
function ReadScope(read) {
|
|
102869
102870
|
return {
|
|
102870
102871
|
isRelevant(endpoint, cluster2) {
|
|
@@ -102925,17 +102926,17 @@ function isAlways() {
|
|
|
102925
102926
|
return true;
|
|
102926
102927
|
}
|
|
102927
102928
|
var init_ReadScope = __esm({
|
|
102928
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102929
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/ReadScope.js"() {
|
|
102929
102930
|
}
|
|
102930
102931
|
});
|
|
102931
102932
|
|
|
102932
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102933
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscribe.js
|
|
102933
102934
|
var init_ClientSubscribe = __esm({
|
|
102934
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102935
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscribe.js"() {
|
|
102935
102936
|
}
|
|
102936
102937
|
});
|
|
102937
102938
|
|
|
102938
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102939
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscriptionHandler.js
|
|
102939
102940
|
async function sendInvalid(messenger, subscriptionId) {
|
|
102940
102941
|
await messenger.sendStatus(Status2.InvalidSubscription, {
|
|
102941
102942
|
multipleMessageInteraction: true,
|
|
@@ -102970,7 +102971,7 @@ async function* processReports(initialReport, otherReports, messenger) {
|
|
|
102970
102971
|
}
|
|
102971
102972
|
var logger54, ClientSubscriptionHandler;
|
|
102972
102973
|
var init_ClientSubscriptionHandler = __esm({
|
|
102973
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
102974
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/ClientSubscriptionHandler.js"() {
|
|
102974
102975
|
init_esm();
|
|
102975
102976
|
init_InteractionMessenger();
|
|
102976
102977
|
init_Subscription();
|
|
@@ -103043,9 +103044,9 @@ var init_ClientSubscriptionHandler = __esm({
|
|
|
103043
103044
|
}
|
|
103044
103045
|
});
|
|
103045
103046
|
|
|
103046
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103047
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/index.js
|
|
103047
103048
|
var init_subscription = __esm({
|
|
103048
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103049
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/subscription/index.js"() {
|
|
103049
103050
|
init_ClientSubscribe();
|
|
103050
103051
|
init_ClientSubscription();
|
|
103051
103052
|
init_ClientSubscriptionHandler();
|
|
@@ -103055,9 +103056,9 @@ var init_subscription = __esm({
|
|
|
103055
103056
|
}
|
|
103056
103057
|
});
|
|
103057
103058
|
|
|
103058
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103059
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/index.js
|
|
103059
103060
|
var init_client = __esm({
|
|
103060
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103061
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/client/index.js"() {
|
|
103061
103062
|
init_ClientBdx();
|
|
103062
103063
|
init_ClientInteraction();
|
|
103063
103064
|
init_ClientRead();
|
|
@@ -103070,10 +103071,10 @@ var init_client = __esm({
|
|
|
103070
103071
|
}
|
|
103071
103072
|
});
|
|
103072
103073
|
|
|
103073
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103074
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/errors.js
|
|
103074
103075
|
var SchemaViolationError, ReadError, WriteError, InvokeError, ValidateError, DatatypeError, ConstraintError, IntegerRangeError, UnknownEnumValueError, ConformanceError, EnumValueConformanceError, ExpiredReferenceError, PhantomReferenceError;
|
|
103075
103076
|
var init_errors5 = __esm({
|
|
103076
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103077
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/errors.js"() {
|
|
103077
103078
|
init_esm3();
|
|
103078
103079
|
init_esm2();
|
|
103079
103080
|
SchemaViolationError = class extends StatusResponseError {
|
|
@@ -103153,19 +103154,19 @@ var init_errors5 = __esm({
|
|
|
103153
103154
|
}
|
|
103154
103155
|
});
|
|
103155
103156
|
|
|
103156
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103157
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/Interactable.js
|
|
103157
103158
|
var init_Interactable = __esm({
|
|
103158
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103159
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/Interactable.js"() {
|
|
103159
103160
|
}
|
|
103160
103161
|
});
|
|
103161
103162
|
|
|
103162
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103163
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/protocols.js
|
|
103163
103164
|
var init_protocols = __esm({
|
|
103164
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103165
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/protocols.js"() {
|
|
103165
103166
|
}
|
|
103166
103167
|
});
|
|
103167
103168
|
|
|
103168
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103169
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Read.js
|
|
103169
103170
|
function Read(optionsOrSelector, ...selectors) {
|
|
103170
103171
|
if (optionsOrSelector === void 0) {
|
|
103171
103172
|
throw new MalformedRequestError(`Read action designates no attributes or events`);
|
|
@@ -103295,7 +103296,7 @@ function Read(optionsOrSelector, ...selectors) {
|
|
|
103295
103296
|
}
|
|
103296
103297
|
}
|
|
103297
103298
|
var init_Read = __esm({
|
|
103298
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103299
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Read.js"() {
|
|
103299
103300
|
init_esm();
|
|
103300
103301
|
init_esm2();
|
|
103301
103302
|
init_MalformedRequestError();
|
|
@@ -103327,7 +103328,7 @@ var init_Read = __esm({
|
|
|
103327
103328
|
}
|
|
103328
103329
|
});
|
|
103329
103330
|
|
|
103330
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103331
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Subscribe.js
|
|
103331
103332
|
function Subscribe(options, ...selectors) {
|
|
103332
103333
|
const subscribe = Read(options, ...selectors);
|
|
103333
103334
|
const { keepSubscriptions, minIntervalFloor, maxIntervalCeiling } = options;
|
|
@@ -103349,14 +103350,14 @@ function Subscribe(options, ...selectors) {
|
|
|
103349
103350
|
return subscribe;
|
|
103350
103351
|
}
|
|
103351
103352
|
var init_Subscribe = __esm({
|
|
103352
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103353
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Subscribe.js"() {
|
|
103353
103354
|
init_esm();
|
|
103354
103355
|
init_MalformedRequestError();
|
|
103355
103356
|
init_Read();
|
|
103356
103357
|
}
|
|
103357
103358
|
});
|
|
103358
103359
|
|
|
103359
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103360
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Write.js
|
|
103360
103361
|
function isAclOrExtensionPath(path14) {
|
|
103361
103362
|
const { clusterId: clusterId3, attributeId } = path14;
|
|
103362
103363
|
return clusterId3 === AclClusterId && (attributeId === AclAttributeId || attributeId === AclExtensionAttributeId);
|
|
@@ -103460,7 +103461,7 @@ function Write(optionsOrData, ...data) {
|
|
|
103460
103461
|
}
|
|
103461
103462
|
var AclClusterId, AclAttributeId, AclExtensionAttributeId;
|
|
103462
103463
|
var init_Write = __esm({
|
|
103463
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103464
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/Write.js"() {
|
|
103464
103465
|
init_access_control();
|
|
103465
103466
|
init_esm();
|
|
103466
103467
|
init_esm2();
|
|
@@ -103482,9 +103483,9 @@ var init_Write = __esm({
|
|
|
103482
103483
|
}
|
|
103483
103484
|
});
|
|
103484
103485
|
|
|
103485
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103486
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/index.js
|
|
103486
103487
|
var init_request = __esm({
|
|
103487
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103488
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/request/index.js"() {
|
|
103488
103489
|
init_Invoke();
|
|
103489
103490
|
init_Read();
|
|
103490
103491
|
init_Specifier();
|
|
@@ -103493,25 +103494,25 @@ var init_request = __esm({
|
|
|
103493
103494
|
}
|
|
103494
103495
|
});
|
|
103495
103496
|
|
|
103496
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103497
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/InvokeResult.js
|
|
103497
103498
|
var init_InvokeResult = __esm({
|
|
103498
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103499
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/InvokeResult.js"() {
|
|
103499
103500
|
}
|
|
103500
103501
|
});
|
|
103501
103502
|
|
|
103502
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103503
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/ReadResult.js
|
|
103503
103504
|
var init_ReadResult = __esm({
|
|
103504
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103505
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/ReadResult.js"() {
|
|
103505
103506
|
}
|
|
103506
103507
|
});
|
|
103507
103508
|
|
|
103508
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103509
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/SubscribeResult.js
|
|
103509
103510
|
var init_SubscribeResult = __esm({
|
|
103510
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103511
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/SubscribeResult.js"() {
|
|
103511
103512
|
}
|
|
103512
103513
|
});
|
|
103513
103514
|
|
|
103514
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103515
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/ExpandedPath.js
|
|
103515
103516
|
function ExpandedPath({ path: path14, matter: matter2, base, kind }) {
|
|
103516
103517
|
if (matter2 === void 0) {
|
|
103517
103518
|
matter2 = Matter;
|
|
@@ -103555,16 +103556,16 @@ function ExpandedPath({ path: path14, matter: matter2, base, kind }) {
|
|
|
103555
103556
|
}
|
|
103556
103557
|
}
|
|
103557
103558
|
var init_ExpandedPath = __esm({
|
|
103558
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103559
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/ExpandedPath.js"() {
|
|
103559
103560
|
init_esm();
|
|
103560
103561
|
init_esm2();
|
|
103561
103562
|
}
|
|
103562
103563
|
});
|
|
103563
103564
|
|
|
103564
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103565
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/ExpandedStatus.js
|
|
103565
103566
|
var ExpandedStatus;
|
|
103566
103567
|
var init_ExpandedStatus = __esm({
|
|
103567
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103568
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/ExpandedStatus.js"() {
|
|
103568
103569
|
init_esm();
|
|
103569
103570
|
init_esm2();
|
|
103570
103571
|
init_esm3();
|
|
@@ -103612,10 +103613,10 @@ var init_ExpandedStatus = __esm({
|
|
|
103612
103613
|
}
|
|
103613
103614
|
});
|
|
103614
103615
|
|
|
103615
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103616
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/PathError.js
|
|
103616
103617
|
var PathError;
|
|
103617
103618
|
var init_PathError = __esm({
|
|
103618
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103619
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/PathError.js"() {
|
|
103619
103620
|
init_esm();
|
|
103620
103621
|
init_esm3();
|
|
103621
103622
|
PathError = class extends StatusResponseError {
|
|
@@ -103639,10 +103640,10 @@ var init_PathError = __esm({
|
|
|
103639
103640
|
}
|
|
103640
103641
|
});
|
|
103641
103642
|
|
|
103642
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103643
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/WriteResult.js
|
|
103643
103644
|
var WriteResult;
|
|
103644
103645
|
var init_WriteResult = __esm({
|
|
103645
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103646
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/WriteResult.js"() {
|
|
103646
103647
|
init_ExpandedPath();
|
|
103647
103648
|
init_ExpandedStatus();
|
|
103648
103649
|
init_PathError();
|
|
@@ -103668,9 +103669,9 @@ var init_WriteResult = __esm({
|
|
|
103668
103669
|
}
|
|
103669
103670
|
});
|
|
103670
103671
|
|
|
103671
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103672
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/index.js
|
|
103672
103673
|
var init_response2 = __esm({
|
|
103673
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103674
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/response/index.js"() {
|
|
103674
103675
|
init_InvokeResult();
|
|
103675
103676
|
init_ReadResult();
|
|
103676
103677
|
init_SubscribeResult();
|
|
@@ -103678,7 +103679,7 @@ var init_response2 = __esm({
|
|
|
103678
103679
|
}
|
|
103679
103680
|
});
|
|
103680
103681
|
|
|
103681
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103682
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AccessControl.js
|
|
103682
103683
|
function hasRemoteActor(session) {
|
|
103683
103684
|
return session?.subject !== void 0;
|
|
103684
103685
|
}
|
|
@@ -103933,7 +103934,7 @@ function limitsFor(schema6) {
|
|
|
103933
103934
|
}
|
|
103934
103935
|
var cache3;
|
|
103935
103936
|
var init_AccessControl = __esm({
|
|
103936
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103937
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AccessControl.js"() {
|
|
103937
103938
|
init_esm();
|
|
103938
103939
|
init_esm2();
|
|
103939
103940
|
init_esm3();
|
|
@@ -103952,10 +103953,10 @@ var init_AccessControl = __esm({
|
|
|
103952
103953
|
}
|
|
103953
103954
|
});
|
|
103954
103955
|
|
|
103955
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103956
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/DataResponse.js
|
|
103956
103957
|
var WildcardPathFlagsCodec, FallbackLimits, DataResponse;
|
|
103957
103958
|
var init_DataResponse = __esm({
|
|
103958
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
103959
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/DataResponse.js"() {
|
|
103959
103960
|
init_esm2();
|
|
103960
103961
|
init_esm3();
|
|
103961
103962
|
WildcardPathFlagsCodec = BitmapSchema(WildcardPathFlagsBitmap3);
|
|
@@ -104008,10 +104009,10 @@ var init_DataResponse = __esm({
|
|
|
104008
104009
|
}
|
|
104009
104010
|
});
|
|
104010
104011
|
|
|
104011
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104012
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeReadResponse.js
|
|
104012
104013
|
var __knownSymbol18, __typeError18, __using18, __callDispose18, logger55, GlobalAttrIds, AttributeReadResponse;
|
|
104013
104014
|
var init_AttributeReadResponse = __esm({
|
|
104014
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104015
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeReadResponse.js"() {
|
|
104015
104016
|
init_AccessControl();
|
|
104016
104017
|
init_DataResponse();
|
|
104017
104018
|
init_esm();
|
|
@@ -104429,10 +104430,10 @@ var init_AttributeReadResponse = __esm({
|
|
|
104429
104430
|
}
|
|
104430
104431
|
});
|
|
104431
104432
|
|
|
104432
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104433
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeSubscriptionResponse.js
|
|
104433
104434
|
var AttributeSubscriptionResponse;
|
|
104434
104435
|
var init_AttributeSubscriptionResponse = __esm({
|
|
104435
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104436
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeSubscriptionResponse.js"() {
|
|
104436
104437
|
init_esm();
|
|
104437
104438
|
init_AttributeReadResponse();
|
|
104438
104439
|
AttributeSubscriptionResponse = class extends AttributeReadResponse {
|
|
@@ -104493,10 +104494,10 @@ var init_AttributeSubscriptionResponse = __esm({
|
|
|
104493
104494
|
}
|
|
104494
104495
|
});
|
|
104495
104496
|
|
|
104496
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104497
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeWriteResponse.js
|
|
104497
104498
|
var __knownSymbol19, __typeError19, __using19, __callDispose19, logger56, AttributeWriteResponse;
|
|
104498
104499
|
var init_AttributeWriteResponse = __esm({
|
|
104499
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104500
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/AttributeWriteResponse.js"() {
|
|
104500
104501
|
init_AccessControl();
|
|
104501
104502
|
init_DataResponse();
|
|
104502
104503
|
init_esm();
|
|
@@ -104889,10 +104890,10 @@ var init_AttributeWriteResponse = __esm({
|
|
|
104889
104890
|
}
|
|
104890
104891
|
});
|
|
104891
104892
|
|
|
104892
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104893
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/CommandInvokeResponse.js
|
|
104893
104894
|
var __knownSymbol20, __typeError20, __using20, __callDispose20, logger57, CommandInvokeResponse;
|
|
104894
104895
|
var init_CommandInvokeResponse = __esm({
|
|
104895
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
104896
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/CommandInvokeResponse.js"() {
|
|
104896
104897
|
init_AccessControl();
|
|
104897
104898
|
init_DataResponse();
|
|
104898
104899
|
init_esm();
|
|
@@ -105294,10 +105295,10 @@ var init_CommandInvokeResponse = __esm({
|
|
|
105294
105295
|
}
|
|
105295
105296
|
});
|
|
105296
105297
|
|
|
105297
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105298
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/EventReadResponse.js
|
|
105298
105299
|
var logger58, EventReadResponse;
|
|
105299
105300
|
var init_EventReadResponse = __esm({
|
|
105300
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105301
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/EventReadResponse.js"() {
|
|
105301
105302
|
init_AccessControl();
|
|
105302
105303
|
init_DataResponse();
|
|
105303
105304
|
init_esm();
|
|
@@ -105592,10 +105593,10 @@ var init_EventReadResponse = __esm({
|
|
|
105592
105593
|
}
|
|
105593
105594
|
});
|
|
105594
105595
|
|
|
105595
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105596
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/ServerInteraction.js
|
|
105596
105597
|
var logger59, ServerInteraction;
|
|
105597
105598
|
var init_ServerInteraction = __esm({
|
|
105598
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105599
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/ServerInteraction.js"() {
|
|
105599
105600
|
init_Read();
|
|
105600
105601
|
init_CommandInvokeResponse();
|
|
105601
105602
|
init_EventReadResponse();
|
|
@@ -105639,9 +105640,9 @@ var init_ServerInteraction = __esm({
|
|
|
105639
105640
|
}
|
|
105640
105641
|
});
|
|
105641
105642
|
|
|
105642
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105643
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/index.js
|
|
105643
105644
|
var init_server = __esm({
|
|
105644
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105645
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/server/index.js"() {
|
|
105645
105646
|
init_AccessControl();
|
|
105646
105647
|
init_AttributeReadResponse();
|
|
105647
105648
|
init_AttributeSubscriptionResponse();
|
|
@@ -105654,19 +105655,19 @@ var init_server = __esm({
|
|
|
105654
105655
|
}
|
|
105655
105656
|
});
|
|
105656
105657
|
|
|
105657
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105658
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/Val.js
|
|
105658
105659
|
var Val;
|
|
105659
105660
|
var init_Val = __esm({
|
|
105660
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105661
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/Val.js"() {
|
|
105661
105662
|
((Val2) => {
|
|
105662
105663
|
Val2.properties = /* @__PURE__ */ Symbol("properties");
|
|
105663
105664
|
})(Val || (Val = {}));
|
|
105664
105665
|
}
|
|
105665
105666
|
});
|
|
105666
105667
|
|
|
105667
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105668
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/index.js
|
|
105668
105669
|
var init_action = __esm({
|
|
105669
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105670
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/action/index.js"() {
|
|
105670
105671
|
init_client();
|
|
105671
105672
|
init_errors5();
|
|
105672
105673
|
init_Interactable();
|
|
@@ -105678,10 +105679,10 @@ var init_action = __esm({
|
|
|
105678
105679
|
}
|
|
105679
105680
|
});
|
|
105680
105681
|
|
|
105681
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105682
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/Advertiser.js
|
|
105682
105683
|
var __knownSymbol21, __typeError21, __using21, __callDispose21, Advertiser;
|
|
105683
105684
|
var init_Advertiser = __esm({
|
|
105684
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105685
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/Advertiser.js"() {
|
|
105685
105686
|
init_esm();
|
|
105686
105687
|
init_Advertisement();
|
|
105687
105688
|
__knownSymbol21 = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
@@ -105798,10 +105799,10 @@ var init_Advertiser = __esm({
|
|
|
105798
105799
|
}
|
|
105799
105800
|
});
|
|
105800
105801
|
|
|
105801
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105802
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/BleConsts.js
|
|
105802
105803
|
var BTP_CONN_RSP_TIMEOUT, BTP_ACK_TIMEOUT, BTP_SEND_ACK_TIMEOUT, BTP_CONN_IDLE_TIMEOUT;
|
|
105803
105804
|
var init_BleConsts = __esm({
|
|
105804
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105805
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/BleConsts.js"() {
|
|
105805
105806
|
init_esm();
|
|
105806
105807
|
BTP_CONN_RSP_TIMEOUT = Seconds(5);
|
|
105807
105808
|
BTP_ACK_TIMEOUT = Seconds(15);
|
|
@@ -105810,10 +105811,10 @@ var init_BleConsts = __esm({
|
|
|
105810
105811
|
}
|
|
105811
105812
|
});
|
|
105812
105813
|
|
|
105813
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105814
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/Ble.js
|
|
105814
105815
|
var BleError, Ble;
|
|
105815
105816
|
var init_Ble = __esm({
|
|
105816
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105817
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/Ble.js"() {
|
|
105817
105818
|
init_esm();
|
|
105818
105819
|
init_BleConsts();
|
|
105819
105820
|
BleError = class extends MatterError {
|
|
@@ -105823,10 +105824,10 @@ var init_Ble = __esm({
|
|
|
105823
105824
|
}
|
|
105824
105825
|
});
|
|
105825
105826
|
|
|
105826
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105827
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/BtpSessionHandler.js
|
|
105827
105828
|
var BtpMatterError, BtpProtocolError, logger60;
|
|
105828
105829
|
var init_BtpSessionHandler = __esm({
|
|
105829
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105830
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/BtpSessionHandler.js"() {
|
|
105830
105831
|
init_esm();
|
|
105831
105832
|
init_BtpCodec();
|
|
105832
105833
|
init_BleConsts();
|
|
@@ -105838,10 +105839,10 @@ var init_BtpSessionHandler = __esm({
|
|
|
105838
105839
|
}
|
|
105839
105840
|
});
|
|
105840
105841
|
|
|
105841
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105842
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/BtpCodec.js
|
|
105842
105843
|
var HANDSHAKE_HEADER, BtpCodec;
|
|
105843
105844
|
var init_BtpCodec = __esm({
|
|
105844
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
105845
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/BtpCodec.js"() {
|
|
105845
105846
|
init_esm();
|
|
105846
105847
|
init_Ble();
|
|
105847
105848
|
init_BtpSessionHandler();
|
|
@@ -106061,10 +106062,10 @@ var init_BtpCodec = __esm({
|
|
|
106061
106062
|
}
|
|
106062
106063
|
});
|
|
106063
106064
|
|
|
106064
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106065
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/BleAdvertisement.js
|
|
106065
106066
|
var EARLY_INTERVAL_SLEEP, LATE_INTERVAL_SLEEP, EXTENDED_INTERVAL_SLEEP, BleAdvertisement;
|
|
106066
106067
|
var init_BleAdvertisement = __esm({
|
|
106067
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106068
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/BleAdvertisement.js"() {
|
|
106068
106069
|
init_BtpCodec();
|
|
106069
106070
|
init_esm();
|
|
106070
106071
|
init_Advertisement();
|
|
@@ -106125,10 +106126,10 @@ var init_BleAdvertisement = __esm({
|
|
|
106125
106126
|
}
|
|
106126
106127
|
});
|
|
106127
106128
|
|
|
106128
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106129
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/BleAdvertiser.js
|
|
106129
106130
|
var BleAdvertiser;
|
|
106130
106131
|
var init_BleAdvertiser = __esm({
|
|
106131
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106132
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/BleAdvertiser.js"() {
|
|
106132
106133
|
init_esm();
|
|
106133
106134
|
init_esm2();
|
|
106134
106135
|
init_esm3();
|
|
@@ -106186,18 +106187,18 @@ var init_BleAdvertiser = __esm({
|
|
|
106186
106187
|
}
|
|
106187
106188
|
});
|
|
106188
106189
|
|
|
106189
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106190
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/index.js
|
|
106190
106191
|
var init_ble = __esm({
|
|
106191
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106192
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/ble/index.js"() {
|
|
106192
106193
|
init_BleAdvertisement();
|
|
106193
106194
|
init_BleAdvertiser();
|
|
106194
106195
|
}
|
|
106195
106196
|
});
|
|
106196
106197
|
|
|
106197
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106198
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/PairingHintBitmap.js
|
|
106198
106199
|
var PairingHintBitmap, PairingHintBitmapSchema;
|
|
106199
106200
|
var init_PairingHintBitmap = __esm({
|
|
106200
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106201
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/PairingHintBitmap.js"() {
|
|
106201
106202
|
init_esm3();
|
|
106202
106203
|
PairingHintBitmap = {
|
|
106203
106204
|
/**
|
|
@@ -106303,10 +106304,10 @@ var init_PairingHintBitmap = __esm({
|
|
|
106303
106304
|
}
|
|
106304
106305
|
});
|
|
106305
106306
|
|
|
106306
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106307
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsConsts.js
|
|
106307
106308
|
var SERVICE_DISCOVERY_QNAME, MATTER_COMMISSION_SERVICE_QNAME, MATTER_COMMISSIONER_SERVICE_QNAME, MATTER_SERVICE_QNAME, DEFAULT_PAIRING_HINT, PAIRING_HINTS_REQUIRING_INSTRUCTION, getFabricQname, getOperationalDeviceQname, getVendorQname, getDeviceTypeQname, getShortDiscriminatorQname, getLongDiscriminatorQname, getCommissioningModeQname, getCommissionableDeviceQname, getCommissionerDeviceQname;
|
|
106308
106309
|
var init_MdnsConsts = __esm({
|
|
106309
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106310
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsConsts.js"() {
|
|
106310
106311
|
init_esm3();
|
|
106311
106312
|
SERVICE_DISCOVERY_QNAME = "_services._dns-sd._udp.local";
|
|
106312
106313
|
MATTER_COMMISSION_SERVICE_QNAME = "_matterc._udp.local";
|
|
@@ -106341,10 +106342,10 @@ var init_MdnsConsts = __esm({
|
|
|
106341
106342
|
}
|
|
106342
106343
|
});
|
|
106343
106344
|
|
|
106344
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106345
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/MdnsAdvertisement.js
|
|
106345
106346
|
var logger61, MdnsAdvertisement;
|
|
106346
106347
|
var init_MdnsAdvertisement = __esm({
|
|
106347
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106348
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/MdnsAdvertisement.js"() {
|
|
106348
106349
|
init_Advertisement();
|
|
106349
106350
|
init_SupportedTransportsBitmap();
|
|
106350
106351
|
init_esm();
|
|
@@ -106480,10 +106481,10 @@ var init_MdnsAdvertisement = __esm({
|
|
|
106480
106481
|
}
|
|
106481
106482
|
});
|
|
106482
106483
|
|
|
106483
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106484
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/CommissionableMdnsAdvertisement.js
|
|
106484
106485
|
var CommissionableMdnsAdvertisement;
|
|
106485
106486
|
var init_CommissionableMdnsAdvertisement = __esm({
|
|
106486
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106487
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/CommissionableMdnsAdvertisement.js"() {
|
|
106487
106488
|
init_PairingHintBitmap();
|
|
106488
106489
|
init_esm();
|
|
106489
106490
|
init_MdnsConsts();
|
|
@@ -106580,10 +106581,10 @@ var init_CommissionableMdnsAdvertisement = __esm({
|
|
|
106580
106581
|
}
|
|
106581
106582
|
});
|
|
106582
106583
|
|
|
106583
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106584
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/CommissionerMdnsAdvertisement.js
|
|
106584
106585
|
var CommissionerMdnsAdvertisement;
|
|
106585
106586
|
var init_CommissionerMdnsAdvertisement = __esm({
|
|
106586
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106587
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/CommissionerMdnsAdvertisement.js"() {
|
|
106587
106588
|
init_esm();
|
|
106588
106589
|
init_MdnsConsts();
|
|
106589
106590
|
init_MdnsAdvertisement();
|
|
@@ -106628,10 +106629,10 @@ var init_CommissionerMdnsAdvertisement = __esm({
|
|
|
106628
106629
|
}
|
|
106629
106630
|
});
|
|
106630
106631
|
|
|
106631
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106632
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/OperationalMdnsAdvertisement.js
|
|
106632
106633
|
var OperationalMdnsAdvertisement;
|
|
106633
106634
|
var init_OperationalMdnsAdvertisement = __esm({
|
|
106634
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106635
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/OperationalMdnsAdvertisement.js"() {
|
|
106635
106636
|
init_esm();
|
|
106636
106637
|
init_MdnsConsts();
|
|
106637
106638
|
init_MdnsAdvertisement();
|
|
@@ -106659,10 +106660,10 @@ var init_OperationalMdnsAdvertisement = __esm({
|
|
|
106659
106660
|
}
|
|
106660
106661
|
});
|
|
106661
106662
|
|
|
106662
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106663
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/MdnsAdvertiser.js
|
|
106663
106664
|
var MdnsAdvertiser;
|
|
106664
106665
|
var init_MdnsAdvertiser = __esm({
|
|
106665
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106666
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/MdnsAdvertiser.js"() {
|
|
106666
106667
|
init_Advertiser();
|
|
106667
106668
|
init_esm();
|
|
106668
106669
|
init_esm2();
|
|
@@ -106803,9 +106804,9 @@ var init_MdnsAdvertiser = __esm({
|
|
|
106803
106804
|
}
|
|
106804
106805
|
});
|
|
106805
106806
|
|
|
106806
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106807
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/index.js
|
|
106807
106808
|
var init_mdns = __esm({
|
|
106808
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106809
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/mdns/index.js"() {
|
|
106809
106810
|
init_CommissionableMdnsAdvertisement();
|
|
106810
106811
|
init_CommissionerMdnsAdvertisement();
|
|
106811
106812
|
init_MdnsAdvertisement();
|
|
@@ -106814,9 +106815,9 @@ var init_mdns = __esm({
|
|
|
106814
106815
|
}
|
|
106815
106816
|
});
|
|
106816
106817
|
|
|
106817
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106818
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/index.js
|
|
106818
106819
|
var init_advertisement = __esm({
|
|
106819
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106820
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/advertisement/index.js"() {
|
|
106820
106821
|
init_Advertisement();
|
|
106821
106822
|
init_Advertiser();
|
|
106822
106823
|
init_ble();
|
|
@@ -106827,10 +106828,10 @@ var init_advertisement = __esm({
|
|
|
106827
106828
|
}
|
|
106828
106829
|
});
|
|
106829
106830
|
|
|
106830
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106831
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/FileDesignator.js
|
|
106831
106832
|
var FileDesignator;
|
|
106832
106833
|
var init_FileDesignator = __esm({
|
|
106833
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106834
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/FileDesignator.js"() {
|
|
106834
106835
|
init_esm();
|
|
106835
106836
|
init_esm3();
|
|
106836
106837
|
FileDesignator = class _FileDesignator {
|
|
@@ -106893,10 +106894,10 @@ var init_FileDesignator = __esm({
|
|
|
106893
106894
|
}
|
|
106894
106895
|
});
|
|
106895
106896
|
|
|
106896
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106897
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/Flow.js
|
|
106897
106898
|
var Flow;
|
|
106898
106899
|
var init_Flow = __esm({
|
|
106899
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
106900
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/Flow.js"() {
|
|
106900
106901
|
init_esm();
|
|
106901
106902
|
init_esm3();
|
|
106902
106903
|
init_BdxError();
|
|
@@ -107012,7 +107013,7 @@ var init_Flow = __esm({
|
|
|
107012
107013
|
}
|
|
107013
107014
|
});
|
|
107014
107015
|
|
|
107015
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107016
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/bdx-session-initiator.js
|
|
107016
107017
|
async function bdxSessionInitiator(messenger, config10) {
|
|
107017
107018
|
if (config10.isInitiator) {
|
|
107018
107019
|
if (config10.isSender) {
|
|
@@ -107204,7 +107205,7 @@ async function bdxSessionInitiator(messenger, config10) {
|
|
|
107204
107205
|
}
|
|
107205
107206
|
var logger62;
|
|
107206
107207
|
var init_bdx_session_initiator = __esm({
|
|
107207
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107208
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/bdx-session-initiator.js"() {
|
|
107208
107209
|
init_FileDesignator();
|
|
107209
107210
|
init_esm();
|
|
107210
107211
|
init_esm3();
|
|
@@ -107216,10 +107217,10 @@ var init_bdx_session_initiator = __esm({
|
|
|
107216
107217
|
}
|
|
107217
107218
|
});
|
|
107218
107219
|
|
|
107219
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107220
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxSessionConfiguration.js
|
|
107220
107221
|
var BdxSessionConfiguration;
|
|
107221
107222
|
var init_BdxSessionConfiguration = __esm({
|
|
107222
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107223
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxSessionConfiguration.js"() {
|
|
107223
107224
|
init_esm();
|
|
107224
107225
|
init_Flow();
|
|
107225
107226
|
BdxSessionConfiguration = class _BdxSessionConfiguration {
|
|
@@ -107294,10 +107295,10 @@ var init_BdxSessionConfiguration = __esm({
|
|
|
107294
107295
|
}
|
|
107295
107296
|
});
|
|
107296
107297
|
|
|
107297
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107298
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/OutboundFlow.js
|
|
107298
107299
|
var OutboundFlow;
|
|
107299
107300
|
var init_OutboundFlow = __esm({
|
|
107300
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107301
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/OutboundFlow.js"() {
|
|
107301
107302
|
init_esm();
|
|
107302
107303
|
init_esm3();
|
|
107303
107304
|
init_BdxError();
|
|
@@ -107397,10 +107398,10 @@ var init_OutboundFlow = __esm({
|
|
|
107397
107398
|
}
|
|
107398
107399
|
});
|
|
107399
107400
|
|
|
107400
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107401
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/DrivenSendingFlow.js
|
|
107401
107402
|
var DrivenSendingFlow;
|
|
107402
107403
|
var init_DrivenSendingFlow = __esm({
|
|
107403
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107404
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/DrivenSendingFlow.js"() {
|
|
107404
107405
|
init_OutboundFlow();
|
|
107405
107406
|
DrivenSendingFlow = class extends OutboundFlow {
|
|
107406
107407
|
async transferNextChunk() {
|
|
@@ -107426,10 +107427,10 @@ var init_DrivenSendingFlow = __esm({
|
|
|
107426
107427
|
}
|
|
107427
107428
|
});
|
|
107428
107429
|
|
|
107429
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107430
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/InboundFlow.js
|
|
107430
107431
|
var InboundFlow;
|
|
107431
107432
|
var init_InboundFlow = __esm({
|
|
107432
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107433
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/InboundFlow.js"() {
|
|
107433
107434
|
init_esm();
|
|
107434
107435
|
init_esm3();
|
|
107435
107436
|
init_BdxError();
|
|
@@ -107505,10 +107506,10 @@ var init_InboundFlow = __esm({
|
|
|
107505
107506
|
}
|
|
107506
107507
|
});
|
|
107507
107508
|
|
|
107508
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107509
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/DrivingReceivingFlow.js
|
|
107509
107510
|
var DrivingReceivingFlow;
|
|
107510
107511
|
var init_DrivingReceivingFlow = __esm({
|
|
107511
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107512
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/DrivingReceivingFlow.js"() {
|
|
107512
107513
|
init_InboundFlow();
|
|
107513
107514
|
DrivingReceivingFlow = class extends InboundFlow {
|
|
107514
107515
|
async transferNextChunk() {
|
|
@@ -107531,10 +107532,10 @@ var init_DrivingReceivingFlow = __esm({
|
|
|
107531
107532
|
}
|
|
107532
107533
|
});
|
|
107533
107534
|
|
|
107534
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107535
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/FollowingReceivingFlow.js
|
|
107535
107536
|
var logger63, FollowingReceivingFlow;
|
|
107536
107537
|
var init_FollowingReceivingFlow = __esm({
|
|
107537
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107538
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/FollowingReceivingFlow.js"() {
|
|
107538
107539
|
init_esm();
|
|
107539
107540
|
init_esm3();
|
|
107540
107541
|
init_BdxMessenger();
|
|
@@ -107572,10 +107573,10 @@ var init_FollowingReceivingFlow = __esm({
|
|
|
107572
107573
|
}
|
|
107573
107574
|
});
|
|
107574
107575
|
|
|
107575
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107576
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/FollowingSendingFlow.js
|
|
107576
107577
|
var FollowingSendingFlow;
|
|
107577
107578
|
var init_FollowingSendingFlow = __esm({
|
|
107578
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107579
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/flow/FollowingSendingFlow.js"() {
|
|
107579
107580
|
init_InboundFlow();
|
|
107580
107581
|
FollowingSendingFlow = class extends InboundFlow {
|
|
107581
107582
|
async transferNextChunk() {
|
|
@@ -107600,10 +107601,10 @@ var init_FollowingSendingFlow = __esm({
|
|
|
107600
107601
|
}
|
|
107601
107602
|
});
|
|
107602
107603
|
|
|
107603
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107604
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxSession.js
|
|
107604
107605
|
var logger64, BdxSession;
|
|
107605
107606
|
var init_BdxSession = __esm({
|
|
107606
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107607
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxSession.js"() {
|
|
107607
107608
|
init_esm();
|
|
107608
107609
|
init_SecureSession();
|
|
107609
107610
|
init_esm3();
|
|
@@ -107761,10 +107762,10 @@ var init_BdxSession = __esm({
|
|
|
107761
107762
|
}
|
|
107762
107763
|
});
|
|
107763
107764
|
|
|
107764
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107765
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxClient.js
|
|
107765
107766
|
var BdxClient;
|
|
107766
107767
|
var init_BdxClient = __esm({
|
|
107767
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107768
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxClient.js"() {
|
|
107768
107769
|
init_BdxSession();
|
|
107769
107770
|
BdxClient = class _BdxClient {
|
|
107770
107771
|
#session;
|
|
@@ -107802,10 +107803,10 @@ var init_BdxClient = __esm({
|
|
|
107802
107803
|
}
|
|
107803
107804
|
});
|
|
107804
107805
|
|
|
107805
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107806
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/ScopedStorage.js
|
|
107806
107807
|
var ScopedStorage;
|
|
107807
107808
|
var init_ScopedStorage = __esm({
|
|
107808
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107809
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/ScopedStorage.js"() {
|
|
107809
107810
|
ScopedStorage = class {
|
|
107810
107811
|
constructor(context, scope) {
|
|
107811
107812
|
this.context = context;
|
|
@@ -107816,10 +107817,10 @@ var init_ScopedStorage = __esm({
|
|
|
107816
107817
|
}
|
|
107817
107818
|
});
|
|
107818
107819
|
|
|
107819
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107820
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/PersistedFileDesignator.js
|
|
107820
107821
|
var logger65, PersistedFileDesignator;
|
|
107821
107822
|
var init_PersistedFileDesignator = __esm({
|
|
107822
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107823
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/PersistedFileDesignator.js"() {
|
|
107823
107824
|
init_ScopedStorage();
|
|
107824
107825
|
init_esm();
|
|
107825
107826
|
init_FileDesignator();
|
|
@@ -107875,10 +107876,10 @@ var init_PersistedFileDesignator = __esm({
|
|
|
107875
107876
|
}
|
|
107876
107877
|
});
|
|
107877
107878
|
|
|
107878
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107879
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxProtocol.js
|
|
107879
107880
|
var logger66, BdxProtocol;
|
|
107880
107881
|
var init_BdxProtocol = __esm({
|
|
107881
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
107882
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/BdxProtocol.js"() {
|
|
107882
107883
|
init_BdxError();
|
|
107883
107884
|
init_FileDesignator();
|
|
107884
107885
|
init_PersistedFileDesignator();
|
|
@@ -108040,9 +108041,9 @@ var init_BdxProtocol = __esm({
|
|
|
108040
108041
|
}
|
|
108041
108042
|
});
|
|
108042
108043
|
|
|
108043
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108044
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/index.js
|
|
108044
108045
|
var init_schema2 = __esm({
|
|
108045
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108046
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/schema/index.js"() {
|
|
108046
108047
|
init_BdxAcceptMessagesSchema();
|
|
108047
108048
|
init_BdxBlockMessagesSchema();
|
|
108048
108049
|
init_BdxInitMessagesSchema();
|
|
@@ -108051,9 +108052,9 @@ var init_schema2 = __esm({
|
|
|
108051
108052
|
}
|
|
108052
108053
|
});
|
|
108053
108054
|
|
|
108054
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108055
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/index.js
|
|
108055
108056
|
var init_bdx2 = __esm({
|
|
108056
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108057
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/bdx/index.js"() {
|
|
108057
108058
|
init_BdxClient();
|
|
108058
108059
|
init_BdxError();
|
|
108059
108060
|
init_BdxMessenger();
|
|
@@ -108068,19 +108069,19 @@ var init_bdx2 = __esm({
|
|
|
108068
108069
|
}
|
|
108069
108070
|
});
|
|
108070
108071
|
|
|
108071
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108072
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/index.js
|
|
108072
108073
|
var init_ble2 = __esm({
|
|
108073
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108074
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ble/index.js"() {
|
|
108074
108075
|
init_Ble();
|
|
108075
108076
|
init_BleConsts();
|
|
108076
108077
|
init_BtpSessionHandler();
|
|
108077
108078
|
}
|
|
108078
108079
|
});
|
|
108079
108080
|
|
|
108080
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108081
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/ChipPAAuthorities.js
|
|
108081
108082
|
var TestCert_PAA_NoVID_PublicKey, TestCert_PAA_NoVID_PrivateKey, TestCert_PAA_NoVID_SKID, TestCert_PAA_NoVID_Cert, TestCert_PAA_FFF1_PrivateKey, TestCert_PAA_FFF1_PublicKey, TestCert_PAA_FFF1_SKID, TestCert_PAA_FFF1_Cert, TestCert_WithoutAuthKeyId;
|
|
108082
108083
|
var init_ChipPAAuthorities = __esm({
|
|
108083
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108084
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/ChipPAAuthorities.js"() {
|
|
108084
108085
|
init_esm();
|
|
108085
108086
|
TestCert_PAA_NoVID_PublicKey = Bytes.fromHex(
|
|
108086
108087
|
"0410ef02a81a87b68121fba8d31978f807a317e50aa8a828446828914b933de8edd4a5c39c9ff71a4ce3647fd7f62653b7d2495fcba4c0f47f876880039e07204a"
|
|
@@ -108108,10 +108109,10 @@ var init_ChipPAAuthorities = __esm({
|
|
|
108108
108109
|
}
|
|
108109
108110
|
});
|
|
108110
108111
|
|
|
108111
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108112
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/AttestationCertificates.js
|
|
108112
108113
|
var AttestationBaseCertificate, Paa, Pai, Dac;
|
|
108113
108114
|
var init_AttestationCertificates = __esm({
|
|
108114
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108115
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/AttestationCertificates.js"() {
|
|
108115
108116
|
init_Certificate();
|
|
108116
108117
|
AttestationBaseCertificate = class extends Certificate {
|
|
108117
108118
|
/**
|
|
@@ -108136,7 +108137,7 @@ var init_AttestationCertificates = __esm({
|
|
|
108136
108137
|
}
|
|
108137
108138
|
});
|
|
108138
108139
|
|
|
108139
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108140
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/AttestationCertificateManager.js
|
|
108140
108141
|
function getPaiCommonName(vendorId3, productId) {
|
|
108141
108142
|
return `node-matter Dev PAI 0x${vendorId3.toString(16).toUpperCase()} ${productId === void 0 ? "no PID" : `0x${productId.toString(16).toUpperCase()}`}`;
|
|
108142
108143
|
}
|
|
@@ -108148,7 +108149,7 @@ function getPaaCommonName() {
|
|
|
108148
108149
|
}
|
|
108149
108150
|
var AttestationCertificateManager;
|
|
108150
108151
|
var init_AttestationCertificateManager = __esm({
|
|
108151
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108152
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/AttestationCertificateManager.js"() {
|
|
108152
108153
|
init_esm();
|
|
108153
108154
|
init_ChipPAAuthorities();
|
|
108154
108155
|
init_AttestationCertificates();
|
|
@@ -108299,10 +108300,10 @@ var init_AttestationCertificateManager = __esm({
|
|
|
108299
108300
|
}
|
|
108300
108301
|
});
|
|
108301
108302
|
|
|
108302
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108303
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/CertificateAuthority.js
|
|
108303
108304
|
var logger67, CertificateAuthority;
|
|
108304
108305
|
var init_CertificateAuthority = __esm({
|
|
108305
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108306
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/CertificateAuthority.js"() {
|
|
108306
108307
|
init_esm();
|
|
108307
108308
|
init_asn();
|
|
108308
108309
|
init_Icac();
|
|
@@ -108567,10 +108568,10 @@ var init_CertificateAuthority = __esm({
|
|
|
108567
108568
|
}
|
|
108568
108569
|
});
|
|
108569
108570
|
|
|
108570
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108571
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/certification-declaration.js
|
|
108571
108572
|
var CertificationDeclaration;
|
|
108572
108573
|
var init_certification_declaration = __esm({
|
|
108573
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108574
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/definitions/certification-declaration.js"() {
|
|
108574
108575
|
init_esm3();
|
|
108575
108576
|
((CertificationDeclaration22) => {
|
|
108576
108577
|
CertificationDeclaration22.TlvDc = TlvObject({
|
|
@@ -108594,10 +108595,10 @@ var init_certification_declaration = __esm({
|
|
|
108594
108595
|
}
|
|
108595
108596
|
});
|
|
108596
108597
|
|
|
108597
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108598
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/CertificationDeclaration.js
|
|
108598
108599
|
var TestCMS_SignerPrivateKey, TestCMS_SignerSubjectKeyIdentifier, CertificationDeclaration2;
|
|
108599
108600
|
var init_CertificationDeclaration = __esm({
|
|
108600
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108601
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/CertificationDeclaration.js"() {
|
|
108601
108602
|
init_esm();
|
|
108602
108603
|
init_common3();
|
|
108603
108604
|
init_certification_declaration();
|
|
@@ -108658,10 +108659,10 @@ var init_CertificationDeclaration = __esm({
|
|
|
108658
108659
|
}
|
|
108659
108660
|
});
|
|
108660
108661
|
|
|
108661
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108662
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/DeviceCertification.js
|
|
108662
108663
|
var DeviceCertification;
|
|
108663
108664
|
var init_DeviceCertification = __esm({
|
|
108664
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108665
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/DeviceCertification.js"() {
|
|
108665
108666
|
init_CertificationDeclaration();
|
|
108666
108667
|
init_esm();
|
|
108667
108668
|
init_AttestationCertificateManager();
|
|
@@ -108745,10 +108746,10 @@ var init_DeviceCertification = __esm({
|
|
|
108745
108746
|
}
|
|
108746
108747
|
});
|
|
108747
108748
|
|
|
108748
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108749
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Vvsc.js
|
|
108749
108750
|
var Vvsc;
|
|
108750
108751
|
var init_Vvsc = __esm({
|
|
108751
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108752
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/kinds/Vvsc.js"() {
|
|
108752
108753
|
init_esm();
|
|
108753
108754
|
init_operational();
|
|
108754
108755
|
init_OperationalBase();
|
|
@@ -108801,9 +108802,9 @@ var init_Vvsc = __esm({
|
|
|
108801
108802
|
}
|
|
108802
108803
|
});
|
|
108803
108804
|
|
|
108804
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108805
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/index.js
|
|
108805
108806
|
var init_certificate = __esm({
|
|
108806
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108807
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/certificate/index.js"() {
|
|
108807
108808
|
init_AttestationCertificateManager();
|
|
108808
108809
|
init_CertificateAuthority();
|
|
108809
108810
|
init_ChipPAAuthorities();
|
|
@@ -108818,39 +108819,39 @@ var init_certificate = __esm({
|
|
|
108818
108819
|
}
|
|
108819
108820
|
});
|
|
108820
108821
|
|
|
108821
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108822
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/client/ClusterClientTypes.js
|
|
108822
108823
|
var init_ClusterClientTypes = __esm({
|
|
108823
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108824
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/client/ClusterClientTypes.js"() {
|
|
108824
108825
|
}
|
|
108825
108826
|
});
|
|
108826
108827
|
|
|
108827
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108828
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/client/index.js
|
|
108828
108829
|
var init_client2 = __esm({
|
|
108829
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108830
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/client/index.js"() {
|
|
108830
108831
|
init_ClusterClientTypes();
|
|
108831
108832
|
}
|
|
108832
108833
|
});
|
|
108833
108834
|
|
|
108834
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108835
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/index.js
|
|
108835
108836
|
var init_cluster3 = __esm({
|
|
108836
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108837
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/cluster/index.js"() {
|
|
108837
108838
|
init_client2();
|
|
108838
108839
|
}
|
|
108839
108840
|
});
|
|
108840
108841
|
|
|
108841
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108842
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/index.js
|
|
108842
108843
|
var init_codec2 = __esm({
|
|
108843
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108844
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/codec/index.js"() {
|
|
108844
108845
|
init_esm();
|
|
108845
108846
|
init_BtpCodec();
|
|
108846
108847
|
init_MessageCodec();
|
|
108847
108848
|
}
|
|
108848
108849
|
});
|
|
108849
108850
|
|
|
108850
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108851
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/FailsafeTimer.js
|
|
108851
108852
|
var MatterFabricConflictError, logger68, FailsafeTimer;
|
|
108852
108853
|
var init_FailsafeTimer = __esm({
|
|
108853
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108854
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/FailsafeTimer.js"() {
|
|
108854
108855
|
init_esm();
|
|
108855
108856
|
MatterFabricConflictError = class extends MatterFlowError {
|
|
108856
108857
|
};
|
|
@@ -108924,10 +108925,10 @@ var init_FailsafeTimer = __esm({
|
|
|
108924
108925
|
}
|
|
108925
108926
|
});
|
|
108926
108927
|
|
|
108927
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108928
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/FailsafeContext.js
|
|
108928
108929
|
var logger69, MatterFabricInvalidAdminSubjectError, FailsafeContext;
|
|
108929
108930
|
var init_FailsafeContext = __esm({
|
|
108930
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
108931
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/FailsafeContext.js"() {
|
|
108931
108932
|
init_esm();
|
|
108932
108933
|
init_esm3();
|
|
108933
108934
|
init_Fabric();
|
|
@@ -109145,10 +109146,10 @@ var init_FailsafeContext = __esm({
|
|
|
109145
109146
|
}
|
|
109146
109147
|
});
|
|
109147
109148
|
|
|
109148
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109149
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/OperationalCredentialsTypes.js
|
|
109149
109150
|
var TlvAttestation, TlvCertSigningRequest;
|
|
109150
109151
|
var init_OperationalCredentialsTypes = __esm({
|
|
109151
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109152
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/OperationalCredentialsTypes.js"() {
|
|
109152
109153
|
init_esm3();
|
|
109153
109154
|
TlvAttestation = TlvObject({
|
|
109154
109155
|
declaration: TlvField(1, TlvByteString),
|
|
@@ -109167,10 +109168,10 @@ var init_OperationalCredentialsTypes = __esm({
|
|
|
109167
109168
|
}
|
|
109168
109169
|
});
|
|
109169
109170
|
|
|
109170
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109171
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/Scanner.js
|
|
109171
109172
|
var ScannerSet;
|
|
109172
109173
|
var init_Scanner = __esm({
|
|
109173
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109174
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/Scanner.js"() {
|
|
109174
109175
|
init_esm();
|
|
109175
109176
|
ScannerSet = class _ScannerSet extends BasicSet {
|
|
109176
109177
|
scannerFor(type) {
|
|
@@ -109196,9 +109197,9 @@ var init_Scanner = __esm({
|
|
|
109196
109197
|
}
|
|
109197
109198
|
});
|
|
109198
109199
|
|
|
109199
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109200
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/index.js
|
|
109200
109201
|
var init_common4 = __esm({
|
|
109201
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109202
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/common/index.js"() {
|
|
109202
109203
|
init_PeerAddress();
|
|
109203
109204
|
init_ExpandedPath();
|
|
109204
109205
|
init_FailsafeContext();
|
|
@@ -109210,10 +109211,10 @@ var init_common4 = __esm({
|
|
|
109210
109211
|
}
|
|
109211
109212
|
});
|
|
109212
109213
|
|
|
109213
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109214
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclClient.js
|
|
109214
109215
|
var logger70, DCL_PRODUCTION_URL, DCL_TEST_URL, DEFAULT_DCL_TIMEOUT, MatterDclError, MatterDclResponseError, DclClient;
|
|
109215
109216
|
var init_DclClient = __esm({
|
|
109216
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109217
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclClient.js"() {
|
|
109217
109218
|
init_esm();
|
|
109218
109219
|
logger70 = new Logger("DclClient");
|
|
109219
109220
|
DCL_PRODUCTION_URL = "https://on.dcl.csa-iot.org";
|
|
@@ -109332,10 +109333,10 @@ var init_DclClient = __esm({
|
|
|
109332
109333
|
}
|
|
109333
109334
|
});
|
|
109334
109335
|
|
|
109335
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109336
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclCertificateService.js
|
|
109336
109337
|
var logger71;
|
|
109337
109338
|
var init_DclCertificateService = __esm({
|
|
109338
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109339
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclCertificateService.js"() {
|
|
109339
109340
|
init_esm();
|
|
109340
109341
|
init_AttestationCertificates();
|
|
109341
109342
|
init_DclClient();
|
|
@@ -109343,10 +109344,10 @@ var init_DclCertificateService = __esm({
|
|
|
109343
109344
|
}
|
|
109344
109345
|
});
|
|
109345
109346
|
|
|
109346
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109347
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclRestApiTypes.js
|
|
109347
109348
|
var DclErrorCodes;
|
|
109348
109349
|
var init_DclRestApiTypes = __esm({
|
|
109349
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109350
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclRestApiTypes.js"() {
|
|
109350
109351
|
DclErrorCodes = /* @__PURE__ */ ((DclErrorCodes2) => {
|
|
109351
109352
|
DclErrorCodes2[DclErrorCodes2["Ok"] = 0] = "Ok";
|
|
109352
109353
|
DclErrorCodes2[DclErrorCodes2["Canceled"] = 1] = "Canceled";
|
|
@@ -109370,10 +109371,10 @@ var init_DclRestApiTypes = __esm({
|
|
|
109370
109371
|
}
|
|
109371
109372
|
});
|
|
109372
109373
|
|
|
109373
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109374
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageHeader.js
|
|
109374
109375
|
var TlvOtaImageHeader;
|
|
109375
109376
|
var init_OtaImageHeader = __esm({
|
|
109376
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109377
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageHeader.js"() {
|
|
109377
109378
|
init_esm3();
|
|
109378
109379
|
TlvOtaImageHeader = TlvObject({
|
|
109379
109380
|
/**
|
|
@@ -109463,10 +109464,10 @@ var init_OtaImageHeader = __esm({
|
|
|
109463
109464
|
}
|
|
109464
109465
|
});
|
|
109465
109466
|
|
|
109466
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109467
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageReader.js
|
|
109467
109468
|
var logger72, OtaImageError, OtaImageReader;
|
|
109468
109469
|
var init_OtaImageReader = __esm({
|
|
109469
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109470
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageReader.js"() {
|
|
109470
109471
|
init_esm();
|
|
109471
109472
|
init_OtaImageHeader();
|
|
109472
109473
|
logger72 = Logger.get("OtaImageReader");
|
|
@@ -109694,10 +109695,10 @@ var init_OtaImageReader = __esm({
|
|
|
109694
109695
|
}
|
|
109695
109696
|
});
|
|
109696
109697
|
|
|
109697
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109698
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclOtaUpdateService.js
|
|
109698
109699
|
var logger73, OtaUpdateError, OTA_DOWNLOAD_TIMEOUT, OTA_FILENAME_REGEX, DclOtaUpdateService;
|
|
109699
109700
|
var init_DclOtaUpdateService = __esm({
|
|
109700
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
109701
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclOtaUpdateService.js"() {
|
|
109701
109702
|
init_PersistedFileDesignator();
|
|
109702
109703
|
init_ScopedStorage();
|
|
109703
109704
|
init_DclRestApiTypes();
|
|
@@ -110425,19 +110426,19 @@ var init_DclOtaUpdateService = __esm({
|
|
|
110425
110426
|
}
|
|
110426
110427
|
});
|
|
110427
110428
|
|
|
110428
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110429
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclVendorInfoService.js
|
|
110429
110430
|
var logger74;
|
|
110430
110431
|
var init_DclVendorInfoService = __esm({
|
|
110431
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110432
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/DclVendorInfoService.js"() {
|
|
110432
110433
|
init_esm();
|
|
110433
110434
|
init_DclClient();
|
|
110434
110435
|
logger74 = Logger.get("DclVendorInfoService");
|
|
110435
110436
|
}
|
|
110436
110437
|
});
|
|
110437
110438
|
|
|
110438
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110439
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/index.js
|
|
110439
110440
|
var init_dcl2 = __esm({
|
|
110440
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110441
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/dcl/index.js"() {
|
|
110441
110442
|
init_DclCertificateService();
|
|
110442
110443
|
init_DclClient();
|
|
110443
110444
|
init_DclOtaUpdateService();
|
|
@@ -110446,7 +110447,7 @@ var init_dcl2 = __esm({
|
|
|
110446
110447
|
}
|
|
110447
110448
|
});
|
|
110448
110449
|
|
|
110449
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110450
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/EventStore.js
|
|
110450
110451
|
function OccurrenceSummary(number, occurrence) {
|
|
110451
110452
|
return {
|
|
110452
110453
|
number,
|
|
@@ -110457,14 +110458,14 @@ function OccurrenceSummary(number, occurrence) {
|
|
|
110457
110458
|
};
|
|
110458
110459
|
}
|
|
110459
110460
|
var init_EventStore = __esm({
|
|
110460
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110461
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/EventStore.js"() {
|
|
110461
110462
|
}
|
|
110462
110463
|
});
|
|
110463
110464
|
|
|
110464
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110465
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/BaseEventStore.js
|
|
110465
110466
|
var logger75, BaseEventStore;
|
|
110466
110467
|
var init_BaseEventStore = __esm({
|
|
110467
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110468
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/BaseEventStore.js"() {
|
|
110468
110469
|
init_esm();
|
|
110469
110470
|
logger75 = Logger.get("BaseEventStore");
|
|
110470
110471
|
BaseEventStore = class _BaseEventStore {
|
|
@@ -110558,10 +110559,10 @@ var init_BaseEventStore = __esm({
|
|
|
110558
110559
|
}
|
|
110559
110560
|
});
|
|
110560
110561
|
|
|
110561
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110562
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/NonvolatileEventStore.js
|
|
110562
110563
|
var logger76, NonvolatileEventStore;
|
|
110563
110564
|
var init_NonvolatileEventStore = __esm({
|
|
110564
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110565
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/NonvolatileEventStore.js"() {
|
|
110565
110566
|
init_esm();
|
|
110566
110567
|
init_BaseEventStore();
|
|
110567
110568
|
init_EventStore();
|
|
@@ -110645,16 +110646,16 @@ var init_NonvolatileEventStore = __esm({
|
|
|
110645
110646
|
}
|
|
110646
110647
|
});
|
|
110647
110648
|
|
|
110648
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110649
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/Occurrence.js
|
|
110649
110650
|
var init_Occurrence = __esm({
|
|
110650
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110651
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/Occurrence.js"() {
|
|
110651
110652
|
}
|
|
110652
110653
|
});
|
|
110653
110654
|
|
|
110654
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110655
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/OccurrenceManager.js
|
|
110655
110656
|
var logger77, OccurrenceManager;
|
|
110656
110657
|
var init_OccurrenceManager = __esm({
|
|
110657
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110658
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/OccurrenceManager.js"() {
|
|
110658
110659
|
init_esm();
|
|
110659
110660
|
init_esm3();
|
|
110660
110661
|
logger77 = Logger.get("OccurrenceManager");
|
|
@@ -110959,10 +110960,10 @@ var init_OccurrenceManager = __esm({
|
|
|
110959
110960
|
}
|
|
110960
110961
|
});
|
|
110961
110962
|
|
|
110962
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110963
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/VolatileEventStore.js
|
|
110963
110964
|
var logger78, VolatileEventStore;
|
|
110964
110965
|
var init_VolatileEventStore = __esm({
|
|
110965
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
110966
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/VolatileEventStore.js"() {
|
|
110966
110967
|
init_esm();
|
|
110967
110968
|
init_BaseEventStore();
|
|
110968
110969
|
init_EventStore();
|
|
@@ -111051,9 +111052,9 @@ var init_VolatileEventStore = __esm({
|
|
|
111051
111052
|
}
|
|
111052
111053
|
});
|
|
111053
111054
|
|
|
111054
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111055
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/index.js
|
|
111055
111056
|
var init_events = __esm({
|
|
111056
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111057
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/events/index.js"() {
|
|
111057
111058
|
init_EventStore();
|
|
111058
111059
|
init_NonvolatileEventStore();
|
|
111059
111060
|
init_Occurrence();
|
|
@@ -111062,10 +111063,10 @@ var init_events = __esm({
|
|
|
111062
111063
|
}
|
|
111063
111064
|
});
|
|
111064
111065
|
|
|
111065
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111066
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/FabricAuthority.js
|
|
111066
111067
|
var logger79, DEFAULT_ADMIN_VENDOR_ID, FabricAuthority;
|
|
111067
111068
|
var init_FabricAuthority = __esm({
|
|
111068
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111069
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/FabricAuthority.js"() {
|
|
111069
111070
|
init_CertificateAuthority();
|
|
111070
111071
|
init_Noc();
|
|
111071
111072
|
init_esm();
|
|
@@ -111200,7 +111201,7 @@ var init_FabricAuthority = __esm({
|
|
|
111200
111201
|
}
|
|
111201
111202
|
});
|
|
111202
111203
|
|
|
111203
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111204
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/TestFabric.js
|
|
111204
111205
|
async function TestFabric(options = {}) {
|
|
111205
111206
|
const authority = await TestFabric.Authority(options);
|
|
111206
111207
|
const { index } = options;
|
|
@@ -111212,7 +111213,7 @@ async function TestFabric(options = {}) {
|
|
|
111212
111213
|
});
|
|
111213
111214
|
}
|
|
111214
111215
|
var init_TestFabric = __esm({
|
|
111215
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111216
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/TestFabric.js"() {
|
|
111216
111217
|
init_CertificateAuthority();
|
|
111217
111218
|
init_esm();
|
|
111218
111219
|
init_esm3();
|
|
@@ -111244,9 +111245,9 @@ var init_TestFabric = __esm({
|
|
|
111244
111245
|
}
|
|
111245
111246
|
});
|
|
111246
111247
|
|
|
111247
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111248
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/index.js
|
|
111248
111249
|
var init_fabric = __esm({
|
|
111249
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111250
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/fabric/index.js"() {
|
|
111250
111251
|
init_Fabric();
|
|
111251
111252
|
init_FabricAuthority();
|
|
111252
111253
|
init_FabricManager();
|
|
@@ -111254,17 +111255,17 @@ var init_fabric = __esm({
|
|
|
111254
111255
|
}
|
|
111255
111256
|
});
|
|
111256
111257
|
|
|
111257
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111258
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/index.js
|
|
111258
111259
|
var init_groups2 = __esm({
|
|
111259
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111260
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/groups/index.js"() {
|
|
111260
111261
|
init_FabricGroups();
|
|
111261
111262
|
init_KeySets();
|
|
111262
111263
|
}
|
|
111263
111264
|
});
|
|
111264
111265
|
|
|
111265
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111266
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/index.js
|
|
111266
111267
|
var init_interaction2 = __esm({
|
|
111267
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111268
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/interaction/index.js"() {
|
|
111268
111269
|
init_AttributeDataDecoder();
|
|
111269
111270
|
init_AttributeDataEncoder();
|
|
111270
111271
|
init_DecodedDataReport();
|
|
@@ -111275,7 +111276,7 @@ var init_interaction2 = __esm({
|
|
|
111275
111276
|
}
|
|
111276
111277
|
});
|
|
111277
111278
|
|
|
111278
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111279
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsClient.js
|
|
111279
111280
|
function logNewService(service, kind, data) {
|
|
111280
111281
|
logger80.debug("Found device", Diagnostic.strong(service), MdnsClient.discoveryDataDiagnostics(data, kind));
|
|
111281
111282
|
}
|
|
@@ -111294,7 +111295,7 @@ function logNewAddresses(service, kind, intf, addresses) {
|
|
|
111294
111295
|
}
|
|
111295
111296
|
var __knownSymbol22, __typeError22, __using22, __callDispose22, logger80, MDNS_EXPIRY_GRACE_PERIOD_FACTOR, GOODBYE_PROTECTION_WINDOW, RECORD_MIN_TTL, START_ANNOUNCE_INTERVAL, MdnsClient;
|
|
111296
111297
|
var init_MdnsClient = __esm({
|
|
111297
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
111298
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsClient.js"() {
|
|
111298
111299
|
init_esm();
|
|
111299
111300
|
init_PeerAddress();
|
|
111300
111301
|
init_esm3();
|
|
@@ -112709,10 +112710,10 @@ var init_MdnsClient = __esm({
|
|
|
112709
112710
|
}
|
|
112710
112711
|
});
|
|
112711
112712
|
|
|
112712
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
112713
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsServer.js
|
|
112713
112714
|
var __knownSymbol23, __typeError23, __using23, __callDispose23, logger81, QUESTION_SUPPRESSION_WINDOW, MdnsServer;
|
|
112714
112715
|
var init_MdnsServer = __esm({
|
|
112715
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
112716
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsServer.js"() {
|
|
112716
112717
|
init_esm();
|
|
112717
112718
|
__knownSymbol23 = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
112718
112719
|
__typeError23 = (msg) => {
|
|
@@ -113058,10 +113059,10 @@ var init_MdnsServer = __esm({
|
|
|
113058
113059
|
}
|
|
113059
113060
|
});
|
|
113060
113061
|
|
|
113061
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113062
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsService.js
|
|
113062
113063
|
var logger82, MdnsService;
|
|
113063
113064
|
var init_MdnsService = __esm({
|
|
113064
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113065
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/MdnsService.js"() {
|
|
113065
113066
|
init_esm();
|
|
113066
113067
|
init_MdnsServer();
|
|
113067
113068
|
init_MdnsClient();
|
|
@@ -113135,9 +113136,9 @@ var init_MdnsService = __esm({
|
|
|
113135
113136
|
}
|
|
113136
113137
|
});
|
|
113137
113138
|
|
|
113138
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113139
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/index.js
|
|
113139
113140
|
var init_mdns2 = __esm({
|
|
113140
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113141
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/mdns/index.js"() {
|
|
113141
113142
|
init_MdnsClient();
|
|
113142
113143
|
init_MdnsConsts();
|
|
113143
113144
|
init_MdnsServer();
|
|
@@ -113145,27 +113146,27 @@ var init_mdns2 = __esm({
|
|
|
113145
113146
|
}
|
|
113146
113147
|
});
|
|
113147
113148
|
|
|
113148
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113149
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageWriter.js
|
|
113149
113150
|
var init_OtaImageWriter = __esm({
|
|
113150
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113151
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/OtaImageWriter.js"() {
|
|
113151
113152
|
init_esm();
|
|
113152
113153
|
init_OtaImageHeader();
|
|
113153
113154
|
}
|
|
113154
113155
|
});
|
|
113155
113156
|
|
|
113156
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113157
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/index.js
|
|
113157
113158
|
var init_ota = __esm({
|
|
113158
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113159
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/ota/index.js"() {
|
|
113159
113160
|
init_OtaImageHeader();
|
|
113160
113161
|
init_OtaImageReader();
|
|
113161
113162
|
init_OtaImageWriter();
|
|
113162
113163
|
}
|
|
113163
113164
|
});
|
|
113164
113165
|
|
|
113165
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113166
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerCommissioningFlow.js
|
|
113166
113167
|
var logger83, MaximumCommissionedFabricsReachedError, CommissioningTimeoutError, DeviceAlreadyCommissionedToThisFabricError, FabricLabelConflictError, WifiOrThreadNetworkCredentialsNotConfiguredError, WifiNetworkSetupFailedError, ThreadNetworkSetupFailedError, NodeIdConflictError, OperativeConnectionFailedError, RecoverableCommissioningError, DEFAULT_FAILSAFE_TIME, BTP_IDLE_ALIVE_INTERVAL, RootEndpointNumber, ControllerCommissioningFlow;
|
|
113167
113168
|
var init_ControllerCommissioningFlow = __esm({
|
|
113168
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
113169
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerCommissioningFlow.js"() {
|
|
113169
113170
|
init_action();
|
|
113170
113171
|
init_Invoke();
|
|
113171
113172
|
init_Read();
|
|
@@ -114459,10 +114460,10 @@ var init_ControllerCommissioningFlow = __esm({
|
|
|
114459
114460
|
}
|
|
114460
114461
|
});
|
|
114461
114462
|
|
|
114462
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114463
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerDescriptor.js
|
|
114463
114464
|
var ObservablePeerDescriptor;
|
|
114464
114465
|
var init_PeerDescriptor = __esm({
|
|
114465
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114466
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerDescriptor.js"() {
|
|
114466
114467
|
init_esm();
|
|
114467
114468
|
init_PeerAddress();
|
|
114468
114469
|
ObservablePeerDescriptor = class {
|
|
@@ -114503,10 +114504,10 @@ var init_PeerDescriptor = __esm({
|
|
|
114503
114504
|
}
|
|
114504
114505
|
});
|
|
114505
114506
|
|
|
114506
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114507
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/Peer.js
|
|
114507
114508
|
var __knownSymbol24, __typeError24, __using24, __callDispose24, logger84, Peer;
|
|
114508
114509
|
var init_Peer = __esm({
|
|
114509
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114510
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/Peer.js"() {
|
|
114510
114511
|
init_esm();
|
|
114511
114512
|
init_PeerDescriptor();
|
|
114512
114513
|
__knownSymbol24 = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
@@ -114689,19 +114690,19 @@ var init_Peer = __esm({
|
|
|
114689
114690
|
}
|
|
114690
114691
|
});
|
|
114691
114692
|
|
|
114692
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114693
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerAddressStore.js
|
|
114693
114694
|
var PeerAddressStore;
|
|
114694
114695
|
var init_PeerAddressStore = __esm({
|
|
114695
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114696
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerAddressStore.js"() {
|
|
114696
114697
|
PeerAddressStore = class {
|
|
114697
114698
|
};
|
|
114698
114699
|
}
|
|
114699
114700
|
});
|
|
114700
114701
|
|
|
114701
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114702
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerSet.js
|
|
114702
114703
|
var __knownSymbol25, __typeError25, __using25, __callDispose25, logger85, RECONNECTION_POLLING_INTERVAL, RETRANSMISSION_DISCOVERY_TIMEOUT, NodeDiscoveryType, UnknownNodeError, PeerSet;
|
|
114703
114704
|
var init_PeerSet = __esm({
|
|
114704
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
114705
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PeerSet.js"() {
|
|
114705
114706
|
init_Scanner();
|
|
114706
114707
|
init_esm();
|
|
114707
114708
|
init_PeerAddress();
|
|
@@ -115411,10 +115412,10 @@ var init_PeerSet = __esm({
|
|
|
115411
115412
|
}
|
|
115412
115413
|
});
|
|
115413
115414
|
|
|
115414
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115415
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerCommissioner.js
|
|
115415
115416
|
var logger86, ControllerCommissioner;
|
|
115416
115417
|
var init_ControllerCommissioner = __esm({
|
|
115417
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115418
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/ControllerCommissioner.js"() {
|
|
115418
115419
|
init_ClientInteraction();
|
|
115419
115420
|
init_CertificateAuthority();
|
|
115420
115421
|
init_general_commissioning();
|
|
@@ -115715,10 +115716,10 @@ var init_ControllerCommissioner = __esm({
|
|
|
115715
115716
|
}
|
|
115716
115717
|
});
|
|
115717
115718
|
|
|
115718
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115719
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PhysicalDeviceProperties.js
|
|
115719
115720
|
var logger87, DEFAULT_SUBSCRIPTION_FLOOR_DEFAULT, DEFAULT_SUBSCRIPTION_FLOOR_ICD, DEFAULT_SUBSCRIPTION_CEILING_WIFI, DEFAULT_SUBSCRIPTION_CEILING_THREAD, DEFAULT_SUBSCRIPTION_CEILING_THREAD_SLEEPY, DEFAULT_SUBSCRIPTION_CEILING_BATTERY_POWERED, THREAD_SUBSCRIPTION_CEILING_JITTER, PhysicalDeviceProperties;
|
|
115720
115721
|
var init_PhysicalDeviceProperties = __esm({
|
|
115721
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115722
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/PhysicalDeviceProperties.js"() {
|
|
115722
115723
|
init_esm();
|
|
115723
115724
|
logger87 = Logger.get("PhysicalDeviceProperties");
|
|
115724
115725
|
DEFAULT_SUBSCRIPTION_FLOOR_DEFAULT = Seconds(1);
|
|
@@ -115781,9 +115782,9 @@ var init_PhysicalDeviceProperties = __esm({
|
|
|
115781
115782
|
}
|
|
115782
115783
|
});
|
|
115783
115784
|
|
|
115784
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115785
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/index.js
|
|
115785
115786
|
var init_peer = __esm({
|
|
115786
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115787
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/peer/index.js"() {
|
|
115787
115788
|
init_CommissioningError();
|
|
115788
115789
|
init_ControllerCommissioner();
|
|
115789
115790
|
init_ControllerCommissioningFlow();
|
|
@@ -115797,18 +115798,18 @@ var init_peer = __esm({
|
|
|
115797
115798
|
}
|
|
115798
115799
|
});
|
|
115799
115800
|
|
|
115800
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115801
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/index.js
|
|
115801
115802
|
var init_securechannel = __esm({
|
|
115802
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115803
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/securechannel/index.js"() {
|
|
115803
115804
|
init_SecureChannelMessenger();
|
|
115804
115805
|
init_SecureChannelProtocol();
|
|
115805
115806
|
init_SecureChannelStatusMessageSchema();
|
|
115806
115807
|
}
|
|
115807
115808
|
});
|
|
115808
115809
|
|
|
115809
|
-
// ../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115810
|
+
// ../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/index.js
|
|
115810
115811
|
var init_esm4 = __esm({
|
|
115811
|
-
"../../node_modules/.pnpm/@matter+protocol@0.16.
|
|
115812
|
+
"../../node_modules/.pnpm/@matter+protocol@0.16.11_patch_hash=a762c34b29a05249f1e6d9b2585e473f1f72e657ed2228f5e77aa94758ede62b/node_modules/@matter/protocol/dist/esm/index.js"() {
|
|
115812
115813
|
init_session();
|
|
115813
115814
|
init_action();
|
|
115814
115815
|
init_advertisement();
|
|
@@ -171698,8 +171699,8 @@ var config4 = {
|
|
|
171698
171699
|
const direction = getHeatCoolOnlyDirection(entity, agent);
|
|
171699
171700
|
return direction === "cooling" ? Thermostat3.SystemMode.Cool : Thermostat3.SystemMode.Heat;
|
|
171700
171701
|
}
|
|
171701
|
-
const
|
|
171702
|
-
if (
|
|
171702
|
+
const hasMatterAuto = modes.includes(ClimateHvacMode.heat_cool) || modes.includes(ClimateHvacMode.auto);
|
|
171703
|
+
if (hasMatterAuto) {
|
|
171703
171704
|
return systemMode;
|
|
171704
171705
|
}
|
|
171705
171706
|
const hasCooling = modes.some((m) => m === ClimateHvacMode.cool);
|
|
@@ -171887,7 +171888,7 @@ function ClimateDevice(homeAssistantEntity) {
|
|
|
171887
171888
|
minCoolSetpointLimit: toMatterTemp(attributes7.min_temp) ?? 0,
|
|
171888
171889
|
maxCoolSetpointLimit: toMatterTemp(attributes7.max_temp) ?? 5e3
|
|
171889
171890
|
};
|
|
171890
|
-
const autoMode = supportsHeating && supportsCooling && attributes7.hvac_modes.includes(ClimateHvacMode.heat_cool) && (attributes7.hvac_modes.includes(ClimateHvacMode.heat) || attributes7.hvac_modes.includes(ClimateHvacMode.cool));
|
|
171891
|
+
const autoMode = supportsHeating && supportsCooling && (attributes7.hvac_modes.includes(ClimateHvacMode.heat_cool) || attributes7.hvac_modes.includes(ClimateHvacMode.auto)) && (attributes7.hvac_modes.includes(ClimateHvacMode.heat) || attributes7.hvac_modes.includes(ClimateHvacMode.cool));
|
|
171891
171892
|
return ClimateDeviceType(
|
|
171892
171893
|
supportsOnOff,
|
|
171893
171894
|
supportsHumidity,
|