From 79fec133f3344a971fe7eea08accd8172aef8691 Mon Sep 17 00:00:00 2001 From: Apollon77's GitHub Automator <146069929+Automator77@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:56:06 +0100 Subject: [PATCH] v0.7.2 (#564) --- CHANGELOG.md | 2 +- chip-testing/package.json | 8 +- codegen/package.json | 8 +- .../classes/BleBroadcaster.md | 30 +- docs/matter-node-ble.js/classes/BleNode.md | 16 +- docs/matter-node-ble.js/classes/BleScanner.md | 36 +- .../classes/internal_.BlenoBleServer.md | 48 +- .../classes/internal_.BtpService.md | 2 +- .../classes/internal_.NobleBleClient.md | 20 +- .../classes/internal_.SecureSession.md | 7 +- .../classes/internal_.UnsecureSession.md | 6 +- .../enums/internal_.SessionType.md | 4 +- .../interfaces/internal_.DecodedMessage.md | 76 ++ .../interfaces/internal_.DecodedPacket.md | 61 ++ .../internal_.DecodedPacketHeader.md | 162 ++++ .../interfaces/internal_.Message.md | 23 +- .../interfaces/internal_.MrpParameters.md | 6 +- .../interfaces/internal_.Packet.md | 27 +- .../interfaces/internal_.PacketHeader.md | 6 + .../interfaces/internal_.PayloadHeader.md | 23 +- .../interfaces/internal_.Session.md | 41 +- docs/matter-node-ble.js/modules.md | 4 +- docs/matter-node-ble.js/modules/internal_.md | 5 +- .../classes/crypto_export.CryptoNode.md | 26 +- .../classes/exports_codec.MessageCodec.md | 28 +- .../classes/exports_session.SecureSession.md | 7 +- .../exports_session.UnsecureSession.md | 6 +- .../classes/net_export.NetworkNode.md | 22 +- .../classes/net_export.UdpChannelNode.md | 14 +- .../storage_export.StorageBackendDisk.md | 24 +- .../storage_export.StorageBackendJsonFile.md | 34 +- .../classes/time_export.TimeNode.md | 8 +- .../enums/exports_codec.SessionType.md | 4 +- .../export._internal_.MrpParameters.md | 6 +- .../exports_codec.DecodedMessage.md | 76 ++ .../interfaces/exports_codec.DecodedPacket.md | 61 ++ .../exports_codec.DecodedPacketHeader.md | 162 ++++ .../interfaces/exports_codec.Message.md | 23 +- .../interfaces/exports_codec.Packet.md | 27 +- .../interfaces/exports_codec.PacketHeader.md | 6 + .../interfaces/exports_codec.PayloadHeader.md | 23 +- .../interfaces/exports_session.Session.md | 41 +- ...tterApplicationClusterSpecificationV1_2.md | 7 + ...xports_spec.MatterCoreSpecificationV1_2.md | 7 + ...ec.MatterDeviceLibrarySpecificationV1_2.md | 7 + docs/matter-node.js/modules/export.md | 21 + docs/matter-node.js/modules/exports_codec.md | 3 + .../matter-node.js/modules/exports_session.md | 12 +- docs/matter-node.js/modules/exports_spec.md | 3 + docs/matter-node.js/modules/util_export.md | 10 +- docs/matter.js/classes/ble_export.Ble.md | 10 +- .../classes/ble_export.BtpSessionHandler.md | 54 +- ...te_export.AttestationCertificateManager.md | 30 +- .../certificate_export.CertificateManager.md | 20 +- ..._export.CertificationDeclarationManager.md | 2 +- ...rtificate_export.RootCertificateManager.md | 18 +- .../classes/cluster_export.AttributeClient.md | 36 +- .../classes/cluster_export.AttributeServer.md | 72 +- .../cluster_export.BaseAttributeServer.md | 26 +- .../classes/cluster_export.CommandServer.md | 18 +- .../classes/cluster_export.EventClient.md | 26 +- .../classes/cluster_export.EventServer.md | 30 +- ...ster_export.FabricScopedAttributeServer.md | 84 +- .../cluster_export.FixedAttributeServer.md | 48 +- .../classes/cluster_export.GroupsManager.md | 12 +- .../classes/cluster_export.ScenesManager.md | 16 +- ...cluster_export.SupportedAttributeClient.md | 28 +- .../cluster_export.SupportedEventClient.md | 22 +- ..._export.UnknownSupportedAttributeClient.md | 28 +- ...ster_export.UnknownSupportedEventClient.md | 22 +- .../classes/codec_export.BtpCodec.md | 28 +- .../classes/codec_export.DerCodec.md | 26 +- .../classes/codec_export.DnsCodec.md | 34 +- .../classes/codec_export.MessageCodec.md | 44 +- .../classes/common_export.FailSafeManager.md | 42 +- .../matter.js/classes/crypto_export.Crypto.md | 64 +- .../classes/crypto_export.Spake2p.md | 28 +- .../classes/device_export.Aggregator.md | 68 +- .../classes/device_export.ComposedDevice.md | 66 +- .../matter.js/classes/device_export.Device.md | 76 +- .../device_export.DimmableLightDevice.md | 104 +-- .../device_export.DimmablePluginUnitDevice.md | 104 +-- .../classes/device_export.Endpoint.md | 70 +- .../classes/device_export.OnOffBaseDevice.md | 92 +-- .../classes/device_export.OnOffLightDevice.md | 92 +-- .../device_export.OnOffPluginUnitDevice.md | 92 +-- .../classes/device_export.PairedDevice.md | 62 +- .../classes/device_export.PairedNode.md | 72 +- .../classes/device_export.RootEndpoint.md | 68 +- .../classes/export.CommissioningController.md | 72 +- .../classes/export.CommissioningServer.md | 94 +-- docs/matter.js/classes/export.MatterNode.md | 12 +- docs/matter.js/classes/export.MatterServer.md | 34 +- .../classes/export._internal_.Base38Schema.md | 14 +- .../export._internal_.DimmableBaseDevice.md | 104 +-- .../classes/export._internal_.EventHandler.md | 16 +- .../classes/export._internal_.GaloisField.md | 18 +- .../export._internal_.InteractionMessenger.md | 18 +- ...port._internal_.ManualPairingCodeSchema.md | 10 +- .../export._internal_.MatterController.md | 90 +- .../classes/export._internal_.MatterDevice.md | 124 +-- ...port._internal_.MdnsInstanceBroadcaster.md | 20 +- .../export._internal_.ModelTraversal-1.md | 50 +- .../export._internal_.QrPairingCodeSchema.md | 10 +- .../export._internal_.UdpConnection.md | 14 +- .../matter.js/classes/fabric_export.Fabric.md | 82 +- .../classes/fabric_export.FabricBuilder.md | 54 +- .../classes/fabric_export.FabricManager.md | 26 +- .../log_export.DiagnosticDictionary.md | 8 +- docs/matter.js/classes/log_export.Logger.md | 40 +- .../classes/math_export.ReedSolomon.md | 6 +- .../matter.js/classes/math_export.Verhoeff.md | 8 +- .../classes/mdns_export.MdnsBroadcaster.md | 34 +- .../classes/mdns_export.MdnsScanner.md | 82 +- .../classes/mdns_export.MdnsServer.md | 40 +- docs/matter.js/classes/model.Access-1.md | 38 +- docs/matter.js/classes/model.Aspect.md | 20 +- .../matter.js/classes/model.AttributeModel.md | 150 ++-- .../matter.js/classes/model.ClusterModel-1.md | 100 +-- docs/matter.js/classes/model.CommandModel.md | 154 ++-- docs/matter.js/classes/model.Conformance-1.md | 26 +- docs/matter.js/classes/model.Constraint-1.md | 34 +- docs/matter.js/classes/model.DatatypeModel.md | 142 ++-- .../classes/model.DeviceTypeModel.md | 88 +- docs/matter.js/classes/model.EndpointModel.md | 84 +- docs/matter.js/classes/model.EventModel.md | 146 ++-- docs/matter.js/classes/model.FabricModel.md | 84 +- docs/matter.js/classes/model.FeatureSet-1.md | 8 +- docs/matter.js/classes/model.MatterModel-1.md | 94 +-- docs/matter.js/classes/model.Model-1.md | 86 +- .../classes/model.Model.CrossReference.md | 12 +- .../classes/model.ModelVariantTraversal.md | 24 +- docs/matter.js/classes/model.NodeModel.md | 84 +- docs/matter.js/classes/model.Quality-1.md | 38 +- .../classes/model.RequirementModel.md | 100 +-- .../classes/model.ValidateModel.Result.md | 16 +- docs/matter.js/classes/model.ValueModel.md | 142 ++-- docs/matter.js/classes/net_export.Network.md | 10 +- .../classes/net_export.NetworkFake.md | 16 +- .../classes/net_export.SimulatedNetwork.md | 10 +- .../classes/net_export.UdpChannelFake.md | 20 +- .../classes/net_export.UdpInterface.md | 12 +- .../classes/net_export.UdpMulticastServer.md | 28 +- .../classes/protocol_export.ChannelManager.md | 20 +- .../protocol_export.ControllerCommissioner.md | 76 +- .../protocol_export.ControllerDiscovery.md | 12 +- .../protocol_export.ExchangeCounter.md | 4 +- .../protocol_export.ExchangeManager.md | 38 +- .../protocol_export.ExchangeProvider.md | 20 +- .../classes/protocol_export.MessageChannel.md | 16 +- .../classes/protocol_export.MessageCounter.md | 4 +- .../protocol_export.MessageExchange.md | 76 +- .../protocol_export.UnexpectedMessageError.md | 4 +- ...port.IncomingInteractionClientMessenger.md | 20 +- ...ol_interaction_export.InteractionClient.md | 62 +- ...ction_export.InteractionClientMessenger.md | 36 +- ...ion_export.InteractionEndpointStructure.md | 60 +- ...ol_interaction_export.InteractionServer.md | 34 +- ...ction_export.InteractionServerMessenger.md | 24 +- ..._interaction_export.StatusResponseError.md | 6 +- ...l_interaction_export.SubscriptionClient.md | 20 +- ..._interaction_export.SubscriptionHandler.md | 92 +-- ...annel_export.ChannelStatusResponseError.md | 6 +- ...rechannel_export.SecureChannelMessenger.md | 26 +- ...urechannel_export.SecureChannelProtocol.md | 22 +- ...export.SecureChannelStatusMessageSchema.md | 10 +- ...t.StatusReportOnlySecureChannelProtocol.md | 8 +- .../schema_export.BitmapSchemaInternal.md | 16 +- ...ma_export.ByteArrayBitmapSchemaInternal.md | 18 +- .../classes/schema_export.QrCodeSchema.md | 14 +- .../matter.js/classes/schema_export.Schema.md | 10 +- .../classes/session_export.CaseClient.md | 2 +- .../session_export.CaseClientMessenger.md | 30 +- .../classes/session_export.CaseServer.md | 8 +- .../session_export.CaseServerMessenger.md | 32 +- .../classes/session_export.PaseClient.md | 8 +- .../session_export.PaseClientMessenger.md | 34 +- .../classes/session_export.PaseServer.md | 26 +- .../session_export.PaseServerMessenger.md | 34 +- .../classes/session_export.SecureSession.md | 101 +-- .../classes/session_export.SessionManager.md | 48 +- .../classes/session_export.UnsecureSession.md | 50 +- .../classes/storage_export.Storage.md | 14 +- .../storage_export.StorageBackendMemory.md | 22 +- .../classes/storage_export.StorageContext.md | 22 +- .../classes/storage_export.StorageManager.md | 12 +- docs/matter.js/classes/time_export.Time.md | 20 +- .../matter.js/classes/tlv_export.AnySchema.md | 36 +- .../classes/tlv_export.ArraySchema.md | 36 +- .../classes/tlv_export.BooleanSchema.md | 24 +- .../classes/tlv_export.NoArgumentsSchema.md | 24 +- .../classes/tlv_export.NullableSchema.md | 28 +- .../classes/tlv_export.ObjectSchema.md | 32 +- .../classes/tlv_export.StringSchema.md | 34 +- .../classes/tlv_export.TlvArrayReader.md | 10 +- .../classes/tlv_export.TlvArrayWriter.md | 8 +- .../classes/tlv_export.TlvByteArrayReader.md | 8 +- .../classes/tlv_export.TlvByteArrayWriter.md | 8 +- docs/matter.js/classes/tlv_export.TlvCodec.md | 24 +- .../classes/tlv_export.TlvNumberSchema.md | 38 +- .../classes/tlv_export.TlvNumericSchema.md | 38 +- .../matter.js/classes/tlv_export.TlvSchema.md | 24 +- .../classes/tlv_export.TlvWrapper.md | 32 +- .../classes/tlv_export.VoidSchema.md | 24 +- docs/matter.js/classes/util_export.Cache.md | 28 +- .../classes/util_export.DataReader.md | 44 +- .../classes/util_export.DataWriter.md | 32 +- .../classes/util_export.NamedHandler.md | 10 +- docs/matter.js/classes/util_export.Queue.md | 12 +- ...ccessControl.AccessControlEntryAuthMode.md | 6 +- ...cessControl.AccessControlEntryPrivilege.md | 10 +- ...cluster_export.AccessControl.ChangeType.md | 6 +- .../enums/cluster_export.AccessLevel.md | 8 +- .../cluster_export.Actions.ActionError.md | 4 +- .../cluster_export.Actions.ActionState.md | 8 +- .../cluster_export.Actions.ActionType.md | 14 +- ...cluster_export.Actions.EndpointListType.md | 6 +- ...Commissioning.CommissioningWindowStatus.md | 6 +- ...port.AdministratorCommissioning.Feature.md | 2 +- ...t.AdministratorCommissioning.StatusCode.md | 6 +- ...port.ApplicationBasic.ApplicationStatus.md | 8 +- ...ster_export.ApplicationLauncher.Feature.md | 2 +- ...uster_export.ApplicationLauncher.Status.md | 6 +- .../cluster_export.AudioOutput.Feature.md | 2 +- .../cluster_export.AudioOutput.OutputType.md | 12 +- .../cluster_export.BasicInformation.Color.md | 42 +- ...r_export.BasicInformation.ProductFinish.md | 12 +- ...ort.BridgedDeviceBasicInformation.Color.md | 42 +- ...gedDeviceBasicInformation.ProductFinish.md | 12 +- .../enums/cluster_export.Channel.Feature.md | 4 +- .../cluster_export.Channel.LineupInfoType.md | 2 +- .../enums/cluster_export.Channel.Status.md | 6 +- .../cluster_export.ColorControl.Action.md | 6 +- ...port.ColorControl.ColorControlDirection.md | 8 +- ...port.ColorControl.ColorLoopSetDirection.md | 4 +- .../cluster_export.ColorControl.ColorMode.md | 6 +- ...r_export.ColorControl.DriftCompensation.md | 10 +- ...r_export.ColorControl.EnhancedColorMode.md | 8 +- .../cluster_export.ColorControl.Feature.md | 10 +- .../cluster_export.ColorControl.MoveMode.md | 6 +- .../cluster_export.ColorControl.StepMode.md | 4 +- .../cluster_export.ContentLauncher.Feature.md | 4 +- ...uster_export.ContentLauncher.MetricType.md | 4 +- ...luster_export.ContentLauncher.Parameter.md | 28 +- .../cluster_export.ContentLauncher.Status.md | 6 +- .../cluster_export.DiagnosticLogs.Intent.md | 6 +- .../cluster_export.DiagnosticLogs.Status.md | 10 +- ..._export.DiagnosticLogs.TransferProtocol.md | 4 +- .../cluster_export.DoorLock.AlarmCode.md | 16 +- .../cluster_export.DoorLock.CredentialRule.md | 6 +- .../cluster_export.DoorLock.CredentialType.md | 12 +- ...uster_export.DoorLock.DataOperationType.md | 6 +- .../enums/cluster_export.DoorLock.DlStatus.md | 14 +- .../cluster_export.DoorLock.DoorState.md | 12 +- .../enums/cluster_export.DoorLock.Feature.md | 24 +- .../cluster_export.DoorLock.LockDataType.md | 22 +- ...uster_export.DoorLock.LockOperationType.md | 8 +- .../cluster_export.DoorLock.LockState.md | 6 +- .../enums/cluster_export.DoorLock.LockType.md | 22 +- .../cluster_export.DoorLock.OperatingMode.md | 10 +- .../cluster_export.DoorLock.OperationError.md | 10 +- ...cluster_export.DoorLock.OperationSource.md | 20 +- .../cluster_export.DoorLock.UserStatus.md | 6 +- .../enums/cluster_export.DoorLock.UserType.md | 20 +- ...port.EthernetNetworkDiagnostics.Feature.md | 4 +- ...port.EthernetNetworkDiagnostics.PHYRate.md | 20 +- .../enums/cluster_export.EventPriority.md | 6 +- .../cluster_export.FanControl.FanMode.md | 14 +- ...uster_export.FanControl.FanModeSequence.md | 12 +- .../cluster_export.FanControl.Feature.md | 8 +- ...cluster_export.FaultInjection.FaultType.md | 10 +- ...GeneralCommissioning.CommissioningError.md | 10 +- ...ralCommissioning.RegulatoryLocationType.md | 6 +- ...er_export.GeneralDiagnostics.BootReason.md | 14 +- ...export.GeneralDiagnostics.HardwareFault.md | 22 +- ...export.GeneralDiagnostics.InterfaceType.md | 10 +- ..._export.GeneralDiagnostics.NetworkFault.md | 8 +- ...er_export.GeneralDiagnostics.RadioFault.md | 14 +- ...er_export.GeneralDiagnostics.StatusCode.md | 2 +- ...uster_export.GroupKeyManagement.Feature.md | 2 +- ...upKeyManagement.GroupKeyMulticastPolicy.md | 4 +- ...oupKeyManagement.GroupKeySecurityPolicy.md | 4 +- .../enums/cluster_export.Groups.Feature.md | 2 +- ...luster_export.Identify.EffectIdentifier.md | 12 +- .../cluster_export.Identify.EffectVariant.md | 2 +- .../enums/cluster_export.Identify.Feature.md | 2 +- .../cluster_export.Identify.IdentifyType.md | 12 +- .../cluster_export.KeypadInput.CecKeyCode.md | 172 ++-- .../cluster_export.KeypadInput.Feature.md | 6 +- .../cluster_export.KeypadInput.Status.md | 6 +- .../cluster_export.LevelControl.Feature.md | 6 +- .../cluster_export.LevelControl.MoveMode.md | 4 +- .../cluster_export.LevelControl.StepMode.md | 4 +- .../cluster_export.MediaInput.Feature.md | 2 +- .../cluster_export.MediaInput.InputType.md | 24 +- .../cluster_export.MediaPlayback.Feature.md | 4 +- ...ster_export.MediaPlayback.PlaybackState.md | 8 +- .../cluster_export.MediaPlayback.Status.md | 12 +- .../cluster_export.ModeSelect.Feature.md | 2 +- ...ter_export.NetworkCommissioning.Feature.md | 6 +- ...ommissioning.NetworkCommissioningStatus.md | 26 +- ...er_export.NetworkCommissioning.WiFiBand.md | 10 +- ...rt.OccupancySensing.OccupancySensorType.md | 8 +- .../enums/cluster_export.OnOff.Feature.md | 2 +- ...ster_export.OnOff.OnOffEffectIdentifier.md | 4 +- .../cluster_export.OnOff.StartUpOnOff.md | 6 +- ....OnOffSwitchConfiguration.SwitchActions.md | 6 +- ...ort.OnOffSwitchConfiguration.SwitchType.md | 6 +- ...ationalCredentials.CertificateChainType.md | 4 +- ...alCredentials.NodeOperationalCertStatus.md | 20 +- ...oftwareUpdateProvider.ApplyUpdateAction.md | 6 +- ...SoftwareUpdateProvider.DownloadProtocol.md | 8 +- ...export.OtaSoftwareUpdateProvider.Status.md | 8 +- ...twareUpdateRequestor.AnnouncementReason.md | 6 +- ...OtaSoftwareUpdateRequestor.ChangeReason.md | 10 +- ....OtaSoftwareUpdateRequestor.UpdateState.md | 18 +- ...export.PowerSource.BatApprovedChemistry.md | 66 +- ...uster_export.PowerSource.BatChargeFault.md | 22 +- ...uster_export.PowerSource.BatChargeLevel.md | 6 +- ...uster_export.PowerSource.BatChargeState.md | 8 +- ...export.PowerSource.BatCommonDesignation.md | 162 ++-- .../cluster_export.PowerSource.BatFault.md | 6 +- ...er_export.PowerSource.BatReplaceability.md | 8 +- .../cluster_export.PowerSource.Feature.md | 8 +- ...er_export.PowerSource.PowerSourceStatus.md | 8 +- ...ter_export.PowerSource.WiredCurrentType.md | 4 +- .../cluster_export.PowerSource.WiredFault.md | 6 +- ...ster_export.PressureMeasurement.Feature.md | 2 +- ...ter_export.PulseWidthModulation.Feature.md | 6 +- ...er_export.PulseWidthModulation.MoveMode.md | 4 +- ...PumpConfigurationAndControl.ControlMode.md | 12 +- ...ort.PumpConfigurationAndControl.Feature.md | 14 +- ...mpConfigurationAndControl.OperationMode.md | 8 +- .../enums/cluster_export.Scenes.Feature.md | 2 +- ...ster_export.SoftwareDiagnostics.Feature.md | 2 +- .../enums/cluster_export.Switch.Feature.md | 10 +- .../cluster_export.TargetNavigator.Status.md | 6 +- ...ster_export.Thermostat.AcCapacityFormat.md | 2 +- ...ster_export.Thermostat.AcCompressorType.md | 8 +- ...ster_export.Thermostat.AcLouverPosition.md | 10 +- ...ter_export.Thermostat.AcRefrigerantType.md | 8 +- .../enums/cluster_export.Thermostat.AcType.md | 10 +- ...t.Thermostat.ControlSequenceOfOperation.md | 12 +- .../cluster_export.Thermostat.Feature.md | 14 +- ...er_export.Thermostat.SetpointAdjustMode.md | 6 +- ..._export.Thermostat.SetpointChangeSource.md | 6 +- .../cluster_export.Thermostat.StartOfWeek.md | 14 +- .../cluster_export.Thermostat.SystemMode.md | 18 +- ...port.Thermostat.TemperatureSetpointHold.md | 4 +- ...export.Thermostat.ThermostatRunningMode.md | 6 +- ...serInterfaceConfiguration.KeypadLockout.md | 12 +- ...iguration.ScheduleProgrammingVisibility.md | 4 +- ...aceConfiguration.TemperatureDisplayMode.md | 4 +- ...readNetworkDiagnostics.ConnectionStatus.md | 4 +- ...export.ThreadNetworkDiagnostics.Feature.md | 8 +- ...t.ThreadNetworkDiagnostics.NetworkFault.md | 8 +- ...rt.ThreadNetworkDiagnostics.RoutingRole.md | 14 +- ...ort.TimeFormatLocalization.CalendarType.md | 24 +- ...r_export.TimeFormatLocalization.Feature.md | 2 +- ...xport.TimeFormatLocalization.HourFormat.md | 4 +- .../enums/cluster_export.TimeSync.Feature.md | 6 +- .../cluster_export.TimeSync.Granularity.md | 10 +- .../cluster_export.TimeSync.StatusCode.md | 2 +- .../cluster_export.TimeSync.TimeSource.md | 34 +- ...cluster_export.UnitLocalization.Feature.md | 2 +- ...luster_export.UnitLocalization.TempUnit.md | 6 +- ...workDiagnostics.AssociationFailureCause.md | 8 +- ...WiFiNetworkDiagnostics.ConnectionStatus.md | 4 +- ...r_export.WiFiNetworkDiagnostics.Feature.md | 4 +- ...ort.WiFiNetworkDiagnostics.SecurityType.md | 12 +- ...port.WiFiNetworkDiagnostics.WiFiVersion.md | 12 +- ...er_export.WindowCovering.EndProductType.md | 50 +- .../cluster_export.WindowCovering.Feature.md | 10 +- ...er_export.WindowCovering.MovementStatus.md | 6 +- ...xport.WindowCovering.WindowCoveringType.md | 22 +- .../enums/codec_export.BtpHeaderBits.md | 12 +- .../matter.js/enums/codec_export.BtpOpcode.md | 2 +- docs/matter.js/enums/codec_export.DerType.md | 18 +- .../enums/codec_export.DnsMessageType.md | 8 +- .../enums/codec_export.DnsRecordClass.md | 4 +- .../enums/codec_export.DnsRecordType.md | 14 +- .../enums/codec_export.SessionType.md | 4 +- .../enums/crypto_export.CurveType.md | 6 +- docs/matter.js/enums/crypto_export.KeyType.md | 6 +- .../enums/device_export.DeviceClasses.md | 22 +- .../device_export.NodeStateInformation.md | 10 +- ...._internal_.CommissioningStepResultCode.md | 6 +- .../enums/export._internal_.TagControl.md | 16 +- docs/matter.js/enums/log_export.Format.md | 6 +- docs/matter.js/enums/log_export.Level.md | 10 +- .../enums/mdns_export.AnnouncementType.md | 4 +- docs/matter.js/enums/model.Access.Fabric.md | 6 +- .../matter.js/enums/model.Access.Privilege.md | 8 +- .../enums/model.Access.PrivilegeName.md | 8 +- docs/matter.js/enums/model.Access.Rw.md | 8 +- docs/matter.js/enums/model.Access.Timed.md | 2 +- .../model.ClusterElement.Classification.md | 6 +- .../enums/model.CommandElement.Direction.md | 4 +- .../matter.js/enums/model.Conformance.Flag.md | 10 +- .../enums/model.Conformance.Operator.md | 22 +- .../enums/model.Conformance.Special.md | 14 +- .../model.DeviceTypeElement.Classification.md | 10 +- docs/matter.js/enums/model.ElementTag.md | 22 +- .../enums/model.EventElement.Priority.md | 6 +- .../enums/model.EventElement.PriorityId.md | 6 +- docs/matter.js/enums/model.Metatype-1.md | 22 +- docs/matter.js/enums/model.Quality.Field.md | 14 +- docs/matter.js/enums/model.Quality.Flag.md | 14 +- .../model.RequirementElement.ElementType.md | 14 +- docs/matter.js/enums/model.Specification-1.md | 6 +- .../enums/model.Specification.Names.md | 6 +- docs/matter.js/enums/model.StatusCode.md | 52 +- .../enums/model.ValueElement.Metatype.md | 4 +- ...protocol_interaction_export.MessageType.md | 20 +- .../protocol_interaction_export.StatusCode.md | 54 +- ..._securechannel_export.GeneralStatusCode.md | 34 +- ...otocol_securechannel_export.MessageType.md | 22 +- ...securechannel_export.ProtocolStatusCode.md | 10 +- .../schema_export.CommissionningFlowType.md | 6 +- docs/matter.js/enums/tlv_export.TlvLength.md | 8 +- docs/matter.js/enums/tlv_export.TlvType.md | 22 +- docs/matter.js/enums/util_export.Endian.md | 4 +- ...ate_export.DeviceAttestationCertificate.md | 22 +- ....ProductAttestationAuthorityCertificate.md | 22 +- ...oductAttestationIntermediateCertificate.md | 22 +- .../interfaces/cluster_export.Attribute.md | 34 +- .../interfaces/cluster_export.Cluster.md | 18 +- .../cluster_export.ClusterFactory.Cluster.md | 18 +- ...r_export.ClusterFactory.ClusterElements.md | 6 +- ...cluster_export.ClusterFactory.Component.md | 6 +- ...luster_export.ClusterFactory.Extensible.md | 20 +- .../cluster_export.ClusterFactory.Features.md | 6 +- .../cluster_export.ClusterFactory.Identity.md | 6 +- ...er_export.ClusterFactory.TypedComponent.md | 6 +- .../interfaces/cluster_export.Command.md | 20 +- .../cluster_export.ConditionalAttribute.md | 34 +- .../cluster_export.ConditionalCommand.md | 20 +- .../cluster_export.ConditionalEvent.md | 18 +- ...luster_export.ConditionalFixedAttribute.md | 34 +- ...ter_export.ConditionalWritableAttribute.md | 34 +- ...onditionalWritableFabricScopedAttribute.md | 34 +- .../interfaces/cluster_export.Event.md | 18 +- .../cluster_export.FabricScopedAttribute.md | 34 +- .../cluster_export.FixedAttribute.md | 34 +- ...export.OperationalCredentialsServerConf.md | 8 +- .../cluster_export.OptionalAttribute.md | 34 +- .../cluster_export.OptionalCommand.md | 20 +- .../cluster_export.OptionalEvent.md | 18 +- .../cluster_export.OptionalFixedAttribute.md | 34 +- ...luster_export.OptionalWritableAttribute.md | 34 +- ...t.OptionalWritableFabricScopedAttribute.md | 34 +- .../cluster_export.UnknownAttribute.md | 34 +- .../interfaces/cluster_export.UnknownEvent.md | 18 +- .../cluster_export.WritableAttribute.md | 34 +- ...er_export.WritableFabricScopedAttribute.md | 34 +- .../cluster_export.WritableFixedAttribute.md | 34 +- .../codec_export.BtpHandshakeRequest.md | 6 +- .../codec_export.BtpHandshakeResponse.md | 6 +- .../interfaces/codec_export.BtpHeader.md | 12 +- .../interfaces/codec_export.BtpPacket.md | 4 +- .../codec_export.BtpPacketPayload.md | 8 +- .../codec_export.DecodedBtpPacket.md | 4 +- .../codec_export.DecodedBtpPacketPayload.md | 8 +- .../interfaces/codec_export.DecodedMessage.md | 76 ++ .../interfaces/codec_export.DecodedPacket.md | 61 ++ .../codec_export.DecodedPacketHeader.md | 162 ++++ .../interfaces/codec_export.Message.md | 23 +- .../interfaces/codec_export.Packet.md | 27 +- .../interfaces/codec_export.PacketHeader.md | 24 +- .../interfaces/codec_export.PayloadHeader.md | 23 +- .../interfaces/common_export.Channel.md | 6 +- .../common_export.InstanceBroadcaster.md | 14 +- .../interfaces/common_export.Listener.md | 2 +- .../interfaces/common_export.Scanner.md | 14 +- .../common_export.TransportInterface.md | 4 +- .../matter.js/interfaces/crypto_export.Key.md | 70 +- .../crypto_export.PbkdfParameters.md | 4 +- .../interfaces/crypto_export.PrivateKey.md | 70 +- .../interfaces/crypto_export.PublicKey.md | 70 +- .../interfaces/crypto_export.SymmetricKey.md | 70 +- .../device_export.DeviceTypeDefinition.md | 20 +- .../device_export.EndpointOptions.md | 4 +- .../export.CommissioningServerOptions.md | 38 +- .../export.DevicePairingInformation.md | 4 +- .../export._internal_.AttributeOptions.md | 14 +- ...internal_.AttributePathWithValueVersion.md | 8 +- .../export._internal_.CachedAttributeInfo.md | 4 +- .../export._internal_.CachedCommandInfo.md | 4 +- .../export._internal_.CachedEventInfo.md | 4 +- .../export._internal_.CommandOptions.md | 4 +- ...._internal_.ConditionalAttributeOptions.md | 18 +- ...rt._internal_.ConditionalCommandOptions.md | 8 +- ...port._internal_.ConditionalEventOptions.md | 6 +- .../interfaces/export._internal_.EventData.md | 12 +- .../export._internal_.EventOptions.md | 2 +- ...xport._internal_.EventPathWithEventData.md | 6 +- .../export._internal_.EventStorageData.md | 14 +- .../export._internal_.MrpParameters.md | 6 +- ...xport._internal_.RecordValidationResult.md | 4 +- .../export._internal_.RecordValidator.md | 4 +- .../export._internal_.scenesTableEntry.md | 12 +- .../interfaces/model.VariantDetail.md | 8 +- .../interfaces/net_export.NetInterface.md | 6 +- .../interfaces/net_export.UdpChannel.md | 6 +- .../net_export.UdpChannelOptions.md | 10 +- .../net_export.UdpMulticastServerOptions.md | 8 +- .../protocol_export.ProtocolHandler.md | 6 +- ...otocol_interaction_export.AttributePath.md | 6 +- ...ocol_interaction_export.AttributeStatus.md | 4 +- ...ol_interaction_export.AttributeWithPath.md | 4 +- ...protocol_interaction_export.CommandPath.md | 6 +- ...ocol_interaction_export.CommandWithPath.md | 4 +- .../protocol_interaction_export.EventPath.md | 6 +- ...otocol_interaction_export.EventWithPath.md | 4 +- .../session_export.ResumptionRecord.md | 8 +- .../interfaces/session_export.Session.md | 41 +- ...tterApplicationClusterSpecificationV1_2.md | 7 + ...spec_export.MatterCoreSpecificationV1_2.md | 7 + ...rt.MatterDeviceLibrarySpecificationV1_2.md | 7 + .../matter.js/interfaces/time_export.Timer.md | 6 +- .../interfaces/tlv_export.FieldType.md | 8 +- .../tlv_export.OptionalFieldType.md | 8 +- .../interfaces/tlv_export.TlvReader.md | 4 +- .../interfaces/tlv_export.TlvWriter.md | 4 +- .../interfaces/util_export.Stream.md | 4 +- docs/matter.js/modules/ble_export.md | 22 +- docs/matter.js/modules/certificate_export.md | 48 +- .../modules/cluster_export.AccessControl.md | 12 +- .../modules/cluster_export.AccountLogin.md | 8 +- .../modules/cluster_export.Actions.md | 36 +- ...uster_export.AdministratorCommissioning.md | 14 +- .../cluster_export.ApplicationBasic.md | 4 +- .../cluster_export.ApplicationLauncher.md | 22 +- .../modules/cluster_export.AudioOutput.md | 16 +- .../cluster_export.BallastConfiguration.md | 6 +- .../modules/cluster_export.BarrierControl.md | 4 +- .../cluster_export.BasicInformation.md | 12 +- .../cluster_export.BinaryInputBasic.md | 2 +- .../modules/cluster_export.Binding.md | 4 +- .../modules/cluster_export.BooleanState.md | 4 +- ...er_export.BridgedDeviceBasicInformation.md | 8 +- .../modules/cluster_export.Channel.md | 26 +- .../cluster_export.ClientMonitoring.md | 8 +- .../modules/cluster_export.ClusterFactory.md | 42 +- .../modules/cluster_export.ColorControl.md | 64 +- .../modules/cluster_export.ContentLauncher.md | 34 +- .../modules/cluster_export.Descriptor.md | 4 +- .../modules/cluster_export.DiagnosticLogs.md | 6 +- .../modules/cluster_export.DoorLock.md | 128 +-- .../cluster_export.ElectricalMeasurement.md | 4 +- ...uster_export.EthernetNetworkDiagnostics.md | 14 +- .../modules/cluster_export.FanControl.md | 22 +- .../modules/cluster_export.FaultInjection.md | 6 +- .../modules/cluster_export.FixedLabel.md | 2 +- .../modules/cluster_export.FlowMeasurement.md | 2 +- .../cluster_export.GeneralCommissioning.md | 14 +- .../cluster_export.GeneralDiagnostics.md | 14 +- .../cluster_export.GroupKeyManagement.md | 22 +- .../modules/cluster_export.Groups.md | 26 +- .../modules/cluster_export.Identify.md | 16 +- .../cluster_export.IlluminanceMeasurement.md | 2 +- .../modules/cluster_export.KeypadInput.md | 10 +- .../cluster_export.LeafWetnessMeasurement.md | 2 +- .../modules/cluster_export.LevelControl.md | 32 +- ...luster_export.LocalizationConfiguration.md | 2 +- .../modules/cluster_export.LowPower.md | 2 +- .../modules/cluster_export.MediaInput.md | 16 +- .../modules/cluster_export.MediaPlayback.md | 22 +- .../modules/cluster_export.ModeSelect.md | 16 +- .../cluster_export.NetworkCommissioning.md | 40 +- .../cluster_export.OccupancySensing.md | 6 +- .../matter.js/modules/cluster_export.OnOff.md | 16 +- ...cluster_export.OnOffSwitchConfiguration.md | 2 +- .../cluster_export.OperationalCredentials.md | 30 +- ...luster_export.OtaSoftwareUpdateProvider.md | 12 +- ...uster_export.OtaSoftwareUpdateRequestor.md | 12 +- .../modules/cluster_export.PowerSource.md | 22 +- ...cluster_export.PowerSourceConfiguration.md | 2 +- .../cluster_export.PressureMeasurement.md | 10 +- .../cluster_export.ProxyConfiguration.md | 4 +- .../modules/cluster_export.ProxyDiscovery.md | 2 +- .../cluster_export.PulseWidthModulation.md | 24 +- ...ster_export.PumpConfigurationAndControl.md | 22 +- ...ster_export.RelativeHumidityMeasurement.md | 2 +- .../modules/cluster_export.Scenes.md | 44 +- .../cluster_export.SoftwareDiagnostics.md | 14 +- .../cluster_export.SoilMoistureMeasurement.md | 2 +- .../modules/cluster_export.Switch.md | 32 +- .../modules/cluster_export.TargetNavigator.md | 8 +- .../cluster_export.TemperatureMeasurement.md | 2 +- .../modules/cluster_export.Thermostat.md | 54 +- ...rt.ThermostatUserInterfaceConfiguration.md | 2 +- ...cluster_export.ThreadNetworkDiagnostics.md | 26 +- .../cluster_export.TimeFormatLocalization.md | 10 +- .../modules/cluster_export.TimeSync.md | 22 +- .../cluster_export.UnitLocalization.md | 10 +- .../modules/cluster_export.UserLabel.md | 2 +- .../modules/cluster_export.ValidProxies.md | 4 +- .../modules/cluster_export.WakeOnLan.md | 2 +- .../cluster_export.WiFiNetworkDiagnostics.md | 18 +- .../modules/cluster_export.WindowCovering.md | 40 +- docs/matter.js/modules/cluster_export.md | 780 +++++++++--------- docs/matter.js/modules/codec_export.Base64.md | 4 +- docs/matter.js/modules/codec_export.md | 71 +- docs/matter.js/modules/common_export.md | 26 +- docs/matter.js/modules/crypto_export.md | 48 +- .../modules/datatype_export.FabricIndex.md | 4 +- .../modules/datatype_export.NodeId.md | 6 +- docs/matter.js/modules/datatype_export.md | 96 +-- docs/matter.js/modules/device_export.md | 18 +- .../export._internal_.ModelTraversal.md | 2 +- docs/matter.js/modules/export._internal_.md | 148 ++-- docs/matter.js/modules/export.md | 31 +- docs/matter.js/modules/fabric_export.md | 2 +- .../modules/log_export.consoleLogger.md | 2 +- docs/matter.js/modules/log_export.md | 2 +- docs/matter.js/modules/mdns_export.md | 30 +- docs/matter.js/modules/model.Access.md | 50 +- .../modules/model.AttributeElement.md | 10 +- docs/matter.js/modules/model.BaseElement.md | 4 +- .../matter.js/modules/model.ClusterElement.md | 12 +- docs/matter.js/modules/model.ClusterModel.md | 2 +- .../matter.js/modules/model.CommandElement.md | 10 +- .../modules/model.Conformance.Ast.md | 14 +- docs/matter.js/modules/model.Conformance.md | 56 +- docs/matter.js/modules/model.Constraint.md | 10 +- .../modules/model.DatatypeElement.md | 18 +- .../modules/model.DeviceTypeElement.md | 10 +- .../modules/model.EndpointElement.md | 10 +- docs/matter.js/modules/model.EventElement.md | 10 +- docs/matter.js/modules/model.FabricElement.md | 10 +- docs/matter.js/modules/model.FeatureSet.md | 6 +- docs/matter.js/modules/model.FieldValue.md | 74 +- docs/matter.js/modules/model.MatterElement.md | 12 +- docs/matter.js/modules/model.MatterModel.md | 2 +- docs/matter.js/modules/model.MergeModels.md | 4 +- docs/matter.js/modules/model.Metatype.md | 8 +- docs/matter.js/modules/model.Model.md | 6 +- docs/matter.js/modules/model.NodeElement.md | 10 +- docs/matter.js/modules/model.Quality.md | 18 +- .../modules/model.RequirementElement.md | 10 +- docs/matter.js/modules/model.Specification.md | 2 +- docs/matter.js/modules/model.ValueElement.md | 8 +- docs/matter.js/modules/model.md | 198 ++--- docs/matter.js/modules/net_export.md | 6 +- docs/matter.js/modules/protocol_export.md | 4 +- .../modules/protocol_interaction_export.md | 136 +-- .../modules/protocol_securechannel_export.md | 6 +- docs/matter.js/modules/schema_export.md | 56 +- docs/matter.js/modules/session_export.md | 62 +- docs/matter.js/modules/spec_export.md | 3 + docs/matter.js/modules/storage_export.md | 6 +- docs/matter.js/modules/time_export.md | 2 +- docs/matter.js/modules/tlv_export.md | 94 +-- docs/matter.js/modules/util_export.md | 112 +-- .../modules/util_export.serialize.md | 6 +- lerna.json | 2 +- models/package.json | 6 +- package-lock.json | 56 +- packages/matter-node-ble.js/package.json | 6 +- packages/matter-node-shell.js/package.json | 8 +- packages/matter-node.js-examples/package.json | 8 +- packages/matter-node.js/package.json | 6 +- packages/matter.js-tools/package.json | 2 +- packages/matter.js/package.json | 4 +- 665 files changed, 8537 insertions(+), 7394 deletions(-) create mode 100644 docs/matter-node-ble.js/interfaces/internal_.DecodedMessage.md create mode 100644 docs/matter-node-ble.js/interfaces/internal_.DecodedPacket.md create mode 100644 docs/matter-node-ble.js/interfaces/internal_.DecodedPacketHeader.md create mode 100644 docs/matter-node.js/interfaces/exports_codec.DecodedMessage.md create mode 100644 docs/matter-node.js/interfaces/exports_codec.DecodedPacket.md create mode 100644 docs/matter-node.js/interfaces/exports_codec.DecodedPacketHeader.md create mode 100644 docs/matter-node.js/interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md create mode 100644 docs/matter-node.js/interfaces/exports_spec.MatterCoreSpecificationV1_2.md create mode 100644 docs/matter-node.js/interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md create mode 100644 docs/matter.js/interfaces/codec_export.DecodedMessage.md create mode 100644 docs/matter.js/interfaces/codec_export.DecodedPacket.md create mode 100644 docs/matter.js/interfaces/codec_export.DecodedPacketHeader.md create mode 100644 docs/matter.js/interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md create mode 100644 docs/matter.js/interfaces/spec_export.MatterCoreSpecificationV1_2.md create mode 100644 docs/matter.js/interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cdb5dd801..6bc59e7f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The main work (all changes without a GitHub username in brackets in the below li ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 0.7.2 (2023-12-04) * Matter-Core functionality: * Corrected default values for TemperatureMeasurement Cluster * Handled Message extensions and Secured extensions in matter messages correctly (means they are ignored for now but read from the data stream) diff --git a/chip-testing/package.json b/chip-testing/package.json index c49c03f0e6..d3f971f19d 100644 --- a/chip-testing/package.json +++ b/chip-testing/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter.js-chip-testing", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Testing of matter.js with CHIP tool", "private": true, "license": "Apache-2.0", @@ -20,8 +20,8 @@ "test-chip": "matter-test --force-exit" }, "dependencies": { - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter-node.js": "0.7.2", + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" } } diff --git a/codegen/package.json b/codegen/package.json index 21084fb321..17083f5945 100644 --- a/codegen/package.json +++ b/codegen/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter.js-codegen", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter.js tooling", "private": true, "type": "module", @@ -27,11 +27,11 @@ }, "homepage": "https://github.com/project-chip/matter.js#readme", "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-intermediate-models": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-intermediate-models": "0.7.2" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/jsdom": "^21.1.6", "jsdom": "^22.1.0", "typescript": "^5.2.2", diff --git a/docs/matter-node-ble.js/classes/BleBroadcaster.md b/docs/matter-node-ble.js/classes/BleBroadcaster.md index 1ba4567cc3..2e8e002963 100644 --- a/docs/matter-node-ble.js/classes/BleBroadcaster.md +++ b/docs/matter-node-ble.js/classes/BleBroadcaster.md @@ -49,7 +49,7 @@ Interface for classes that allow to announce one Matter instance. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L26) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L26) ## Properties @@ -59,7 +59,7 @@ Interface for classes that allow to announce one Matter instance. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L28) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L28) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L24) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L24) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L27) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L27) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L23) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L23) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L22) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L22) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L21) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L21) ## Methods @@ -129,7 +129,7 @@ Send out announcements for this instance. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L65) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L65) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L102) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L102) ___ @@ -163,7 +163,7 @@ Expire all announcements. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L98) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L98) ___ @@ -183,7 +183,7 @@ Expire the announcement for this commissioning instance. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L90) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L90) ___ @@ -203,7 +203,7 @@ Expire the announcement for this operative instance. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L94) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L94) ___ @@ -230,7 +230,7 @@ Set a commissionable mode and details to announce a commissionable device. #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L31) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L31) ___ @@ -256,7 +256,7 @@ Set commissioner details to announce a commissioner service for User directed co #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L60) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L60) ___ @@ -277,4 +277,4 @@ Use expireCommissioningAnnouncements = true when Fabrics are changed after a n c #### Defined in -[matter-node-ble.js/src/ble/BleBroadcaster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L53) +[matter-node-ble.js/src/ble/BleBroadcaster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleBroadcaster.ts#L53) diff --git a/docs/matter-node-ble.js/classes/BleNode.md b/docs/matter-node-ble.js/classes/BleNode.md index 0be1785fd9..8313cbba5e 100644 --- a/docs/matter-node-ble.js/classes/BleNode.md +++ b/docs/matter-node-ble.js/classes/BleNode.md @@ -46,7 +46,7 @@ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L26) +[matter-node-ble.js/src/ble/BleNode.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L26) ## Properties @@ -56,7 +56,7 @@ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L24) +[matter-node-ble.js/src/ble/BleNode.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L24) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L23) +[matter-node-ble.js/src/ble/BleNode.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L23) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L26) +[matter-node-ble.js/src/ble/BleNode.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L26) ___ @@ -122,7 +122,7 @@ matter.js/dist/esm/ble/Ble.d.ts:15 #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L44) +[matter-node-ble.js/src/ble/BleNode.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L44) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L37) +[matter-node-ble.js/src/ble/BleNode.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L37) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L30) +[matter-node-ble.js/src/ble/BleNode.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L30) ___ @@ -176,4 +176,4 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L51) +[matter-node-ble.js/src/ble/BleNode.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L51) diff --git a/docs/matter-node-ble.js/classes/BleScanner.md b/docs/matter-node-ble.js/classes/BleScanner.md index dfc8dadbe2..d76398aaeb 100644 --- a/docs/matter-node-ble.js/classes/BleScanner.md +++ b/docs/matter-node-ble.js/classes/BleScanner.md @@ -49,7 +49,7 @@ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L45) +[matter-node-ble.js/src/ble/BleScanner.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L45) ## Properties @@ -59,7 +59,7 @@ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L43) +[matter-node-ble.js/src/ble/BleScanner.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L43) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L45) +[matter-node-ble.js/src/ble/BleScanner.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L45) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L35) +[matter-node-ble.js/src/ble/BleScanner.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L35) ## Methods @@ -102,7 +102,7 @@ Some identifiers are identical to the official DNS-SD identifiers, others are cu #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L170) +[matter-node-ble.js/src/ble/BleScanner.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L170) ___ @@ -129,7 +129,7 @@ be over. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L92) +[matter-node-ble.js/src/ble/BleScanner.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L92) ___ @@ -149,7 +149,7 @@ Close the scanner server and free resources. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:272](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L272) +[matter-node-ble.js/src/ble/BleScanner.ts:272](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L272) ___ @@ -177,7 +177,7 @@ vendorId, etc.) and returns as soon as minimum one was found or the timeout is o #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:221](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L221) +[matter-node-ble.js/src/ble/BleScanner.ts:221](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L221) ___ @@ -207,7 +207,7 @@ called when it is discovered. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L238) +[matter-node-ble.js/src/ble/BleScanner.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L238) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L131) +[matter-node-ble.js/src/ble/BleScanner.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L131) ___ @@ -248,7 +248,7 @@ and return them. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:211](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L211) +[matter-node-ble.js/src/ble/BleScanner.ts:211](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L211) ___ @@ -273,7 +273,7 @@ promise. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L79) +[matter-node-ble.js/src/ble/BleScanner.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L79) ___ @@ -293,7 +293,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L183) +[matter-node-ble.js/src/ble/BleScanner.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L183) ___ @@ -319,7 +319,7 @@ Return already discovered commissionable devices and return them. Does not send #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L268) +[matter-node-ble.js/src/ble/BleScanner.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L268) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L51) +[matter-node-ble.js/src/ble/BleScanner.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L51) ___ @@ -360,7 +360,7 @@ DNS-SD queries. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L216) +[matter-node-ble.js/src/ble/BleScanner.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L216) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L97) +[matter-node-ble.js/src/ble/BleScanner.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L97) ___ @@ -406,4 +406,4 @@ The promise will be resolved when the timer runs out latest. #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L63) +[matter-node-ble.js/src/ble/BleScanner.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L63) diff --git a/docs/matter-node-ble.js/classes/internal_.BlenoBleServer.md b/docs/matter-node-ble.js/classes/internal_.BlenoBleServer.md index f2c5a1cc58..8f805e520c 100644 --- a/docs/matter-node-ble.js/classes/internal_.BlenoBleServer.md +++ b/docs/matter-node-ble.js/classes/internal_.BlenoBleServer.md @@ -65,7 +65,7 @@ one BLE device at a time! #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:144](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L144) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:144](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L144) ## Properties @@ -75,7 +75,7 @@ one BLE device at a time! #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L130) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L130) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L131) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L131) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L140) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L140) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L134) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L134) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L139) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L139) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L129) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L129) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L133) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L133) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L142) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L142) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L136) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L136) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L128) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L128) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L137) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L137) ## Accessors @@ -193,7 +193,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L392) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L392) ## Methods @@ -214,7 +214,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:313](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L313) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L313) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:357](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L357) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:357](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L357) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:362](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L362) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:362](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L362) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:371](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L371) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:371](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L371) ___ @@ -286,7 +286,7 @@ Otherwise, the data are forwarded to the BTP session handler to be decoded and p #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L217) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L217) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L290) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L290) ___ @@ -326,7 +326,7 @@ The BtpSessionHandler instance is wired with the bleno instance for sending data #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L252) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L252) ___ @@ -349,7 +349,7 @@ The relevant data needs optionally to be set before advertising, else empty data #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L305) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L305) ___ @@ -375,7 +375,7 @@ Send a Matter message to the connected device - need to do BTP assembly first. #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:384](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L384) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:384](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L384) ___ @@ -395,7 +395,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:350](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L350) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:350](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L350) ___ @@ -409,4 +409,4 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L338) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L338) diff --git a/docs/matter-node-ble.js/classes/internal_.BtpService.md b/docs/matter-node-ble.js/classes/internal_.BtpService.md index 62c3e46553..81a810668e 100644 --- a/docs/matter-node-ble.js/classes/internal_.BtpService.md +++ b/docs/matter-node-ble.js/classes/internal_.BtpService.md @@ -28,4 +28,4 @@ Bleno.PrimaryService.constructor #### Defined in -[matter-node-ble.js/src/ble/BlenoBleServer.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L106) +[matter-node-ble.js/src/ble/BlenoBleServer.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BlenoBleServer.ts#L106) diff --git a/docs/matter-node-ble.js/classes/internal_.NobleBleClient.md b/docs/matter-node-ble.js/classes/internal_.NobleBleClient.md index 370f9d8465..978bcc8fec 100644 --- a/docs/matter-node-ble.js/classes/internal_.NobleBleClient.md +++ b/docs/matter-node-ble.js/classes/internal_.NobleBleClient.md @@ -39,7 +39,7 @@ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L40) +[matter-node-ble.js/src/ble/NobleBleClient.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L40) ## Properties @@ -49,7 +49,7 @@ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L38) +[matter-node-ble.js/src/ble/NobleBleClient.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L38) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L31) +[matter-node-ble.js/src/ble/NobleBleClient.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L31) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L36) +[matter-node-ble.js/src/ble/NobleBleClient.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L36) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L37) +[matter-node-ble.js/src/ble/NobleBleClient.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L37) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L35) +[matter-node-ble.js/src/ble/NobleBleClient.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L35) ## Methods @@ -109,7 +109,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L91) +[matter-node-ble.js/src/ble/NobleBleClient.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L91) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L67) +[matter-node-ble.js/src/ble/NobleBleClient.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L67) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L74) +[matter-node-ble.js/src/ble/NobleBleClient.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L74) ___ @@ -157,4 +157,4 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/NobleBleClient.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L86) +[matter-node-ble.js/src/ble/NobleBleClient.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/NobleBleClient.ts#L86) diff --git a/docs/matter-node-ble.js/classes/internal_.SecureSession.md b/docs/matter-node-ble.js/classes/internal_.SecureSession.md index 6c3f0b8344..2f7bb557c8 100644 --- a/docs/matter-node-ble.js/classes/internal_.SecureSession.md +++ b/docs/matter-node-ble.js/classes/internal_.SecureSession.md @@ -448,17 +448,18 @@ ___ ### decode -▸ **decode**(`«destructured»`): [`Message`](../interfaces/internal_.Message.md) +▸ **decode**(`«destructured»`, `aad`): [`DecodedMessage`](../interfaces/internal_.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`Packet`](../interfaces/internal_.Packet.md) | +| `«destructured»` | [`DecodedPacket`](../interfaces/internal_.DecodedPacket.md) | +| `aad` | `Uint8Array` | #### Returns -[`Message`](../interfaces/internal_.Message.md) +[`DecodedMessage`](../interfaces/internal_.DecodedMessage.md) #### Implementation of diff --git a/docs/matter-node-ble.js/classes/internal_.UnsecureSession.md b/docs/matter-node-ble.js/classes/internal_.UnsecureSession.md index 3f658f62aa..86b374a8df 100644 --- a/docs/matter-node-ble.js/classes/internal_.UnsecureSession.md +++ b/docs/matter-node-ble.js/classes/internal_.UnsecureSession.md @@ -128,17 +128,17 @@ matter.js/dist/esm/session/UnsecureSession.d.ts:24 ### decode -▸ **decode**(`packet`): [`Message`](../interfaces/internal_.Message.md) +▸ **decode**(`packet`): [`DecodedMessage`](../interfaces/internal_.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](../interfaces/internal_.Packet.md) | +| `packet` | [`DecodedPacket`](../interfaces/internal_.DecodedPacket.md) | #### Returns -[`Message`](../interfaces/internal_.Message.md) +[`DecodedMessage`](../interfaces/internal_.DecodedMessage.md) #### Implementation of diff --git a/docs/matter-node-ble.js/enums/internal_.SessionType.md b/docs/matter-node-ble.js/enums/internal_.SessionType.md index defba6139b..680760c058 100644 --- a/docs/matter-node-ble.js/enums/internal_.SessionType.md +++ b/docs/matter-node-ble.js/enums/internal_.SessionType.md @@ -19,7 +19,7 @@ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:38 +matter.js/dist/esm/codec/MessageCodec.d.ts:50 ___ @@ -29,4 +29,4 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:39 +matter.js/dist/esm/codec/MessageCodec.d.ts:51 diff --git a/docs/matter-node-ble.js/interfaces/internal_.DecodedMessage.md b/docs/matter-node-ble.js/interfaces/internal_.DecodedMessage.md new file mode 100644 index 0000000000..ae86cab742 --- /dev/null +++ b/docs/matter-node-ble.js/interfaces/internal_.DecodedMessage.md @@ -0,0 +1,76 @@ +[@project-chip/matter-node-ble.js](../README.md) / [Exports](../modules.md) / [](../modules/internal_.md) / DecodedMessage + +# Interface: DecodedMessage + +[](../modules/internal_.md).DecodedMessage + +## Hierarchy + +- [`Message`](internal_.Message.md) + + ↳ **`DecodedMessage`** + +## Table of contents + +### Properties + +- [packetHeader](internal_.DecodedMessage.md#packetheader) +- [payload](internal_.DecodedMessage.md#payload) +- [payloadHeader](internal_.DecodedMessage.md#payloadheader) +- [securityExtension](internal_.DecodedMessage.md#securityextension) + +## Properties + +### packetHeader + +• **packetHeader**: [`DecodedPacketHeader`](internal_.DecodedPacketHeader.md) + +#### Overrides + +[Message](internal_.Message.md).[packetHeader](internal_.Message.md#packetheader) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:47 + +___ + +### payload + +• **payload**: `Uint8Array` + +#### Inherited from + +[Message](internal_.Message.md).[payload](internal_.Message.md#payload) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:44 + +___ + +### payloadHeader + +• **payloadHeader**: [`PayloadHeader`](internal_.PayloadHeader.md) + +#### Inherited from + +[Message](internal_.Message.md).[payloadHeader](internal_.Message.md#payloadheader) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:42 + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Inherited from + +[Message](internal_.Message.md).[securityExtension](internal_.Message.md#securityextension) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:43 diff --git a/docs/matter-node-ble.js/interfaces/internal_.DecodedPacket.md b/docs/matter-node-ble.js/interfaces/internal_.DecodedPacket.md new file mode 100644 index 0000000000..ddbdc92080 --- /dev/null +++ b/docs/matter-node-ble.js/interfaces/internal_.DecodedPacket.md @@ -0,0 +1,61 @@ +[@project-chip/matter-node-ble.js](../README.md) / [Exports](../modules.md) / [](../modules/internal_.md) / DecodedPacket + +# Interface: DecodedPacket + +[](../modules/internal_.md).DecodedPacket + +## Hierarchy + +- [`Packet`](internal_.Packet.md) + + ↳ **`DecodedPacket`** + +## Table of contents + +### Properties + +- [applicationPayload](internal_.DecodedPacket.md#applicationpayload) +- [header](internal_.DecodedPacket.md#header) +- [messageExtension](internal_.DecodedPacket.md#messageextension) + +## Properties + +### applicationPayload + +• **applicationPayload**: `Uint8Array` + +#### Inherited from + +[Packet](internal_.Packet.md).[applicationPayload](internal_.Packet.md#applicationpayload) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:35 + +___ + +### header + +• **header**: [`DecodedPacketHeader`](internal_.DecodedPacketHeader.md) + +#### Overrides + +[Packet](internal_.Packet.md).[header](internal_.Packet.md#header) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:38 + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Inherited from + +[Packet](internal_.Packet.md).[messageExtension](internal_.Packet.md#messageextension) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:34 diff --git a/docs/matter-node-ble.js/interfaces/internal_.DecodedPacketHeader.md b/docs/matter-node-ble.js/interfaces/internal_.DecodedPacketHeader.md new file mode 100644 index 0000000000..38e2ac31a3 --- /dev/null +++ b/docs/matter-node-ble.js/interfaces/internal_.DecodedPacketHeader.md @@ -0,0 +1,162 @@ +[@project-chip/matter-node-ble.js](../README.md) / [Exports](../modules.md) / [](../modules/internal_.md) / DecodedPacketHeader + +# Interface: DecodedPacketHeader + +[](../modules/internal_.md).DecodedPacketHeader + +## Hierarchy + +- [`PacketHeader`](internal_.PacketHeader.md) + + ↳ **`DecodedPacketHeader`** + +## Table of contents + +### Properties + +- [destGroupId](internal_.DecodedPacketHeader.md#destgroupid) +- [destNodeId](internal_.DecodedPacketHeader.md#destnodeid) +- [hasMessageExtensions](internal_.DecodedPacketHeader.md#hasmessageextensions) +- [hasPrivacyEnhancements](internal_.DecodedPacketHeader.md#hasprivacyenhancements) +- [isControlMessage](internal_.DecodedPacketHeader.md#iscontrolmessage) +- [messageId](internal_.DecodedPacketHeader.md#messageid) +- [securityFlags](internal_.DecodedPacketHeader.md#securityflags) +- [sessionId](internal_.DecodedPacketHeader.md#sessionid) +- [sessionType](internal_.DecodedPacketHeader.md#sessiontype) +- [sourceNodeId](internal_.DecodedPacketHeader.md#sourcenodeid) + +## Properties + +### destGroupId + +• `Optional` **destGroupId**: `number` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[destGroupId](internal_.PacketHeader.md#destgroupid) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:18 + +___ + +### destNodeId + +• `Optional` **destNodeId**: [`NodeId`](../modules/internal_.md#nodeid) + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[destNodeId](internal_.PacketHeader.md#destnodeid) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:17 + +___ + +### hasMessageExtensions + +• **hasMessageExtensions**: `boolean` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[hasMessageExtensions](internal_.PacketHeader.md#hasmessageextensions) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:14 + +___ + +### hasPrivacyEnhancements + +• **hasPrivacyEnhancements**: `boolean` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[hasPrivacyEnhancements](internal_.PacketHeader.md#hasprivacyenhancements) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:12 + +___ + +### isControlMessage + +• **isControlMessage**: `boolean` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[isControlMessage](internal_.PacketHeader.md#iscontrolmessage) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:13 + +___ + +### messageId + +• **messageId**: `number` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[messageId](internal_.PacketHeader.md#messageid) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:15 + +___ + +### securityFlags + +• **securityFlags**: `number` + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:21 + +___ + +### sessionId + +• **sessionId**: `number` + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[sessionId](internal_.PacketHeader.md#sessionid) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:10 + +___ + +### sessionType + +• **sessionType**: [`SessionType`](../enums/internal_.SessionType.md) + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[sessionType](internal_.PacketHeader.md#sessiontype) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:11 + +___ + +### sourceNodeId + +• `Optional` **sourceNodeId**: [`NodeId`](../modules/internal_.md#nodeid) + +#### Inherited from + +[PacketHeader](internal_.PacketHeader.md).[sourceNodeId](internal_.PacketHeader.md#sourcenodeid) + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:16 diff --git a/docs/matter-node-ble.js/interfaces/internal_.Message.md b/docs/matter-node-ble.js/interfaces/internal_.Message.md index 0c3d2c75a9..74add8f422 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.Message.md +++ b/docs/matter-node-ble.js/interfaces/internal_.Message.md @@ -4,6 +4,12 @@ [](../modules/internal_.md).Message +## Hierarchy + +- **`Message`** + + ↳ [`DecodedMessage`](internal_.DecodedMessage.md) + ## Table of contents ### Properties @@ -11,6 +17,7 @@ - [packetHeader](internal_.Message.md#packetheader) - [payload](internal_.Message.md#payload) - [payloadHeader](internal_.Message.md#payloadheader) +- [securityExtension](internal_.Message.md#securityextension) ## Properties @@ -20,7 +27,7 @@ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:33 +matter.js/dist/esm/codec/MessageCodec.d.ts:41 ___ @@ -30,7 +37,7 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:35 +matter.js/dist/esm/codec/MessageCodec.d.ts:44 ___ @@ -40,4 +47,14 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:34 +matter.js/dist/esm/codec/MessageCodec.d.ts:42 + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:43 diff --git a/docs/matter-node-ble.js/interfaces/internal_.MrpParameters.md b/docs/matter-node-ble.js/interfaces/internal_.MrpParameters.md index 56dd1c1ea0..735d33792c 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.MrpParameters.md +++ b/docs/matter-node-ble.js/interfaces/internal_.MrpParameters.md @@ -20,7 +20,7 @@ #### Defined in -matter.js/dist/esm/session/Session.d.ts:20 +matter.js/dist/esm/session/Session.d.ts:21 ___ @@ -30,7 +30,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:19 +matter.js/dist/esm/session/Session.d.ts:20 ___ @@ -40,4 +40,4 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:21 +matter.js/dist/esm/session/Session.d.ts:22 diff --git a/docs/matter-node-ble.js/interfaces/internal_.Packet.md b/docs/matter-node-ble.js/interfaces/internal_.Packet.md index 863dfe65d1..8ef75a303a 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.Packet.md +++ b/docs/matter-node-ble.js/interfaces/internal_.Packet.md @@ -4,22 +4,29 @@ [](../modules/internal_.md).Packet +## Hierarchy + +- **`Packet`** + + ↳ [`DecodedPacket`](internal_.DecodedPacket.md) + ## Table of contents ### Properties -- [bytes](internal_.Packet.md#bytes) +- [applicationPayload](internal_.Packet.md#applicationpayload) - [header](internal_.Packet.md#header) +- [messageExtension](internal_.Packet.md#messageextension) ## Properties -### bytes +### applicationPayload -• **bytes**: `Uint8Array` +• **applicationPayload**: `Uint8Array` #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:30 +matter.js/dist/esm/codec/MessageCodec.d.ts:35 ___ @@ -29,4 +36,14 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:29 +matter.js/dist/esm/codec/MessageCodec.d.ts:33 + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:34 diff --git a/docs/matter-node-ble.js/interfaces/internal_.PacketHeader.md b/docs/matter-node-ble.js/interfaces/internal_.PacketHeader.md index f91f3b03c5..3ee5dfcfe1 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.PacketHeader.md +++ b/docs/matter-node-ble.js/interfaces/internal_.PacketHeader.md @@ -4,6 +4,12 @@ [](../modules/internal_.md).PacketHeader +## Hierarchy + +- **`PacketHeader`** + + ↳ [`DecodedPacketHeader`](internal_.DecodedPacketHeader.md) + ## Table of contents ### Properties diff --git a/docs/matter-node-ble.js/interfaces/internal_.PayloadHeader.md b/docs/matter-node-ble.js/interfaces/internal_.PayloadHeader.md index 9ad9a7918f..ad49c12fa0 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.PayloadHeader.md +++ b/docs/matter-node-ble.js/interfaces/internal_.PayloadHeader.md @@ -10,6 +10,7 @@ - [ackedMessageId](internal_.PayloadHeader.md#ackedmessageid) - [exchangeId](internal_.PayloadHeader.md#exchangeid) +- [hasSecuredExtension](internal_.PayloadHeader.md#hassecuredextension) - [isInitiatorMessage](internal_.PayloadHeader.md#isinitiatormessage) - [messageType](internal_.PayloadHeader.md#messagetype) - [protocolId](internal_.PayloadHeader.md#protocolid) @@ -23,7 +24,7 @@ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:26 +matter.js/dist/esm/codec/MessageCodec.d.ts:29 ___ @@ -33,7 +34,17 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:21 +matter.js/dist/esm/codec/MessageCodec.d.ts:24 + +___ + +### hasSecuredExtension + +• **hasSecuredExtension**: `boolean` + +#### Defined in + +matter.js/dist/esm/codec/MessageCodec.d.ts:30 ___ @@ -43,7 +54,7 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:24 +matter.js/dist/esm/codec/MessageCodec.d.ts:27 ___ @@ -53,7 +64,7 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:23 +matter.js/dist/esm/codec/MessageCodec.d.ts:26 ___ @@ -63,7 +74,7 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:22 +matter.js/dist/esm/codec/MessageCodec.d.ts:25 ___ @@ -73,4 +84,4 @@ ___ #### Defined in -matter.js/dist/esm/codec/MessageCodec.d.ts:25 +matter.js/dist/esm/codec/MessageCodec.d.ts:28 diff --git a/docs/matter-node-ble.js/interfaces/internal_.Session.md b/docs/matter-node-ble.js/interfaces/internal_.Session.md index 8105c030de..80d46d91d8 100644 --- a/docs/matter-node-ble.js/interfaces/internal_.Session.md +++ b/docs/matter-node-ble.js/interfaces/internal_.Session.md @@ -48,7 +48,7 @@ #### Defined in -matter.js/dist/esm/session/Session.d.ts:25 +matter.js/dist/esm/session/Session.d.ts:26 ___ @@ -58,27 +58,28 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:24 +matter.js/dist/esm/session/Session.d.ts:25 ## Methods ### decode -▸ **decode**(`packet`): [`Message`](internal_.Message.md) +▸ **decode**(`packet`, `aad?`): [`DecodedMessage`](internal_.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](internal_.Packet.md) | +| `packet` | [`DecodedPacket`](internal_.DecodedPacket.md) | +| `aad?` | `Uint8Array` | #### Returns -[`Message`](internal_.Message.md) +[`DecodedMessage`](internal_.DecodedMessage.md) #### Defined in -matter.js/dist/esm/session/Session.d.ts:28 +matter.js/dist/esm/session/Session.d.ts:29 ___ @@ -99,7 +100,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:37 +matter.js/dist/esm/session/Session.d.ts:38 ___ @@ -119,7 +120,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:29 +matter.js/dist/esm/session/Session.d.ts:30 ___ @@ -139,7 +140,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:36 +matter.js/dist/esm/session/Session.d.ts:37 ___ @@ -153,7 +154,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:40 +matter.js/dist/esm/session/Session.d.ts:41 ___ @@ -167,7 +168,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:31 +matter.js/dist/esm/session/Session.d.ts:32 ___ @@ -181,7 +182,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:32 +matter.js/dist/esm/session/Session.d.ts:33 ___ @@ -195,7 +196,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:30 +matter.js/dist/esm/session/Session.d.ts:31 ___ @@ -209,7 +210,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:34 +matter.js/dist/esm/session/Session.d.ts:35 ___ @@ -223,7 +224,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:35 +matter.js/dist/esm/session/Session.d.ts:36 ___ @@ -237,7 +238,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:33 +matter.js/dist/esm/session/Session.d.ts:34 ___ @@ -251,7 +252,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:27 +matter.js/dist/esm/session/Session.d.ts:28 ___ @@ -265,7 +266,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:39 +matter.js/dist/esm/session/Session.d.ts:40 ___ @@ -279,7 +280,7 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:26 +matter.js/dist/esm/session/Session.d.ts:27 ___ @@ -299,4 +300,4 @@ ___ #### Defined in -matter.js/dist/esm/session/Session.d.ts:38 +matter.js/dist/esm/session/Session.d.ts:39 diff --git a/docs/matter-node-ble.js/modules.md b/docs/matter-node-ble.js/modules.md index 5d6e376fd1..b4fd502064 100644 --- a/docs/matter-node-ble.js/modules.md +++ b/docs/matter-node-ble.js/modules.md @@ -33,7 +33,7 @@ #### Defined in -[matter-node-ble.js/src/ble/BleNode.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleNode.ts#L18) +[matter-node-ble.js/src/ble/BleNode.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleNode.ts#L18) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L24) +[matter-node-ble.js/src/ble/BleScanner.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L24) diff --git a/docs/matter-node-ble.js/modules/internal_.md b/docs/matter-node-ble.js/modules/internal_.md index 3f413bea25..69a2ba6e40 100644 --- a/docs/matter-node-ble.js/modules/internal_.md +++ b/docs/matter-node-ble.js/modules/internal_.md @@ -107,6 +107,9 @@ - [CommandPath](../interfaces/internal_.CommandPath.md) - [CommandWithPath](../interfaces/internal_.CommandWithPath.md) - [Commands](../interfaces/internal_.Commands.md) +- [DecodedMessage](../interfaces/internal_.DecodedMessage.md) +- [DecodedPacket](../interfaces/internal_.DecodedPacket.md) +- [DecodedPacketHeader](../interfaces/internal_.DecodedPacketHeader.md) - [DeviceTypeDefinition](../interfaces/internal_.DeviceTypeDefinition.md) - [EndpointOptions](../interfaces/internal_.EndpointOptions.md) - [Event](../interfaces/internal_.Event.md) @@ -983,7 +986,7 @@ ___ #### Defined in -[matter-node-ble.js/src/ble/BleScanner.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node-ble.js/src/ble/BleScanner.ts#L30) +[matter-node-ble.js/src/ble/BleScanner.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node-ble.js/src/ble/BleScanner.ts#L30) ___ diff --git a/docs/matter-node.js/classes/crypto_export.CryptoNode.md b/docs/matter-node.js/classes/crypto_export.CryptoNode.md index 94544240ff..8037f6559e 100644 --- a/docs/matter-node.js/classes/crypto_export.CryptoNode.md +++ b/docs/matter-node.js/classes/crypto_export.CryptoNode.md @@ -600,7 +600,7 @@ packages/matter.js/dist/esm/crypto/Crypto.d.ts:62 #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L152) +[packages/matter-node.js/src/crypto/CryptoNode.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L152) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L35) +[packages/matter-node.js/src/crypto/CryptoNode.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L35) ___ @@ -650,7 +650,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L53) +[packages/matter-node.js/src/crypto/CryptoNode.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L53) ___ @@ -679,7 +679,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L59) +[packages/matter-node.js/src/crypto/CryptoNode.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L59) ___ @@ -704,7 +704,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L68) +[packages/matter-node.js/src/crypto/CryptoNode.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L68) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L23) +[packages/matter-node.js/src/crypto/CryptoNode.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L23) ___ @@ -755,7 +755,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L49) +[packages/matter-node.js/src/crypto/CryptoNode.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L49) ___ @@ -779,7 +779,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L72) +[packages/matter-node.js/src/crypto/CryptoNode.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L72) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L91) +[packages/matter-node.js/src/crypto/CryptoNode.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L91) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L105) +[packages/matter-node.js/src/crypto/CryptoNode.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L105) ___ @@ -858,7 +858,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L82) +[packages/matter-node.js/src/crypto/CryptoNode.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L82) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L111) +[packages/matter-node.js/src/crypto/CryptoNode.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L111) ___ @@ -911,4 +911,4 @@ ___ #### Defined in -[packages/matter-node.js/src/crypto/CryptoNode.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/crypto/CryptoNode.ts#L132) +[packages/matter-node.js/src/crypto/CryptoNode.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/crypto/CryptoNode.ts#L132) diff --git a/docs/matter-node.js/classes/exports_codec.MessageCodec.md b/docs/matter-node.js/classes/exports_codec.MessageCodec.md index 3ade78fece..27c79abe02 100644 --- a/docs/matter-node.js/classes/exports_codec.MessageCodec.md +++ b/docs/matter-node.js/classes/exports_codec.MessageCodec.md @@ -39,7 +39,7 @@ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:46 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:58 ___ @@ -49,7 +49,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:47 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:59 ___ @@ -59,13 +59,13 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:50 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:62 ## Methods ### decodePacket -▸ `Static` **decodePacket**(`data`): [`Packet`](../interfaces/exports_codec.Packet.md) +▸ `Static` **decodePacket**(`data`): [`DecodedPacket`](../interfaces/exports_codec.DecodedPacket.md) #### Parameters @@ -75,31 +75,31 @@ packages/matter.js/dist/esm/codec/MessageCodec.d.ts:50 #### Returns -[`Packet`](../interfaces/exports_codec.Packet.md) +[`DecodedPacket`](../interfaces/exports_codec.DecodedPacket.md) #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:42 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:54 ___ ### decodePayload -▸ `Static` **decodePayload**(`«destructured»`): [`Message`](../interfaces/exports_codec.Message.md) +▸ `Static` **decodePayload**(`«destructured»`): [`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`Packet`](../interfaces/exports_codec.Packet.md) | +| `«destructured»` | [`DecodedPacket`](../interfaces/exports_codec.DecodedPacket.md) | #### Returns -[`Message`](../interfaces/exports_codec.Message.md) +[`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:43 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:55 ___ @@ -119,7 +119,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:45 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:57 ___ @@ -139,7 +139,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:48 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:60 ___ @@ -159,7 +159,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:44 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:56 ___ @@ -179,4 +179,4 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:49 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:61 diff --git a/docs/matter-node.js/classes/exports_session.SecureSession.md b/docs/matter-node.js/classes/exports_session.SecureSession.md index 7b3e2eaf81..1683bc7edf 100644 --- a/docs/matter-node.js/classes/exports_session.SecureSession.md +++ b/docs/matter-node.js/classes/exports_session.SecureSession.md @@ -448,17 +448,18 @@ ___ ### decode -▸ **decode**(`«destructured»`): [`Message`](../interfaces/exports_codec.Message.md) +▸ **decode**(`«destructured»`, `aad`): [`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`Packet`](../interfaces/exports_codec.Packet.md) | +| `«destructured»` | [`DecodedPacket`](../interfaces/exports_codec.DecodedPacket.md) | +| `aad` | `Uint8Array` | #### Returns -[`Message`](../interfaces/exports_codec.Message.md) +[`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Implementation of diff --git a/docs/matter-node.js/classes/exports_session.UnsecureSession.md b/docs/matter-node.js/classes/exports_session.UnsecureSession.md index df527777c6..d0507fddb6 100644 --- a/docs/matter-node.js/classes/exports_session.UnsecureSession.md +++ b/docs/matter-node.js/classes/exports_session.UnsecureSession.md @@ -128,17 +128,17 @@ packages/matter.js/dist/esm/session/UnsecureSession.d.ts:24 ### decode -▸ **decode**(`packet`): [`Message`](../interfaces/exports_codec.Message.md) +▸ **decode**(`packet`): [`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](../interfaces/exports_codec.Packet.md) | +| `packet` | [`DecodedPacket`](../interfaces/exports_codec.DecodedPacket.md) | #### Returns -[`Message`](../interfaces/exports_codec.Message.md) +[`DecodedMessage`](../interfaces/exports_codec.DecodedMessage.md) #### Implementation of diff --git a/docs/matter-node.js/classes/net_export.NetworkNode.md b/docs/matter-node.js/classes/net_export.NetworkNode.md index b9e1ebfc00..7989c8a59c 100644 --- a/docs/matter-node.js/classes/net_export.NetworkNode.md +++ b/docs/matter-node.js/classes/net_export.NetworkNode.md @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L64) +[packages/matter-node.js/src/net/NetworkNode.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L64) ## Methods @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L69) +[packages/matter-node.js/src/net/NetworkNode.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L69) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L128) +[packages/matter-node.js/src/net/NetworkNode.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L128) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L122) +[packages/matter-node.js/src/net/NetworkNode.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L122) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L110) +[packages/matter-node.js/src/net/NetworkNode.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L110) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L28) +[packages/matter-node.js/src/net/NetworkNode.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L28) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L17) +[packages/matter-node.js/src/net/NetworkNode.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L17) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L58) +[packages/matter-node.js/src/net/NetworkNode.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L58) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L73) +[packages/matter-node.js/src/net/NetworkNode.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L73) ___ @@ -259,7 +259,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L52) +[packages/matter-node.js/src/net/NetworkNode.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L52) ___ @@ -280,4 +280,4 @@ ___ #### Defined in -[packages/matter-node.js/src/net/NetworkNode.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/NetworkNode.ts#L97) +[packages/matter-node.js/src/net/NetworkNode.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/NetworkNode.ts#L97) diff --git a/docs/matter-node.js/classes/net_export.UdpChannelNode.md b/docs/matter-node.js/classes/net_export.UdpChannelNode.md index 88a4b28308..9431486416 100644 --- a/docs/matter-node.js/classes/net_export.UdpChannelNode.md +++ b/docs/matter-node.js/classes/net_export.UdpChannelNode.md @@ -41,7 +41,7 @@ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L98) +[packages/matter-node.js/src/net/UdpChannelNode.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L101) ## Properties @@ -51,7 +51,7 @@ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L100) +[packages/matter-node.js/src/net/UdpChannelNode.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L103) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L99) +[packages/matter-node.js/src/net/UdpChannelNode.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L102) ## Methods @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L130) +[packages/matter-node.js/src/net/UdpChannelNode.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L147) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L103) +[packages/matter-node.js/src/net/UdpChannelNode.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L106) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L118) +[packages/matter-node.js/src/net/UdpChannelNode.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L127) ___ @@ -153,4 +153,4 @@ ___ #### Defined in -[packages/matter-node.js/src/net/UdpChannelNode.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/net/UdpChannelNode.ts#L41) +[packages/matter-node.js/src/net/UdpChannelNode.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/net/UdpChannelNode.ts#L44) diff --git a/docs/matter-node.js/classes/storage_export.StorageBackendDisk.md b/docs/matter-node.js/classes/storage_export.StorageBackendDisk.md index ce7bf475fd..7568eeea8b 100644 --- a/docs/matter-node.js/classes/storage_export.StorageBackendDisk.md +++ b/docs/matter-node.js/classes/storage_export.StorageBackendDisk.md @@ -46,7 +46,7 @@ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L14) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L14) ## Properties @@ -56,7 +56,7 @@ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L12) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L12) ## Methods @@ -77,7 +77,7 @@ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L43) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L43) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L27) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L27) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L78) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L78) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L23) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L23) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L61) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L61) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L51) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L51) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L31) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L31) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L19) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L19) ___ @@ -254,7 +254,7 @@ Returns all keys of a storage context without keys of sub-contexts #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L66) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L66) ___ @@ -286,4 +286,4 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendDisk.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L57) +[packages/matter-node.js/src/storage/StorageBackendDisk.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendDisk.ts#L57) diff --git a/docs/matter-node.js/classes/storage_export.StorageBackendJsonFile.md b/docs/matter-node.js/classes/storage_export.StorageBackendJsonFile.md index 0053b1a260..54cd462747 100644 --- a/docs/matter-node.js/classes/storage_export.StorageBackendJsonFile.md +++ b/docs/matter-node.js/classes/storage_export.StorageBackendJsonFile.md @@ -60,7 +60,7 @@ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L27) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L27) ## Properties @@ -70,7 +70,7 @@ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L23) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L23) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L22) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L22) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L20) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L20) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L24) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L24) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L27) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L27) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L25) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L25) ___ @@ -154,7 +154,7 @@ We store changes after a value was set to the storage, but not more often than t #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L19) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L19) ## Methods @@ -172,7 +172,7 @@ We store changes after a value was set to the storage, but not more often than t #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L63) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L63) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L82) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L82) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L68) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L68) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L58) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L58) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L92) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L92) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L31) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L31) ___ @@ -378,7 +378,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L53) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L53) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L88) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L88) ___ @@ -412,4 +412,4 @@ ___ #### Defined in -[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L44) +[packages/matter-node.js/src/storage/StorageBackendJsonFile.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/storage/StorageBackendJsonFile.ts#L44) diff --git a/docs/matter-node.js/classes/time_export.TimeNode.md b/docs/matter-node.js/classes/time_export.TimeNode.md index ffaf167aa3..5acb4eb3fe 100644 --- a/docs/matter-node.js/classes/time_export.TimeNode.md +++ b/docs/matter-node.js/classes/time_export.TimeNode.md @@ -219,7 +219,7 @@ Returns a timer that will periodically call callback at intervalMs intervals. #### Defined in -[packages/matter-node.js/src/time/TimeNode.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/time/TimeNode.ts#L58) +[packages/matter-node.js/src/time/TimeNode.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/time/TimeNode.ts#L58) ___ @@ -246,7 +246,7 @@ Returns a timer that will call callback after durationMs has passed. #### Defined in -[packages/matter-node.js/src/time/TimeNode.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/time/TimeNode.ts#L54) +[packages/matter-node.js/src/time/TimeNode.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/time/TimeNode.ts#L54) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[packages/matter-node.js/src/time/TimeNode.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/time/TimeNode.ts#L46) +[packages/matter-node.js/src/time/TimeNode.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/time/TimeNode.ts#L46) ___ @@ -282,4 +282,4 @@ ___ #### Defined in -[packages/matter-node.js/src/time/TimeNode.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/time/TimeNode.ts#L50) +[packages/matter-node.js/src/time/TimeNode.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/time/TimeNode.ts#L50) diff --git a/docs/matter-node.js/enums/exports_codec.SessionType.md b/docs/matter-node.js/enums/exports_codec.SessionType.md index c297a6319f..efc0b6a890 100644 --- a/docs/matter-node.js/enums/exports_codec.SessionType.md +++ b/docs/matter-node.js/enums/exports_codec.SessionType.md @@ -19,7 +19,7 @@ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:38 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:50 ___ @@ -29,4 +29,4 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:39 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:51 diff --git a/docs/matter-node.js/interfaces/export._internal_.MrpParameters.md b/docs/matter-node.js/interfaces/export._internal_.MrpParameters.md index d15d8207eb..4b2975c7e7 100644 --- a/docs/matter-node.js/interfaces/export._internal_.MrpParameters.md +++ b/docs/matter-node.js/interfaces/export._internal_.MrpParameters.md @@ -20,7 +20,7 @@ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:20 +packages/matter.js/dist/esm/session/Session.d.ts:21 ___ @@ -30,7 +30,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:19 +packages/matter.js/dist/esm/session/Session.d.ts:20 ___ @@ -40,4 +40,4 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:21 +packages/matter.js/dist/esm/session/Session.d.ts:22 diff --git a/docs/matter-node.js/interfaces/exports_codec.DecodedMessage.md b/docs/matter-node.js/interfaces/exports_codec.DecodedMessage.md new file mode 100644 index 0000000000..120c89d4e9 --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_codec.DecodedMessage.md @@ -0,0 +1,76 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/codec](../modules/exports_codec.md) / DecodedMessage + +# Interface: DecodedMessage + +[exports/codec](../modules/exports_codec.md).DecodedMessage + +## Hierarchy + +- [`Message`](exports_codec.Message.md) + + ↳ **`DecodedMessage`** + +## Table of contents + +### Properties + +- [packetHeader](exports_codec.DecodedMessage.md#packetheader) +- [payload](exports_codec.DecodedMessage.md#payload) +- [payloadHeader](exports_codec.DecodedMessage.md#payloadheader) +- [securityExtension](exports_codec.DecodedMessage.md#securityextension) + +## Properties + +### packetHeader + +• **packetHeader**: [`DecodedPacketHeader`](exports_codec.DecodedPacketHeader.md) + +#### Overrides + +[Message](exports_codec.Message.md).[packetHeader](exports_codec.Message.md#packetheader) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:47 + +___ + +### payload + +• **payload**: `Uint8Array` + +#### Inherited from + +[Message](exports_codec.Message.md).[payload](exports_codec.Message.md#payload) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:44 + +___ + +### payloadHeader + +• **payloadHeader**: [`PayloadHeader`](exports_codec.PayloadHeader.md) + +#### Inherited from + +[Message](exports_codec.Message.md).[payloadHeader](exports_codec.Message.md#payloadheader) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:42 + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Inherited from + +[Message](exports_codec.Message.md).[securityExtension](exports_codec.Message.md#securityextension) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:43 diff --git a/docs/matter-node.js/interfaces/exports_codec.DecodedPacket.md b/docs/matter-node.js/interfaces/exports_codec.DecodedPacket.md new file mode 100644 index 0000000000..f8e71751c2 --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_codec.DecodedPacket.md @@ -0,0 +1,61 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/codec](../modules/exports_codec.md) / DecodedPacket + +# Interface: DecodedPacket + +[exports/codec](../modules/exports_codec.md).DecodedPacket + +## Hierarchy + +- [`Packet`](exports_codec.Packet.md) + + ↳ **`DecodedPacket`** + +## Table of contents + +### Properties + +- [applicationPayload](exports_codec.DecodedPacket.md#applicationpayload) +- [header](exports_codec.DecodedPacket.md#header) +- [messageExtension](exports_codec.DecodedPacket.md#messageextension) + +## Properties + +### applicationPayload + +• **applicationPayload**: `Uint8Array` + +#### Inherited from + +[Packet](exports_codec.Packet.md).[applicationPayload](exports_codec.Packet.md#applicationpayload) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:35 + +___ + +### header + +• **header**: [`DecodedPacketHeader`](exports_codec.DecodedPacketHeader.md) + +#### Overrides + +[Packet](exports_codec.Packet.md).[header](exports_codec.Packet.md#header) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:38 + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Inherited from + +[Packet](exports_codec.Packet.md).[messageExtension](exports_codec.Packet.md#messageextension) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:34 diff --git a/docs/matter-node.js/interfaces/exports_codec.DecodedPacketHeader.md b/docs/matter-node.js/interfaces/exports_codec.DecodedPacketHeader.md new file mode 100644 index 0000000000..3df5d4e93e --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_codec.DecodedPacketHeader.md @@ -0,0 +1,162 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/codec](../modules/exports_codec.md) / DecodedPacketHeader + +# Interface: DecodedPacketHeader + +[exports/codec](../modules/exports_codec.md).DecodedPacketHeader + +## Hierarchy + +- [`PacketHeader`](exports_codec.PacketHeader.md) + + ↳ **`DecodedPacketHeader`** + +## Table of contents + +### Properties + +- [destGroupId](exports_codec.DecodedPacketHeader.md#destgroupid) +- [destNodeId](exports_codec.DecodedPacketHeader.md#destnodeid) +- [hasMessageExtensions](exports_codec.DecodedPacketHeader.md#hasmessageextensions) +- [hasPrivacyEnhancements](exports_codec.DecodedPacketHeader.md#hasprivacyenhancements) +- [isControlMessage](exports_codec.DecodedPacketHeader.md#iscontrolmessage) +- [messageId](exports_codec.DecodedPacketHeader.md#messageid) +- [securityFlags](exports_codec.DecodedPacketHeader.md#securityflags) +- [sessionId](exports_codec.DecodedPacketHeader.md#sessionid) +- [sessionType](exports_codec.DecodedPacketHeader.md#sessiontype) +- [sourceNodeId](exports_codec.DecodedPacketHeader.md#sourcenodeid) + +## Properties + +### destGroupId + +• `Optional` **destGroupId**: `number` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[destGroupId](exports_codec.PacketHeader.md#destgroupid) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:18 + +___ + +### destNodeId + +• `Optional` **destNodeId**: [`NodeId`](../modules/exports_datatype.md#nodeid) + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[destNodeId](exports_codec.PacketHeader.md#destnodeid) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:17 + +___ + +### hasMessageExtensions + +• **hasMessageExtensions**: `boolean` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[hasMessageExtensions](exports_codec.PacketHeader.md#hasmessageextensions) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:14 + +___ + +### hasPrivacyEnhancements + +• **hasPrivacyEnhancements**: `boolean` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[hasPrivacyEnhancements](exports_codec.PacketHeader.md#hasprivacyenhancements) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:12 + +___ + +### isControlMessage + +• **isControlMessage**: `boolean` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[isControlMessage](exports_codec.PacketHeader.md#iscontrolmessage) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:13 + +___ + +### messageId + +• **messageId**: `number` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[messageId](exports_codec.PacketHeader.md#messageid) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:15 + +___ + +### securityFlags + +• **securityFlags**: `number` + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:21 + +___ + +### sessionId + +• **sessionId**: `number` + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[sessionId](exports_codec.PacketHeader.md#sessionid) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:10 + +___ + +### sessionType + +• **sessionType**: [`SessionType`](../enums/exports_codec.SessionType.md) + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[sessionType](exports_codec.PacketHeader.md#sessiontype) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:11 + +___ + +### sourceNodeId + +• `Optional` **sourceNodeId**: [`NodeId`](../modules/exports_datatype.md#nodeid) + +#### Inherited from + +[PacketHeader](exports_codec.PacketHeader.md).[sourceNodeId](exports_codec.PacketHeader.md#sourcenodeid) + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:16 diff --git a/docs/matter-node.js/interfaces/exports_codec.Message.md b/docs/matter-node.js/interfaces/exports_codec.Message.md index 3112645b05..7498cca720 100644 --- a/docs/matter-node.js/interfaces/exports_codec.Message.md +++ b/docs/matter-node.js/interfaces/exports_codec.Message.md @@ -4,6 +4,12 @@ [exports/codec](../modules/exports_codec.md).Message +## Hierarchy + +- **`Message`** + + ↳ [`DecodedMessage`](exports_codec.DecodedMessage.md) + ## Table of contents ### Properties @@ -11,6 +17,7 @@ - [packetHeader](exports_codec.Message.md#packetheader) - [payload](exports_codec.Message.md#payload) - [payloadHeader](exports_codec.Message.md#payloadheader) +- [securityExtension](exports_codec.Message.md#securityextension) ## Properties @@ -20,7 +27,7 @@ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:33 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:41 ___ @@ -30,7 +37,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:35 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:44 ___ @@ -40,4 +47,14 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:34 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:42 + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:43 diff --git a/docs/matter-node.js/interfaces/exports_codec.Packet.md b/docs/matter-node.js/interfaces/exports_codec.Packet.md index 1979661442..3aa6d97ccf 100644 --- a/docs/matter-node.js/interfaces/exports_codec.Packet.md +++ b/docs/matter-node.js/interfaces/exports_codec.Packet.md @@ -4,22 +4,29 @@ [exports/codec](../modules/exports_codec.md).Packet +## Hierarchy + +- **`Packet`** + + ↳ [`DecodedPacket`](exports_codec.DecodedPacket.md) + ## Table of contents ### Properties -- [bytes](exports_codec.Packet.md#bytes) +- [applicationPayload](exports_codec.Packet.md#applicationpayload) - [header](exports_codec.Packet.md#header) +- [messageExtension](exports_codec.Packet.md#messageextension) ## Properties -### bytes +### applicationPayload -• **bytes**: `Uint8Array` +• **applicationPayload**: `Uint8Array` #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:30 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:35 ___ @@ -29,4 +36,14 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:29 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:33 + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:34 diff --git a/docs/matter-node.js/interfaces/exports_codec.PacketHeader.md b/docs/matter-node.js/interfaces/exports_codec.PacketHeader.md index 342eb25baa..26c1b417f7 100644 --- a/docs/matter-node.js/interfaces/exports_codec.PacketHeader.md +++ b/docs/matter-node.js/interfaces/exports_codec.PacketHeader.md @@ -4,6 +4,12 @@ [exports/codec](../modules/exports_codec.md).PacketHeader +## Hierarchy + +- **`PacketHeader`** + + ↳ [`DecodedPacketHeader`](exports_codec.DecodedPacketHeader.md) + ## Table of contents ### Properties diff --git a/docs/matter-node.js/interfaces/exports_codec.PayloadHeader.md b/docs/matter-node.js/interfaces/exports_codec.PayloadHeader.md index d0c19ef5d9..a9d9c188e1 100644 --- a/docs/matter-node.js/interfaces/exports_codec.PayloadHeader.md +++ b/docs/matter-node.js/interfaces/exports_codec.PayloadHeader.md @@ -10,6 +10,7 @@ - [ackedMessageId](exports_codec.PayloadHeader.md#ackedmessageid) - [exchangeId](exports_codec.PayloadHeader.md#exchangeid) +- [hasSecuredExtension](exports_codec.PayloadHeader.md#hassecuredextension) - [isInitiatorMessage](exports_codec.PayloadHeader.md#isinitiatormessage) - [messageType](exports_codec.PayloadHeader.md#messagetype) - [protocolId](exports_codec.PayloadHeader.md#protocolid) @@ -23,7 +24,7 @@ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:26 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:29 ___ @@ -33,7 +34,17 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:21 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:24 + +___ + +### hasSecuredExtension + +• **hasSecuredExtension**: `boolean` + +#### Defined in + +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:30 ___ @@ -43,7 +54,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:24 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:27 ___ @@ -53,7 +64,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:23 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:26 ___ @@ -63,7 +74,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:22 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:25 ___ @@ -73,4 +84,4 @@ ___ #### Defined in -packages/matter.js/dist/esm/codec/MessageCodec.d.ts:25 +packages/matter.js/dist/esm/codec/MessageCodec.d.ts:28 diff --git a/docs/matter-node.js/interfaces/exports_session.Session.md b/docs/matter-node.js/interfaces/exports_session.Session.md index ae9879cf02..e1eaf10450 100644 --- a/docs/matter-node.js/interfaces/exports_session.Session.md +++ b/docs/matter-node.js/interfaces/exports_session.Session.md @@ -48,7 +48,7 @@ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:25 +packages/matter.js/dist/esm/session/Session.d.ts:26 ___ @@ -58,27 +58,28 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:24 +packages/matter.js/dist/esm/session/Session.d.ts:25 ## Methods ### decode -▸ **decode**(`packet`): [`Message`](exports_codec.Message.md) +▸ **decode**(`packet`, `aad?`): [`DecodedMessage`](exports_codec.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](exports_codec.Packet.md) | +| `packet` | [`DecodedPacket`](exports_codec.DecodedPacket.md) | +| `aad?` | `Uint8Array` | #### Returns -[`Message`](exports_codec.Message.md) +[`DecodedMessage`](exports_codec.DecodedMessage.md) #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:28 +packages/matter.js/dist/esm/session/Session.d.ts:29 ___ @@ -99,7 +100,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:37 +packages/matter.js/dist/esm/session/Session.d.ts:38 ___ @@ -119,7 +120,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:29 +packages/matter.js/dist/esm/session/Session.d.ts:30 ___ @@ -139,7 +140,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:36 +packages/matter.js/dist/esm/session/Session.d.ts:37 ___ @@ -153,7 +154,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:40 +packages/matter.js/dist/esm/session/Session.d.ts:41 ___ @@ -167,7 +168,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:31 +packages/matter.js/dist/esm/session/Session.d.ts:32 ___ @@ -181,7 +182,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:32 +packages/matter.js/dist/esm/session/Session.d.ts:33 ___ @@ -195,7 +196,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:30 +packages/matter.js/dist/esm/session/Session.d.ts:31 ___ @@ -209,7 +210,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:34 +packages/matter.js/dist/esm/session/Session.d.ts:35 ___ @@ -223,7 +224,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:35 +packages/matter.js/dist/esm/session/Session.d.ts:36 ___ @@ -237,7 +238,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:33 +packages/matter.js/dist/esm/session/Session.d.ts:34 ___ @@ -251,7 +252,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:27 +packages/matter.js/dist/esm/session/Session.d.ts:28 ___ @@ -265,7 +266,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:39 +packages/matter.js/dist/esm/session/Session.d.ts:40 ___ @@ -279,7 +280,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:26 +packages/matter.js/dist/esm/session/Session.d.ts:27 ___ @@ -299,4 +300,4 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:38 +packages/matter.js/dist/esm/session/Session.d.ts:39 diff --git a/docs/matter-node.js/interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md b/docs/matter-node.js/interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md new file mode 100644 index 0000000000..752bebe3ae --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/spec](../modules/exports_spec.md) / MatterApplicationClusterSpecificationV1\_2 + +# Interface: MatterApplicationClusterSpecificationV1\_2 + +[exports/spec](../modules/exports_spec.md).MatterApplicationClusterSpecificationV1_2 + +[Matter Application Cluster Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter-node.js/interfaces/exports_spec.MatterCoreSpecificationV1_2.md b/docs/matter-node.js/interfaces/exports_spec.MatterCoreSpecificationV1_2.md new file mode 100644 index 0000000000..0e5a228588 --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_spec.MatterCoreSpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/spec](../modules/exports_spec.md) / MatterCoreSpecificationV1\_2 + +# Interface: MatterCoreSpecificationV1\_2 + +[exports/spec](../modules/exports_spec.md).MatterCoreSpecificationV1_2 + +[Matter Core Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter-node.js/interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md b/docs/matter-node.js/interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md new file mode 100644 index 0000000000..b23c0a73c7 --- /dev/null +++ b/docs/matter-node.js/interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter-node.js](../README.md) / [Modules](../modules.md) / [exports/spec](../modules/exports_spec.md) / MatterDeviceLibrarySpecificationV1\_2 + +# Interface: MatterDeviceLibrarySpecificationV1\_2 + +[exports/spec](../modules/exports_spec.md).MatterDeviceLibrarySpecificationV1_2 + +[Matter Device Library Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter-node.js/modules/export.md b/docs/matter-node.js/modules/export.md index 8f2bc78382..796351ae6e 100644 --- a/docs/matter-node.js/modules/export.md +++ b/docs/matter-node.js/modules/export.md @@ -8,10 +8,13 @@ - [MatterApplicationClusterSpecificationV1\_0](export.md#matterapplicationclusterspecificationv1_0) - [MatterApplicationClusterSpecificationV1\_1](export.md#matterapplicationclusterspecificationv1_1) +- [MatterApplicationClusterSpecificationV1\_2](export.md#matterapplicationclusterspecificationv1_2) - [MatterCoreSpecificationV1\_0](export.md#mattercorespecificationv1_0) - [MatterCoreSpecificationV1\_1](export.md#mattercorespecificationv1_1) +- [MatterCoreSpecificationV1\_2](export.md#mattercorespecificationv1_2) - [MatterDeviceLibrarySpecificationV1\_0](export.md#matterdevicelibraryspecificationv1_0) - [MatterDeviceLibrarySpecificationV1\_1](export.md#matterdevicelibraryspecificationv1_1) +- [MatterDeviceLibrarySpecificationV1\_2](export.md#matterdevicelibraryspecificationv1_2) ### Modules @@ -54,6 +57,12 @@ Re-exports [MatterApplicationClusterSpecificationV1_1](../interfaces/exports_spe ___ +### MatterApplicationClusterSpecificationV1\_2 + +Re-exports [MatterApplicationClusterSpecificationV1_2](../interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md) + +___ + ### MatterCoreSpecificationV1\_0 Re-exports [MatterCoreSpecificationV1_0](../interfaces/exports_spec.MatterCoreSpecificationV1_0.md) @@ -66,6 +75,12 @@ Re-exports [MatterCoreSpecificationV1_1](../interfaces/exports_spec.MatterCoreSp ___ +### MatterCoreSpecificationV1\_2 + +Re-exports [MatterCoreSpecificationV1_2](../interfaces/exports_spec.MatterCoreSpecificationV1_2.md) + +___ + ### MatterDeviceLibrarySpecificationV1\_0 Re-exports [MatterDeviceLibrarySpecificationV1_0](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_0.md) @@ -76,6 +91,12 @@ ___ Re-exports [MatterDeviceLibrarySpecificationV1_1](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_1.md) +___ + +### MatterDeviceLibrarySpecificationV1\_2 + +Re-exports [MatterDeviceLibrarySpecificationV1_2](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md) + ## Type Aliases ### CommissioningControllerOptions diff --git a/docs/matter-node.js/modules/exports_codec.md b/docs/matter-node.js/modules/exports_codec.md index 682511a9a9..5bf7a87454 100644 --- a/docs/matter-node.js/modules/exports_codec.md +++ b/docs/matter-node.js/modules/exports_codec.md @@ -34,6 +34,9 @@ - [BtpPacketPayload](../interfaces/exports_codec.BtpPacketPayload.md) - [DecodedBtpPacket](../interfaces/exports_codec.DecodedBtpPacket.md) - [DecodedBtpPacketPayload](../interfaces/exports_codec.DecodedBtpPacketPayload.md) +- [DecodedMessage](../interfaces/exports_codec.DecodedMessage.md) +- [DecodedPacket](../interfaces/exports_codec.DecodedPacket.md) +- [DecodedPacketHeader](../interfaces/exports_codec.DecodedPacketHeader.md) - [Message](../interfaces/exports_codec.Message.md) - [Packet](../interfaces/exports_codec.Packet.md) - [PacketHeader](../interfaces/exports_codec.PacketHeader.md) diff --git a/docs/matter-node.js/modules/exports_session.md b/docs/matter-node.js/modules/exports_session.md index 92f4eec612..cdb0888529 100644 --- a/docs/matter-node.js/modules/exports_session.md +++ b/docs/matter-node.js/modules/exports_session.md @@ -70,7 +70,7 @@ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:10 +packages/matter.js/dist/esm/session/Session.d.ts:11 ___ @@ -80,7 +80,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:9 +packages/matter.js/dist/esm/session/Session.d.ts:10 ___ @@ -100,7 +100,7 @@ ___ #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:11 +packages/matter.js/dist/esm/session/Session.d.ts:12 ___ @@ -172,7 +172,7 @@ Maximum sleep interval of node when in active mode. #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:13 +packages/matter.js/dist/esm/session/Session.d.ts:14 ___ @@ -184,7 +184,7 @@ Minimum amount the node SHOULD stay awake after network activity. #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:17 +packages/matter.js/dist/esm/session/Session.d.ts:18 ___ @@ -196,7 +196,7 @@ Maximum sleep interval of node when in idle mode. #### Defined in -packages/matter.js/dist/esm/session/Session.d.ts:15 +packages/matter.js/dist/esm/session/Session.d.ts:16 ___ diff --git a/docs/matter-node.js/modules/exports_spec.md b/docs/matter-node.js/modules/exports_spec.md index d36d0250d1..97d8df022f 100644 --- a/docs/matter-node.js/modules/exports_spec.md +++ b/docs/matter-node.js/modules/exports_spec.md @@ -8,7 +8,10 @@ - [MatterApplicationClusterSpecificationV1\_0](../interfaces/exports_spec.MatterApplicationClusterSpecificationV1_0.md) - [MatterApplicationClusterSpecificationV1\_1](../interfaces/exports_spec.MatterApplicationClusterSpecificationV1_1.md) +- [MatterApplicationClusterSpecificationV1\_2](../interfaces/exports_spec.MatterApplicationClusterSpecificationV1_2.md) - [MatterCoreSpecificationV1\_0](../interfaces/exports_spec.MatterCoreSpecificationV1_0.md) - [MatterCoreSpecificationV1\_1](../interfaces/exports_spec.MatterCoreSpecificationV1_1.md) +- [MatterCoreSpecificationV1\_2](../interfaces/exports_spec.MatterCoreSpecificationV1_2.md) - [MatterDeviceLibrarySpecificationV1\_0](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_0.md) - [MatterDeviceLibrarySpecificationV1\_1](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_1.md) +- [MatterDeviceLibrarySpecificationV1\_2](../interfaces/exports_spec.MatterDeviceLibrarySpecificationV1_2.md) diff --git a/docs/matter-node.js/modules/util_export.md b/docs/matter-node.js/modules/util_export.md index 93c17fc56f..1d827d603f 100644 --- a/docs/matter-node.js/modules/util_export.md +++ b/docs/matter-node.js/modules/util_export.md @@ -693,7 +693,7 @@ ___ #### Defined in -[packages/matter-node.js/src/util/CommandLine.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/util/CommandLine.ts#L30) +[packages/matter-node.js/src/util/CommandLine.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/util/CommandLine.ts#L30) ___ @@ -791,7 +791,7 @@ ___ #### Defined in -[packages/matter-node.js/src/util/CommandLine.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/util/CommandLine.ts#L22) +[packages/matter-node.js/src/util/CommandLine.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/util/CommandLine.ts#L22) ___ @@ -811,7 +811,7 @@ ___ #### Defined in -[packages/matter-node.js/src/util/CommandLine.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/util/CommandLine.ts#L12) +[packages/matter-node.js/src/util/CommandLine.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/util/CommandLine.ts#L12) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[packages/matter-node.js/src/util/CommandLine.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/util/CommandLine.ts#L18) +[packages/matter-node.js/src/util/CommandLine.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/util/CommandLine.ts#L18) ___ @@ -1060,7 +1060,7 @@ ___ #### Defined in -[packages/matter-node.js/src/util/Node.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter-node.js/src/util/Node.ts#L11) +[packages/matter-node.js/src/util/Node.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter-node.js/src/util/Node.ts#L11) ___ diff --git a/docs/matter.js/classes/ble_export.Ble.md b/docs/matter.js/classes/ble_export.Ble.md index a8a9e34bdd..baaf6cc756 100644 --- a/docs/matter.js/classes/ble_export.Ble.md +++ b/docs/matter.js/classes/ble_export.Ble.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/ble/Ble.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/Ble.ts#L17) +[packages/matter.js/src/ble/Ble.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/Ble.ts#L17) ## Methods @@ -63,7 +63,7 @@ #### Defined in -[packages/matter.js/src/ble/Ble.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/Ble.ts#L23) +[packages/matter.js/src/ble/Ble.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/Ble.ts#L23) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/Ble.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/Ble.ts#L22) +[packages/matter.js/src/ble/Ble.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/Ble.ts#L22) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/Ble.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/Ble.ts#L21) +[packages/matter.js/src/ble/Ble.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/Ble.ts#L21) ___ @@ -105,4 +105,4 @@ ___ #### Defined in -[packages/matter.js/src/ble/Ble.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/Ble.ts#L24) +[packages/matter.js/src/ble/Ble.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/Ble.ts#L24) diff --git a/docs/matter.js/classes/ble_export.BtpSessionHandler.md b/docs/matter.js/classes/ble_export.BtpSessionHandler.md index e519cc1ead..867cea0eec 100644 --- a/docs/matter.js/classes/ble_export.BtpSessionHandler.md +++ b/docs/matter.js/classes/ble_export.BtpSessionHandler.md @@ -64,7 +64,7 @@ Creates a new BTP session handler #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L143) +[packages/matter.js/src/ble/BtpSessionHandler.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L143) ## Properties @@ -74,7 +74,7 @@ Creates a new BTP session handler #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L35) +[packages/matter.js/src/ble/BtpSessionHandler.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L35) ___ @@ -86,7 +86,7 @@ The client window size to use #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L147) +[packages/matter.js/src/ble/BtpSessionHandler.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L147) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L31) +[packages/matter.js/src/ble/BtpSessionHandler.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L31) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L32) +[packages/matter.js/src/ble/BtpSessionHandler.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L32) ___ @@ -126,7 +126,7 @@ Callback to disconnect the BLE transport #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L149) +[packages/matter.js/src/ble/BtpSessionHandler.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L149) ___ @@ -138,7 +138,7 @@ The fragment size to use for the messages #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L146) +[packages/matter.js/src/ble/BtpSessionHandler.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L146) ___ @@ -164,7 +164,7 @@ Callback to handle a Matter message payload #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L150) +[packages/matter.js/src/ble/BtpSessionHandler.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L150) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L42) +[packages/matter.js/src/ble/BtpSessionHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L42) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L38) +[packages/matter.js/src/ble/BtpSessionHandler.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L38) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L34) +[packages/matter.js/src/ble/BtpSessionHandler.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L34) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L33) +[packages/matter.js/src/ble/BtpSessionHandler.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L33) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L39) +[packages/matter.js/src/ble/BtpSessionHandler.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L39) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L41) +[packages/matter.js/src/ble/BtpSessionHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L41) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L40) +[packages/matter.js/src/ble/BtpSessionHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L40) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L37) +[packages/matter.js/src/ble/BtpSessionHandler.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L37) ___ @@ -270,7 +270,7 @@ Callback to write data to the BLE transport #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L148) +[packages/matter.js/src/ble/BtpSessionHandler.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L148) ## Methods @@ -287,7 +287,7 @@ the peer SHALL close the BTP session and report an error to the application. #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:444](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L444) +[packages/matter.js/src/ble/BtpSessionHandler.ts:444](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L444) ___ @@ -304,7 +304,7 @@ acknowledgement #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:414](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L414) +[packages/matter.js/src/ble/BtpSessionHandler.ts:414](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L414) ___ @@ -320,7 +320,7 @@ Close the BTP session. This method is called when the BLE transport is disconnec #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:400](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L400) +[packages/matter.js/src/ble/BtpSessionHandler.ts:400](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L400) ___ @@ -343,7 +343,7 @@ Checks if incoming ackNumber and sent sequence number exceeds the client window #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:465](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L465) +[packages/matter.js/src/ble/BtpSessionHandler.ts:465](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L465) ___ @@ -359,7 +359,7 @@ Increments sequence number for the packets and round it off to 0 when it reaches #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:454](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L454) +[packages/matter.js/src/ble/BtpSessionHandler.ts:454](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L454) ___ @@ -382,7 +382,7 @@ ExchangeManager layer #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L171) +[packages/matter.js/src/ble/BtpSessionHandler.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L171) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:313](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L313) +[packages/matter.js/src/ble/BtpSessionHandler.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L313) ___ @@ -420,7 +420,7 @@ should be sent. #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:299](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L299) +[packages/matter.js/src/ble/BtpSessionHandler.ts:299](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L299) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L110) +[packages/matter.js/src/ble/BtpSessionHandler.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L110) ___ @@ -469,4 +469,4 @@ Factory method to create a new BTPSessionHandler from a received handshake reque #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L45) +[packages/matter.js/src/ble/BtpSessionHandler.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L45) diff --git a/docs/matter.js/classes/certificate_export.AttestationCertificateManager.md b/docs/matter.js/classes/certificate_export.AttestationCertificateManager.md index acb8da05ea..a6dd941aba 100644 --- a/docs/matter.js/classes/certificate_export.AttestationCertificateManager.md +++ b/docs/matter.js/classes/certificate_export.AttestationCertificateManager.md @@ -44,7 +44,7 @@ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L49) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L49) ## Properties @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L47) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L47) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L35) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L35) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L42) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L42) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L39) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L39) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L46) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L46) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L43) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L43) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L45) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L45) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L44) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L44) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L49) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L49) ## Methods @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L130) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L130) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L68) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L68) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L99) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L99) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L57) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L57) ___ @@ -236,4 +236,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/AttestationCertificateManager.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L53) +[packages/matter.js/src/certificate/AttestationCertificateManager.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/AttestationCertificateManager.ts#L53) diff --git a/docs/matter.js/classes/certificate_export.CertificateManager.md b/docs/matter.js/classes/certificate_export.CertificateManager.md index a7e288d12f..da1ea0ed11 100644 --- a/docs/matter.js/classes/certificate_export.CertificateManager.md +++ b/docs/matter.js/classes/certificate_export.CertificateManager.md @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:541](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L541) +[packages/matter.js/src/certificate/CertificateManager.ts:541](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L541) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:572](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L572) +[packages/matter.js/src/certificate/CertificateManager.ts:572](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L572) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:400](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L400) +[packages/matter.js/src/certificate/CertificateManager.ts:400](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L400) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:587](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L587) +[packages/matter.js/src/certificate/CertificateManager.ts:587](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L587) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:365](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L365) +[packages/matter.js/src/certificate/CertificateManager.ts:365](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L365) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:493](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L493) +[packages/matter.js/src/certificate/CertificateManager.ts:493](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L493) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:446](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L446) +[packages/matter.js/src/certificate/CertificateManager.ts:446](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L446) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L332) +[packages/matter.js/src/certificate/CertificateManager.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L332) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:568](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L568) +[packages/matter.js/src/certificate/CertificateManager.ts:568](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L568) ___ @@ -233,4 +233,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:564](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L564) +[packages/matter.js/src/certificate/CertificateManager.ts:564](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L564) diff --git a/docs/matter.js/classes/certificate_export.CertificationDeclarationManager.md b/docs/matter.js/classes/certificate_export.CertificationDeclarationManager.md index a5452419a9..4e6d568dcf 100644 --- a/docs/matter.js/classes/certificate_export.CertificationDeclarationManager.md +++ b/docs/matter.js/classes/certificate_export.CertificationDeclarationManager.md @@ -39,4 +39,4 @@ #### Defined in -[packages/matter.js/src/certificate/CertificationDeclarationManager.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificationDeclarationManager.ts#L34) +[packages/matter.js/src/certificate/CertificationDeclarationManager.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificationDeclarationManager.ts#L34) diff --git a/docs/matter.js/classes/certificate_export.RootCertificateManager.md b/docs/matter.js/classes/certificate_export.RootCertificateManager.md index 11e31560b7..a73b583da7 100644 --- a/docs/matter.js/classes/certificate_export.RootCertificateManager.md +++ b/docs/matter.js/classes/certificate_export.RootCertificateManager.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L28) +[packages/matter.js/src/certificate/RootCertificateManager.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L28) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L26) +[packages/matter.js/src/certificate/RootCertificateManager.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L26) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L25) +[packages/matter.js/src/certificate/RootCertificateManager.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L25) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L22) +[packages/matter.js/src/certificate/RootCertificateManager.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L22) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L24) +[packages/matter.js/src/certificate/RootCertificateManager.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L24) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L23) +[packages/matter.js/src/certificate/RootCertificateManager.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L23) ## Methods @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L85) +[packages/matter.js/src/certificate/RootCertificateManager.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L85) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L62) +[packages/matter.js/src/certificate/RootCertificateManager.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L62) ___ @@ -138,4 +138,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/RootCertificateManager.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/RootCertificateManager.ts#L58) +[packages/matter.js/src/certificate/RootCertificateManager.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/RootCertificateManager.ts#L58) diff --git a/docs/matter.js/classes/cluster_export.AttributeClient.md b/docs/matter.js/classes/cluster_export.AttributeClient.md index 6059e2847c..c285f74c0b 100644 --- a/docs/matter.js/classes/cluster_export.AttributeClient.md +++ b/docs/matter.js/classes/cluster_export.AttributeClient.md @@ -71,7 +71,7 @@ General class for AttributeClients #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) +[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) ## Properties @@ -81,7 +81,7 @@ General class for AttributeClients #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) +[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) +[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) +[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) +[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L53) +[packages/matter.js/src/cluster/client/AttributeClient.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L53) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L43) +[packages/matter.js/src/cluster/client/AttributeClient.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L43) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L42) +[packages/matter.js/src/cluster/client/AttributeClient.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L42) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L45) +[packages/matter.js/src/cluster/client/AttributeClient.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L45) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) +[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) +[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) ## Methods @@ -193,7 +193,7 @@ Add a listener to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) +[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) ___ @@ -216,7 +216,7 @@ Get the value of the attribute. Fabric scoped reads are always done with the rem #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) +[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) ___ @@ -239,7 +239,7 @@ Get the value with version of the attribute. Fabric scoped reads are always done #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) +[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) ___ @@ -261,7 +261,7 @@ Remove a listener from the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) +[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) ___ @@ -285,7 +285,7 @@ cluster dataVersion of the server matches. If it does not match it is rejected w #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) +[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) ___ @@ -310,7 +310,7 @@ Subscribe to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) +[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) ___ @@ -332,4 +332,4 @@ Update the value of the attribute. Just internally used! #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) +[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) diff --git a/docs/matter.js/classes/cluster_export.AttributeServer.md b/docs/matter.js/classes/cluster_export.AttributeServer.md index e2a220654b..373b394e0e 100644 --- a/docs/matter.js/classes/cluster_export.AttributeServer.md +++ b/docs/matter.js/classes/cluster_export.AttributeServer.md @@ -102,7 +102,7 @@ Attribute server for normal attributes that can be read and written. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L281) +[packages/matter.js/src/cluster/server/AttributeServer.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L281) ## Properties @@ -116,7 +116,7 @@ Attribute server for normal attributes that can be read and written. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) +[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) +[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) +[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) +[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) +[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L290) +[packages/matter.js/src/cluster/server/AttributeServer.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L290) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L275) +[packages/matter.js/src/cluster/server/AttributeServer.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L275) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) +[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) +[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) +[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) +[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) ___ @@ -298,7 +298,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) +[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L278) +[packages/matter.js/src/cluster/server/AttributeServer.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L278) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L279) +[packages/matter.js/src/cluster/server/AttributeServer.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L279) ___ @@ -366,7 +366,7 @@ The value is undefined when getter/setter are used. But we still handle the vers #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) +[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:276](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L276) +[packages/matter.js/src/cluster/server/AttributeServer.ts:276](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L276) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L277) +[packages/matter.js/src/cluster/server/AttributeServer.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L277) ## Methods @@ -413,7 +413,7 @@ new value and the version number. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L463) +[packages/matter.js/src/cluster/server/AttributeServer.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L463) ___ @@ -440,7 +440,7 @@ new value and the old value. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:481](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L481) +[packages/matter.js/src/cluster/server/AttributeServer.ts:481](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L481) ___ @@ -464,7 +464,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) +[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) ___ @@ -493,7 +493,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) +[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) ___ @@ -515,7 +515,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) +[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) ___ @@ -550,7 +550,7 @@ attributes. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) +[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) ___ @@ -575,7 +575,7 @@ internally. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:421](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L421) +[packages/matter.js/src/cluster/server/AttributeServer.ts:421](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L421) ___ @@ -602,7 +602,7 @@ adjusted before the Device gets announced. Do not use this method to change valu #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L361) +[packages/matter.js/src/cluster/server/AttributeServer.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L361) ___ @@ -625,7 +625,7 @@ Helper Method to process the set of a value in a generic way. This method is use #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:410](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L410) +[packages/matter.js/src/cluster/server/AttributeServer.ts:410](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L410) ___ @@ -651,7 +651,7 @@ Remove an internal listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:470](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L470) +[packages/matter.js/src/cluster/server/AttributeServer.ts:470](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L470) ___ @@ -677,7 +677,7 @@ Remove an external listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:496](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L496) +[packages/matter.js/src/cluster/server/AttributeServer.ts:496](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L496) ___ @@ -703,7 +703,7 @@ Listeners are called when the value changes (internal listeners) or in any case #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:378](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L378) +[packages/matter.js/src/cluster/server/AttributeServer.ts:378](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L378) ___ @@ -729,7 +729,7 @@ Listeners are called when the value changes (internal listeners) or in any case #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:402](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L402) +[packages/matter.js/src/cluster/server/AttributeServer.ts:402](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L402) ___ @@ -752,7 +752,7 @@ Method that contains the logic to set a value "from remote" (e.g. from a client) #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:390](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L390) +[packages/matter.js/src/cluster/server/AttributeServer.ts:390](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L390) ___ @@ -779,7 +779,7 @@ new value and the old value. This method is a convenient alias for addValueSetLi #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:489](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L489) +[packages/matter.js/src/cluster/server/AttributeServer.ts:489](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L489) ___ @@ -804,7 +804,7 @@ ACL checks needs to be performed before calling this method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:437](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L437) +[packages/matter.js/src/cluster/server/AttributeServer.ts:437](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L437) ___ @@ -823,7 +823,7 @@ ACL checks needs to be performed before calling this method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L453) +[packages/matter.js/src/cluster/server/AttributeServer.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L453) ___ @@ -847,4 +847,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) +[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) diff --git a/docs/matter.js/classes/cluster_export.BaseAttributeServer.md b/docs/matter.js/classes/cluster_export.BaseAttributeServer.md index c79d21c531..53ee334605 100644 --- a/docs/matter.js/classes/cluster_export.BaseAttributeServer.md +++ b/docs/matter.js/classes/cluster_export.BaseAttributeServer.md @@ -68,7 +68,7 @@ Base class for all attribute servers. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L112) +[packages/matter.js/src/cluster/server/AttributeServer.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L112) ## Properties @@ -78,7 +78,7 @@ Base class for all attribute servers. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) +[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) +[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) +[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) +[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) +[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) +[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) +[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) +[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) ___ @@ -160,7 +160,7 @@ The value is undefined when getter/setter are used. But we still handle the vers #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) +[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) ## Methods @@ -180,7 +180,7 @@ The value is undefined when getter/setter are used. But we still handle the vers #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) +[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) ___ @@ -203,7 +203,7 @@ adjusted before the Device gets announced. Do not use this method to change valu #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:144](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L144) +[packages/matter.js/src/cluster/server/AttributeServer.ts:144](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L144) ___ @@ -223,4 +223,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) +[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) diff --git a/docs/matter.js/classes/cluster_export.CommandServer.md b/docs/matter.js/classes/cluster_export.CommandServer.md index 7c86ef42d9..602de4277d 100644 --- a/docs/matter.js/classes/cluster_export.CommandServer.md +++ b/docs/matter.js/classes/cluster_export.CommandServer.md @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L19) +[packages/matter.js/src/cluster/server/CommandServer.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L19) ## Properties @@ -85,7 +85,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L26) +[packages/matter.js/src/cluster/server/CommandServer.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L26) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L20) +[packages/matter.js/src/cluster/server/CommandServer.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L20) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L22) +[packages/matter.js/src/cluster/server/CommandServer.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L22) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L23) +[packages/matter.js/src/cluster/server/CommandServer.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L23) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L25) +[packages/matter.js/src/cluster/server/CommandServer.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L25) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L21) +[packages/matter.js/src/cluster/server/CommandServer.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L21) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L24) +[packages/matter.js/src/cluster/server/CommandServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L24) ## Methods @@ -168,4 +168,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/CommandServer.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/CommandServer.ts#L34) +[packages/matter.js/src/cluster/server/CommandServer.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/CommandServer.ts#L34) diff --git a/docs/matter.js/classes/cluster_export.EventClient.md b/docs/matter.js/classes/cluster_export.EventClient.md index 4cfe160311..b38ce00d65 100644 --- a/docs/matter.js/classes/cluster_export.EventClient.md +++ b/docs/matter.js/classes/cluster_export.EventClient.md @@ -68,7 +68,7 @@ General class for EventClients #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L41) +[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L41) ## Properties @@ -78,7 +78,7 @@ General class for EventClients #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L45) +[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L45) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L44) +[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L44) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L42) +[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L42) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L39) +[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L39) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L46) +[packages/matter.js/src/cluster/client/EventClient.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L46) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L38) +[packages/matter.js/src/cluster/client/EventClient.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L38) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L43) +[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L43) ## Methods @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L90) +[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L90) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L51) +[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L51) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L94) +[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L94) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L64) +[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L64) ___ @@ -243,4 +243,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L84) +[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L84) diff --git a/docs/matter.js/classes/cluster_export.EventServer.md b/docs/matter.js/classes/cluster_export.EventServer.md index 5087618449..89b840e52f 100644 --- a/docs/matter.js/classes/cluster_export.EventServer.md +++ b/docs/matter.js/classes/cluster_export.EventServer.md @@ -60,7 +60,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L24) +[packages/matter.js/src/cluster/server/EventServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L24) ## Properties @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L26) +[packages/matter.js/src/cluster/server/EventServer.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L26) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L21) +[packages/matter.js/src/cluster/server/EventServer.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L21) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L22) +[packages/matter.js/src/cluster/server/EventServer.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L22) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L19) +[packages/matter.js/src/cluster/server/EventServer.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L19) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L25) +[packages/matter.js/src/cluster/server/EventServer.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L25) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L20) +[packages/matter.js/src/cluster/server/EventServer.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L20) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L27) +[packages/matter.js/src/cluster/server/EventServer.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L27) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L29) +[packages/matter.js/src/cluster/server/EventServer.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L29) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L28) +[packages/matter.js/src/cluster/server/EventServer.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L28) ## Methods @@ -170,7 +170,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L69) +[packages/matter.js/src/cluster/server/EventServer.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L69) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L32) +[packages/matter.js/src/cluster/server/EventServer.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L32) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L38) +[packages/matter.js/src/cluster/server/EventServer.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L38) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L73) +[packages/matter.js/src/cluster/server/EventServer.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L73) ___ @@ -250,4 +250,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/EventServer.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/EventServer.ts#L48) +[packages/matter.js/src/cluster/server/EventServer.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/EventServer.ts#L48) diff --git a/docs/matter.js/classes/cluster_export.FabricScopedAttributeServer.md b/docs/matter.js/classes/cluster_export.FabricScopedAttributeServer.md index 728c17b74d..41c22df587 100644 --- a/docs/matter.js/classes/cluster_export.FabricScopedAttributeServer.md +++ b/docs/matter.js/classes/cluster_export.FabricScopedAttributeServer.md @@ -108,7 +108,7 @@ on fabric level if no custom getter or setter is defined. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:512](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L512) +[packages/matter.js/src/cluster/server/AttributeServer.ts:512](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L512) ## Properties @@ -118,7 +118,7 @@ on fabric level if no custom getter or setter is defined. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:520](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L520) +[packages/matter.js/src/cluster/server/AttributeServer.ts:520](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L520) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) +[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) +[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) +[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) +[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) +[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L290) +[packages/matter.js/src/cluster/server/AttributeServer.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L290) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:509](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L509) +[packages/matter.js/src/cluster/server/AttributeServer.ts:509](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L509) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:510](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L510) +[packages/matter.js/src/cluster/server/AttributeServer.ts:510](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L510) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L275) +[packages/matter.js/src/cluster/server/AttributeServer.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L275) ___ @@ -282,7 +282,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) +[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) +[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) +[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) +[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) ___ @@ -338,7 +338,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) +[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) ___ @@ -368,7 +368,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L278) +[packages/matter.js/src/cluster/server/AttributeServer.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L278) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L279) +[packages/matter.js/src/cluster/server/AttributeServer.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L279) ___ @@ -414,7 +414,7 @@ The value is undefined when getter/setter are used. But we still handle the vers #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) +[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) ___ @@ -428,7 +428,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:276](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L276) +[packages/matter.js/src/cluster/server/AttributeServer.ts:276](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L276) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L277) +[packages/matter.js/src/cluster/server/AttributeServer.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L277) ## Methods @@ -469,7 +469,7 @@ new value and the version number. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L463) +[packages/matter.js/src/cluster/server/AttributeServer.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L463) ___ @@ -496,7 +496,7 @@ new value and the old value. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:481](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L481) +[packages/matter.js/src/cluster/server/AttributeServer.ts:481](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L481) ___ @@ -520,7 +520,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) +[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) ___ @@ -549,7 +549,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) +[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) ___ @@ -571,7 +571,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) +[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) ___ @@ -595,7 +595,7 @@ If a getter is defined this method returns an error and the value should be retr #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:683](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L683) +[packages/matter.js/src/cluster/server/AttributeServer.ts:683](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L683) ___ @@ -630,7 +630,7 @@ attributes. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) +[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) ___ @@ -659,7 +659,7 @@ internally. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:421](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L421) +[packages/matter.js/src/cluster/server/AttributeServer.ts:421](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L421) ___ @@ -686,7 +686,7 @@ the version number. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L608) +[packages/matter.js/src/cluster/server/AttributeServer.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L608) ___ @@ -713,7 +713,7 @@ Helper Method to process the set of a value in a generic way. This method is use #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:410](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L410) +[packages/matter.js/src/cluster/server/AttributeServer.ts:410](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L410) ___ @@ -739,7 +739,7 @@ Remove an internal listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:470](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L470) +[packages/matter.js/src/cluster/server/AttributeServer.ts:470](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L470) ___ @@ -765,7 +765,7 @@ Remove an external listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:496](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L496) +[packages/matter.js/src/cluster/server/AttributeServer.ts:496](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L496) ___ @@ -795,7 +795,7 @@ Listeners are called when the value changes (internal listeners) or in any case #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:378](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L378) +[packages/matter.js/src/cluster/server/AttributeServer.ts:378](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L378) ___ @@ -821,7 +821,7 @@ Set Local is not allowed for fabric scoped attributes. Use setLocalForFabric ins #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:633](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L633) +[packages/matter.js/src/cluster/server/AttributeServer.ts:633](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L633) ___ @@ -848,7 +848,7 @@ Listeners are called when the value changes (internal listeners) or in any case #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:646](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L646) +[packages/matter.js/src/cluster/server/AttributeServer.ts:646](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L646) ___ @@ -876,7 +876,7 @@ we need to inject the fabric index into the value. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:618](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L618) +[packages/matter.js/src/cluster/server/AttributeServer.ts:618](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L618) ___ @@ -903,7 +903,7 @@ new value and the old value. This method is a convenient alias for addValueSetLi #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:489](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L489) +[packages/matter.js/src/cluster/server/AttributeServer.ts:489](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L489) ___ @@ -932,7 +932,7 @@ ACL checks needs to be performed before calling this method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:437](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L437) +[packages/matter.js/src/cluster/server/AttributeServer.ts:437](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L437) ___ @@ -955,7 +955,7 @@ ACL checks needs to be performed before calling this method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L453) +[packages/matter.js/src/cluster/server/AttributeServer.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L453) ___ @@ -980,7 +980,7 @@ ACL checks needs to be performed before calling this method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:668](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L668) +[packages/matter.js/src/cluster/server/AttributeServer.ts:668](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L668) ___ @@ -1004,4 +1004,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) +[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) diff --git a/docs/matter.js/classes/cluster_export.FixedAttributeServer.md b/docs/matter.js/classes/cluster_export.FixedAttributeServer.md index 16e4f6e35b..0416d2eddf 100644 --- a/docs/matter.js/classes/cluster_export.FixedAttributeServer.md +++ b/docs/matter.js/classes/cluster_export.FixedAttributeServer.md @@ -88,7 +88,7 @@ Attribute server types. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L155) +[packages/matter.js/src/cluster/server/AttributeServer.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L155) ## Properties @@ -102,7 +102,7 @@ Attribute server types. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) +[packages/matter.js/src/cluster/server/AttributeServer.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L119) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) +[packages/matter.js/src/cluster/server/AttributeServer.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L110) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) +[packages/matter.js/src/cluster/server/AttributeServer.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L163) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) +[packages/matter.js/src/cluster/server/AttributeServer.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L153) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) +[packages/matter.js/src/cluster/server/AttributeServer.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L113) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L152) +[packages/matter.js/src/cluster/server/AttributeServer.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L152) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) +[packages/matter.js/src/cluster/server/AttributeServer.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L117) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) +[packages/matter.js/src/cluster/server/AttributeServer.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L116) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) +[packages/matter.js/src/cluster/server/AttributeServer.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L114) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) +[packages/matter.js/src/cluster/server/AttributeServer.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L118) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) +[packages/matter.js/src/cluster/server/AttributeServer.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L115) ___ @@ -270,7 +270,7 @@ The value is undefined when getter/setter are used. But we still handle the vers #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) +[packages/matter.js/src/cluster/server/AttributeServer.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L109) ## Methods @@ -293,7 +293,7 @@ new value and the version number. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L236) +[packages/matter.js/src/cluster/server/AttributeServer.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L236) ___ @@ -316,7 +316,7 @@ new value and the old value. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L251) +[packages/matter.js/src/cluster/server/AttributeServer.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L251) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) +[packages/matter.js/src/cluster/server/AttributeServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L136) ___ @@ -365,7 +365,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) +[packages/matter.js/src/cluster/server/AttributeServer.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L194) ___ @@ -383,7 +383,7 @@ If a getter is defined the value is determined by that getter method. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) +[packages/matter.js/src/cluster/server/AttributeServer.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L215) ___ @@ -414,7 +414,7 @@ attributes. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) +[packages/matter.js/src/cluster/server/AttributeServer.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L206) ___ @@ -442,7 +442,7 @@ If a getter or setter is defined the value must be undefined The version number #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L224) +[packages/matter.js/src/cluster/server/AttributeServer.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L224) ___ @@ -464,7 +464,7 @@ Remove an internal listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:243](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L243) +[packages/matter.js/src/cluster/server/AttributeServer.ts:243](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L243) ___ @@ -486,7 +486,7 @@ Remove an external listener. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L266) +[packages/matter.js/src/cluster/server/AttributeServer.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L266) ___ @@ -509,7 +509,7 @@ new value and the old value. This method is a convenient alias for addValueSetLi #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L259) +[packages/matter.js/src/cluster/server/AttributeServer.ts:259](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L259) ___ @@ -533,4 +533,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) +[packages/matter.js/src/cluster/server/AttributeServer.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L125) diff --git a/docs/matter.js/classes/cluster_export.GroupsManager.md b/docs/matter.js/classes/cluster_export.GroupsManager.md index 995da1f3ad..4f7d07c5f8 100644 --- a/docs/matter.js/classes/cluster_export.GroupsManager.md +++ b/docs/matter.js/classes/cluster_export.GroupsManager.md @@ -45,7 +45,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L37) +[packages/matter.js/src/cluster/server/GroupsServer.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L37) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L53) +[packages/matter.js/src/cluster/server/GroupsServer.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L53) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L45) +[packages/matter.js/src/cluster/server/GroupsServer.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L45) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L74) +[packages/matter.js/src/cluster/server/GroupsServer.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L74) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L60) +[packages/matter.js/src/cluster/server/GroupsServer.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L60) ___ @@ -154,4 +154,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L24) +[packages/matter.js/src/cluster/server/GroupsServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L24) diff --git a/docs/matter.js/classes/cluster_export.ScenesManager.md b/docs/matter.js/classes/cluster_export.ScenesManager.md index 28b10265b9..2fe64e8199 100644 --- a/docs/matter.js/classes/cluster_export.ScenesManager.md +++ b/docs/matter.js/classes/cluster_export.ScenesManager.md @@ -47,7 +47,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L91) +[packages/matter.js/src/cluster/server/ScenesServer.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L91) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L44) +[packages/matter.js/src/cluster/server/ScenesServer.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L44) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L82) +[packages/matter.js/src/cluster/server/ScenesServer.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L82) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L120) +[packages/matter.js/src/cluster/server/ScenesServer.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L120) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L111) +[packages/matter.js/src/cluster/server/ScenesServer.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L111) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L97) +[packages/matter.js/src/cluster/server/ScenesServer.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L97) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L54) +[packages/matter.js/src/cluster/server/ScenesServer.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L54) ___ @@ -201,4 +201,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L62) +[packages/matter.js/src/cluster/server/ScenesServer.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L62) diff --git a/docs/matter.js/classes/cluster_export.SupportedAttributeClient.md b/docs/matter.js/classes/cluster_export.SupportedAttributeClient.md index 9040690a5c..46998773b9 100644 --- a/docs/matter.js/classes/cluster_export.SupportedAttributeClient.md +++ b/docs/matter.js/classes/cluster_export.SupportedAttributeClient.md @@ -73,7 +73,7 @@ Special AttributeClient class to allow identifying attributes that are supported #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) +[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) ## Properties @@ -87,7 +87,7 @@ Special AttributeClient class to allow identifying attributes that are supported #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) +[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) +[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) +[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) +[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) +[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) +[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) ## Methods @@ -183,7 +183,7 @@ Add a listener to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) +[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) ___ @@ -210,7 +210,7 @@ Get the value of the attribute. Fabric scoped reads are always done with the rem #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) +[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) ___ @@ -237,7 +237,7 @@ Get the value with version of the attribute. Fabric scoped reads are always done #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) +[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) ___ @@ -263,7 +263,7 @@ Remove a listener from the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) +[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) ___ @@ -291,7 +291,7 @@ cluster dataVersion of the server matches. If it does not match it is rejected w #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) +[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) ___ @@ -320,7 +320,7 @@ Subscribe to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) +[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) ___ @@ -346,4 +346,4 @@ Update the value of the attribute. Just internally used! #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) +[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) diff --git a/docs/matter.js/classes/cluster_export.SupportedEventClient.md b/docs/matter.js/classes/cluster_export.SupportedEventClient.md index 29105a5bd6..abb26cae76 100644 --- a/docs/matter.js/classes/cluster_export.SupportedEventClient.md +++ b/docs/matter.js/classes/cluster_export.SupportedEventClient.md @@ -68,7 +68,7 @@ Special EventClient class to allow identifying events that are supported because #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L41) +[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L41) ## Properties @@ -82,7 +82,7 @@ Special EventClient class to allow identifying events that are supported because #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L45) +[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L45) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L44) +[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L44) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L42) +[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L42) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L39) +[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L39) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L43) +[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L43) ## Methods @@ -162,7 +162,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L90) +[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L90) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L51) +[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L51) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L94) +[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L94) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L64) +[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L64) ___ @@ -263,4 +263,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L84) +[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L84) diff --git a/docs/matter.js/classes/cluster_export.UnknownSupportedAttributeClient.md b/docs/matter.js/classes/cluster_export.UnknownSupportedAttributeClient.md index da0d07a055..54c4326a7d 100644 --- a/docs/matter.js/classes/cluster_export.UnknownSupportedAttributeClient.md +++ b/docs/matter.js/classes/cluster_export.UnknownSupportedAttributeClient.md @@ -60,7 +60,7 @@ but the contained attribute is unknown. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) +[packages/matter.js/src/cluster/client/AttributeClient.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L48) ## Properties @@ -74,7 +74,7 @@ but the contained attribute is unknown. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) +[packages/matter.js/src/cluster/client/AttributeClient.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L49) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) +[packages/matter.js/src/cluster/client/AttributeClient.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L52) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) +[packages/matter.js/src/cluster/client/AttributeClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L51) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) +[packages/matter.js/src/cluster/client/AttributeClient.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L46) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) +[packages/matter.js/src/cluster/client/AttributeClient.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L50) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) +[packages/matter.js/src/cluster/client/AttributeClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L44) ## Methods @@ -170,7 +170,7 @@ Add a listener to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) +[packages/matter.js/src/cluster/client/AttributeClient.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L166) ___ @@ -197,7 +197,7 @@ Get the value of the attribute. Fabric scoped reads are always done with the rem #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) +[packages/matter.js/src/cluster/client/AttributeClient.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L105) ___ @@ -224,7 +224,7 @@ Get the value with version of the attribute. Fabric scoped reads are always done #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) +[packages/matter.js/src/cluster/client/AttributeClient.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L123) ___ @@ -250,7 +250,7 @@ Remove a listener from the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) +[packages/matter.js/src/cluster/client/AttributeClient.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L171) ___ @@ -278,7 +278,7 @@ cluster dataVersion of the server matches. If it does not match it is rejected w #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) +[packages/matter.js/src/cluster/client/AttributeClient.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L66) ___ @@ -307,7 +307,7 @@ Subscribe to the attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) +[packages/matter.js/src/cluster/client/AttributeClient.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L139) ___ @@ -333,4 +333,4 @@ Update the value of the attribute. Just internally used! #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) +[packages/matter.js/src/cluster/client/AttributeClient.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L161) diff --git a/docs/matter.js/classes/cluster_export.UnknownSupportedEventClient.md b/docs/matter.js/classes/cluster_export.UnknownSupportedEventClient.md index 756c96b4f5..44d93ea133 100644 --- a/docs/matter.js/classes/cluster_export.UnknownSupportedEventClient.md +++ b/docs/matter.js/classes/cluster_export.UnknownSupportedEventClient.md @@ -57,7 +57,7 @@ but the contained event is unknown. #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L41) +[packages/matter.js/src/cluster/client/EventClient.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L41) ## Properties @@ -71,7 +71,7 @@ but the contained event is unknown. #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L45) +[packages/matter.js/src/cluster/client/EventClient.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L45) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L44) +[packages/matter.js/src/cluster/client/EventClient.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L44) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L42) +[packages/matter.js/src/cluster/client/EventClient.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L42) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L39) +[packages/matter.js/src/cluster/client/EventClient.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L43) +[packages/matter.js/src/cluster/client/EventClient.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L43) ## Methods @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L90) +[packages/matter.js/src/cluster/client/EventClient.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L90) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L51) +[packages/matter.js/src/cluster/client/EventClient.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L51) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L94) +[packages/matter.js/src/cluster/client/EventClient.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L94) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L64) +[packages/matter.js/src/cluster/client/EventClient.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L64) ___ @@ -252,4 +252,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L84) +[packages/matter.js/src/cluster/client/EventClient.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L84) diff --git a/docs/matter.js/classes/codec_export.BtpCodec.md b/docs/matter.js/classes/codec_export.BtpCodec.md index 0f169ab6c6..9cf61187a8 100644 --- a/docs/matter.js/classes/codec_export.BtpCodec.md +++ b/docs/matter.js/classes/codec_export.BtpCodec.md @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L305) +[packages/matter.js/src/codec/BtpCodec.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L305) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:325](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L325) +[packages/matter.js/src/codec/BtpCodec.ts:325](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L325) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L72) +[packages/matter.js/src/codec/BtpCodec.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L72) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L217) +[packages/matter.js/src/codec/BtpCodec.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L217) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L77) +[packages/matter.js/src/codec/BtpCodec.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L77) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L235) +[packages/matter.js/src/codec/BtpCodec.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L235) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L115) +[packages/matter.js/src/codec/BtpCodec.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L115) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L178) +[packages/matter.js/src/codec/BtpCodec.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L178) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L284) +[packages/matter.js/src/codec/BtpCodec.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L284) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L92) +[packages/matter.js/src/codec/BtpCodec.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L92) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L105) +[packages/matter.js/src/codec/BtpCodec.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L105) ___ @@ -289,7 +289,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L88) +[packages/matter.js/src/codec/BtpCodec.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L88) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L258) +[packages/matter.js/src/codec/BtpCodec.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L258) ___ @@ -330,4 +330,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L128) +[packages/matter.js/src/codec/BtpCodec.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L128) diff --git a/docs/matter.js/classes/codec_export.DerCodec.md b/docs/matter.js/classes/codec_export.DerCodec.md index ac8a92a4e9..50bd286619 100644 --- a/docs/matter.js/classes/codec_export.DerCodec.md +++ b/docs/matter.js/classes/codec_export.DerCodec.md @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L167) +[packages/matter.js/src/codec/DerCodec.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L167) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L184) +[packages/matter.js/src/codec/DerCodec.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L184) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L171) +[packages/matter.js/src/codec/DerCodec.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L171) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L63) +[packages/matter.js/src/codec/DerCodec.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L63) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L163) +[packages/matter.js/src/codec/DerCodec.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L163) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L108) +[packages/matter.js/src/codec/DerCodec.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L108) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L104) +[packages/matter.js/src/codec/DerCodec.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L104) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L92) +[packages/matter.js/src/codec/DerCodec.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L92) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L145) +[packages/matter.js/src/codec/DerCodec.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L145) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L119) +[packages/matter.js/src/codec/DerCodec.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L119) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L115) +[packages/matter.js/src/codec/DerCodec.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L115) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L127) +[packages/matter.js/src/codec/DerCodec.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L127) ___ @@ -296,4 +296,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L131) +[packages/matter.js/src/codec/DerCodec.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L131) diff --git a/docs/matter.js/classes/codec_export.DnsCodec.md b/docs/matter.js/classes/codec_export.DnsCodec.md index 499574a397..720f094ae0 100644 --- a/docs/matter.js/classes/codec_export.DnsCodec.md +++ b/docs/matter.js/classes/codec_export.DnsCodec.md @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L125) +[packages/matter.js/src/codec/DnsCodec.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L125) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L261) +[packages/matter.js/src/codec/DnsCodec.ts:261](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L261) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L235) +[packages/matter.js/src/codec/DnsCodec.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L235) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L178) +[packages/matter.js/src/codec/DnsCodec.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L178) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L156) +[packages/matter.js/src/codec/DnsCodec.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L156) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L165) +[packages/matter.js/src/codec/DnsCodec.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L165) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L196) +[packages/matter.js/src/codec/DnsCodec.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L196) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L214) +[packages/matter.js/src/codec/DnsCodec.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L214) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L223) +[packages/matter.js/src/codec/DnsCodec.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L223) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:270](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L270) +[packages/matter.js/src/codec/DnsCodec.ts:270](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L270) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L337) +[packages/matter.js/src/codec/DnsCodec.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L337) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:346](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L346) +[packages/matter.js/src/codec/DnsCodec.ts:346](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L346) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:381](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L381) +[packages/matter.js/src/codec/DnsCodec.ts:381](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L381) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L305) +[packages/matter.js/src/codec/DnsCodec.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L305) ___ @@ -341,7 +341,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L319) +[packages/matter.js/src/codec/DnsCodec.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L319) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:372](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L372) +[packages/matter.js/src/codec/DnsCodec.ts:372](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L372) ___ @@ -381,4 +381,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:362](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L362) +[packages/matter.js/src/codec/DnsCodec.ts:362](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L362) diff --git a/docs/matter.js/classes/codec_export.MessageCodec.md b/docs/matter.js/classes/codec_export.MessageCodec.md index b5333a30a2..eeb07ffabd 100644 --- a/docs/matter.js/classes/codec_export.MessageCodec.md +++ b/docs/matter.js/classes/codec_export.MessageCodec.md @@ -32,7 +32,7 @@ ### decodePacket -▸ `Static` **decodePacket**(`data`): [`Packet`](../interfaces/codec_export.Packet.md) +▸ `Static` **decodePacket**(`data`): [`DecodedPacket`](../interfaces/codec_export.DecodedPacket.md) #### Parameters @@ -42,17 +42,17 @@ #### Returns -[`Packet`](../interfaces/codec_export.Packet.md) +[`DecodedPacket`](../interfaces/codec_export.DecodedPacket.md) #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L79) +[packages/matter.js/src/codec/MessageCodec.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L94) ___ ### decodePacketHeader -▸ `Static` `Private` **decodePacketHeader**(`reader`): `Object` +▸ `Static` `Private` **decodePacketHeader**(`reader`): [`DecodedPacketHeader`](../interfaces/codec_export.DecodedPacketHeader.md) #### Parameters @@ -62,43 +62,31 @@ ___ #### Returns -`Object` - -| Name | Type | -| :------ | :------ | -| `destGroupId` | `undefined` \| [`GroupId`](../modules/datatype_export.md#groupid) | -| `destNodeId` | `undefined` \| [`NodeId`](../modules/datatype_export.md#nodeid) | -| `hasMessageExtensions` | ``false`` | -| `hasPrivacyEnhancements` | ``false`` | -| `isControlMessage` | ``false`` | -| `messageId` | `number` | -| `sessionId` | `number` | -| `sessionType` | [`SessionType`](../enums/codec_export.SessionType.md) | -| `sourceNodeId` | `undefined` \| [`NodeId`](../modules/datatype_export.md#nodeid) | +[`DecodedPacketHeader`](../interfaces/codec_export.DecodedPacketHeader.md) #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L109) +[packages/matter.js/src/codec/MessageCodec.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L146) ___ ### decodePayload -▸ `Static` **decodePayload**(`«destructured»`): [`Message`](../interfaces/codec_export.Message.md) +▸ `Static` **decodePayload**(`«destructured»`): [`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`Packet`](../interfaces/codec_export.Packet.md) | +| `«destructured»` | [`DecodedPacket`](../interfaces/codec_export.DecodedPacket.md) | #### Returns -[`Message`](../interfaces/codec_export.Message.md) +[`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L89) +[packages/matter.js/src/codec/MessageCodec.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L112) ___ @@ -118,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L151) +[packages/matter.js/src/codec/MessageCodec.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L190) ___ @@ -138,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L105) +[packages/matter.js/src/codec/MessageCodec.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L139) ___ @@ -158,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L169) +[packages/matter.js/src/codec/MessageCodec.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L215) ___ @@ -178,7 +166,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L98) +[packages/matter.js/src/codec/MessageCodec.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L128) ___ @@ -198,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L209) +[packages/matter.js/src/codec/MessageCodec.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L255) ___ @@ -218,4 +206,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:195](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L195) +[packages/matter.js/src/codec/MessageCodec.ts:241](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L241) diff --git a/docs/matter.js/classes/common_export.FailSafeManager.md b/docs/matter.js/classes/common_export.FailSafeManager.md index e881d4089a..77e260a738 100644 --- a/docs/matter.js/classes/common_export.FailSafeManager.md +++ b/docs/matter.js/classes/common_export.FailSafeManager.md @@ -60,7 +60,7 @@ Class to Handle one FailSafe context. This is mainly used when adding (Commissio #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L30) +[packages/matter.js/src/common/FailSafeManager.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L30) ## Properties @@ -70,7 +70,7 @@ Class to Handle one FailSafe context. This is mainly used when adding (Commissio #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L32) +[packages/matter.js/src/common/FailSafeManager.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L32) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L27) +[packages/matter.js/src/common/FailSafeManager.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L27) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L31) +[packages/matter.js/src/common/FailSafeManager.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L31) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L35) +[packages/matter.js/src/common/FailSafeManager.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L35) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L20) +[packages/matter.js/src/common/FailSafeManager.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L20) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L21) +[packages/matter.js/src/common/FailSafeManager.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L21) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L28) +[packages/matter.js/src/common/FailSafeManager.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L28) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L22) +[packages/matter.js/src/common/FailSafeManager.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L22) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L36) +[packages/matter.js/src/common/FailSafeManager.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L36) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L23) +[packages/matter.js/src/common/FailSafeManager.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L23) ## Accessors @@ -182,7 +182,7 @@ ___ #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L79) +[packages/matter.js/src/common/FailSafeManager.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L79) ## Methods @@ -209,7 +209,7 @@ Build a new Fabric object for a new fabric for the "AddNoc" case of the Operatio #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L163) +[packages/matter.js/src/common/FailSafeManager.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L163) ___ @@ -233,7 +233,7 @@ cluster. #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L152) +[packages/matter.js/src/common/FailSafeManager.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L152) ___ @@ -249,7 +249,7 @@ Complete the FailSafe context. This is called when the commissioning is complete #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L118) +[packages/matter.js/src/common/FailSafeManager.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L118) ___ @@ -273,7 +273,7 @@ validity checks. #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L127) +[packages/matter.js/src/common/FailSafeManager.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L127) ___ @@ -289,7 +289,7 @@ Expire the FailSafe context. This is called by the timer and can also be called #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L111) +[packages/matter.js/src/common/FailSafeManager.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L111) ___ @@ -312,7 +312,7 @@ Handle "Re-Arming" an existing FailSafe context to extend the timer, expire or f #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L84) +[packages/matter.js/src/common/FailSafeManager.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L84) ___ @@ -334,7 +334,7 @@ Restore Cluster data when the FailSafe context expired. #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L60) +[packages/matter.js/src/common/FailSafeManager.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L60) ___ @@ -356,7 +356,7 @@ Handles adding a trusted root certificate from Operational Credentials cluster. #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L141) +[packages/matter.js/src/common/FailSafeManager.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L141) ___ @@ -378,4 +378,4 @@ Store required CLuster data when opening the FailSafe context to allow to restor #### Defined in -[packages/matter.js/src/common/FailSafeManager.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/FailSafeManager.ts#L46) +[packages/matter.js/src/common/FailSafeManager.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/FailSafeManager.ts#L46) diff --git a/docs/matter.js/classes/crypto_export.Crypto.md b/docs/matter.js/classes/crypto_export.Crypto.md index 15cd468c1d..14fbb6c4e3 100644 --- a/docs/matter.js/classes/crypto_export.Crypto.md +++ b/docs/matter.js/classes/crypto_export.Crypto.md @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L25) +[packages/matter.js/src/crypto/Crypto.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L25) ## Methods @@ -84,7 +84,7 @@ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L112) +[packages/matter.js/src/crypto/Crypto.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L112) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L33) +[packages/matter.js/src/crypto/Crypto.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L33) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L58) +[packages/matter.js/src/crypto/Crypto.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L58) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L62) +[packages/matter.js/src/crypto/Crypto.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L62) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L70) +[packages/matter.js/src/crypto/Crypto.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L70) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L29) +[packages/matter.js/src/crypto/Crypto.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L29) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L37) +[packages/matter.js/src/crypto/Crypto.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L37) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L74) +[packages/matter.js/src/crypto/Crypto.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L74) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L85) +[packages/matter.js/src/crypto/Crypto.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L85) ___ @@ -279,7 +279,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L89) +[packages/matter.js/src/crypto/Crypto.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L89) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L77) +[packages/matter.js/src/crypto/Crypto.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L77) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L92) +[packages/matter.js/src/crypto/Crypto.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L92) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L99) +[packages/matter.js/src/crypto/Crypto.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L99) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L113) +[packages/matter.js/src/crypto/Crypto.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L113) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L34) +[packages/matter.js/src/crypto/Crypto.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L34) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L59) +[packages/matter.js/src/crypto/Crypto.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L59) ___ @@ -428,7 +428,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L66) +[packages/matter.js/src/crypto/Crypto.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L66) ___ @@ -449,7 +449,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L71) +[packages/matter.js/src/crypto/Crypto.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L71) ___ @@ -472,7 +472,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L30) +[packages/matter.js/src/crypto/Crypto.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L30) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L40) +[packages/matter.js/src/crypto/Crypto.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L40) ___ @@ -507,7 +507,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L51) +[packages/matter.js/src/crypto/Crypto.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L51) ___ @@ -521,7 +521,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L48) +[packages/matter.js/src/crypto/Crypto.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L48) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L38) +[packages/matter.js/src/crypto/Crypto.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L38) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L42) +[packages/matter.js/src/crypto/Crypto.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L42) ___ @@ -569,7 +569,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L45) +[packages/matter.js/src/crypto/Crypto.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L45) ___ @@ -589,7 +589,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L75) +[packages/matter.js/src/crypto/Crypto.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L75) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L86) +[packages/matter.js/src/crypto/Crypto.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L86) ___ @@ -633,7 +633,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L90) +[packages/matter.js/src/crypto/Crypto.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L90) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L78) +[packages/matter.js/src/crypto/Crypto.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L78) ___ @@ -678,7 +678,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L93) +[packages/matter.js/src/crypto/Crypto.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L93) ___ @@ -701,4 +701,4 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L105) +[packages/matter.js/src/crypto/Crypto.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L105) diff --git a/docs/matter.js/classes/crypto_export.Spake2p.md b/docs/matter.js/classes/crypto_export.Spake2p.md index 610b14d0f9..fbb8ae8d37 100644 --- a/docs/matter.js/classes/crypto_export.Spake2p.md +++ b/docs/matter.js/classes/crypto_export.Spake2p.md @@ -45,7 +45,7 @@ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L45) +[packages/matter.js/src/crypto/Spake2p.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L45) ## Properties @@ -55,7 +55,7 @@ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L46) +[packages/matter.js/src/crypto/Spake2p.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L46) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L47) +[packages/matter.js/src/crypto/Spake2p.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L47) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L48) +[packages/matter.js/src/crypto/Spake2p.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L48) ## Methods @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L109) +[packages/matter.js/src/crypto/Spake2p.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L109) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L79) +[packages/matter.js/src/crypto/Spake2p.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L79) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L70) +[packages/matter.js/src/crypto/Spake2p.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L70) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L61) +[packages/matter.js/src/crypto/Spake2p.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L61) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L94) +[packages/matter.js/src/crypto/Spake2p.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L94) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L51) +[packages/matter.js/src/crypto/Spake2p.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L51) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L56) +[packages/matter.js/src/crypto/Spake2p.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L56) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L34) +[packages/matter.js/src/crypto/Spake2p.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L34) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L25) +[packages/matter.js/src/crypto/Spake2p.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L25) ___ @@ -277,4 +277,4 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L40) +[packages/matter.js/src/crypto/Spake2p.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L40) diff --git a/docs/matter.js/classes/device_export.Aggregator.md b/docs/matter.js/classes/device_export.Aggregator.md index 969700bf3f..ddf34d6e9d 100644 --- a/docs/matter.js/classes/device_export.Aggregator.md +++ b/docs/matter.js/classes/device_export.Aggregator.md @@ -83,7 +83,7 @@ already have the BridgedDeviceBasicInformationCluster added! #### Defined in -[packages/matter.js/src/device/Aggregator.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Aggregator.ts#L29) +[packages/matter.js/src/device/Aggregator.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Aggregator.ts#L29) ## Properties @@ -99,7 +99,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -167,7 +167,7 @@ on the device! #### Defined in -[packages/matter.js/src/device/Aggregator.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Aggregator.ts#L44) +[packages/matter.js/src/device/Aggregator.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Aggregator.ts#L44) ___ @@ -193,7 +193,7 @@ The required clusters PowerSourceConfigurationCluster and PowerSourceCluster nee #### Defined in -[packages/matter.js/src/device/Aggregator.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Aggregator.ts#L87) +[packages/matter.js/src/device/Aggregator.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Aggregator.ts#L87) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -421,7 +421,7 @@ Array of bridged devices #### Defined in -[packages/matter.js/src/device/Aggregator.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Aggregator.ts#L114) +[packages/matter.js/src/device/Aggregator.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Aggregator.ts#L114) ___ @@ -445,7 +445,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -497,7 +497,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L198) +[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L198) ___ @@ -521,7 +521,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L183) +[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L183) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -597,7 +597,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -649,7 +649,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -703,7 +703,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Aggregator.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Aggregator.ts#L118) +[packages/matter.js/src/device/Aggregator.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Aggregator.ts#L118) ___ @@ -727,7 +727,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -745,7 +745,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -769,7 +769,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -793,7 +793,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -811,7 +811,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -829,4 +829,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.ComposedDevice.md b/docs/matter.js/classes/device_export.ComposedDevice.md index 934c48b6ad..9ca71e64c4 100644 --- a/docs/matter.js/classes/device_export.ComposedDevice.md +++ b/docs/matter.js/classes/device_export.ComposedDevice.md @@ -79,7 +79,7 @@ Creates a new ComposedDevice. #### Defined in -[packages/matter.js/src/device/ComposedDevice.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/ComposedDevice.ts#L24) +[packages/matter.js/src/device/ComposedDevice.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/ComposedDevice.ts#L24) ## Properties @@ -95,7 +95,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -247,7 +247,7 @@ Add a sub-device to the composed device. #### Defined in -[packages/matter.js/src/device/ComposedDevice.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/ComposedDevice.ts#L33) +[packages/matter.js/src/device/ComposedDevice.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/ComposedDevice.ts#L33) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -351,7 +351,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -445,7 +445,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L198) +[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L198) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L183) +[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L183) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -545,7 +545,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -563,7 +563,7 @@ Array with all sub-devices #### Defined in -[packages/matter.js/src/device/ComposedDevice.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/ComposedDevice.ts#L42) +[packages/matter.js/src/device/ComposedDevice.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/ComposedDevice.ts#L42) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -649,7 +649,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -673,7 +673,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -691,7 +691,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -713,7 +713,7 @@ Set the reachability of the Composed device exposed via the bridge. #### Defined in -[packages/matter.js/src/device/ComposedDevice.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/ComposedDevice.ts#L61) +[packages/matter.js/src/device/ComposedDevice.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/ComposedDevice.ts#L61) ___ @@ -737,7 +737,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -779,7 +779,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -799,4 +799,4 @@ Verify that the required clusters exists on the device. #### Defined in -[packages/matter.js/src/device/ComposedDevice.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/ComposedDevice.ts#L49) +[packages/matter.js/src/device/ComposedDevice.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/ComposedDevice.ts#L49) diff --git a/docs/matter.js/classes/device_export.Device.md b/docs/matter.js/classes/device_export.Device.md index 9487dd2f87..1c78e33b2f 100644 --- a/docs/matter.js/classes/device_export.Device.md +++ b/docs/matter.js/classes/device_export.Device.md @@ -82,7 +82,7 @@ Create a new Device instance. #### Defined in -[packages/matter.js/src/device/Device.ts:176](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L176) +[packages/matter.js/src/device/Device.ts:176](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L176) ## Properties @@ -92,7 +92,7 @@ Create a new Device instance. #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -118,7 +118,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -184,7 +184,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -296,7 +296,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ___ @@ -321,7 +321,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -520,7 +520,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -554,7 +554,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -636,7 +636,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -654,7 +654,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -788,7 +788,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ___ @@ -806,7 +806,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -829,7 +829,7 @@ reachability needs to be set there. #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -853,7 +853,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -877,7 +877,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -895,7 +895,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -913,4 +913,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.DimmableLightDevice.md b/docs/matter.js/classes/device_export.DimmableLightDevice.md index 2b62c82fff..415ec2611c 100644 --- a/docs/matter.js/classes/device_export.DimmableLightDevice.md +++ b/docs/matter.js/classes/device_export.DimmableLightDevice.md @@ -87,7 +87,7 @@ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L94) +[packages/matter.js/src/device/DimmableDevices.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L94) ## Properties @@ -101,7 +101,7 @@ #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -131,7 +131,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -201,7 +201,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -231,7 +231,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -261,7 +261,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -318,7 +318,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -377,7 +377,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -407,7 +407,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -437,7 +437,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -463,7 +463,7 @@ Adds a listener for the CurrentLevel attribute #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L71) +[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L71) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L29) +[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L29) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -540,7 +540,7 @@ This is an example of a convenient device class API to control the device withou #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -599,7 +599,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -633,7 +633,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -651,7 +651,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -669,7 +669,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -705,7 +705,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -729,7 +729,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -747,7 +747,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -781,7 +781,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -839,7 +839,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -863,7 +863,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -881,7 +881,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L58) +[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L58) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -917,7 +917,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -935,7 +935,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -1003,7 +1003,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -1027,7 +1027,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -1055,7 +1055,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1085,7 +1085,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1115,7 +1115,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -1133,7 +1133,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1160,7 +1160,7 @@ reachability needs to be set there. #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1184,7 +1184,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L62) +[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L62) ___ @@ -1208,7 +1208,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1235,7 +1235,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1280,7 +1280,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1298,7 +1298,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1316,4 +1316,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.DimmablePluginUnitDevice.md b/docs/matter.js/classes/device_export.DimmablePluginUnitDevice.md index 633c42196b..7465d633dd 100644 --- a/docs/matter.js/classes/device_export.DimmablePluginUnitDevice.md +++ b/docs/matter.js/classes/device_export.DimmablePluginUnitDevice.md @@ -87,7 +87,7 @@ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L77) +[packages/matter.js/src/device/DimmableDevices.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L77) ## Properties @@ -101,7 +101,7 @@ #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -131,7 +131,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -201,7 +201,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -231,7 +231,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -261,7 +261,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -318,7 +318,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -377,7 +377,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -407,7 +407,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -437,7 +437,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -463,7 +463,7 @@ Adds a listener for the CurrentLevel attribute #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L71) +[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L71) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L29) +[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L29) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -540,7 +540,7 @@ This is an example of a convenient device class API to control the device withou #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -599,7 +599,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -633,7 +633,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -651,7 +651,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -669,7 +669,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -705,7 +705,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -729,7 +729,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -747,7 +747,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -781,7 +781,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -839,7 +839,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -863,7 +863,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -881,7 +881,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L58) +[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L58) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -917,7 +917,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -935,7 +935,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -1003,7 +1003,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -1027,7 +1027,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -1055,7 +1055,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1085,7 +1085,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1115,7 +1115,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -1133,7 +1133,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1160,7 +1160,7 @@ reachability needs to be set there. #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1184,7 +1184,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L62) +[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L62) ___ @@ -1208,7 +1208,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1235,7 +1235,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1280,7 +1280,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1298,7 +1298,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1316,4 +1316,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.Endpoint.md b/docs/matter.js/classes/device_export.Endpoint.md index 317c0342b6..cd32a57b46 100644 --- a/docs/matter.js/classes/device_export.Endpoint.md +++ b/docs/matter.js/classes/device_export.Endpoint.md @@ -81,7 +81,7 @@ Create a new Endpoint instance. #### Defined in -[packages/matter.js/src/device/Endpoint.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L52) +[packages/matter.js/src/device/Endpoint.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L52) ## Properties @@ -91,7 +91,7 @@ Create a new Endpoint instance. #### Defined in -[packages/matter.js/src/device/Endpoint.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L36) +[packages/matter.js/src/device/Endpoint.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L36) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L35) +[packages/matter.js/src/device/Endpoint.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L35) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L34) +[packages/matter.js/src/device/Endpoint.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L34) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L44) +[packages/matter.js/src/device/Endpoint.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L44) ___ @@ -133,7 +133,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L40) +[packages/matter.js/src/device/Endpoint.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L40) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -278,7 +278,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -299,7 +299,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -341,7 +341,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -389,7 +389,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L198) +[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L198) ___ @@ -439,7 +439,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L183) +[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L183) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -517,7 +517,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -577,7 +577,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -597,7 +597,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -611,7 +611,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -631,7 +631,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -651,7 +651,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -679,4 +679,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.OnOffBaseDevice.md b/docs/matter.js/classes/device_export.OnOffBaseDevice.md index f46e023d55..0bf464dabf 100644 --- a/docs/matter.js/classes/device_export.OnOffBaseDevice.md +++ b/docs/matter.js/classes/device_export.OnOffBaseDevice.md @@ -92,7 +92,7 @@ extendPublicHandlerMethods<typeof Device, OnOffBaseDeviceCommands\>(Device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L62) +[packages/matter.js/src/device/OnOffDevices.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L62) ## Properties @@ -106,7 +106,7 @@ extendPublicHandlerMethods(Device).comm #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -120,7 +120,7 @@ extendPublicHandlerMethods(Device).devi #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -136,7 +136,7 @@ extendPublicHandlerMethods(Device).devi #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -150,7 +150,7 @@ extendPublicHandlerMethods(Device).id #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -164,7 +164,7 @@ extendPublicHandlerMethods(Device).name #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -178,7 +178,7 @@ extendPublicHandlerMethods(Device).uniq #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -206,7 +206,7 @@ extendPublicHandlerMethods(Device).\_ex #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -236,7 +236,7 @@ extendPublicHandlerMethods(Device).\_ex #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -260,7 +260,7 @@ extendPublicHandlerMethods(Device).addC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -293,7 +293,7 @@ extendPublicHandlerMethods(Device).addC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -324,7 +324,7 @@ extendPublicHandlerMethods(Device).addC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -352,7 +352,7 @@ extendPublicHandlerMethods(Device).addC #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -382,7 +382,7 @@ extendPublicHandlerMethods(Device).addC #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -405,7 +405,7 @@ Adds mandatory clusters to the device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L78) +[packages/matter.js/src/device/OnOffDevices.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L78) ___ @@ -430,7 +430,7 @@ extendPublicHandlerMethods(Device).addF #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -453,7 +453,7 @@ This is an example of a convenient device class API to control the device withou #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -478,7 +478,7 @@ extendPublicHandlerMethods(Device).addU #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -512,7 +512,7 @@ extendPublicHandlerMethods(Device).crea #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -546,7 +546,7 @@ extendPublicHandlerMethods(Device).crea #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -564,7 +564,7 @@ extendPublicHandlerMethods(Device).dest #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -582,7 +582,7 @@ extendPublicHandlerMethods(Device).dete #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -600,7 +600,7 @@ extendPublicHandlerMethods(Device).getA #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -618,7 +618,7 @@ extendPublicHandlerMethods(Device).getA #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -642,7 +642,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -660,7 +660,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -694,7 +694,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -718,7 +718,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -752,7 +752,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -776,7 +776,7 @@ extendPublicHandlerMethods(Device).getC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -794,7 +794,7 @@ extendPublicHandlerMethods(Device).getD #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -812,7 +812,7 @@ extendPublicHandlerMethods(Device).getI #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -826,7 +826,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -860,7 +860,7 @@ extendPublicHandlerMethods(Device).hasC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -894,7 +894,7 @@ extendPublicHandlerMethods(Device).hasC #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -918,7 +918,7 @@ extendPublicHandlerMethods(Device).remo #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -946,7 +946,7 @@ extendPublicHandlerMethods(Device).remo #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -976,7 +976,7 @@ extendPublicHandlerMethods(Device).remo #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -994,7 +994,7 @@ extendPublicHandlerMethods(Device).remo #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1021,7 +1021,7 @@ extendPublicHandlerMethods(Device).setB #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1045,7 +1045,7 @@ extendPublicHandlerMethods(Device).setD #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1068,7 +1068,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1092,7 +1092,7 @@ extendPublicHandlerMethods(Device).setS #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1109,7 +1109,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1127,7 +1127,7 @@ extendPublicHandlerMethods(Device).upda #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1145,4 +1145,4 @@ extendPublicHandlerMethods(Device).veri #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.OnOffLightDevice.md b/docs/matter.js/classes/device_export.OnOffLightDevice.md index 497ef472aa..832ec3e733 100644 --- a/docs/matter.js/classes/device_export.OnOffLightDevice.md +++ b/docs/matter.js/classes/device_export.OnOffLightDevice.md @@ -85,7 +85,7 @@ Device class for an OnOffPluginUnit Device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L161) +[packages/matter.js/src/device/OnOffDevices.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L161) ## Properties @@ -99,7 +99,7 @@ Device class for an OnOffPluginUnit Device #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -129,7 +129,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -199,7 +199,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -229,7 +229,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -345,7 +345,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -375,7 +375,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -402,7 +402,7 @@ Adds mandatory clusters to the device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L172) +[packages/matter.js/src/device/OnOffDevices.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L172) ___ @@ -427,7 +427,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -454,7 +454,7 @@ This is an example of a convenient device class API to control the device withou #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -583,7 +583,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -601,7 +601,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -643,7 +643,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -661,7 +661,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -695,7 +695,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -719,7 +719,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -795,7 +795,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -813,7 +813,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -923,7 +923,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -951,7 +951,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -981,7 +981,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -999,7 +999,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1026,7 +1026,7 @@ reachability needs to be set there. #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1077,7 +1077,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1122,7 +1122,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1140,7 +1140,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1158,4 +1158,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.OnOffPluginUnitDevice.md b/docs/matter.js/classes/device_export.OnOffPluginUnitDevice.md index eafa842ccd..ee89c1b8d2 100644 --- a/docs/matter.js/classes/device_export.OnOffPluginUnitDevice.md +++ b/docs/matter.js/classes/device_export.OnOffPluginUnitDevice.md @@ -85,7 +85,7 @@ Device class for an OnOffPluginUnit Device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L145) +[packages/matter.js/src/device/OnOffDevices.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L145) ## Properties @@ -99,7 +99,7 @@ Device class for an OnOffPluginUnit Device #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -129,7 +129,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -199,7 +199,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -229,7 +229,7 @@ because needed public for derived classes. #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -345,7 +345,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -375,7 +375,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -402,7 +402,7 @@ Adds mandatory clusters to the device #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L78) +[packages/matter.js/src/device/OnOffDevices.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L78) ___ @@ -427,7 +427,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -454,7 +454,7 @@ This is an example of a convenient device class API to control the device withou #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -583,7 +583,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -601,7 +601,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -643,7 +643,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -661,7 +661,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -695,7 +695,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -719,7 +719,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -795,7 +795,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -813,7 +813,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -923,7 +923,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -951,7 +951,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -981,7 +981,7 @@ The base class do not expose any commands! #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -999,7 +999,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1026,7 +1026,7 @@ reachability needs to be set there. #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1077,7 +1077,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1122,7 +1122,7 @@ This is an example f a convenient device class API to control the device without #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1140,7 +1140,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1158,4 +1158,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.PairedDevice.md b/docs/matter.js/classes/device_export.PairedDevice.md index d017b43adc..09e7907762 100644 --- a/docs/matter.js/classes/device_export.PairedDevice.md +++ b/docs/matter.js/classes/device_export.PairedDevice.md @@ -77,7 +77,7 @@ Create a new PairedDevice instance. All data are automatically parsed from the p #### Defined in -[packages/matter.js/src/device/Device.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L61) +[packages/matter.js/src/device/Device.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L61) ## Properties @@ -87,7 +87,7 @@ Create a new PairedDevice instance. All data are automatically parsed from the p #### Defined in -[packages/matter.js/src/device/Device.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L53) +[packages/matter.js/src/device/Device.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L53) ___ @@ -103,7 +103,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -169,7 +169,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -208,7 +208,7 @@ PairedDevice does not support adding additional clusters #### Defined in -[packages/matter.js/src/device/Device.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L93) +[packages/matter.js/src/device/Device.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L93) ___ @@ -245,7 +245,7 @@ PairedDevice does not support adding additional clusters #### Defined in -[packages/matter.js/src/device/Device.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L82) +[packages/matter.js/src/device/Device.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L82) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -409,7 +409,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L198) +[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L198) ___ @@ -467,7 +467,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L183) +[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L183) ___ @@ -525,7 +525,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -561,7 +561,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -671,7 +671,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -695,7 +695,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -719,7 +719,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -737,7 +737,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -755,4 +755,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/device_export.PairedNode.md b/docs/matter.js/classes/device_export.PairedNode.md index 0aa94a7f23..9d6a3b0a23 100644 --- a/docs/matter.js/classes/device_export.PairedNode.md +++ b/docs/matter.js/classes/device_export.PairedNode.md @@ -75,7 +75,7 @@ the CommissioningController on commissioning or when connecting. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L159) +[packages/matter.js/src/device/PairedNode.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L159) ## Properties @@ -85,7 +85,7 @@ the CommissioningController on commissioning or when connecting. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L161) +[packages/matter.js/src/device/PairedNode.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L161) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L139) +[packages/matter.js/src/device/PairedNode.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L139) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L129) +[packages/matter.js/src/device/PairedNode.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L129) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L130) +[packages/matter.js/src/device/PairedNode.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L130) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L160) +[packages/matter.js/src/device/PairedNode.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L160) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L162) +[packages/matter.js/src/device/PairedNode.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L162) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L131) +[packages/matter.js/src/device/PairedNode.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L131) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L163) +[packages/matter.js/src/device/PairedNode.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L163) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L135) +[packages/matter.js/src/device/PairedNode.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L135) ## Accessors @@ -187,7 +187,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L178) +[packages/matter.js/src/device/PairedNode.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L178) ## Methods @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:749](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L749) +[packages/matter.js/src/device/PairedNode.ts:749](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L749) ___ @@ -225,7 +225,7 @@ Create a device object from the data read from the device. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L513) +[packages/matter.js/src/device/PairedNode.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L513) ___ @@ -241,7 +241,7 @@ De-Commission (unpair) the device from this controller by removing the fabric fr #### Defined in -[packages/matter.js/src/device/PairedNode.ts:626](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L626) +[packages/matter.js/src/device/PairedNode.ts:626](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L626) ___ @@ -255,7 +255,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:744](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L744) +[packages/matter.js/src/device/PairedNode.ts:744](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L744) ___ @@ -271,7 +271,7 @@ Ensure that the node is connected by creating a new InteractionClient if needed. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L223) +[packages/matter.js/src/device/PairedNode.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L223) ___ @@ -304,7 +304,7 @@ Get a cluster client from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/PairedNode.ts:806](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L806) +[packages/matter.js/src/device/PairedNode.ts:806](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L806) ___ @@ -337,7 +337,7 @@ Get a cluster server from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/PairedNode.ts:790](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L790) +[packages/matter.js/src/device/PairedNode.ts:790](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L790) ___ @@ -359,7 +359,7 @@ Returns the device/endpoint with the given endpoint ID. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:617](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L617) +[packages/matter.js/src/device/PairedNode.ts:617](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L617) ___ @@ -375,7 +375,7 @@ Returns the functional devices/endpoints (those below the Root Endpoint) known f #### Defined in -[packages/matter.js/src/device/PairedNode.ts:612](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L612) +[packages/matter.js/src/device/PairedNode.ts:612](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L612) ___ @@ -392,7 +392,7 @@ ClusterClients of the Devices of the node should be used instead. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L263) +[packages/matter.js/src/device/PairedNode.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L263) ___ @@ -424,7 +424,7 @@ Get a cluster client from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/PairedNode.ts:774](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L774) +[packages/matter.js/src/device/PairedNode.ts:774](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L774) ___ @@ -456,7 +456,7 @@ Get a cluster server from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/PairedNode.ts:759](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L759) +[packages/matter.js/src/device/PairedNode.ts:759](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L759) ___ @@ -470,7 +470,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:621](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L621) +[packages/matter.js/src/device/PairedNode.ts:621](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L621) ___ @@ -486,7 +486,7 @@ Handles a node shutDown event (if supported by the node and received). #### Defined in -[packages/matter.js/src/device/PairedNode.ts:381](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L381) +[packages/matter.js/src/device/PairedNode.ts:381](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L381) ___ @@ -502,7 +502,7 @@ Initialize the node after the InteractionClient was created and to subscribe att #### Defined in -[packages/matter.js/src/device/PairedNode.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L232) +[packages/matter.js/src/device/PairedNode.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L232) ___ @@ -525,7 +525,7 @@ Reads all data from the device and create a device object structure out of it. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:397](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L397) +[packages/matter.js/src/device/PairedNode.ts:397](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L397) ___ @@ -547,7 +547,7 @@ Method to log the structure of this node with all endpoint and clusters. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L268) +[packages/matter.js/src/device/PairedNode.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L268) ___ @@ -569,7 +569,7 @@ Opens a Basic Commissioning Window (uses the original Passcode printed on the de #### Defined in -[packages/matter.js/src/device/PairedNode.ts:651](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L651) +[packages/matter.js/src/device/PairedNode.ts:651](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L651) ___ @@ -591,7 +591,7 @@ Opens an Enhanced Commissioning Window (uses a generated random Passcode) with t #### Defined in -[packages/matter.js/src/device/PairedNode.ts:679](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L679) +[packages/matter.js/src/device/PairedNode.ts:679](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L679) ___ @@ -608,7 +608,7 @@ was closed or the device wen offline and was detected as being online again. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:199](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L199) +[packages/matter.js/src/device/PairedNode.ts:199](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L199) ___ @@ -628,7 +628,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:182](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L182) +[packages/matter.js/src/device/PairedNode.ts:182](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L182) ___ @@ -650,7 +650,7 @@ Bring the endpoints in a structure based on their partsList attribute. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:446](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L446) +[packages/matter.js/src/device/PairedNode.ts:446](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L446) ___ @@ -676,7 +676,7 @@ false this is executed automatically. Alternatively you can manually subscribe b #### Defined in -[packages/matter.js/src/device/PairedNode.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L281) +[packages/matter.js/src/device/PairedNode.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L281) ___ @@ -690,7 +690,7 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:389](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L389) +[packages/matter.js/src/device/PairedNode.ts:389](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L389) ___ @@ -714,4 +714,4 @@ ___ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L141) +[packages/matter.js/src/device/PairedNode.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L141) diff --git a/docs/matter.js/classes/device_export.RootEndpoint.md b/docs/matter.js/classes/device_export.RootEndpoint.md index 205cf643c6..29439e16e6 100644 --- a/docs/matter.js/classes/device_export.RootEndpoint.md +++ b/docs/matter.js/classes/device_export.RootEndpoint.md @@ -71,7 +71,7 @@ Create a new RootEndpoint instance. This is automatically instanced by the Commi #### Defined in -[packages/matter.js/src/device/Device.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L112) +[packages/matter.js/src/device/Device.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L112) ## Properties @@ -81,7 +81,7 @@ Create a new RootEndpoint instance. This is automatically instanced by the Commi #### Defined in -[packages/matter.js/src/device/Device.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L107) +[packages/matter.js/src/device/Device.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L107) ___ @@ -97,7 +97,7 @@ One or multiple DeviceTypeDefinitions of the endpoint #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -283,7 +283,7 @@ Add a cluster client to the root endpoint. This is mainly used internally and no #### Defined in -[packages/matter.js/src/device/Device.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L137) +[packages/matter.js/src/device/Device.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L137) ___ @@ -308,7 +308,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -362,7 +362,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L198) +[packages/matter.js/src/device/Endpoint.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L198) ___ @@ -480,7 +480,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -514,7 +514,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L183) +[packages/matter.js/src/device/Endpoint.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L183) ___ @@ -538,7 +538,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -574,7 +574,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -606,7 +606,7 @@ Get a cluster client from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/Device.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L148) +[packages/matter.js/src/device/Device.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L148) ___ @@ -638,7 +638,7 @@ Get a cluster server from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/device/Device.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L122) +[packages/matter.js/src/device/Device.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L122) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -748,7 +748,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -772,7 +772,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -796,7 +796,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -814,7 +814,7 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -832,4 +832,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/export.CommissioningController.md b/docs/matter.js/classes/export.CommissioningController.md index 1a87eaed88..4b973acf68 100644 --- a/docs/matter.js/classes/export.CommissioningController.md +++ b/docs/matter.js/classes/export.CommissioningController.md @@ -82,7 +82,7 @@ Creates a new CommissioningController instance #### Defined in -[packages/matter.js/src/CommissioningController.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L134) +[packages/matter.js/src/CommissioningController.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L134) ## Properties @@ -92,7 +92,7 @@ Creates a new CommissioningController instance #### Defined in -[packages/matter.js/src/CommissioningController.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L126) +[packages/matter.js/src/CommissioningController.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L126) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L125) +[packages/matter.js/src/CommissioningController.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L125) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L118) +[packages/matter.js/src/CommissioningController.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L118) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L119) +[packages/matter.js/src/CommissioningController.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L119) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L120) +[packages/matter.js/src/CommissioningController.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L120) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L123) +[packages/matter.js/src/CommissioningController.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L123) ___ @@ -154,7 +154,7 @@ The options for the CommissioningController #### Defined in -[packages/matter.js/src/CommissioningController.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L134) +[packages/matter.js/src/CommissioningController.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L134) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L127) +[packages/matter.js/src/CommissioningController.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L127) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L117) +[packages/matter.js/src/CommissioningController.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L117) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L122) +[packages/matter.js/src/CommissioningController.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L122) ## Accessors @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L138) +[packages/matter.js/src/CommissioningController.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L138) ## Methods @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L152) +[packages/matter.js/src/CommissioningController.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L152) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L142) +[packages/matter.js/src/CommissioningController.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L142) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:393](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L393) +[packages/matter.js/src/CommissioningController.ts:393](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L393) ___ @@ -278,7 +278,7 @@ Disconnects all connected nodes and Closes the network connections and other res #### Defined in -[packages/matter.js/src/CommissioningController.ts:352](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L352) +[packages/matter.js/src/CommissioningController.ts:352](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L352) ___ @@ -301,7 +301,7 @@ paired node on success. #### Defined in -[packages/matter.js/src/CommissioningController.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L191) +[packages/matter.js/src/CommissioningController.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L191) ___ @@ -318,7 +318,7 @@ After connection the endpoint data of the device is analyzed and an object struc #### Defined in -[packages/matter.js/src/CommissioningController.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L281) +[packages/matter.js/src/CommissioningController.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L281) ___ @@ -342,7 +342,7 @@ After connection the endpoint data of the device is analyzed and an object struc #### Defined in -[packages/matter.js/src/CommissioningController.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L251) +[packages/matter.js/src/CommissioningController.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L251) ___ @@ -365,7 +365,7 @@ not be used directly. See the PairedNode class for the public API. #### Defined in -[packages/matter.js/src/CommissioningController.ts:334](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L334) +[packages/matter.js/src/CommissioningController.ts:334](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L334) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:239](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L239) +[packages/matter.js/src/CommissioningController.ts:239](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L239) ___ @@ -408,7 +408,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L404) +[packages/matter.js/src/CommissioningController.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L404) ___ @@ -424,7 +424,7 @@ Returns active session information for all connected nodes. #### Defined in -[packages/matter.js/src/CommissioningController.ts:429](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L429) +[packages/matter.js/src/CommissioningController.ts:429](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L429) ___ @@ -440,7 +440,7 @@ Returns an array with the Node Ids for all commissioned nodes. #### Defined in -[packages/matter.js/src/CommissioningController.ts:345](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L345) +[packages/matter.js/src/CommissioningController.ts:345](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L345) ___ @@ -462,7 +462,7 @@ Returns the PairedNode instance for a given node id, if this node is connected. #### Defined in -[packages/matter.js/src/CommissioningController.ts:340](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L340) +[packages/matter.js/src/CommissioningController.ts:340](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L340) ___ @@ -480,7 +480,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L363) +[packages/matter.js/src/CommissioningController.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L363) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:367](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L367) +[packages/matter.js/src/CommissioningController.ts:367](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L367) ___ @@ -520,7 +520,7 @@ Internal method to initialize a MatterController instance. #### Defined in -[packages/matter.js/src/CommissioningController.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L162) +[packages/matter.js/src/CommissioningController.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L162) ___ @@ -536,7 +536,7 @@ Returns true if t least one node is commissioned/paired with this controller ins #### Defined in -[packages/matter.js/src/CommissioningController.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L324) +[packages/matter.js/src/CommissioningController.ts:324](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L324) ___ @@ -558,7 +558,7 @@ Check if a given node id is commissioned on this controller. #### Defined in -[packages/matter.js/src/CommissioningController.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L208) +[packages/matter.js/src/CommissioningController.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L208) ___ @@ -584,7 +584,7 @@ use this in case of an error. #### Defined in -[packages/matter.js/src/CommissioningController.ts:219](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L219) +[packages/matter.js/src/CommissioningController.ts:219](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L219) ___ @@ -598,7 +598,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningController.ts:420](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L420) +[packages/matter.js/src/CommissioningController.ts:420](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L420) ___ @@ -624,7 +624,7 @@ Set the MDNS Broadcaster instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningController.ts:310](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L310) +[packages/matter.js/src/CommissioningController.ts:310](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L310) ___ @@ -650,7 +650,7 @@ Set the MDNS Scanner instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningController.ts:301](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L301) +[packages/matter.js/src/CommissioningController.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L301) ___ @@ -672,7 +672,7 @@ Set the Storage instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningController.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L319) +[packages/matter.js/src/CommissioningController.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L319) ___ @@ -692,4 +692,4 @@ Initialize the controller and connect to all commissioned nodes if autoConnect i #### Defined in -[packages/matter.js/src/CommissioningController.ts:380](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L380) +[packages/matter.js/src/CommissioningController.ts:380](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L380) diff --git a/docs/matter.js/classes/export.CommissioningServer.md b/docs/matter.js/classes/export.CommissioningServer.md index 595a8f3509..4087d48e37 100644 --- a/docs/matter.js/classes/export.CommissioningServer.md +++ b/docs/matter.js/classes/export.CommissioningServer.md @@ -91,7 +91,7 @@ Creates a new CommissioningServer node and add all needed Root clusters #### Defined in -[packages/matter.js/src/CommissioningServer.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L240) +[packages/matter.js/src/CommissioningServer.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L240) ## Properties @@ -101,7 +101,7 @@ Creates a new CommissioningServer node and add all needed Root clusters #### Defined in -[packages/matter.js/src/CommissioningServer.ts:233](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L233) +[packages/matter.js/src/CommissioningServer.ts:233](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L233) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L231) +[packages/matter.js/src/CommissioningServer.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L231) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L224) +[packages/matter.js/src/CommissioningServer.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L224) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L216) +[packages/matter.js/src/CommissioningServer.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L216) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L220) +[packages/matter.js/src/CommissioningServer.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L220) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L217) +[packages/matter.js/src/CommissioningServer.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L217) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L225) +[packages/matter.js/src/CommissioningServer.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L225) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L213) +[packages/matter.js/src/CommissioningServer.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L213) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:222](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L222) +[packages/matter.js/src/CommissioningServer.ts:222](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L222) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:221](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L221) +[packages/matter.js/src/CommissioningServer.ts:221](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L221) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L229) +[packages/matter.js/src/CommissioningServer.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L229) ___ @@ -213,7 +213,7 @@ The options for the CommissioningServer node #### Defined in -[packages/matter.js/src/CommissioningServer.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L240) +[packages/matter.js/src/CommissioningServer.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L240) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L215) +[packages/matter.js/src/CommissioningServer.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L215) ___ @@ -233,7 +233,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L214) +[packages/matter.js/src/CommissioningServer.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L214) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L227) +[packages/matter.js/src/CommissioningServer.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L227) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:219](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L219) +[packages/matter.js/src/CommissioningServer.ts:219](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L219) ## Methods @@ -282,7 +282,7 @@ Add a new command handler for the given command #### Defined in -[packages/matter.js/src/CommissioningServer.ts:893](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L893) +[packages/matter.js/src/CommissioningServer.ts:893](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L893) ___ @@ -304,7 +304,7 @@ Add a new device to the node #### Defined in -[packages/matter.js/src/CommissioningServer.ts:837](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L837) +[packages/matter.js/src/CommissioningServer.ts:837](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L837) ___ @@ -326,7 +326,7 @@ Add a child endpoint to the root endpoint. This is mainly used internally and no #### Defined in -[packages/matter.js/src/CommissioningServer.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L503) +[packages/matter.js/src/CommissioningServer.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L503) ___ @@ -357,7 +357,7 @@ Add a cluster client to the root endpoint. This is mainly used internally and no #### Defined in -[packages/matter.js/src/CommissioningServer.ts:469](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L469) +[packages/matter.js/src/CommissioningServer.ts:469](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L469) ___ @@ -388,7 +388,7 @@ added in the constructor #### Defined in -[packages/matter.js/src/CommissioningServer.ts:524](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L524) +[packages/matter.js/src/CommissioningServer.ts:524](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L524) ___ @@ -410,7 +410,7 @@ Advertise the node via all available interfaces (Ethernet/MDNS, BLE, ...) and st #### Defined in -[packages/matter.js/src/CommissioningServer.ts:544](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L544) +[packages/matter.js/src/CommissioningServer.ts:544](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L544) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:678](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L678) +[packages/matter.js/src/CommissioningServer.ts:678](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L678) ___ @@ -444,7 +444,7 @@ Close network connections of the device and stop responding to requests #### Defined in -[packages/matter.js/src/CommissioningServer.ts:860](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L860) +[packages/matter.js/src/CommissioningServer.ts:860](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L860) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:868](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L868) +[packages/matter.js/src/CommissioningServer.ts:868](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L868) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:720](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L720) +[packages/matter.js/src/CommissioningServer.ts:720](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L720) ___ @@ -501,7 +501,7 @@ Get some basic details of all currently active sessions. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:966](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L966) +[packages/matter.js/src/CommissioningServer.ts:966](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L966) ___ @@ -523,7 +523,7 @@ Get a child endpoint from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/CommissioningServer.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L513) +[packages/matter.js/src/CommissioningServer.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L513) ___ @@ -545,7 +545,7 @@ Get some basic details of all Fabrics the server is commissioned to. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:954](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L954) +[packages/matter.js/src/CommissioningServer.ts:954](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L954) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:671](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L671) +[packages/matter.js/src/CommissioningServer.ts:671](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L671) ___ @@ -587,7 +587,7 @@ Return the pairing information for the device #### Defined in -[packages/matter.js/src/CommissioningServer.ts:756](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L756) +[packages/matter.js/src/CommissioningServer.ts:756](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L756) ___ @@ -607,7 +607,7 @@ Return the port the device is listening on #### Defined in -[packages/matter.js/src/CommissioningServer.ts:844](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L844) +[packages/matter.js/src/CommissioningServer.ts:844](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L844) ___ @@ -639,7 +639,7 @@ Get a cluster client from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/CommissioningServer.ts:480](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L480) +[packages/matter.js/src/CommissioningServer.ts:480](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L480) ___ @@ -671,7 +671,7 @@ Get a cluster server from the root endpoint. This is mainly used internally and #### Defined in -[packages/matter.js/src/CommissioningServer.ts:454](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L454) +[packages/matter.js/src/CommissioningServer.ts:454](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L454) ___ @@ -687,7 +687,7 @@ Get the root endpoint of the node. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:493](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L493) +[packages/matter.js/src/CommissioningServer.ts:493](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L493) ___ @@ -713,7 +713,7 @@ used internally by MatterServer to initialize the state of the device. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:930](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L930) +[packages/matter.js/src/CommissioningServer.ts:930](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L930) ___ @@ -734,7 +734,7 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:685](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L685) +[packages/matter.js/src/CommissioningServer.ts:685](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L685) ___ @@ -750,7 +750,7 @@ Return info if the device is paired with at least one controller #### Defined in -[packages/matter.js/src/CommissioningServer.ts:749](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L749) +[packages/matter.js/src/CommissioningServer.ts:749](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L749) ___ @@ -779,7 +779,7 @@ Remove a command handler for the given command #### Defined in -[packages/matter.js/src/CommissioningServer.ts:906](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L906) +[packages/matter.js/src/CommissioningServer.ts:906](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L906) ___ @@ -805,7 +805,7 @@ Set the MDNS Broadcaster instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningServer.ts:816](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L816) +[packages/matter.js/src/CommissioningServer.ts:816](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L816) ___ @@ -831,7 +831,7 @@ Set the MDNS Scanner instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningServer.ts:807](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L807) +[packages/matter.js/src/CommissioningServer.ts:807](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L807) ___ @@ -853,7 +853,7 @@ Set the port the device is listening on. Can only be called before the device is #### Defined in -[packages/matter.js/src/CommissioningServer.ts:849](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L849) +[packages/matter.js/src/CommissioningServer.ts:849](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L849) ___ @@ -876,7 +876,7 @@ the reachability flag was set in the BasicInformationCluster or in the BasicInfo #### Defined in -[packages/matter.js/src/CommissioningServer.ts:919](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L919) +[packages/matter.js/src/CommissioningServer.ts:919](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L919) ___ @@ -898,7 +898,7 @@ Set the StorageManager instance. Should be only used internally #### Defined in -[packages/matter.js/src/CommissioningServer.ts:827](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L827) +[packages/matter.js/src/CommissioningServer.ts:827](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L827) ___ @@ -918,7 +918,7 @@ Starts the Matter device and advertises it. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:940](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L940) +[packages/matter.js/src/CommissioningServer.ts:940](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L940) ___ @@ -932,4 +932,4 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:664](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L664) +[packages/matter.js/src/CommissioningServer.ts:664](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L664) diff --git a/docs/matter.js/classes/export.MatterNode.md b/docs/matter.js/classes/export.MatterNode.md index 8c1fc0a307..7a18744029 100644 --- a/docs/matter.js/classes/export.MatterNode.md +++ b/docs/matter.js/classes/export.MatterNode.md @@ -47,7 +47,7 @@ Abstract base class that represents a node in the matter ecosystem. #### Defined in -[packages/matter.js/src/MatterNode.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L14) +[packages/matter.js/src/MatterNode.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L14) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterNode.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L16) +[packages/matter.js/src/MatterNode.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L16) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterNode.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L18) +[packages/matter.js/src/MatterNode.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L18) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterNode.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L22) +[packages/matter.js/src/MatterNode.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L22) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterNode.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L24) +[packages/matter.js/src/MatterNode.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L24) ___ @@ -135,4 +135,4 @@ ___ #### Defined in -[packages/matter.js/src/MatterNode.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterNode.ts#L20) +[packages/matter.js/src/MatterNode.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterNode.ts#L20) diff --git a/docs/matter.js/classes/export.MatterServer.md b/docs/matter.js/classes/export.MatterServer.md index 0b5bcbfa8c..e9b6f34149 100644 --- a/docs/matter.js/classes/export.MatterServer.md +++ b/docs/matter.js/classes/export.MatterServer.md @@ -55,7 +55,7 @@ Create a new Matter server instance #### Defined in -[packages/matter.js/src/MatterServer.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L68) +[packages/matter.js/src/MatterServer.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L68) ## Properties @@ -65,7 +65,7 @@ Create a new Matter server instance #### Defined in -[packages/matter.js/src/MatterServer.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L60) +[packages/matter.js/src/MatterServer.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L60) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L58) +[packages/matter.js/src/MatterServer.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L58) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L57) +[packages/matter.js/src/MatterServer.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L57) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L55) +[packages/matter.js/src/MatterServer.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L55) ___ @@ -107,7 +107,7 @@ Optional MatterServer options #### Defined in -[packages/matter.js/src/MatterServer.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L70) +[packages/matter.js/src/MatterServer.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L70) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L54) +[packages/matter.js/src/MatterServer.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L54) ___ @@ -129,7 +129,7 @@ Storage manager instance to use for all nodes #### Defined in -[packages/matter.js/src/MatterServer.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L69) +[packages/matter.js/src/MatterServer.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L69) ## Accessors @@ -143,7 +143,7 @@ Storage manager instance to use for all nodes #### Defined in -[packages/matter.js/src/MatterServer.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L73) +[packages/matter.js/src/MatterServer.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L73) ## Methods @@ -166,7 +166,7 @@ Add a Controller node to the server #### Defined in -[packages/matter.js/src/MatterServer.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L171) +[packages/matter.js/src/MatterServer.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L171) ___ @@ -189,7 +189,7 @@ Add a CommissioningServer node to the server #### Defined in -[packages/matter.js/src/MatterServer.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L126) +[packages/matter.js/src/MatterServer.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L126) ___ @@ -205,7 +205,7 @@ Close the server and all nodes #### Defined in -[packages/matter.js/src/MatterServer.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L247) +[packages/matter.js/src/MatterServer.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L247) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L77) +[packages/matter.js/src/MatterServer.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L77) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L231) +[packages/matter.js/src/MatterServer.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L231) ___ @@ -268,7 +268,7 @@ Remove a Controller node from the server, close the Controller and optionally de #### Defined in -[packages/matter.js/src/MatterServer.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L191) +[packages/matter.js/src/MatterServer.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L191) ___ @@ -292,7 +292,7 @@ storage context. #### Defined in -[packages/matter.js/src/MatterServer.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L142) +[packages/matter.js/src/MatterServer.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L142) ___ @@ -309,4 +309,4 @@ be announced/paired immediately. #### Defined in -[packages/matter.js/src/MatterServer.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L212) +[packages/matter.js/src/MatterServer.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L212) diff --git a/docs/matter.js/classes/export._internal_.Base38Schema.md b/docs/matter.js/classes/export._internal_.Base38Schema.md index 8c992bf1b5..fbc30b4170 100644 --- a/docs/matter.js/classes/export._internal_.Base38Schema.md +++ b/docs/matter.js/classes/export._internal_.Base38Schema.md @@ -63,7 +63,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Base38Schema.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Base38Schema.ts#L84) +[packages/matter.js/src/schema/Base38Schema.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Base38Schema.ts#L84) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Base38Schema.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Base38Schema.ts#L45) +[packages/matter.js/src/schema/Base38Schema.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Base38Schema.ts#L45) ___ @@ -135,7 +135,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Base38Schema.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Base38Schema.ts#L35) +[packages/matter.js/src/schema/Base38Schema.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Base38Schema.ts#L35) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Base38Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Base38Schema.ts#L16) +[packages/matter.js/src/schema/Base38Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Base38Schema.ts#L16) ___ @@ -206,4 +206,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/export._internal_.DimmableBaseDevice.md b/docs/matter.js/classes/export._internal_.DimmableBaseDevice.md index d5393944da..e155c1bd53 100644 --- a/docs/matter.js/classes/export._internal_.DimmableBaseDevice.md +++ b/docs/matter.js/classes/export._internal_.DimmableBaseDevice.md @@ -91,7 +91,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L39) +[packages/matter.js/src/util/NamedHandler.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L39) ## Properties @@ -107,7 +107,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L168) +[packages/matter.js/src/device/Device.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L168) ___ @@ -123,7 +123,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L167) +[packages/matter.js/src/device/Device.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L167) ___ @@ -141,7 +141,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L53) +[packages/matter.js/src/device/Endpoint.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L53) ___ @@ -157,7 +157,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L37) +[packages/matter.js/src/device/Endpoint.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L37) ___ @@ -173,7 +173,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L39) +[packages/matter.js/src/device/Endpoint.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L39) ___ @@ -189,7 +189,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L38) +[packages/matter.js/src/device/Endpoint.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L38) ## Methods @@ -219,7 +219,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L225) +[packages/matter.js/src/device/Device.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L225) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -251,7 +251,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ▸ `Protected` **_executeHandler**<`K`\>(`action`, `...args`): `Promise`<`void`\> @@ -283,7 +283,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L42) +[packages/matter.js/src/util/NamedHandler.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L42) ___ @@ -309,7 +309,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L256) +[packages/matter.js/src/device/Endpoint.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L256) ___ @@ -344,7 +344,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L173) +[packages/matter.js/src/device/Endpoint.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L173) ___ @@ -377,7 +377,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L146) +[packages/matter.js/src/device/Endpoint.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L146) ___ @@ -407,7 +407,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L202) +[packages/matter.js/src/device/Device.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L202) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -439,7 +439,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ▸ **addCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -471,7 +471,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L40) +[packages/matter.js/src/util/NamedHandler.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L40) ___ @@ -493,7 +493,7 @@ Adds a listener for the CurrentLevel attribute #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L71) +[packages/matter.js/src/device/DimmableDevices.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L71) ___ @@ -520,7 +520,7 @@ extendPublicHandlerMethods<typeof OnOffBaseDevice, DimmableDeviceCommands\> #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L29) +[packages/matter.js/src/device/DimmableDevices.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L29) ___ @@ -547,7 +547,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L106) +[packages/matter.js/src/device/Endpoint.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L106) ___ @@ -576,7 +576,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L136) +[packages/matter.js/src/device/OnOffDevices.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L136) ___ @@ -603,7 +603,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L126) +[packages/matter.js/src/device/Endpoint.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L126) ___ @@ -639,7 +639,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L240) +[packages/matter.js/src/device/Device.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L240) ___ @@ -675,7 +675,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L229) +[packages/matter.js/src/device/Device.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L229) ___ @@ -695,7 +695,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L93) +[packages/matter.js/src/device/Endpoint.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L93) ___ @@ -715,7 +715,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L283) +[packages/matter.js/src/device/Endpoint.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L283) ___ @@ -735,7 +735,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L343) +[packages/matter.js/src/device/Endpoint.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L343) ___ @@ -755,7 +755,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L339) +[packages/matter.js/src/device/Endpoint.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L339) ___ @@ -781,7 +781,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L265) +[packages/matter.js/src/device/Endpoint.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L265) ___ @@ -801,7 +801,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L269) +[packages/matter.js/src/device/Endpoint.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L269) ___ @@ -837,7 +837,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L271) +[packages/matter.js/src/device/Device.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L271) ___ @@ -863,7 +863,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L212) +[packages/matter.js/src/device/Endpoint.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L212) ___ @@ -899,7 +899,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L251) +[packages/matter.js/src/device/Device.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L251) ___ @@ -925,7 +925,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L208) +[packages/matter.js/src/device/Endpoint.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L208) ___ @@ -939,7 +939,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L58) +[packages/matter.js/src/device/DimmableDevices.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L58) ___ @@ -959,7 +959,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L236) +[packages/matter.js/src/device/Endpoint.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L236) ___ @@ -979,7 +979,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L99) +[packages/matter.js/src/device/Endpoint.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L99) ___ @@ -999,7 +999,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L116) +[packages/matter.js/src/device/OnOffDevices.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L116) ___ @@ -1035,7 +1035,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L226) +[packages/matter.js/src/device/Endpoint.ts:226](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L226) ___ @@ -1071,7 +1071,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L216) +[packages/matter.js/src/device/Endpoint.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L216) ___ @@ -1097,7 +1097,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L273) +[packages/matter.js/src/device/Endpoint.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L273) ___ @@ -1127,7 +1127,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L213) +[packages/matter.js/src/device/Device.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L213) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1159,7 +1159,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ▸ **removeCommandHandler**<`K`\>(`action`, `handler`): `void` @@ -1191,7 +1191,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L41) +[packages/matter.js/src/util/NamedHandler.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L41) ___ @@ -1211,7 +1211,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L85) +[packages/matter.js/src/device/Endpoint.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L85) ___ @@ -1240,7 +1240,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L296) +[packages/matter.js/src/device/Device.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L296) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L62) +[packages/matter.js/src/device/DimmableDevices.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L62) ___ @@ -1286,7 +1286,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L240) +[packages/matter.js/src/device/Endpoint.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L240) ___ @@ -1315,7 +1315,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L112) +[packages/matter.js/src/device/OnOffDevices.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L112) ___ @@ -1341,7 +1341,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L80) +[packages/matter.js/src/device/Endpoint.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L80) ___ @@ -1364,7 +1364,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L124) +[packages/matter.js/src/device/OnOffDevices.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L124) ___ @@ -1384,7 +1384,7 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L347) +[packages/matter.js/src/device/Endpoint.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L347) ___ @@ -1404,4 +1404,4 @@ extendPublicHandlerMethods( #### Defined in -[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L305) +[packages/matter.js/src/device/Endpoint.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L305) diff --git a/docs/matter.js/classes/export._internal_.EventHandler.md b/docs/matter.js/classes/export._internal_.EventHandler.md index ecebc6c900..95984b631b 100644 --- a/docs/matter.js/classes/export._internal_.EventHandler.md +++ b/docs/matter.js/classes/export._internal_.EventHandler.md @@ -40,7 +40,7 @@ to handle subscriptions (TBD) #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L54) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L54) ## Properties @@ -50,7 +50,7 @@ to handle subscriptions (TBD) #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L46) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L46) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L45) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L45) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L48) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L48) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L47) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L47) ## Methods @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L99) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L99) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L60) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L60) ___ @@ -153,4 +153,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L86) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L86) diff --git a/docs/matter.js/classes/export._internal_.GaloisField.md b/docs/matter.js/classes/export._internal_.GaloisField.md index 987da02211..4e549cd471 100644 --- a/docs/matter.js/classes/export._internal_.GaloisField.md +++ b/docs/matter.js/classes/export._internal_.GaloisField.md @@ -40,7 +40,7 @@ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L14) +[packages/matter.js/src/math/ReedSolomon.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L14) ## Properties @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L10) +[packages/matter.js/src/math/ReedSolomon.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L10) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L11) +[packages/matter.js/src/math/ReedSolomon.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L11) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L15) +[packages/matter.js/src/math/ReedSolomon.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L15) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L12) +[packages/matter.js/src/math/ReedSolomon.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L12) ## Methods @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L32) +[packages/matter.js/src/math/ReedSolomon.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L32) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L58) +[packages/matter.js/src/math/ReedSolomon.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L58) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L37) +[packages/matter.js/src/math/ReedSolomon.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L37) ___ @@ -164,4 +164,4 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L54) +[packages/matter.js/src/math/ReedSolomon.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L54) diff --git a/docs/matter.js/classes/export._internal_.InteractionMessenger.md b/docs/matter.js/classes/export._internal_.InteractionMessenger.md index d3b79ebeb5..f9cafad8e2 100644 --- a/docs/matter.js/classes/export._internal_.InteractionMessenger.md +++ b/docs/matter.js/classes/export._internal_.InteractionMessenger.md @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Properties @@ -68,7 +68,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Methods @@ -82,7 +82,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) ___ @@ -192,4 +192,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) diff --git a/docs/matter.js/classes/export._internal_.ManualPairingCodeSchema.md b/docs/matter.js/classes/export._internal_.ManualPairingCodeSchema.md index cd1b3b5568..28d56a9303 100644 --- a/docs/matter.js/classes/export._internal_.ManualPairingCodeSchema.md +++ b/docs/matter.js/classes/export._internal_.ManualPairingCodeSchema.md @@ -61,7 +61,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L100) +[packages/matter.js/src/schema/PairingCodeSchema.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L100) ___ @@ -111,7 +111,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L84) +[packages/matter.js/src/schema/PairingCodeSchema.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L84) ___ @@ -161,4 +161,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/export._internal_.MatterController.md b/docs/matter.js/classes/export._internal_.MatterController.md index 22d1a2cacd..45876b5900 100644 --- a/docs/matter.js/classes/export._internal_.MatterController.md +++ b/docs/matter.js/classes/export._internal_.MatterController.md @@ -84,7 +84,7 @@ #### Defined in -[packages/matter.js/src/MatterController.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L143) +[packages/matter.js/src/MatterController.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L143) ## Properties @@ -94,7 +94,7 @@ #### Defined in -[packages/matter.js/src/MatterController.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L150) +[packages/matter.js/src/MatterController.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L150) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L140) +[packages/matter.js/src/MatterController.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L140) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L137) +[packages/matter.js/src/MatterController.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L137) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L147) +[packages/matter.js/src/MatterController.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L147) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L134) +[packages/matter.js/src/MatterController.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L134) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L141) +[packages/matter.js/src/MatterController.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L141) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L138) +[packages/matter.js/src/MatterController.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L138) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L135) +[packages/matter.js/src/MatterController.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L135) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L148) +[packages/matter.js/src/MatterController.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L148) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:144](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L144) +[packages/matter.js/src/MatterController.ts:144](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L144) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L139) +[packages/matter.js/src/MatterController.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L139) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L145) +[packages/matter.js/src/MatterController.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L145) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L146) +[packages/matter.js/src/MatterController.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L146) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L136) +[packages/matter.js/src/MatterController.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L136) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L151) +[packages/matter.js/src/MatterController.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L151) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L133) +[packages/matter.js/src/MatterController.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L133) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L149) +[packages/matter.js/src/MatterController.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L149) ## Accessors @@ -282,7 +282,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:186](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L186) +[packages/matter.js/src/MatterController.ts:186](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L186) ## Methods @@ -302,7 +302,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L190) +[packages/matter.js/src/MatterController.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L190) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:709](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L709) +[packages/matter.js/src/MatterController.ts:709](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L709) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:713](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L713) +[packages/matter.js/src/MatterController.ts:713](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L713) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L194) +[packages/matter.js/src/MatterController.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L194) ___ @@ -376,7 +376,7 @@ request or the passode did not match to any discovered device/address. #### Defined in -[packages/matter.js/src/MatterController.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L235) +[packages/matter.js/src/MatterController.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L235) ___ @@ -400,7 +400,7 @@ success. #### Defined in -[packages/matter.js/src/MatterController.ts:387](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L387) +[packages/matter.js/src/MatterController.ts:387](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L387) ___ @@ -424,7 +424,7 @@ Returns a InteractionClient on success. #### Defined in -[packages/matter.js/src/MatterController.ts:637](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L637) +[packages/matter.js/src/MatterController.ts:637](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L637) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:475](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L475) +[packages/matter.js/src/MatterController.ts:475](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L475) ___ @@ -475,7 +475,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:662](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L662) +[packages/matter.js/src/MatterController.ts:662](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L662) ___ @@ -495,7 +495,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L318) +[packages/matter.js/src/MatterController.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L318) ___ @@ -515,7 +515,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:701](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L701) +[packages/matter.js/src/MatterController.ts:701](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L701) ___ @@ -529,7 +529,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:722](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L722) +[packages/matter.js/src/MatterController.ts:722](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L722) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:614](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L614) +[packages/matter.js/src/MatterController.ts:614](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L614) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:625](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L625) +[packages/matter.js/src/MatterController.ts:625](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L625) ___ @@ -577,7 +577,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:658](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L658) +[packages/matter.js/src/MatterController.ts:658](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L658) ___ @@ -597,7 +597,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:697](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L697) +[packages/matter.js/src/MatterController.ts:697](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L697) ___ @@ -622,7 +622,7 @@ is wrong. #### Defined in -[packages/matter.js/src/MatterController.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L337) +[packages/matter.js/src/MatterController.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L337) ___ @@ -636,7 +636,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:610](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L610) +[packages/matter.js/src/MatterController.ts:610](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L610) ___ @@ -659,7 +659,7 @@ Pair with an operational device (already commissioned) and establish a CASE sess #### Defined in -[packages/matter.js/src/MatterController.ts:565](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L565) +[packages/matter.js/src/MatterController.ts:565](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L565) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:452](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L452) +[packages/matter.js/src/MatterController.ts:452](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L452) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L323) +[packages/matter.js/src/MatterController.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L323) ___ @@ -726,7 +726,7 @@ It returns the operational MessageChannel on success. #### Defined in -[packages/matter.js/src/MatterController.ts:546](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L546) +[packages/matter.js/src/MatterController.ts:546](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L546) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:705](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L705) +[packages/matter.js/src/MatterController.ts:705](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L705) ___ @@ -767,7 +767,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:618](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L618) +[packages/matter.js/src/MatterController.ts:618](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L618) ___ @@ -781,7 +781,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:629](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L629) +[packages/matter.js/src/MatterController.ts:629](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L629) ___ @@ -808,4 +808,4 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L82) +[packages/matter.js/src/MatterController.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L82) diff --git a/docs/matter.js/classes/export._internal_.MatterDevice.md b/docs/matter.js/classes/export._internal_.MatterDevice.md index 3af08ac5e9..5f56c9e1b7 100644 --- a/docs/matter.js/classes/export._internal_.MatterDevice.md +++ b/docs/matter.js/classes/export._internal_.MatterDevice.md @@ -99,7 +99,7 @@ #### Defined in -[packages/matter.js/src/MatterDevice.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L71) +[packages/matter.js/src/MatterDevice.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L71) ## Properties @@ -117,7 +117,7 @@ #### Defined in -[packages/matter.js/src/MatterDevice.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L65) +[packages/matter.js/src/MatterDevice.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L65) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L64) +[packages/matter.js/src/MatterDevice.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L64) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L66) +[packages/matter.js/src/MatterDevice.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L66) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L67) +[packages/matter.js/src/MatterDevice.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L67) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L57) +[packages/matter.js/src/MatterDevice.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L57) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L61) +[packages/matter.js/src/MatterDevice.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L61) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L79) +[packages/matter.js/src/MatterDevice.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L79) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L72) +[packages/matter.js/src/MatterDevice.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L72) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L73) +[packages/matter.js/src/MatterDevice.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L73) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L76) +[packages/matter.js/src/MatterDevice.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L76) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L62) +[packages/matter.js/src/MatterDevice.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L62) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L59) +[packages/matter.js/src/MatterDevice.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L59) ___ @@ -251,7 +251,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L69) +[packages/matter.js/src/MatterDevice.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L69) ___ @@ -261,7 +261,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L77) +[packages/matter.js/src/MatterDevice.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L77) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L68) +[packages/matter.js/src/MatterDevice.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L68) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L75) +[packages/matter.js/src/MatterDevice.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L75) ___ @@ -291,7 +291,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L56) +[packages/matter.js/src/MatterDevice.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L56) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L63) +[packages/matter.js/src/MatterDevice.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L63) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L80) +[packages/matter.js/src/MatterDevice.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L80) ___ @@ -335,7 +335,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L60) +[packages/matter.js/src/MatterDevice.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L60) ___ @@ -345,7 +345,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L78) +[packages/matter.js/src/MatterDevice.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L78) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L58) +[packages/matter.js/src/MatterDevice.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L58) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L74) +[packages/matter.js/src/MatterDevice.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L74) ## Methods @@ -385,7 +385,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L107) +[packages/matter.js/src/MatterDevice.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L107) ___ @@ -405,7 +405,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:299](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L299) +[packages/matter.js/src/MatterDevice.ts:299](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L299) ___ @@ -425,7 +425,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L122) +[packages/matter.js/src/MatterDevice.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L122) ___ @@ -445,7 +445,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L98) +[packages/matter.js/src/MatterDevice.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L98) ___ @@ -465,7 +465,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L112) +[packages/matter.js/src/MatterDevice.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L112) ___ @@ -485,7 +485,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:524](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L524) +[packages/matter.js/src/MatterDevice.ts:524](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L524) ___ @@ -507,7 +507,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:505](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L505) +[packages/matter.js/src/MatterDevice.ts:505](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L505) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L141) +[packages/matter.js/src/MatterDevice.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L141) ___ @@ -549,7 +549,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L190) +[packages/matter.js/src/MatterDevice.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L190) ___ @@ -572,7 +572,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:436](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L436) +[packages/matter.js/src/MatterDevice.ts:436](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L436) ___ @@ -592,7 +592,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:346](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L346) +[packages/matter.js/src/MatterDevice.ts:346](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L346) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:479](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L479) +[packages/matter.js/src/MatterDevice.ts:479](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L479) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L234) +[packages/matter.js/src/MatterDevice.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L234) ___ @@ -649,7 +649,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:544](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L544) +[packages/matter.js/src/MatterDevice.ts:544](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L544) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:567](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L567) +[packages/matter.js/src/MatterDevice.ts:567](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L567) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:354](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L354) +[packages/matter.js/src/MatterDevice.ts:354](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L354) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:571](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L571) +[packages/matter.js/src/MatterDevice.ts:571](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L571) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L285) +[packages/matter.js/src/MatterDevice.ts:285](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L285) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:331](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L331) +[packages/matter.js/src/MatterDevice.ts:331](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L331) ___ @@ -754,7 +754,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:607](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L607) +[packages/matter.js/src/MatterDevice.ts:607](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L607) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L323) +[packages/matter.js/src/MatterDevice.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L323) ___ @@ -788,7 +788,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:475](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L475) +[packages/matter.js/src/MatterDevice.ts:475](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L475) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:470](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L470) +[packages/matter.js/src/MatterDevice.ts:470](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L470) ___ @@ -816,7 +816,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L230) +[packages/matter.js/src/MatterDevice.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L230) ___ @@ -830,7 +830,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:295](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L295) +[packages/matter.js/src/MatterDevice.ts:295](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L295) ___ @@ -850,7 +850,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L103) +[packages/matter.js/src/MatterDevice.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L103) ___ @@ -870,7 +870,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L118) +[packages/matter.js/src/MatterDevice.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L118) ___ @@ -892,7 +892,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:327](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L327) +[packages/matter.js/src/MatterDevice.ts:327](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L327) ___ @@ -906,7 +906,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:501](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L501) +[packages/matter.js/src/MatterDevice.ts:501](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L501) ___ @@ -920,7 +920,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:466](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L466) +[packages/matter.js/src/MatterDevice.ts:466](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L466) ___ @@ -934,7 +934,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L339) +[packages/matter.js/src/MatterDevice.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L339) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:335](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L335) +[packages/matter.js/src/MatterDevice.ts:335](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L335) ___ @@ -975,7 +975,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:211](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L211) +[packages/matter.js/src/MatterDevice.ts:211](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L211) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:316](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L316) +[packages/matter.js/src/MatterDevice.ts:316](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L316) ___ @@ -1010,7 +1010,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L127) +[packages/matter.js/src/MatterDevice.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L127) ___ @@ -1024,7 +1024,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L131) +[packages/matter.js/src/MatterDevice.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L131) ___ @@ -1038,7 +1038,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:589](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L589) +[packages/matter.js/src/MatterDevice.ts:589](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L589) ___ @@ -1058,4 +1058,4 @@ ___ #### Defined in -[packages/matter.js/src/MatterDevice.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterDevice.ts#L289) +[packages/matter.js/src/MatterDevice.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterDevice.ts#L289) diff --git a/docs/matter.js/classes/export._internal_.MdnsInstanceBroadcaster.md b/docs/matter.js/classes/export._internal_.MdnsInstanceBroadcaster.md index 99434294bf..713c5289bb 100644 --- a/docs/matter.js/classes/export._internal_.MdnsInstanceBroadcaster.md +++ b/docs/matter.js/classes/export._internal_.MdnsInstanceBroadcaster.md @@ -46,7 +46,7 @@ This class is handing MDNS Announcements for one instance of a device aka "port" #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L19) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L19) ## Properties @@ -56,7 +56,7 @@ This class is handing MDNS Announcements for one instance of a device aka "port" #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L20) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L20) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L21) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L21) ## Methods @@ -86,7 +86,7 @@ Send out announcements for this instance. #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L41) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L41) ___ @@ -106,7 +106,7 @@ Expire all announcements. #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L53) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L53) ___ @@ -126,7 +126,7 @@ Expire the announcement for this commissioning instance. #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L49) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L49) ___ @@ -146,7 +146,7 @@ Expire the announcement for this operative instance. #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L45) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L45) ___ @@ -173,7 +173,7 @@ Set a commissionable mode and details to announce a commissionable device. #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L24) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L24) ___ @@ -199,7 +199,7 @@ Set the Broadcaster data to announce a Commissioner (aka Commissioner discovery) #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L37) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L37) ___ @@ -226,4 +226,4 @@ Set the Broadcaster Data to announce a device for operative discovery (aka "alre #### Defined in -[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L29) +[packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsInstanceBroadcaster.ts#L29) diff --git a/docs/matter.js/classes/export._internal_.ModelTraversal-1.md b/docs/matter.js/classes/export._internal_.ModelTraversal-1.md index e454738a5c..9bb1fba596 100644 --- a/docs/matter.js/classes/export._internal_.ModelTraversal-1.md +++ b/docs/matter.js/classes/export._internal_.ModelTraversal-1.md @@ -66,7 +66,7 @@ inefficient. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L29) +[packages/matter.js/src/model/logic/ModelTraversal.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L28) +[packages/matter.js/src/model/logic/ModelTraversal.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L28) ## Methods @@ -103,7 +103,7 @@ take priority as they are presumably more specific. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L264) +[packages/matter.js/src/model/logic/ModelTraversal.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L264) ___ @@ -125,7 +125,7 @@ Find the model a model derives from, if any. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L138) +[packages/matter.js/src/model/logic/ModelTraversal.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L138) ___ @@ -148,7 +148,7 @@ Search inherited scope for a bit definition. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:387](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L387) +[packages/matter.js/src/model/logic/ModelTraversal.ts:387](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L387) ___ @@ -173,7 +173,7 @@ that are referenced in other models. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:298](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L298) +[packages/matter.js/src/model/logic/ModelTraversal.ts:298](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L298) ___ @@ -195,7 +195,7 @@ Find the model this model derives from that has children, if any. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L216) +[packages/matter.js/src/model/logic/ModelTraversal.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L216) ___ @@ -217,7 +217,7 @@ Find the first global model this model derives from, if any. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L160) +[packages/matter.js/src/model/logic/ModelTraversal.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L160) ___ @@ -241,7 +241,7 @@ Search for a direct child by name. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:551](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L551) +[packages/matter.js/src/model/logic/ModelTraversal.ts:551](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L551) ___ @@ -265,7 +265,7 @@ Search inherited scope for a named member. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:351](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L351) +[packages/matter.js/src/model/logic/ModelTraversal.ts:351](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L351) ___ @@ -288,7 +288,7 @@ Retrieve all children of a specific type, inherited or otherwise. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:370](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L370) +[packages/matter.js/src/model/logic/ModelTraversal.ts:370](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L370) ___ @@ -311,7 +311,7 @@ This will be the first inherited model with a metatype. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L126) +[packages/matter.js/src/model/logic/ModelTraversal.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L126) ___ @@ -340,7 +340,7 @@ Find an owning model of a specific type. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:490](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L490) +[packages/matter.js/src/model/logic/ModelTraversal.ts:490](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L490) ___ @@ -363,7 +363,7 @@ Find all children of a node that reference a specific type. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L453) +[packages/matter.js/src/model/logic/ModelTraversal.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L453) ___ @@ -385,7 +385,7 @@ Find the response model for a command. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:444](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L444) +[packages/matter.js/src/model/logic/ModelTraversal.ts:444](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L444) ___ @@ -407,7 +407,7 @@ Find the root model. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L503) +[packages/matter.js/src/model/logic/ModelTraversal.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L503) ___ @@ -430,7 +430,7 @@ and ID/name. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L234) +[packages/matter.js/src/model/logic/ModelTraversal.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L234) ___ @@ -454,7 +454,7 @@ Search inherited and structural type scope for a named type. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:413](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L413) +[packages/matter.js/src/model/logic/ModelTraversal.ts:413](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L413) ___ @@ -476,7 +476,7 @@ Find an xref from this model or a parent. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:201](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L201) +[packages/matter.js/src/model/logic/ModelTraversal.ts:201](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L201) ___ @@ -500,7 +500,7 @@ some datatypes based on their parent's type. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L68) +[packages/matter.js/src/model/logic/ModelTraversal.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L68) ___ @@ -523,7 +523,7 @@ Determine whether this model derives from another. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L179) +[packages/matter.js/src/model/logic/ModelTraversal.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L179) ___ @@ -552,7 +552,7 @@ Perform an operation with iteration tracking. If iteration depth limit #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L34) +[packages/matter.js/src/model/logic/ModelTraversal.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L34) ___ @@ -582,7 +582,7 @@ lookup. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L59) +[packages/matter.js/src/model/logic/ModelTraversal.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L59) ___ @@ -605,7 +605,7 @@ Visit all nodes in the model tree. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:518](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L518) +[packages/matter.js/src/model/logic/ModelTraversal.ts:518](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L518) ___ @@ -628,4 +628,4 @@ Visit all nodes in the inheritance hierarchy until the visitor returns false. #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:535](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L535) +[packages/matter.js/src/model/logic/ModelTraversal.ts:535](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L535) diff --git a/docs/matter.js/classes/export._internal_.QrPairingCodeSchema.md b/docs/matter.js/classes/export._internal_.QrPairingCodeSchema.md index 3013ebb1d8..7be61ba555 100644 --- a/docs/matter.js/classes/export._internal_.QrPairingCodeSchema.md +++ b/docs/matter.js/classes/export._internal_.QrPairingCodeSchema.md @@ -61,7 +61,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L66) +[packages/matter.js/src/schema/PairingCodeSchema.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L66) ___ @@ -111,7 +111,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L62) +[packages/matter.js/src/schema/PairingCodeSchema.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L62) ___ @@ -161,4 +161,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/export._internal_.UdpConnection.md b/docs/matter.js/classes/export._internal_.UdpConnection.md index 53828997b9..4fd0e53e33 100644 --- a/docs/matter.js/classes/export._internal_.UdpConnection.md +++ b/docs/matter.js/classes/export._internal_.UdpConnection.md @@ -50,7 +50,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L43) +[packages/matter.js/src/net/UdpInterface.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L43) ## Properties @@ -60,7 +60,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L45) +[packages/matter.js/src/net/UdpInterface.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L45) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L46) +[packages/matter.js/src/net/UdpInterface.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L46) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L44) +[packages/matter.js/src/net/UdpInterface.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L44) ## Accessors @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L53) +[packages/matter.js/src/net/UdpInterface.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L53) ## Methods @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L57) +[packages/matter.js/src/net/UdpInterface.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L57) ___ @@ -140,4 +140,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L49) +[packages/matter.js/src/net/UdpInterface.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L49) diff --git a/docs/matter.js/classes/fabric_export.Fabric.md b/docs/matter.js/classes/fabric_export.Fabric.md index f4eb9066a0..3b8dfb296e 100644 --- a/docs/matter.js/classes/fabric_export.Fabric.md +++ b/docs/matter.js/classes/fabric_export.Fabric.md @@ -84,7 +84,7 @@ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L57) +[packages/matter.js/src/fabric/Fabric.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L57) ## Properties @@ -94,7 +94,7 @@ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L59) +[packages/matter.js/src/fabric/Fabric.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L59) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L58) +[packages/matter.js/src/fabric/Fabric.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L58) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L67) +[packages/matter.js/src/fabric/Fabric.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L67) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L69) +[packages/matter.js/src/fabric/Fabric.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L69) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L64) +[packages/matter.js/src/fabric/Fabric.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L64) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L71) +[packages/matter.js/src/fabric/Fabric.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L71) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L60) +[packages/matter.js/src/fabric/Fabric.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L60) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L70) +[packages/matter.js/src/fabric/Fabric.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L70) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L62) +[packages/matter.js/src/fabric/Fabric.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L62) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L68) +[packages/matter.js/src/fabric/Fabric.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L68) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L55) +[packages/matter.js/src/fabric/Fabric.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L55) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L54) +[packages/matter.js/src/fabric/Fabric.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L54) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L66) +[packages/matter.js/src/fabric/Fabric.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L66) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L61) +[packages/matter.js/src/fabric/Fabric.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L61) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L63) +[packages/matter.js/src/fabric/Fabric.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L63) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L65) +[packages/matter.js/src/fabric/Fabric.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L65) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L52) +[packages/matter.js/src/fabric/Fabric.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L52) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L50) +[packages/matter.js/src/fabric/Fabric.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L50) ## Methods @@ -284,7 +284,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L158) +[packages/matter.js/src/fabric/Fabric.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L158) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L147) +[packages/matter.js/src/fabric/Fabric.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L147) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L162) +[packages/matter.js/src/fabric/Fabric.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L162) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L212) +[packages/matter.js/src/fabric/Fabric.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L212) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L200) +[packages/matter.js/src/fabric/Fabric.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L200) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L138) +[packages/matter.js/src/fabric/Fabric.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L138) ___ @@ -409,7 +409,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L224) +[packages/matter.js/src/fabric/Fabric.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L224) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L121) +[packages/matter.js/src/fabric/Fabric.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L121) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L217) +[packages/matter.js/src/fabric/Fabric.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L217) ___ @@ -470,7 +470,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L184) +[packages/matter.js/src/fabric/Fabric.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L184) ___ @@ -491,7 +491,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L208) +[packages/matter.js/src/fabric/Fabric.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L208) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L134) +[packages/matter.js/src/fabric/Fabric.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L134) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L180) +[packages/matter.js/src/fabric/Fabric.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L180) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L173) +[packages/matter.js/src/fabric/Fabric.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L173) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L151) +[packages/matter.js/src/fabric/Fabric.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L151) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L116) +[packages/matter.js/src/fabric/Fabric.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L116) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L169) +[packages/matter.js/src/fabric/Fabric.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L169) ___ @@ -634,7 +634,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L192) +[packages/matter.js/src/fabric/Fabric.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L192) ___ @@ -654,7 +654,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L125) +[packages/matter.js/src/fabric/Fabric.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L125) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L77) +[packages/matter.js/src/fabric/Fabric.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L77) ___ @@ -689,7 +689,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L129) +[packages/matter.js/src/fabric/Fabric.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L129) ___ @@ -709,4 +709,4 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L97) +[packages/matter.js/src/fabric/Fabric.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L97) diff --git a/docs/matter.js/classes/fabric_export.FabricBuilder.md b/docs/matter.js/classes/fabric_export.FabricBuilder.md index 9b27e3accd..7308f5c39f 100644 --- a/docs/matter.js/classes/fabric_export.FabricBuilder.md +++ b/docs/matter.js/classes/fabric_export.FabricBuilder.md @@ -57,7 +57,7 @@ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L242) +[packages/matter.js/src/fabric/Fabric.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L242) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L247) +[packages/matter.js/src/fabric/Fabric.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L247) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:246](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L246) +[packages/matter.js/src/fabric/Fabric.ts:246](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L246) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L240) +[packages/matter.js/src/fabric/Fabric.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L240) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L237) +[packages/matter.js/src/fabric/Fabric.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L237) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L248) +[packages/matter.js/src/fabric/Fabric.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L248) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:243](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L243) +[packages/matter.js/src/fabric/Fabric.ts:243](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L243) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:241](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L241) +[packages/matter.js/src/fabric/Fabric.ts:241](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L241) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:239](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L239) +[packages/matter.js/src/fabric/Fabric.ts:239](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L239) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L244) +[packages/matter.js/src/fabric/Fabric.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L244) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L245) +[packages/matter.js/src/fabric/Fabric.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L245) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L238) +[packages/matter.js/src/fabric/Fabric.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L238) ## Methods @@ -187,7 +187,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:327](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L327) +[packages/matter.js/src/fabric/Fabric.ts:327](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L327) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L258) +[packages/matter.js/src/fabric/Fabric.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L258) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L323) +[packages/matter.js/src/fabric/Fabric.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L323) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L254) +[packages/matter.js/src/fabric/Fabric.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L254) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L319) +[packages/matter.js/src/fabric/Fabric.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L319) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:250](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L250) +[packages/matter.js/src/fabric/Fabric.ts:250](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L250) ___ @@ -271,7 +271,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L268) +[packages/matter.js/src/fabric/Fabric.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L268) ___ @@ -291,7 +291,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L303) +[packages/matter.js/src/fabric/Fabric.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L303) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L312) +[packages/matter.js/src/fabric/Fabric.ts:312](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L312) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:298](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L298) +[packages/matter.js/src/fabric/Fabric.ts:298](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L298) ___ @@ -351,7 +351,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L283) +[packages/matter.js/src/fabric/Fabric.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L283) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:272](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L272) +[packages/matter.js/src/fabric/Fabric.ts:272](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L272) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:262](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L262) +[packages/matter.js/src/fabric/Fabric.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L262) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L293) +[packages/matter.js/src/fabric/Fabric.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L293) ___ @@ -431,4 +431,4 @@ ___ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:288](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L288) +[packages/matter.js/src/fabric/Fabric.ts:288](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L288) diff --git a/docs/matter.js/classes/fabric_export.FabricManager.md b/docs/matter.js/classes/fabric_export.FabricManager.md index 543f08c67f..039279b1c9 100644 --- a/docs/matter.js/classes/fabric_export.FabricManager.md +++ b/docs/matter.js/classes/fabric_export.FabricManager.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L23) +[packages/matter.js/src/fabric/FabricManager.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L23) ## Properties @@ -68,7 +68,7 @@ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L25) +[packages/matter.js/src/fabric/FabricManager.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L25) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L21) +[packages/matter.js/src/fabric/FabricManager.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L21) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L20) +[packages/matter.js/src/fabric/FabricManager.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L20) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L19) +[packages/matter.js/src/fabric/FabricManager.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L19) ## Methods @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L52) +[packages/matter.js/src/fabric/FabricManager.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L52) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L77) +[packages/matter.js/src/fabric/FabricManager.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L77) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L73) +[packages/matter.js/src/fabric/FabricManager.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L73) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L33) +[packages/matter.js/src/fabric/FabricManager.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L33) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L44) +[packages/matter.js/src/fabric/FabricManager.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L44) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L62) +[packages/matter.js/src/fabric/FabricManager.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L62) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L97) +[packages/matter.js/src/fabric/FabricManager.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L97) ___ @@ -241,4 +241,4 @@ ___ #### Defined in -[packages/matter.js/src/fabric/FabricManager.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/FabricManager.ts#L87) +[packages/matter.js/src/fabric/FabricManager.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/FabricManager.ts#L87) diff --git a/docs/matter.js/classes/log_export.DiagnosticDictionary.md b/docs/matter.js/classes/log_export.DiagnosticDictionary.md index f835511ee0..ce1856afd9 100644 --- a/docs/matter.js/classes/log_export.DiagnosticDictionary.md +++ b/docs/matter.js/classes/log_export.DiagnosticDictionary.md @@ -38,7 +38,7 @@ Create a new dictionary with optional entry values. #### Defined in -[packages/matter.js/src/log/Logger.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L214) +[packages/matter.js/src/log/Logger.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L214) ## Properties @@ -54,7 +54,7 @@ the entries as [ "KEY", value ] tuples #### Defined in -[packages/matter.js/src/log/Logger.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L214) +[packages/matter.js/src/log/Logger.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L214) ## Methods @@ -79,7 +79,7 @@ the formatted value #### Defined in -[packages/matter.js/src/log/Logger.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L223) +[packages/matter.js/src/log/Logger.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L223) ___ @@ -93,4 +93,4 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L234) +[packages/matter.js/src/log/Logger.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L234) diff --git a/docs/matter.js/classes/log_export.Logger.md b/docs/matter.js/classes/log_export.Logger.md index 8692c506c8..84f49d899f 100644 --- a/docs/matter.js/classes/log_export.Logger.md +++ b/docs/matter.js/classes/log_export.Logger.md @@ -63,7 +63,7 @@ Logger.format = Format.ANSI enables colorization via ANSI escape sequences in de #### Defined in -[packages/matter.js/src/log/Logger.ts:353](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L353) +[packages/matter.js/src/log/Logger.ts:353](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L353) ## Properties @@ -73,7 +73,7 @@ Logger.format = Format.ANSI enables colorization via ANSI escape sequences in de #### Defined in -[packages/matter.js/src/log/Logger.ts:353](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L353) +[packages/matter.js/src/log/Logger.ts:353](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L353) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L254) +[packages/matter.js/src/log/Logger.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L254) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:253](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L253) +[packages/matter.js/src/log/Logger.ts:253](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L253) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L252) +[packages/matter.js/src/log/Logger.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L252) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L255) +[packages/matter.js/src/log/Logger.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L255) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L256) +[packages/matter.js/src/log/Logger.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L256) ## Accessors @@ -181,7 +181,7 @@ Set logFormatter using configuration-style format name. #### Defined in -[packages/matter.js/src/log/Logger.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L263) +[packages/matter.js/src/log/Logger.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L263) ## Methods @@ -201,7 +201,7 @@ Set logFormatter using configuration-style format name. #### Defined in -[packages/matter.js/src/log/Logger.ts:355](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L355) +[packages/matter.js/src/log/Logger.ts:355](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L355) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:358](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L358) +[packages/matter.js/src/log/Logger.ts:358](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L358) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L359) +[packages/matter.js/src/log/Logger.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L359) ___ @@ -261,7 +261,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L356) +[packages/matter.js/src/log/Logger.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L356) ___ @@ -282,7 +282,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L361) +[packages/matter.js/src/log/Logger.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L361) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:357](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L357) +[packages/matter.js/src/log/Logger.ts:357](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L357) ___ @@ -324,7 +324,7 @@ Shortcut for new DiagnosticDictionary(). #### Defined in -[packages/matter.js/src/log/Logger.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L324) +[packages/matter.js/src/log/Logger.ts:324](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L324) ___ @@ -348,7 +348,7 @@ a new facility #### Defined in -[packages/matter.js/src/log/Logger.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L285) +[packages/matter.js/src/log/Logger.ts:285](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L285) ___ @@ -373,7 +373,7 @@ shown unmasked. #### Defined in -[packages/matter.js/src/log/Logger.ts:315](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L315) +[packages/matter.js/src/log/Logger.ts:315](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L315) ___ @@ -402,7 +402,7 @@ indented while the context executes. #### Defined in -[packages/matter.js/src/log/Logger.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L332) +[packages/matter.js/src/log/Logger.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L332) ___ @@ -424,7 +424,7 @@ Async version of nest(). #### Defined in -[packages/matter.js/src/log/Logger.ts:344](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L344) +[packages/matter.js/src/log/Logger.ts:344](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L344) ___ @@ -448,4 +448,4 @@ the stringified value #### Defined in -[packages/matter.js/src/log/Logger.ts:295](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L295) +[packages/matter.js/src/log/Logger.ts:295](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L295) diff --git a/docs/matter.js/classes/math_export.ReedSolomon.md b/docs/matter.js/classes/math_export.ReedSolomon.md index 0b579160ca..07f3db4cbb 100644 --- a/docs/matter.js/classes/math_export.ReedSolomon.md +++ b/docs/matter.js/classes/math_export.ReedSolomon.md @@ -33,7 +33,7 @@ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L73) +[packages/matter.js/src/math/ReedSolomon.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L73) ## Methods @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L75) +[packages/matter.js/src/math/ReedSolomon.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L75) ___ @@ -74,4 +74,4 @@ ___ #### Defined in -[packages/matter.js/src/math/ReedSolomon.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/ReedSolomon.ts#L93) +[packages/matter.js/src/math/ReedSolomon.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/ReedSolomon.ts#L93) diff --git a/docs/matter.js/classes/math_export.Verhoeff.md b/docs/matter.js/classes/math_export.Verhoeff.md index 4907999cac..90932d658a 100644 --- a/docs/matter.js/classes/math_export.Verhoeff.md +++ b/docs/matter.js/classes/math_export.Verhoeff.md @@ -40,7 +40,7 @@ Verhoeff algorithm to compute a checksum. #### Defined in -[packages/matter.js/src/math/Verhoeff.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/Verhoeff.ts#L26) +[packages/matter.js/src/math/Verhoeff.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/Verhoeff.ts#L26) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/math/Verhoeff.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/Verhoeff.ts#L14) +[packages/matter.js/src/math/Verhoeff.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/Verhoeff.ts#L14) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/math/Verhoeff.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/Verhoeff.ts#L27) +[packages/matter.js/src/math/Verhoeff.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/Verhoeff.ts#L27) ## Methods @@ -80,4 +80,4 @@ ___ #### Defined in -[packages/matter.js/src/math/Verhoeff.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/math/Verhoeff.ts#L38) +[packages/matter.js/src/math/Verhoeff.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/math/Verhoeff.ts#L38) diff --git a/docs/matter.js/classes/mdns_export.MdnsBroadcaster.md b/docs/matter.js/classes/mdns_export.MdnsBroadcaster.md index 8a6d912b6e..7ae7d368f0 100644 --- a/docs/matter.js/classes/mdns_export.MdnsBroadcaster.md +++ b/docs/matter.js/classes/mdns_export.MdnsBroadcaster.md @@ -49,7 +49,7 @@ This class is handing MDNS Announcements for multiple instances/devices #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L66) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L66) ## Properties @@ -59,7 +59,7 @@ This class is handing MDNS Announcements for multiple instances/devices #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L63) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L63) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L64) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L64) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L68) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L68) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L67) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L67) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L62) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L62) ## Methods @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:314](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L314) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:314](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L314) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L343) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L343) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L332) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L332) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:325](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L325) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:325](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L325) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L318) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L318) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L95) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L95) ___ @@ -238,7 +238,7 @@ Set the Broadcaster data to announce a device ready for commissioning in a speci #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L112) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L112) ___ @@ -261,7 +261,7 @@ Set the Broadcaster data to announce a Commissioner (aka Commissioner discovery) #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L259) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:259](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L259) ___ @@ -285,7 +285,7 @@ Set the Broadcaster Data to announce a device for operative discovery (aka "alre #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:195](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L195) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:195](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L195) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L71) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L71) ___ @@ -328,4 +328,4 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsBroadcaster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L54) +[packages/matter.js/src/mdns/MdnsBroadcaster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsBroadcaster.ts#L54) diff --git a/docs/matter.js/classes/mdns_export.MdnsScanner.md b/docs/matter.js/classes/mdns_export.MdnsScanner.md index 6a04d51819..90e7da4827 100644 --- a/docs/matter.js/classes/mdns_export.MdnsScanner.md +++ b/docs/matter.js/classes/mdns_export.MdnsScanner.md @@ -78,7 +78,7 @@ It sends out queries to discover various types of Matter device types and listen #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L96) +[packages/matter.js/src/mdns/MdnsScanner.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L96) ## Properties @@ -88,7 +88,7 @@ It sends out queries to discover various types of Matter device types and listen #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L79) +[packages/matter.js/src/mdns/MdnsScanner.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L79) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L94) +[packages/matter.js/src/mdns/MdnsScanner.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L94) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L84) +[packages/matter.js/src/mdns/MdnsScanner.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L84) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L98) +[packages/matter.js/src/mdns/MdnsScanner.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L98) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L97) +[packages/matter.js/src/mdns/MdnsScanner.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L97) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L81) +[packages/matter.js/src/mdns/MdnsScanner.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L81) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L83) +[packages/matter.js/src/mdns/MdnsScanner.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L83) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L93) +[packages/matter.js/src/mdns/MdnsScanner.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L93) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L80) +[packages/matter.js/src/mdns/MdnsScanner.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L80) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L85) +[packages/matter.js/src/mdns/MdnsScanner.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L85) ## Methods @@ -201,7 +201,7 @@ Some identifiers are identical to the official DNS-SD identifiers, others are cu #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:396](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L396) +[packages/matter.js/src/mdns/MdnsScanner.ts:396](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L396) ___ @@ -228,7 +228,7 @@ be over. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:346](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L346) +[packages/matter.js/src/mdns/MdnsScanner.ts:346](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L346) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:341](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L341) +[packages/matter.js/src/mdns/MdnsScanner.ts:341](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L341) ___ @@ -269,7 +269,7 @@ Close all connects, end all timers and resolve all pending promises. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:571](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L571) +[packages/matter.js/src/mdns/MdnsScanner.ts:571](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L571) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L302) +[packages/matter.js/src/mdns/MdnsScanner.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L302) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:839](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L839) +[packages/matter.js/src/mdns/MdnsScanner.ts:839](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L839) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:416](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L416) +[packages/matter.js/src/mdns/MdnsScanner.ts:416](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L416) ___ @@ -357,7 +357,7 @@ These can be requested by the getCommissionableDevices method. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:508](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L508) +[packages/matter.js/src/mdns/MdnsScanner.ts:508](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L508) ___ @@ -385,7 +385,7 @@ Discovers commissionable devices based on a defined identifier and returns the f #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:534](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L534) +[packages/matter.js/src/mdns/MdnsScanner.ts:534](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L534) ___ @@ -408,7 +408,7 @@ Check all options for a query identifier and return the most relevant one with a #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:427](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L427) +[packages/matter.js/src/mdns/MdnsScanner.ts:427](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L427) ___ @@ -438,7 +438,7 @@ IP/ports or an empty array if not found. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:311](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L311) +[packages/matter.js/src/mdns/MdnsScanner.ts:311](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L311) ___ @@ -463,7 +463,7 @@ promise. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:282](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L282) +[packages/matter.js/src/mdns/MdnsScanner.ts:282](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L282) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L196) +[packages/matter.js/src/mdns/MdnsScanner.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L196) ___ @@ -500,7 +500,7 @@ record. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L359) +[packages/matter.js/src/mdns/MdnsScanner.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L359) ___ @@ -520,7 +520,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:477](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L477) +[packages/matter.js/src/mdns/MdnsScanner.ts:477](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L477) ___ @@ -546,7 +546,7 @@ Return already discovered commissionable devices and return them. Does not send #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:564](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L564) +[packages/matter.js/src/mdns/MdnsScanner.ts:564](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L564) ___ @@ -574,7 +574,7 @@ DNS-SD queries. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:351](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L351) +[packages/matter.js/src/mdns/MdnsScanner.ts:351](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L351) ___ @@ -596,7 +596,7 @@ Returns the list of all targets (IP/port) discovered for a queried operational d #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L218) +[packages/matter.js/src/mdns/MdnsScanner.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L218) ___ @@ -618,7 +618,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:689](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L689) +[packages/matter.js/src/mdns/MdnsScanner.ts:689](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L689) ___ @@ -643,7 +643,7 @@ It will parse the message and check if it contains relevant discovery records. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:586](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L586) +[packages/matter.js/src/mdns/MdnsScanner.ts:586](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L586) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:602](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L602) +[packages/matter.js/src/mdns/MdnsScanner.ts:602](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L602) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:618](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L618) +[packages/matter.js/src/mdns/MdnsScanner.ts:618](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L618) ___ @@ -709,7 +709,7 @@ Returns weather a waiter promise is registered for a specific queryId. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:298](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L298) +[packages/matter.js/src/mdns/MdnsScanner.ts:298](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L298) ___ @@ -729,7 +729,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:817](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L817) +[packages/matter.js/src/mdns/MdnsScanner.ts:817](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L817) ___ @@ -754,7 +754,7 @@ The promise will be resolved when the timer runs out latest. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L263) +[packages/matter.js/src/mdns/MdnsScanner.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L263) ___ @@ -777,7 +777,7 @@ out. If it was the last query announcing will stop completely. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:204](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L204) +[packages/matter.js/src/mdns/MdnsScanner.ts:204](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L204) ___ @@ -796,7 +796,7 @@ packets and the query is sent as Truncated query. #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L113) +[packages/matter.js/src/mdns/MdnsScanner.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L113) ___ @@ -821,7 +821,7 @@ out. When entry already exists the query is overwritten and answers are always a #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L184) +[packages/matter.js/src/mdns/MdnsScanner.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L184) ___ @@ -843,7 +843,7 @@ Sort the list of found IP/ports and make sure link-local IPv6 addresses come fir #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L235) +[packages/matter.js/src/mdns/MdnsScanner.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L235) ___ @@ -865,4 +865,4 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L66) +[packages/matter.js/src/mdns/MdnsScanner.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L66) diff --git a/docs/matter.js/classes/mdns_export.MdnsServer.md b/docs/matter.js/classes/mdns_export.MdnsServer.md index f6ab5cb204..1ea2202663 100644 --- a/docs/matter.js/classes/mdns_export.MdnsServer.md +++ b/docs/matter.js/classes/mdns_export.MdnsServer.md @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L63) +[packages/matter.js/src/mdns/MdnsServer.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L63) ## Properties @@ -60,7 +60,7 @@ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L64) +[packages/matter.js/src/mdns/MdnsServer.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L64) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L65) +[packages/matter.js/src/mdns/MdnsServer.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L65) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L49) +[packages/matter.js/src/mdns/MdnsServer.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L49) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L61) +[packages/matter.js/src/mdns/MdnsServer.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L61) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L51) +[packages/matter.js/src/mdns/MdnsServer.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L51) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L50) +[packages/matter.js/src/mdns/MdnsServer.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L50) ## Methods @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L230) +[packages/matter.js/src/mdns/MdnsServer.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L230) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L166) +[packages/matter.js/src/mdns/MdnsServer.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L166) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L72) +[packages/matter.js/src/mdns/MdnsServer.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L72) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L76) +[packages/matter.js/src/mdns/MdnsServer.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L76) ___ @@ -207,7 +207,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:294](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L294) +[packages/matter.js/src/mdns/MdnsServer.ts:294](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L294) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L245) +[packages/matter.js/src/mdns/MdnsServer.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L245) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:300](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L300) +[packages/matter.js/src/mdns/MdnsServer.ts:300](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L300) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L84) +[packages/matter.js/src/mdns/MdnsServer.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L84) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L80) +[packages/matter.js/src/mdns/MdnsServer.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L80) ___ @@ -308,7 +308,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:304](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L304) +[packages/matter.js/src/mdns/MdnsServer.ts:304](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L304) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L180) +[packages/matter.js/src/mdns/MdnsServer.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L180) ___ @@ -352,7 +352,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L284) +[packages/matter.js/src/mdns/MdnsServer.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L284) ___ @@ -374,4 +374,4 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L36) +[packages/matter.js/src/mdns/MdnsServer.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L36) diff --git a/docs/matter.js/classes/model.Access-1.md b/docs/matter.js/classes/model.Access-1.md index b2e6d0405c..b6a4ad964e 100644 --- a/docs/matter.js/classes/model.Access-1.md +++ b/docs/matter.js/classes/model.Access-1.md @@ -74,7 +74,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L41) +[packages/matter.js/src/model/aspects/Access.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L41) ## Properties @@ -88,7 +88,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L17) +[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L17) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L18) +[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L18) ___ @@ -116,7 +116,7 @@ Access.Ast.fabric #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L20) +[packages/matter.js/src/model/aspects/Access.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L20) ___ @@ -130,7 +130,7 @@ Access.Ast.readPriv #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L18) +[packages/matter.js/src/model/aspects/Access.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L18) ___ @@ -144,7 +144,7 @@ Access.Ast.rw #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L17) +[packages/matter.js/src/model/aspects/Access.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L17) ___ @@ -158,7 +158,7 @@ Access.Ast.timed #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L21) +[packages/matter.js/src/model/aspects/Access.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L21) ___ @@ -172,7 +172,7 @@ Access.Ast.writePriv #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L19) +[packages/matter.js/src/model/aspects/Access.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L19) ## Accessors @@ -190,7 +190,7 @@ Aspect.empty #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L31) +[packages/matter.js/src/model/aspects/Access.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L31) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L23) +[packages/matter.js/src/model/aspects/Access.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L23) ___ @@ -222,7 +222,7 @@ Aspect.valid #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L20) +[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L20) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L27) +[packages/matter.js/src/model/aspects/Access.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L27) ## Methods @@ -262,7 +262,7 @@ Test for logical equivalence. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L40) +[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L40) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L54) +[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L54) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L65) +[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L65) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L167) +[packages/matter.js/src/model/aspects/Access.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L167) ___ @@ -351,7 +351,7 @@ Displays access using the standard Matter syntax. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L135) +[packages/matter.js/src/model/aspects/Access.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L135) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L47) +[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L47) ___ @@ -393,4 +393,4 @@ lenient. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L57) +[packages/matter.js/src/model/aspects/Access.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L57) diff --git a/docs/matter.js/classes/model.Aspect.md b/docs/matter.js/classes/model.Aspect.md index 5782c62c8e..a908759a1e 100644 --- a/docs/matter.js/classes/model.Aspect.md +++ b/docs/matter.js/classes/model.Aspect.md @@ -70,7 +70,7 @@ for "constraint" which is not formally described as a quality. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L24) +[packages/matter.js/src/model/aspects/Aspect.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L24) ## Properties @@ -80,7 +80,7 @@ for "constraint" which is not formally described as a quality. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L17) +[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L17) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L18) +[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L18) ## Accessors @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L28) +[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L28) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L20) +[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L20) ## Methods @@ -140,7 +140,7 @@ Test for logical equivalence. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L40) +[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L40) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L54) +[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L54) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L65) +[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L65) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L52) +[packages/matter.js/src/model/aspects/Aspect.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L52) ___ @@ -209,4 +209,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L47) +[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L47) diff --git a/docs/matter.js/classes/model.AttributeModel.md b/docs/matter.js/classes/model.AttributeModel.md index c86a44a5e4..88ae6bbf15 100644 --- a/docs/matter.js/classes/model.AttributeModel.md +++ b/docs/matter.js/classes/model.AttributeModel.md @@ -118,7 +118,7 @@ this class. #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L28) +[packages/matter.js/src/model/models/AttributeModel.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L28) ## Properties @@ -136,7 +136,7 @@ AttributeElement.byteSize #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L30) +[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L30) ___ @@ -154,7 +154,7 @@ AttributeElement.default #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L31) +[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L31) ___ @@ -172,7 +172,7 @@ AttributeElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -190,7 +190,7 @@ AttributeElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -224,7 +224,7 @@ AttributeElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -242,7 +242,7 @@ AttributeElement.id #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L14) +[packages/matter.js/src/model/models/AttributeModel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L14) ___ @@ -258,7 +258,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L33) +[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L33) ___ @@ -274,7 +274,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L32) +[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L32) ___ @@ -306,7 +306,7 @@ AttributeElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -324,7 +324,7 @@ AttributeElement.tag #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L13) +[packages/matter.js/src/model/models/AttributeModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L13) ___ @@ -342,7 +342,7 @@ AttributeElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -360,7 +360,7 @@ AttributeElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L36) +[packages/matter.js/src/model/models/AttributeModel.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L36) ___ @@ -390,7 +390,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -412,7 +412,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L63) +[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L63) • `set` **access**(`definition`): `void` @@ -436,7 +436,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L66) +[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L66) ___ @@ -457,7 +457,7 @@ ValueModel.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L180) +[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L180) ___ @@ -477,7 +477,7 @@ ValueModel.base #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L172) +[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L172) ___ @@ -501,7 +501,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L35) +[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L35) • `set` **children**(`children`): `void` @@ -527,7 +527,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L39) +[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L39) ___ @@ -549,7 +549,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L53) +[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L53) • `set` **conformance**(`definition`): `void` @@ -573,7 +573,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L56) +[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L56) ___ @@ -595,7 +595,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L43) +[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L43) • `set` **constraint**(`definition`): `void` @@ -619,7 +619,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L46) +[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L46) ___ @@ -639,7 +639,7 @@ ValueModel.definingModel #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L158) +[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L158) ___ @@ -659,7 +659,7 @@ ValueModel.deprecated #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L220) +[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L220) ___ @@ -679,7 +679,7 @@ ValueModel.directMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L149) +[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L149) ___ @@ -699,7 +699,7 @@ ValueModel.disallowed #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L227) +[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L227) ___ @@ -717,7 +717,7 @@ ValueModel.effectiveAccess #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L69) +[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L69) ___ @@ -735,7 +735,7 @@ ValueModel.effectiveConformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L59) +[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L59) ___ @@ -753,7 +753,7 @@ ValueModel.effectiveConstraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L49) +[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L49) ___ @@ -775,7 +775,7 @@ ValueModel.effectiveDefault #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L142) +[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L142) ___ @@ -795,7 +795,7 @@ ValueModel.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -815,7 +815,7 @@ ValueModel.effectiveMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L130) +[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L130) ___ @@ -833,7 +833,7 @@ ValueModel.effectiveQuality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L79) +[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L79) ___ @@ -853,7 +853,7 @@ ValueModel.effectiveType #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L119) +[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L119) ___ @@ -873,7 +873,7 @@ ValueModel.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -894,7 +894,7 @@ ValueModel.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -908,7 +908,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L20) +[packages/matter.js/src/model/models/AttributeModel.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L20) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L24) +[packages/matter.js/src/model/models/AttributeModel.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L24) ___ @@ -943,7 +943,7 @@ ValueModel.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -964,7 +964,7 @@ ValueModel.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -984,7 +984,7 @@ ValueModel.listEntry #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L165) +[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L165) ___ @@ -1005,7 +1005,7 @@ ValueModel.mandatory #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L242) +[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L242) ___ @@ -1025,7 +1025,7 @@ ValueModel.members #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L190) +[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L190) ___ @@ -1047,7 +1047,7 @@ ValueModel.metabase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L88) +[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L88) ___ @@ -1067,7 +1067,7 @@ ValueModel.nullable #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L234) +[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L234) ___ @@ -1087,7 +1087,7 @@ ValueModel.overridesShadow #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L263) +[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L263) ___ @@ -1108,7 +1108,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -1128,7 +1128,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -1148,7 +1148,7 @@ ValueModel.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -1169,7 +1169,7 @@ ValueModel.primitiveBase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L96) +[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L96) ___ @@ -1191,7 +1191,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L73) +[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L73) • `set` **quality**(`definition`): `void` @@ -1215,7 +1215,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L76) +[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L76) ___ @@ -1236,7 +1236,7 @@ ValueModel.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -1256,7 +1256,7 @@ ValueModel.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ___ @@ -1276,7 +1276,7 @@ ValueModel.validationAspects #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L197) +[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L197) ___ @@ -1290,7 +1290,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/AttributeModel.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/AttributeModel.ts#L16) +[packages/matter.js/src/model/models/AttributeModel.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/AttributeModel.ts#L16) ## Methods @@ -1316,7 +1316,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -1348,7 +1348,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -1374,7 +1374,7 @@ Search the inheritance chain for a bitmap field defining a specific bit. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L289) +[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L289) ___ @@ -1401,7 +1401,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -1434,7 +1434,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -1460,7 +1460,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -1486,7 +1486,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -1513,7 +1513,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1545,7 +1545,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1571,7 +1571,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1591,7 +1591,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1611,7 +1611,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L293) +[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L293) ___ @@ -1637,7 +1637,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1663,4 +1663,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.ClusterModel-1.md b/docs/matter.js/classes/model.ClusterModel-1.md index f5ded77616..ac3ade5b31 100644 --- a/docs/matter.js/classes/model.ClusterModel-1.md +++ b/docs/matter.js/classes/model.ClusterModel-1.md @@ -93,7 +93,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L63) +[packages/matter.js/src/model/models/ClusterModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L63) ## Properties @@ -103,7 +103,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L18) +[packages/matter.js/src/model/models/ClusterModel.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L18) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -161,7 +161,7 @@ Flag set on elements loaded from Globals. #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L17) +[packages/matter.js/src/model/models/ClusterModel.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L17) ___ @@ -191,7 +191,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -207,7 +207,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L19) +[packages/matter.js/src/model/models/ClusterModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L20) +[packages/matter.js/src/model/models/ClusterModel.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L20) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L16) +[packages/matter.js/src/model/models/ClusterModel.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L16) ___ @@ -259,7 +259,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -293,7 +293,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -313,7 +313,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L22) +[packages/matter.js/src/model/models/ClusterModel.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L22) ___ @@ -347,7 +347,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -367,7 +367,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L55) +[packages/matter.js/src/model/models/ClusterModel.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L55) • `set` **children**(`children`): `void` @@ -389,7 +389,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L59) +[packages/matter.js/src/model/models/ClusterModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L59) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L26) +[packages/matter.js/src/model/models/ClusterModel.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L26) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L34) +[packages/matter.js/src/model/models/ClusterModel.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L34) ___ @@ -437,7 +437,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -460,7 +460,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -480,7 +480,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -501,7 +501,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -515,7 +515,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L30) +[packages/matter.js/src/model/models/ClusterModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L30) ___ @@ -529,7 +529,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L51) +[packages/matter.js/src/model/models/ClusterModel.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L51) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L47) +[packages/matter.js/src/model/models/ClusterModel.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L47) ___ @@ -564,7 +564,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -585,7 +585,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -606,7 +606,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -626,7 +626,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -646,7 +646,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -660,7 +660,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L38) +[packages/matter.js/src/model/models/ClusterModel.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L38) ___ @@ -681,7 +681,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -701,7 +701,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -727,7 +727,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -759,7 +759,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -786,7 +786,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -819,7 +819,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -845,7 +845,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -871,7 +871,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -898,7 +898,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -930,7 +930,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -956,7 +956,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -976,7 +976,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -996,7 +996,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -1022,7 +1022,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1048,4 +1048,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.CommandModel.md b/docs/matter.js/classes/model.CommandModel.md index f051ae4254..abbeed073b 100644 --- a/docs/matter.js/classes/model.CommandModel.md +++ b/docs/matter.js/classes/model.CommandModel.md @@ -120,7 +120,7 @@ this class. #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L39) +[packages/matter.js/src/model/models/CommandModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L39) ## Properties @@ -138,7 +138,7 @@ CommandElement.byteSize #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L30) +[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L30) ___ @@ -156,7 +156,7 @@ CommandElement.default #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L31) +[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L31) ___ @@ -174,7 +174,7 @@ CommandElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -192,7 +192,7 @@ CommandElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -206,7 +206,7 @@ CommandElement.direction #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L16) +[packages/matter.js/src/model/models/CommandModel.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L16) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -240,7 +240,7 @@ CommandElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -258,7 +258,7 @@ CommandElement.id #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L15) +[packages/matter.js/src/model/models/CommandModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L15) ___ @@ -274,7 +274,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L33) +[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L33) ___ @@ -290,7 +290,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L32) +[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L32) ___ @@ -322,7 +322,7 @@ CommandElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -336,7 +336,7 @@ CommandElement.response #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L17) +[packages/matter.js/src/model/models/CommandModel.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L17) ___ @@ -354,7 +354,7 @@ CommandElement.tag #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L14) +[packages/matter.js/src/model/models/CommandModel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L14) ___ @@ -372,7 +372,7 @@ CommandElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -390,7 +390,7 @@ CommandElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L47) +[packages/matter.js/src/model/models/CommandModel.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L47) ___ @@ -420,7 +420,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -442,7 +442,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L63) +[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L63) • `set` **access**(`definition`): `void` @@ -466,7 +466,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L66) +[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L66) ___ @@ -487,7 +487,7 @@ ValueModel.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L180) +[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L180) ___ @@ -507,7 +507,7 @@ ValueModel.base #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L172) +[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L172) ___ @@ -531,7 +531,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L35) +[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L35) • `set` **children**(`children`): `void` @@ -557,7 +557,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L39) +[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L39) ___ @@ -579,7 +579,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L53) +[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L53) • `set` **conformance**(`definition`): `void` @@ -603,7 +603,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L56) +[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L56) ___ @@ -625,7 +625,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L43) +[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L43) • `set` **constraint**(`definition`): `void` @@ -649,7 +649,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L46) +[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L46) ___ @@ -669,7 +669,7 @@ ValueModel.definingModel #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L158) +[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L158) ___ @@ -689,7 +689,7 @@ ValueModel.deprecated #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L220) +[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L220) ___ @@ -709,7 +709,7 @@ ValueModel.directMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L149) +[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L149) ___ @@ -729,7 +729,7 @@ ValueModel.disallowed #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L227) +[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L227) ___ @@ -747,7 +747,7 @@ ValueModel.effectiveAccess #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L69) +[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L69) ___ @@ -765,7 +765,7 @@ ValueModel.effectiveConformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L59) +[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L59) ___ @@ -783,7 +783,7 @@ ValueModel.effectiveConstraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L49) +[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L49) ___ @@ -805,7 +805,7 @@ ValueModel.effectiveDefault #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L142) +[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L142) ___ @@ -825,7 +825,7 @@ ValueModel.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -845,7 +845,7 @@ ValueModel.effectiveMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L130) +[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L130) ___ @@ -863,7 +863,7 @@ ValueModel.effectiveQuality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L79) +[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L79) ___ @@ -883,7 +883,7 @@ ValueModel.effectiveType #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L119) +[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L119) ___ @@ -903,7 +903,7 @@ ValueModel.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -924,7 +924,7 @@ ValueModel.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -945,7 +945,7 @@ ValueModel.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L19) +[packages/matter.js/src/model/models/CommandModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L19) ___ @@ -973,7 +973,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L23) +[packages/matter.js/src/model/models/CommandModel.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L23) ___ @@ -994,7 +994,7 @@ ValueModel.key #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L35) +[packages/matter.js/src/model/models/CommandModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L35) ___ @@ -1014,7 +1014,7 @@ ValueModel.listEntry #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L165) +[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L165) ___ @@ -1035,7 +1035,7 @@ ValueModel.mandatory #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L242) +[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L242) ___ @@ -1055,7 +1055,7 @@ ValueModel.members #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L190) +[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L190) ___ @@ -1077,7 +1077,7 @@ ValueModel.metabase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L88) +[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L88) ___ @@ -1097,7 +1097,7 @@ ValueModel.nullable #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L234) +[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L234) ___ @@ -1117,7 +1117,7 @@ ValueModel.overridesShadow #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L263) +[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L263) ___ @@ -1138,7 +1138,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -1158,7 +1158,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -1178,7 +1178,7 @@ ValueModel.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -1199,7 +1199,7 @@ ValueModel.primitiveBase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L96) +[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L96) ___ @@ -1221,7 +1221,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L73) +[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L73) • `set` **quality**(`definition`): `void` @@ -1245,7 +1245,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L76) +[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L76) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/CommandModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/CommandModel.ts#L27) +[packages/matter.js/src/model/models/CommandModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/CommandModel.ts#L27) ___ @@ -1280,7 +1280,7 @@ ValueModel.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -1300,7 +1300,7 @@ ValueModel.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ___ @@ -1320,7 +1320,7 @@ ValueModel.validationAspects #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L197) +[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L197) ## Methods @@ -1346,7 +1346,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -1378,7 +1378,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -1404,7 +1404,7 @@ Search the inheritance chain for a bitmap field defining a specific bit. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L289) +[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L289) ___ @@ -1431,7 +1431,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -1464,7 +1464,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -1490,7 +1490,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -1516,7 +1516,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -1543,7 +1543,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1575,7 +1575,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1601,7 +1601,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1621,7 +1621,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1641,7 +1641,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L293) +[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L293) ___ @@ -1667,7 +1667,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1693,4 +1693,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.Conformance-1.md b/docs/matter.js/classes/model.Conformance-1.md index 3f02d4fabf..152cf520ed 100644 --- a/docs/matter.js/classes/model.Conformance-1.md +++ b/docs/matter.js/classes/model.Conformance-1.md @@ -67,7 +67,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L35) +[packages/matter.js/src/model/aspects/Conformance.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L35) ## Properties @@ -77,7 +77,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L21) +[packages/matter.js/src/model/aspects/Conformance.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L21) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L17) +[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L17) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L18) +[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L18) ## Accessors @@ -123,7 +123,7 @@ Aspect.empty #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L27) +[packages/matter.js/src/model/aspects/Conformance.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L27) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L23) +[packages/matter.js/src/model/aspects/Conformance.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L23) ___ @@ -155,7 +155,7 @@ Aspect.valid #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L20) +[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L20) ## Methods @@ -181,7 +181,7 @@ Test for logical equivalence. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L40) +[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L40) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L54) +[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L54) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L65) +[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L65) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L68) +[packages/matter.js/src/model/aspects/Conformance.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L68) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L64) +[packages/matter.js/src/model/aspects/Conformance.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L64) ___ @@ -286,4 +286,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L47) +[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L47) diff --git a/docs/matter.js/classes/model.Constraint-1.md b/docs/matter.js/classes/model.Constraint-1.md index 2c1e4055cf..5b826dc4fe 100644 --- a/docs/matter.js/classes/model.Constraint-1.md +++ b/docs/matter.js/classes/model.Constraint-1.md @@ -74,7 +74,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L32) +[packages/matter.js/src/model/aspects/Constraint.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L32) ## Properties @@ -88,7 +88,7 @@ by the Matter Specification. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L17) +[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L17) ___ @@ -102,7 +102,7 @@ Constraint.Ast.desc #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L21) +[packages/matter.js/src/model/aspects/Constraint.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L21) ___ @@ -116,7 +116,7 @@ Constraint.Ast.entry #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L25) +[packages/matter.js/src/model/aspects/Constraint.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L25) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L18) +[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L18) ___ @@ -144,7 +144,7 @@ Constraint.Ast.max #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L24) +[packages/matter.js/src/model/aspects/Constraint.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L24) ___ @@ -158,7 +158,7 @@ Constraint.Ast.min #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L23) +[packages/matter.js/src/model/aspects/Constraint.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L23) ___ @@ -172,7 +172,7 @@ Constraint.Ast.parts #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L26) +[packages/matter.js/src/model/aspects/Constraint.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L26) ___ @@ -186,7 +186,7 @@ Constraint.Ast.value #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L22) +[packages/matter.js/src/model/aspects/Constraint.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L22) ## Accessors @@ -204,7 +204,7 @@ Aspect.empty #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L28) +[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L28) ___ @@ -222,7 +222,7 @@ Aspect.valid #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L20) +[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L20) ## Methods @@ -248,7 +248,7 @@ Test for logical equivalence. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L40) +[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L40) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L54) +[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L54) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L65) +[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L65) ___ @@ -319,7 +319,7 @@ Test a value against a constraint. #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L55) +[packages/matter.js/src/model/aspects/Constraint.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L55) ___ @@ -337,7 +337,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L83) +[packages/matter.js/src/model/aspects/Constraint.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L83) ___ @@ -355,4 +355,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L47) +[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L47) diff --git a/docs/matter.js/classes/model.DatatypeModel.md b/docs/matter.js/classes/model.DatatypeModel.md index cabd7d106d..afca037886 100644 --- a/docs/matter.js/classes/model.DatatypeModel.md +++ b/docs/matter.js/classes/model.DatatypeModel.md @@ -114,7 +114,7 @@ this class. #### Defined in -[packages/matter.js/src/model/models/DatatypeModel.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DatatypeModel.ts#L16) +[packages/matter.js/src/model/models/DatatypeModel.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DatatypeModel.ts#L16) ## Properties @@ -132,7 +132,7 @@ DatatypeElement.byteSize #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L30) +[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L30) ___ @@ -150,7 +150,7 @@ DatatypeElement.default #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L31) +[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L31) ___ @@ -168,7 +168,7 @@ DatatypeElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -186,7 +186,7 @@ DatatypeElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -220,7 +220,7 @@ DatatypeElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -238,7 +238,7 @@ DatatypeElement.id #### Defined in -[packages/matter.js/src/model/models/DatatypeModel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DatatypeModel.ts#L14) +[packages/matter.js/src/model/models/DatatypeModel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DatatypeModel.ts#L14) ___ @@ -254,7 +254,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L33) +[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L33) ___ @@ -270,7 +270,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -288,7 +288,7 @@ DatatypeElement.metatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L32) +[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L32) ___ @@ -306,7 +306,7 @@ DatatypeElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -324,7 +324,7 @@ DatatypeElement.tag #### Defined in -[packages/matter.js/src/model/models/DatatypeModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DatatypeModel.ts#L13) +[packages/matter.js/src/model/models/DatatypeModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DatatypeModel.ts#L13) ___ @@ -342,7 +342,7 @@ DatatypeElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -360,7 +360,7 @@ DatatypeElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -380,7 +380,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -402,7 +402,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L63) +[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L63) • `set` **access**(`definition`): `void` @@ -426,7 +426,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L66) +[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L66) ___ @@ -447,7 +447,7 @@ ValueModel.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L180) +[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L180) ___ @@ -467,7 +467,7 @@ ValueModel.base #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L172) +[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L172) ___ @@ -491,7 +491,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L35) +[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L35) • `set` **children**(`children`): `void` @@ -517,7 +517,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L39) +[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L39) ___ @@ -539,7 +539,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L53) +[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L53) • `set` **conformance**(`definition`): `void` @@ -563,7 +563,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L56) +[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L56) ___ @@ -585,7 +585,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L43) +[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L43) • `set` **constraint**(`definition`): `void` @@ -609,7 +609,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L46) +[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L46) ___ @@ -629,7 +629,7 @@ ValueModel.definingModel #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L158) +[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L158) ___ @@ -649,7 +649,7 @@ ValueModel.deprecated #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L220) +[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L220) ___ @@ -669,7 +669,7 @@ ValueModel.directMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L149) +[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L149) ___ @@ -689,7 +689,7 @@ ValueModel.disallowed #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L227) +[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L227) ___ @@ -707,7 +707,7 @@ ValueModel.effectiveAccess #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L69) +[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L69) ___ @@ -725,7 +725,7 @@ ValueModel.effectiveConformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L59) +[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L59) ___ @@ -743,7 +743,7 @@ ValueModel.effectiveConstraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L49) +[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L49) ___ @@ -765,7 +765,7 @@ ValueModel.effectiveDefault #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L142) +[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L142) ___ @@ -789,7 +789,7 @@ ValueModel.effectiveId #### Defined in -[packages/matter.js/src/model/models/DatatypeModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DatatypeModel.ts#L27) +[packages/matter.js/src/model/models/DatatypeModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DatatypeModel.ts#L27) ___ @@ -809,7 +809,7 @@ ValueModel.effectiveMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L130) +[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L130) ___ @@ -827,7 +827,7 @@ ValueModel.effectiveQuality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L79) +[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L79) ___ @@ -847,7 +847,7 @@ ValueModel.effectiveType #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L119) +[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L119) ___ @@ -867,7 +867,7 @@ ValueModel.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -888,7 +888,7 @@ ValueModel.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -909,7 +909,7 @@ ValueModel.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -930,7 +930,7 @@ ValueModel.key #### Defined in -[packages/matter.js/src/model/models/DatatypeModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DatatypeModel.ts#L43) +[packages/matter.js/src/model/models/DatatypeModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DatatypeModel.ts#L43) ___ @@ -950,7 +950,7 @@ ValueModel.listEntry #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L165) +[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L165) ___ @@ -971,7 +971,7 @@ ValueModel.mandatory #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L242) +[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L242) ___ @@ -991,7 +991,7 @@ ValueModel.members #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L190) +[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L190) ___ @@ -1013,7 +1013,7 @@ ValueModel.metabase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L88) +[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L88) ___ @@ -1033,7 +1033,7 @@ ValueModel.nullable #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L234) +[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L234) ___ @@ -1053,7 +1053,7 @@ ValueModel.overridesShadow #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L263) +[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L263) ___ @@ -1074,7 +1074,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -1094,7 +1094,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -1114,7 +1114,7 @@ ValueModel.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -1135,7 +1135,7 @@ ValueModel.primitiveBase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L96) +[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L96) ___ @@ -1157,7 +1157,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L73) +[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L73) • `set` **quality**(`definition`): `void` @@ -1181,7 +1181,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L76) +[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L76) ___ @@ -1202,7 +1202,7 @@ ValueModel.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -1222,7 +1222,7 @@ ValueModel.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ___ @@ -1242,7 +1242,7 @@ ValueModel.validationAspects #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L197) +[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L197) ## Methods @@ -1268,7 +1268,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -1300,7 +1300,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -1326,7 +1326,7 @@ Search the inheritance chain for a bitmap field defining a specific bit. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L289) +[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L289) ___ @@ -1353,7 +1353,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -1386,7 +1386,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -1412,7 +1412,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -1438,7 +1438,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -1465,7 +1465,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1497,7 +1497,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1523,7 +1523,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1543,7 +1543,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1563,7 +1563,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L293) +[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L293) ___ @@ -1589,7 +1589,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1615,4 +1615,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.DeviceTypeModel.md b/docs/matter.js/classes/model.DeviceTypeModel.md index 56eb44a996..16320d16a8 100644 --- a/docs/matter.js/classes/model.DeviceTypeModel.md +++ b/docs/matter.js/classes/model.DeviceTypeModel.md @@ -91,7 +91,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L31) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L31) ## Properties @@ -105,7 +105,7 @@ DeviceTypeElement.classification #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L16) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L16) ___ @@ -123,7 +123,7 @@ DeviceTypeElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -141,7 +141,7 @@ DeviceTypeElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -175,7 +175,7 @@ DeviceTypeElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -193,7 +193,7 @@ DeviceTypeElement.id #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L15) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L15) ___ @@ -209,7 +209,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -225,7 +225,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -243,7 +243,7 @@ DeviceTypeElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L17) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L17) ___ @@ -271,7 +271,7 @@ DeviceTypeElement.tag #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L14) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L14) ___ @@ -289,7 +289,7 @@ DeviceTypeElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -307,7 +307,7 @@ DeviceTypeElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -327,7 +327,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -347,7 +347,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -367,7 +367,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -391,7 +391,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L23) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L23) • `set` **children**(`children`): `void` @@ -417,7 +417,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L27) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L27) ___ @@ -437,7 +437,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -460,7 +460,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -480,7 +480,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -501,7 +501,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -522,7 +522,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -543,7 +543,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -564,7 +564,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -584,7 +584,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -604,7 +604,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -618,7 +618,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/DeviceTypeModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/DeviceTypeModel.ts#L19) +[packages/matter.js/src/model/models/DeviceTypeModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/DeviceTypeModel.ts#L19) ___ @@ -639,7 +639,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -659,7 +659,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -685,7 +685,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -717,7 +717,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -744,7 +744,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -777,7 +777,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -803,7 +803,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -829,7 +829,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -856,7 +856,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -888,7 +888,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -914,7 +914,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -934,7 +934,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -954,7 +954,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -980,7 +980,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1006,4 +1006,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.EndpointModel.md b/docs/matter.js/classes/model.EndpointModel.md index 5bf2055e45..3301384a4b 100644 --- a/docs/matter.js/classes/model.EndpointModel.md +++ b/docs/matter.js/classes/model.EndpointModel.md @@ -89,7 +89,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L27) +[packages/matter.js/src/model/models/EndpointModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L27) ## Properties @@ -107,7 +107,7 @@ EndpointElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -125,7 +125,7 @@ EndpointElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -159,7 +159,7 @@ EndpointElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -177,7 +177,7 @@ EndpointElement.id #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L13) +[packages/matter.js/src/model/models/EndpointModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L13) ___ @@ -193,7 +193,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -209,7 +209,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -227,7 +227,7 @@ EndpointElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -245,7 +245,7 @@ EndpointElement.tag #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L12) +[packages/matter.js/src/model/models/EndpointModel.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L12) ___ @@ -263,7 +263,7 @@ EndpointElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -281,7 +281,7 @@ EndpointElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -301,7 +301,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -321,7 +321,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -341,7 +341,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -365,7 +365,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L19) +[packages/matter.js/src/model/models/EndpointModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L19) • `set` **children**(`children`): `void` @@ -391,7 +391,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L23) +[packages/matter.js/src/model/models/EndpointModel.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L23) ___ @@ -405,7 +405,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/EndpointModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EndpointModel.ts#L15) +[packages/matter.js/src/model/models/EndpointModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EndpointModel.ts#L15) ___ @@ -425,7 +425,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -448,7 +448,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -468,7 +468,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -489,7 +489,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -510,7 +510,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -531,7 +531,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -552,7 +552,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -572,7 +572,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -592,7 +592,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -613,7 +613,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -633,7 +633,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -659,7 +659,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -691,7 +691,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -718,7 +718,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -751,7 +751,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -777,7 +777,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -803,7 +803,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -830,7 +830,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -862,7 +862,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -888,7 +888,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -908,7 +908,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -928,7 +928,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -954,7 +954,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -980,4 +980,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.EventModel.md b/docs/matter.js/classes/model.EventModel.md index 5cf22fba8b..379b45bab2 100644 --- a/docs/matter.js/classes/model.EventModel.md +++ b/docs/matter.js/classes/model.EventModel.md @@ -116,7 +116,7 @@ this class. #### Defined in -[packages/matter.js/src/model/models/EventModel.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EventModel.ts#L17) +[packages/matter.js/src/model/models/EventModel.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EventModel.ts#L17) ## Properties @@ -134,7 +134,7 @@ EventElement.byteSize #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L30) +[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L30) ___ @@ -152,7 +152,7 @@ EventElement.default #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L31) +[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L31) ___ @@ -170,7 +170,7 @@ EventElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -188,7 +188,7 @@ EventElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -222,7 +222,7 @@ EventElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -240,7 +240,7 @@ EventElement.id #### Defined in -[packages/matter.js/src/model/models/EventModel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EventModel.ts#L14) +[packages/matter.js/src/model/models/EventModel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EventModel.ts#L14) ___ @@ -256,7 +256,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L33) +[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L33) ___ @@ -272,7 +272,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L32) +[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L32) ___ @@ -304,7 +304,7 @@ EventElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -318,7 +318,7 @@ EventElement.priority #### Defined in -[packages/matter.js/src/model/models/EventModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EventModel.ts#L15) +[packages/matter.js/src/model/models/EventModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EventModel.ts#L15) ___ @@ -336,7 +336,7 @@ EventElement.tag #### Defined in -[packages/matter.js/src/model/models/EventModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EventModel.ts#L13) +[packages/matter.js/src/model/models/EventModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EventModel.ts#L13) ___ @@ -354,7 +354,7 @@ EventElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -372,7 +372,7 @@ EventElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -382,7 +382,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/EventModel.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/EventModel.ts#L25) +[packages/matter.js/src/model/models/EventModel.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/EventModel.ts#L25) ___ @@ -402,7 +402,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -424,7 +424,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L63) +[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L63) • `set` **access**(`definition`): `void` @@ -448,7 +448,7 @@ ValueModel.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L66) +[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L66) ___ @@ -469,7 +469,7 @@ ValueModel.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L180) +[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L180) ___ @@ -489,7 +489,7 @@ ValueModel.base #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L172) +[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L172) ___ @@ -513,7 +513,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L35) +[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L35) • `set` **children**(`children`): `void` @@ -539,7 +539,7 @@ ValueModel.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L39) +[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L39) ___ @@ -561,7 +561,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L53) +[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L53) • `set` **conformance**(`definition`): `void` @@ -585,7 +585,7 @@ ValueModel.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L56) +[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L56) ___ @@ -607,7 +607,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L43) +[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L43) • `set` **constraint**(`definition`): `void` @@ -631,7 +631,7 @@ ValueModel.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L46) +[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L46) ___ @@ -651,7 +651,7 @@ ValueModel.definingModel #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L158) +[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L158) ___ @@ -671,7 +671,7 @@ ValueModel.deprecated #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L220) +[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L220) ___ @@ -691,7 +691,7 @@ ValueModel.directMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L149) +[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L149) ___ @@ -711,7 +711,7 @@ ValueModel.disallowed #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L227) +[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L227) ___ @@ -729,7 +729,7 @@ ValueModel.effectiveAccess #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L69) +[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L69) ___ @@ -747,7 +747,7 @@ ValueModel.effectiveConformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L59) +[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L59) ___ @@ -765,7 +765,7 @@ ValueModel.effectiveConstraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L49) +[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L49) ___ @@ -787,7 +787,7 @@ ValueModel.effectiveDefault #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L142) +[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L142) ___ @@ -807,7 +807,7 @@ ValueModel.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -827,7 +827,7 @@ ValueModel.effectiveMetatype #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L130) +[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L130) ___ @@ -845,7 +845,7 @@ ValueModel.effectiveQuality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L79) +[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L79) ___ @@ -865,7 +865,7 @@ ValueModel.effectiveType #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L119) +[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L119) ___ @@ -885,7 +885,7 @@ ValueModel.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -906,7 +906,7 @@ ValueModel.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -927,7 +927,7 @@ ValueModel.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -948,7 +948,7 @@ ValueModel.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -968,7 +968,7 @@ ValueModel.listEntry #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L165) +[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L165) ___ @@ -989,7 +989,7 @@ ValueModel.mandatory #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L242) +[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L242) ___ @@ -1009,7 +1009,7 @@ ValueModel.members #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L190) +[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L190) ___ @@ -1031,7 +1031,7 @@ ValueModel.metabase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L88) +[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L88) ___ @@ -1051,7 +1051,7 @@ ValueModel.nullable #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L234) +[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L234) ___ @@ -1071,7 +1071,7 @@ ValueModel.overridesShadow #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L263) +[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L263) ___ @@ -1092,7 +1092,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -1112,7 +1112,7 @@ ValueModel.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -1132,7 +1132,7 @@ ValueModel.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -1153,7 +1153,7 @@ ValueModel.primitiveBase #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L96) +[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L96) ___ @@ -1175,7 +1175,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L73) +[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L73) • `set` **quality**(`definition`): `void` @@ -1199,7 +1199,7 @@ ValueModel.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L76) +[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L76) ___ @@ -1220,7 +1220,7 @@ ValueModel.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -1240,7 +1240,7 @@ ValueModel.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ___ @@ -1260,7 +1260,7 @@ ValueModel.validationAspects #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L197) +[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L197) ## Methods @@ -1286,7 +1286,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -1318,7 +1318,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -1344,7 +1344,7 @@ Search the inheritance chain for a bitmap field defining a specific bit. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L289) +[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L289) ___ @@ -1371,7 +1371,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -1404,7 +1404,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -1430,7 +1430,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -1456,7 +1456,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -1483,7 +1483,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1515,7 +1515,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1541,7 +1541,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1561,7 +1561,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1581,7 +1581,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L293) +[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L293) ___ @@ -1607,7 +1607,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1633,4 +1633,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.FabricModel.md b/docs/matter.js/classes/model.FabricModel.md index fab99f52b4..e7a3311d9b 100644 --- a/docs/matter.js/classes/model.FabricModel.md +++ b/docs/matter.js/classes/model.FabricModel.md @@ -89,7 +89,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L27) +[packages/matter.js/src/model/models/FabricModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L27) ## Properties @@ -107,7 +107,7 @@ FabricElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -125,7 +125,7 @@ FabricElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -159,7 +159,7 @@ FabricElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -177,7 +177,7 @@ FabricElement.id #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L13) +[packages/matter.js/src/model/models/FabricModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L13) ___ @@ -193,7 +193,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -209,7 +209,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -227,7 +227,7 @@ FabricElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -245,7 +245,7 @@ FabricElement.tag #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L12) +[packages/matter.js/src/model/models/FabricModel.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L12) ___ @@ -263,7 +263,7 @@ FabricElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -281,7 +281,7 @@ FabricElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -301,7 +301,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -321,7 +321,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -341,7 +341,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -365,7 +365,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L19) +[packages/matter.js/src/model/models/FabricModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L19) • `set` **children**(`children`): `void` @@ -391,7 +391,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L23) +[packages/matter.js/src/model/models/FabricModel.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L23) ___ @@ -411,7 +411,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -434,7 +434,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -454,7 +454,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -475,7 +475,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -496,7 +496,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -517,7 +517,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -531,7 +531,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/FabricModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/FabricModel.ts#L15) +[packages/matter.js/src/model/models/FabricModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/FabricModel.ts#L15) ___ @@ -552,7 +552,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -572,7 +572,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -592,7 +592,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -613,7 +613,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -633,7 +633,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -659,7 +659,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -691,7 +691,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -718,7 +718,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -751,7 +751,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -777,7 +777,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -803,7 +803,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -830,7 +830,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -862,7 +862,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -888,7 +888,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -908,7 +908,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -928,7 +928,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -954,7 +954,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -980,4 +980,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.FeatureSet-1.md b/docs/matter.js/classes/model.FeatureSet-1.md index 4886b45499..afb54e1bb0 100644 --- a/docs/matter.js/classes/model.FeatureSet-1.md +++ b/docs/matter.js/classes/model.FeatureSet-1.md @@ -49,7 +49,7 @@ Set<FeatureSet.Flag\>.constructor #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L16) +[packages/matter.js/src/model/definitions/FeatureSet.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L16) ## Accessors @@ -65,7 +65,7 @@ Access features as an array of feature names. #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L28) +[packages/matter.js/src/model/definitions/FeatureSet.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L28) ___ @@ -81,7 +81,7 @@ Access features as an object mapping feature name -> true. #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L35) +[packages/matter.js/src/model/definitions/FeatureSet.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L35) ## Methods @@ -107,4 +107,4 @@ Access features as an object mapping feature name -> true. #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L39) +[packages/matter.js/src/model/definitions/FeatureSet.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L39) diff --git a/docs/matter.js/classes/model.MatterModel-1.md b/docs/matter.js/classes/model.MatterModel-1.md index 3eaf8400bc..15464e4568 100644 --- a/docs/matter.js/classes/model.MatterModel-1.md +++ b/docs/matter.js/classes/model.MatterModel-1.md @@ -94,7 +94,7 @@ The root of a Matter model. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L67) +[packages/matter.js/src/model/models/MatterModel.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L67) ## Properties @@ -112,7 +112,7 @@ MatterElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -130,7 +130,7 @@ MatterElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -164,7 +164,7 @@ MatterElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -182,7 +182,7 @@ MatterElement.id #### Defined in -[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L23) +[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L23) ___ @@ -198,7 +198,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -214,7 +214,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L21) +[packages/matter.js/src/model/models/MatterModel.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L21) ___ @@ -232,7 +232,7 @@ MatterElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -250,7 +250,7 @@ MatterElement.tag #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L20) +[packages/matter.js/src/model/models/MatterModel.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L20) ___ @@ -268,7 +268,7 @@ MatterElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -282,7 +282,7 @@ MatterElement.version #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L22) +[packages/matter.js/src/model/models/MatterModel.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L22) ___ @@ -300,7 +300,7 @@ MatterElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -320,7 +320,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -340,7 +340,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -356,7 +356,7 @@ Global attributes. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L48) +[packages/matter.js/src/model/models/MatterModel.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L48) ___ @@ -376,7 +376,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -400,7 +400,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L59) +[packages/matter.js/src/model/models/MatterModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L59) • `set` **children**(`children`): `void` @@ -426,7 +426,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L63) +[packages/matter.js/src/model/models/MatterModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L63) ___ @@ -442,7 +442,7 @@ Clusters. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L27) +[packages/matter.js/src/model/models/MatterModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L27) ___ @@ -458,7 +458,7 @@ Global datatypes. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L41) +[packages/matter.js/src/model/models/MatterModel.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L41) ___ @@ -474,7 +474,7 @@ Device types. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L34) +[packages/matter.js/src/model/models/MatterModel.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L34) ___ @@ -494,7 +494,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -517,7 +517,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -537,7 +537,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -558,7 +558,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -574,7 +574,7 @@ Fabrics. #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L55) +[packages/matter.js/src/model/models/MatterModel.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L55) ___ @@ -595,7 +595,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -616,7 +616,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -637,7 +637,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -657,7 +657,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -677,7 +677,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -698,7 +698,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -718,7 +718,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -744,7 +744,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -776,7 +776,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -803,7 +803,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -836,7 +836,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -862,7 +862,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -888,7 +888,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -915,7 +915,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -947,7 +947,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -973,7 +973,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -993,7 +993,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1013,7 +1013,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -1039,7 +1039,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1065,4 +1065,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.Model-1.md b/docs/matter.js/classes/model.Model-1.md index ca21659f87..469aca2cff 100644 --- a/docs/matter.js/classes/model.Model-1.md +++ b/docs/matter.js/classes/model.Model-1.md @@ -96,7 +96,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L377) +[packages/matter.js/src/model/models/Model.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L377) ## Properties @@ -106,7 +106,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L46) +[packages/matter.js/src/model/models/Model.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L46) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L47) +[packages/matter.js/src/model/models/Model.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L47) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -158,7 +158,7 @@ Flag set on elements loaded from Globals. #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L23) +[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L23) ___ @@ -180,7 +180,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -192,7 +192,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L22) +[packages/matter.js/src/model/models/Model.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L22) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -248,7 +248,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -264,7 +264,7 @@ The set of tags from which this model may derive. #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -280,7 +280,7 @@ Get a Model for my base type, if any. #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -296,7 +296,7 @@ Children of models are always models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L127) +[packages/matter.js/src/model/models/Model.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L127) • `set` **children**(`children`): `void` @@ -314,7 +314,7 @@ Children can be added as models or elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L137) +[packages/matter.js/src/model/models/Model.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L137) ___ @@ -330,7 +330,7 @@ Allows subclasses to pull a working ID from an alternate source. #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -349,7 +349,7 @@ Does not recurse so only returns the direct base type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -365,7 +365,7 @@ A local or parent xref. #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -382,7 +382,7 @@ added as elements. For JavaScript this is identical to children(). #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -399,7 +399,7 @@ specific than the base primitive type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -416,7 +416,7 @@ the effective ID but some models require a generated identifier. #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -433,7 +433,7 @@ this element's definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -449,7 +449,7 @@ this element's definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -465,7 +465,7 @@ The full path ("." delimited) in the Matter tree. #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -482,7 +482,7 @@ inheritance hierarchy that I override. #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -498,7 +498,7 @@ Did validation find errors? #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -520,7 +520,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -548,7 +548,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -571,7 +571,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -600,7 +600,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -622,7 +622,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -644,7 +644,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -667,7 +667,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -695,7 +695,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -717,7 +717,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -733,7 +733,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -749,7 +749,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -771,7 +771,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -793,4 +793,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.Model.CrossReference.md b/docs/matter.js/classes/model.Model.CrossReference.md index b37c23d13a..bb7c8d7d4b 100644 --- a/docs/matter.js/classes/model.Model.CrossReference.md +++ b/docs/matter.js/classes/model.Model.CrossReference.md @@ -39,7 +39,7 @@ #### Defined in -[packages/matter.js/src/model/models/Model.ts:413](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L413) +[packages/matter.js/src/model/models/Model.ts:413](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L413) ## Properties @@ -53,7 +53,7 @@ Specification.CrossReference.document #### Defined in -[packages/matter.js/src/model/models/Model.ts:409](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L409) +[packages/matter.js/src/model/models/Model.ts:409](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L409) ___ @@ -67,7 +67,7 @@ Specification.CrossReference.section #### Defined in -[packages/matter.js/src/model/models/Model.ts:410](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L410) +[packages/matter.js/src/model/models/Model.ts:410](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L410) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:411](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L411) +[packages/matter.js/src/model/models/Model.ts:411](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L411) ## Methods @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:418](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L418) +[packages/matter.js/src/model/models/Model.ts:418](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L418) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:422](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L422) +[packages/matter.js/src/model/models/Model.ts:422](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L422) diff --git a/docs/matter.js/classes/model.ModelVariantTraversal.md b/docs/matter.js/classes/model.ModelVariantTraversal.md index 4f00736e06..2901ae8d35 100644 --- a/docs/matter.js/classes/model.ModelVariantTraversal.md +++ b/docs/matter.js/classes/model.ModelVariantTraversal.md @@ -59,7 +59,7 @@ model variants have different names. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L67) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L67) ## Properties @@ -69,7 +69,7 @@ model variants have different names. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L58) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L58) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L60) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L60) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L67) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L67) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L59) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L59) ## Methods @@ -121,7 +121,7 @@ Create a VariantDetail from a VariantMap. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L268) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L268) ___ @@ -143,7 +143,7 @@ Determine if we are entering a cluster and install cluster state if so. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L128) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L128) ___ @@ -166,7 +166,7 @@ names may be selected, otherwise the name of the model is returned. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L115) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L115) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L197) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L197) ___ @@ -209,7 +209,7 @@ invoked while traversal is ongoing. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L73) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L73) ___ @@ -234,7 +234,7 @@ from traverse(). #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L109) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L109) ___ @@ -256,4 +256,4 @@ This is the function that actually recurses during the visit. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L141) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L141) diff --git a/docs/matter.js/classes/model.NodeModel.md b/docs/matter.js/classes/model.NodeModel.md index 1315832308..ea1e7cb74a 100644 --- a/docs/matter.js/classes/model.NodeModel.md +++ b/docs/matter.js/classes/model.NodeModel.md @@ -89,7 +89,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L27) +[packages/matter.js/src/model/models/NodeModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L27) ## Properties @@ -107,7 +107,7 @@ NodeElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -125,7 +125,7 @@ NodeElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -159,7 +159,7 @@ NodeElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -177,7 +177,7 @@ NodeElement.id #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L13) +[packages/matter.js/src/model/models/NodeModel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L13) ___ @@ -193,7 +193,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -209,7 +209,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -227,7 +227,7 @@ NodeElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -245,7 +245,7 @@ NodeElement.tag #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L12) +[packages/matter.js/src/model/models/NodeModel.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L12) ___ @@ -263,7 +263,7 @@ NodeElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -281,7 +281,7 @@ NodeElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -301,7 +301,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -321,7 +321,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -341,7 +341,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -365,7 +365,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L19) +[packages/matter.js/src/model/models/NodeModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L19) • `set` **children**(`children`): `void` @@ -391,7 +391,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L23) +[packages/matter.js/src/model/models/NodeModel.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L23) ___ @@ -411,7 +411,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -434,7 +434,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -454,7 +454,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -475,7 +475,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/NodeModel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/NodeModel.ts#L15) +[packages/matter.js/src/model/models/NodeModel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/NodeModel.ts#L15) ___ @@ -510,7 +510,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -531,7 +531,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -552,7 +552,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -572,7 +572,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -592,7 +592,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -613,7 +613,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -633,7 +633,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -659,7 +659,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -691,7 +691,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -718,7 +718,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -751,7 +751,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -777,7 +777,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -803,7 +803,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -830,7 +830,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -862,7 +862,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -888,7 +888,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -908,7 +908,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -928,7 +928,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -954,7 +954,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -980,4 +980,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.Quality-1.md b/docs/matter.js/classes/model.Quality-1.md index 9657098e4f..05de09e27f 100644 --- a/docs/matter.js/classes/model.Quality-1.md +++ b/docs/matter.js/classes/model.Quality-1.md @@ -74,7 +74,7 @@ Initialize from a Quality.All definition or a string conforming to the #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L30) +[packages/matter.js/src/model/aspects/Quality.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L30) ## Properties @@ -88,7 +88,7 @@ Quality.Ast.changesOmitted #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L20) +[packages/matter.js/src/model/aspects/Quality.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L20) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L17) +[packages/matter.js/src/model/aspects/Aspect.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L17) ___ @@ -116,7 +116,7 @@ Quality.Ast.disallowed #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L24) +[packages/matter.js/src/model/aspects/Quality.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L24) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L18) +[packages/matter.js/src/model/aspects/Aspect.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L18) ___ @@ -144,7 +144,7 @@ Quality.Ast.fixed #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L19) +[packages/matter.js/src/model/aspects/Quality.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L19) ___ @@ -158,7 +158,7 @@ Quality.Ast.nonvolatile #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L18) +[packages/matter.js/src/model/aspects/Quality.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L18) ___ @@ -172,7 +172,7 @@ Quality.Ast.nullable #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L17) +[packages/matter.js/src/model/aspects/Quality.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L17) ___ @@ -186,7 +186,7 @@ Quality.Ast.reportable #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L22) +[packages/matter.js/src/model/aspects/Quality.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L22) ___ @@ -200,7 +200,7 @@ Quality.Ast.scene #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L21) +[packages/matter.js/src/model/aspects/Quality.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L21) ___ @@ -214,7 +214,7 @@ Quality.Ast.singleton #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L23) +[packages/matter.js/src/model/aspects/Quality.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L23) ## Accessors @@ -232,7 +232,7 @@ Aspect.empty #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L28) +[packages/matter.js/src/model/aspects/Aspect.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L28) ___ @@ -250,7 +250,7 @@ Aspect.valid #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L20) +[packages/matter.js/src/model/aspects/Aspect.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L20) ## Methods @@ -276,7 +276,7 @@ Test for logical equivalence. #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L40) +[packages/matter.js/src/model/aspects/Aspect.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L40) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L54) +[packages/matter.js/src/model/aspects/Aspect.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L54) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L65) +[packages/matter.js/src/model/aspects/Aspect.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L65) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L42) +[packages/matter.js/src/model/aspects/Quality.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L42) ___ @@ -366,7 +366,7 @@ Display quality using standard Matter syntax. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L83) +[packages/matter.js/src/model/aspects/Quality.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L83) ___ @@ -384,4 +384,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Aspect.ts#L47) +[packages/matter.js/src/model/aspects/Aspect.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Aspect.ts#L47) diff --git a/docs/matter.js/classes/model.RequirementModel.md b/docs/matter.js/classes/model.RequirementModel.md index f358acd56f..e56ac4766e 100644 --- a/docs/matter.js/classes/model.RequirementModel.md +++ b/docs/matter.js/classes/model.RequirementModel.md @@ -93,7 +93,7 @@ the corresponding element type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L377) +[packages/matter.js/src/model/models/Model.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L377) ## Properties @@ -111,7 +111,7 @@ RequirementElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -129,7 +129,7 @@ RequirementElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -143,7 +143,7 @@ RequirementElement.element #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L20) +[packages/matter.js/src/model/models/RequirementModel.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L20) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -177,7 +177,7 @@ RequirementElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -195,7 +195,7 @@ RequirementElement.id #### Defined in -[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L23) +[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L23) ___ @@ -211,7 +211,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L44) +[packages/matter.js/src/model/models/Model.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L44) ___ @@ -227,7 +227,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -245,7 +245,7 @@ RequirementElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -263,7 +263,7 @@ RequirementElement.tag #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L19) +[packages/matter.js/src/model/models/RequirementModel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L19) ___ @@ -281,7 +281,7 @@ RequirementElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -299,7 +299,7 @@ RequirementElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -319,7 +319,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -337,7 +337,7 @@ RequirementElement.access #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L34) +[packages/matter.js/src/model/models/RequirementModel.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L34) • `set` **access**(`definition`): `void` @@ -357,7 +357,7 @@ RequirementElement.access #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L37) +[packages/matter.js/src/model/models/RequirementModel.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L37) ___ @@ -377,7 +377,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L237) +[packages/matter.js/src/model/models/Model.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L237) ___ @@ -397,7 +397,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L207) +[packages/matter.js/src/model/models/Model.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L207) ___ @@ -421,7 +421,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L26) +[packages/matter.js/src/model/models/RequirementModel.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L26) • `set` **children**(`children`): `void` @@ -447,7 +447,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L30) +[packages/matter.js/src/model/models/RequirementModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L30) ___ @@ -465,7 +465,7 @@ RequirementElement.conformance #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L48) +[packages/matter.js/src/model/models/RequirementModel.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L48) • `set` **conformance**(`definition`): `void` @@ -485,7 +485,7 @@ RequirementElement.conformance #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L51) +[packages/matter.js/src/model/models/RequirementModel.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L51) ___ @@ -503,7 +503,7 @@ RequirementElement.constraint #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L41) +[packages/matter.js/src/model/models/RequirementModel.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L41) • `set` **constraint**(`definition`): `void` @@ -523,7 +523,7 @@ RequirementElement.constraint #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L44) +[packages/matter.js/src/model/models/RequirementModel.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L44) ___ @@ -543,7 +543,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -566,7 +566,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L200) +[packages/matter.js/src/model/models/Model.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L200) ___ @@ -586,7 +586,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -607,7 +607,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -628,7 +628,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -649,7 +649,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L22) +[packages/matter.js/src/model/models/RequirementModel.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L22) ___ @@ -670,7 +670,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -690,7 +690,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -710,7 +710,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -728,7 +728,7 @@ RequirementElement.quality #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L55) +[packages/matter.js/src/model/models/RequirementModel.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L55) • `set` **quality**(`definition`): `void` @@ -748,7 +748,7 @@ RequirementElement.quality #### Defined in -[packages/matter.js/src/model/models/RequirementModel.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/RequirementModel.ts#L58) +[packages/matter.js/src/model/models/RequirementModel.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/RequirementModel.ts#L58) ___ @@ -769,7 +769,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -789,7 +789,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ## Methods @@ -815,7 +815,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -847,7 +847,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -874,7 +874,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -907,7 +907,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -933,7 +933,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -959,7 +959,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -986,7 +986,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1018,7 +1018,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1044,7 +1044,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1064,7 +1064,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1084,7 +1084,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L326) +[packages/matter.js/src/model/models/Model.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L326) ___ @@ -1110,7 +1110,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1136,4 +1136,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/model.ValidateModel.Result.md b/docs/matter.js/classes/model.ValidateModel.Result.md index 69c318d11f..18b9e8daa6 100644 --- a/docs/matter.js/classes/model.ValidateModel.Result.md +++ b/docs/matter.js/classes/model.ValidateModel.Result.md @@ -40,7 +40,7 @@ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L92) +[packages/matter.js/src/model/logic/ValidateModel.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L92) ## Properties @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L83) +[packages/matter.js/src/model/logic/ValidateModel.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L83) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L85) +[packages/matter.js/src/model/logic/ValidateModel.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L85) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L86) +[packages/matter.js/src/model/logic/ValidateModel.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L86) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L84) +[packages/matter.js/src/model/logic/ValidateModel.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L84) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L92) +[packages/matter.js/src/model/logic/ValidateModel.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L92) ## Accessors @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L88) +[packages/matter.js/src/model/logic/ValidateModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L88) ## Methods @@ -122,4 +122,4 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L94) +[packages/matter.js/src/model/logic/ValidateModel.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L94) diff --git a/docs/matter.js/classes/model.ValueModel.md b/docs/matter.js/classes/model.ValueModel.md index e29f4f3607..9e9fd75684 100644 --- a/docs/matter.js/classes/model.ValueModel.md +++ b/docs/matter.js/classes/model.ValueModel.md @@ -122,7 +122,7 @@ this class. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:307](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L307) +[packages/matter.js/src/model/models/ValueModel.ts:307](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L307) ## Properties @@ -136,7 +136,7 @@ ValueElement.byteSize #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L30) +[packages/matter.js/src/model/models/ValueModel.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L30) ___ @@ -150,7 +150,7 @@ ValueElement.default #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L31) +[packages/matter.js/src/model/models/ValueModel.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L31) ___ @@ -168,7 +168,7 @@ ValueElement.description #### Defined in -[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L26) +[packages/matter.js/src/model/models/Model.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L26) ___ @@ -186,7 +186,7 @@ ValueElement.details #### Defined in -[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L27) +[packages/matter.js/src/model/models/Model.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L27) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L29) +[packages/matter.js/src/model/models/Model.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L29) ___ @@ -220,7 +220,7 @@ ValueElement.global #### Defined in -[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L34) +[packages/matter.js/src/model/models/Model.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L34) ___ @@ -238,7 +238,7 @@ ValueElement.id #### Defined in -[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L23) +[packages/matter.js/src/model/models/Model.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L23) ___ @@ -254,7 +254,7 @@ Indicates that an element defines a datatype. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L33) +[packages/matter.js/src/model/models/ValueModel.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L33) ___ @@ -270,7 +270,7 @@ Indicates that an element may have type definitions as children. #### Defined in -[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L39) +[packages/matter.js/src/model/models/Model.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L39) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L32) +[packages/matter.js/src/model/models/ValueModel.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L32) ___ @@ -298,7 +298,7 @@ ValueElement.name #### Defined in -[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L24) +[packages/matter.js/src/model/models/Model.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L24) ___ @@ -312,7 +312,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L22) +[packages/matter.js/src/model/models/Model.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L22) ___ @@ -330,7 +330,7 @@ ValueElement.type #### Defined in -[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L25) +[packages/matter.js/src/model/models/Model.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L25) ___ @@ -348,7 +348,7 @@ ValueElement.xref #### Defined in -[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L28) +[packages/matter.js/src/model/models/Model.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L28) ___ @@ -368,7 +368,7 @@ Factory support. Populated by derivatives upon definition. #### Defined in -[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L192) +[packages/matter.js/src/model/models/Model.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L192) ## Accessors @@ -386,7 +386,7 @@ ValueElement.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L63) +[packages/matter.js/src/model/models/ValueModel.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L63) • `set` **access**(`definition`): `void` @@ -406,7 +406,7 @@ ValueElement.access #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L66) +[packages/matter.js/src/model/models/ValueModel.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L66) ___ @@ -427,7 +427,7 @@ Model.allowedBaseTags #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L180) +[packages/matter.js/src/model/models/ValueModel.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L180) ___ @@ -447,7 +447,7 @@ Model.base #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L172) +[packages/matter.js/src/model/models/ValueModel.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L172) ___ @@ -471,7 +471,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L35) +[packages/matter.js/src/model/models/ValueModel.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L35) • `set` **children**(`children`): `void` @@ -497,7 +497,7 @@ Model.children #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L39) +[packages/matter.js/src/model/models/ValueModel.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L39) ___ @@ -515,7 +515,7 @@ ValueElement.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L53) +[packages/matter.js/src/model/models/ValueModel.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L53) • `set` **conformance**(`definition`): `void` @@ -535,7 +535,7 @@ ValueElement.conformance #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L56) +[packages/matter.js/src/model/models/ValueModel.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L56) ___ @@ -553,7 +553,7 @@ ValueElement.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L43) +[packages/matter.js/src/model/models/ValueModel.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L43) • `set` **constraint**(`definition`): `void` @@ -573,7 +573,7 @@ ValueElement.constraint #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L46) +[packages/matter.js/src/model/models/ValueModel.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L46) ___ @@ -589,7 +589,7 @@ Get the first derived ancestor with children, if any. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L158) +[packages/matter.js/src/model/models/ValueModel.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L158) ___ @@ -605,7 +605,7 @@ Is this model deprecated? #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L220) +[packages/matter.js/src/model/models/ValueModel.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L220) ___ @@ -621,7 +621,7 @@ The metatype for this model's type, ignoring inheritance. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L149) +[packages/matter.js/src/model/models/ValueModel.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L149) ___ @@ -637,7 +637,7 @@ Is this model disallowed? #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L227) +[packages/matter.js/src/model/models/ValueModel.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L227) ___ @@ -651,7 +651,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L69) +[packages/matter.js/src/model/models/ValueModel.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L69) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L59) +[packages/matter.js/src/model/models/ValueModel.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L59) ___ @@ -679,7 +679,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L49) +[packages/matter.js/src/model/models/ValueModel.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L49) ___ @@ -697,7 +697,7 @@ a default from subfields. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L142) +[packages/matter.js/src/model/models/ValueModel.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L142) ___ @@ -717,7 +717,7 @@ Model.effectiveId #### Defined in -[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L112) +[packages/matter.js/src/model/models/Model.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L112) ___ @@ -733,7 +733,7 @@ The working metatype for this object. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L130) +[packages/matter.js/src/model/models/ValueModel.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L130) ___ @@ -747,7 +747,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L79) +[packages/matter.js/src/model/models/ValueModel.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L79) ___ @@ -767,7 +767,7 @@ Model.effectiveType #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L119) +[packages/matter.js/src/model/models/ValueModel.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L119) ___ @@ -787,7 +787,7 @@ Model.effectiveXref #### Defined in -[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L230) +[packages/matter.js/src/model/models/Model.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L230) ___ @@ -808,7 +808,7 @@ Model.elements #### Defined in -[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L102) +[packages/matter.js/src/model/models/Model.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L102) ___ @@ -829,7 +829,7 @@ Model.globalBase #### Defined in -[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L223) +[packages/matter.js/src/model/models/Model.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L223) ___ @@ -850,7 +850,7 @@ Model.key #### Defined in -[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L120) +[packages/matter.js/src/model/models/Model.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L120) ___ @@ -866,7 +866,7 @@ Get the entry type for lists, if any. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L165) +[packages/matter.js/src/model/models/ValueModel.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L165) ___ @@ -883,7 +883,7 @@ and is only appropriate for field conformance. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L242) +[packages/matter.js/src/model/models/ValueModel.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L242) ___ @@ -899,7 +899,7 @@ Retrieve all datatype members. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L190) +[packages/matter.js/src/model/models/ValueModel.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L190) ___ @@ -917,7 +917,7 @@ manipulate the data. This accessor retrieves this model. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L88) +[packages/matter.js/src/model/models/ValueModel.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L88) ___ @@ -933,7 +933,7 @@ Can this model be omitted? #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L234) +[packages/matter.js/src/model/models/ValueModel.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L234) ___ @@ -949,7 +949,7 @@ Determine whether this element overrides key properties of its shadow. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L263) +[packages/matter.js/src/model/models/ValueModel.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L263) ___ @@ -970,7 +970,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L71) +[packages/matter.js/src/model/models/Model.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L71) • `set` **parent**(`parent`): `void` @@ -990,7 +990,7 @@ Model.parent #### Defined in -[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L75) +[packages/matter.js/src/model/models/Model.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L75) ___ @@ -1010,7 +1010,7 @@ Model.path #### Defined in -[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L59) +[packages/matter.js/src/model/models/Model.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L59) ___ @@ -1027,7 +1027,7 @@ for enums and bitmaps. Otherwise it's the metabase. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L96) +[packages/matter.js/src/model/models/ValueModel.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L96) ___ @@ -1045,7 +1045,7 @@ ValueElement.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L73) +[packages/matter.js/src/model/models/ValueModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L73) • `set` **quality**(`definition`): `void` @@ -1065,7 +1065,7 @@ ValueElement.quality #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L76) +[packages/matter.js/src/model/models/ValueModel.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L76) ___ @@ -1086,7 +1086,7 @@ Model.shadow #### Defined in -[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L215) +[packages/matter.js/src/model/models/Model.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L215) ___ @@ -1106,7 +1106,7 @@ Model.valid #### Defined in -[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L52) +[packages/matter.js/src/model/models/Model.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L52) ___ @@ -1122,7 +1122,7 @@ Collect constraints and conformance for this type and all base types. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L197) +[packages/matter.js/src/model/models/ValueModel.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L197) ## Methods @@ -1148,7 +1148,7 @@ Add a child. children.push works too but only accepts models. #### Defined in -[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L244) +[packages/matter.js/src/model/models/Model.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L244) ___ @@ -1180,7 +1180,7 @@ Retrieve all models of a specific element type from local scope. #### Defined in -[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L268) +[packages/matter.js/src/model/models/Model.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L268) ___ @@ -1202,7 +1202,7 @@ Search the inheritance chain for a bitmap field defining a specific bit. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L289) +[packages/matter.js/src/model/models/ValueModel.ts:289](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L289) ___ @@ -1229,7 +1229,7 @@ Record a validation error for this model. #### Defined in -[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L303) +[packages/matter.js/src/model/models/Model.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L303) ___ @@ -1262,7 +1262,7 @@ Retrieve a specific model by ID or name. #### Defined in -[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L275) +[packages/matter.js/src/model/models/Model.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L275) ___ @@ -1288,7 +1288,7 @@ Does this model derive from another? #### Defined in -[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L373) +[packages/matter.js/src/model/models/Model.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L373) ___ @@ -1314,7 +1314,7 @@ Check identity of element by name or ID. #### Defined in -[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L291) +[packages/matter.js/src/model/models/Model.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L291) ___ @@ -1341,7 +1341,7 @@ Search the inheritance chain for a child property. #### Defined in -[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L363) +[packages/matter.js/src/model/models/Model.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L363) ___ @@ -1373,7 +1373,7 @@ Retrieve a model of a specific type from the ownership hierarchy. #### Defined in -[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L284) +[packages/matter.js/src/model/models/Model.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L284) ___ @@ -1399,7 +1399,7 @@ Find all children that reference a specific type. #### Defined in -[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L356) +[packages/matter.js/src/model/models/Model.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L356) ___ @@ -1419,7 +1419,7 @@ Convert model to JSON. #### Defined in -[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L319) +[packages/matter.js/src/model/models/Model.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L319) ___ @@ -1439,7 +1439,7 @@ Convert to non-class structure. #### Defined in -[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ValueModel.ts#L293) +[packages/matter.js/src/model/models/ValueModel.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ValueModel.ts#L293) ___ @@ -1465,7 +1465,7 @@ Apply a function to all tree elements. #### Defined in -[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L349) +[packages/matter.js/src/model/models/Model.ts:349](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L349) ___ @@ -1491,4 +1491,4 @@ Create a model for an element. #### Defined in -[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L251) +[packages/matter.js/src/model/models/Model.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L251) diff --git a/docs/matter.js/classes/net_export.Network.md b/docs/matter.js/classes/net_export.Network.md index 35e8783b77..ae76315f5e 100644 --- a/docs/matter.js/classes/net_export.Network.md +++ b/docs/matter.js/classes/net_export.Network.md @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/net/Network.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L13) +[packages/matter.js/src/net/Network.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L13) ## Methods @@ -63,7 +63,7 @@ #### Defined in -[packages/matter.js/src/net/Network.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L21) +[packages/matter.js/src/net/Network.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L21) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/net/Network.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L19) +[packages/matter.js/src/net/Network.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L19) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[packages/matter.js/src/net/Network.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L18) +[packages/matter.js/src/net/Network.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L18) ___ @@ -117,4 +117,4 @@ ___ #### Defined in -[packages/matter.js/src/net/Network.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L17) +[packages/matter.js/src/net/Network.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L17) diff --git a/docs/matter.js/classes/net_export.NetworkFake.md b/docs/matter.js/classes/net_export.NetworkFake.md index bc8b8c0b49..d3b56d71b1 100644 --- a/docs/matter.js/classes/net_export.NetworkFake.md +++ b/docs/matter.js/classes/net_export.NetworkFake.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L13) +[packages/matter.js/src/net/fake/NetworkFake.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L13) ## Properties @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L15) +[packages/matter.js/src/net/fake/NetworkFake.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L15) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L14) +[packages/matter.js/src/net/fake/NetworkFake.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L14) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/net/Network.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L13) +[packages/matter.js/src/net/Network.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L13) ## Methods @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/net/Network.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/Network.ts#L21) +[packages/matter.js/src/net/Network.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/Network.ts#L21) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L28) +[packages/matter.js/src/net/fake/NetworkFake.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L28) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L24) +[packages/matter.js/src/net/fake/NetworkFake.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L24) ___ @@ -179,4 +179,4 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/NetworkFake.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/NetworkFake.ts#L20) +[packages/matter.js/src/net/fake/NetworkFake.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/NetworkFake.ts#L20) diff --git a/docs/matter.js/classes/net_export.SimulatedNetwork.md b/docs/matter.js/classes/net_export.SimulatedNetwork.md index dacaad0c1e..0ef7d245a1 100644 --- a/docs/matter.js/classes/net_export.SimulatedNetwork.md +++ b/docs/matter.js/classes/net_export.SimulatedNetwork.md @@ -35,7 +35,7 @@ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L21) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L21) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L19) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L19) ## Methods @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L36) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L36) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L23) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L23) ___ @@ -121,4 +121,4 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L48) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L48) diff --git a/docs/matter.js/classes/net_export.UdpChannelFake.md b/docs/matter.js/classes/net_export.UdpChannelFake.md index 2ceb67832f..ba12a0b4ae 100644 --- a/docs/matter.js/classes/net_export.UdpChannelFake.md +++ b/docs/matter.js/classes/net_export.UdpChannelFake.md @@ -45,7 +45,7 @@ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L31) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L31) ## Properties @@ -55,7 +55,7 @@ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L33) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L33) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L29) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L29) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L32) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L32) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L27) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L27) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L28) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L28) ## Methods @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L49) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L49) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L39) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L39) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L45) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L45) ___ @@ -184,4 +184,4 @@ ___ #### Defined in -[packages/matter.js/src/net/fake/UdpChannelFake.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/UdpChannelFake.ts#L16) +[packages/matter.js/src/net/fake/UdpChannelFake.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/UdpChannelFake.ts#L16) diff --git a/docs/matter.js/classes/net_export.UdpInterface.md b/docs/matter.js/classes/net_export.UdpInterface.md index ea7af7d10b..da5bc4aa69 100644 --- a/docs/matter.js/classes/net_export.UdpInterface.md +++ b/docs/matter.js/classes/net_export.UdpInterface.md @@ -41,7 +41,7 @@ A Network interface enhances a TransportInterface with the ability to open a cha #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L22) +[packages/matter.js/src/net/UdpInterface.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L22) ## Properties @@ -51,7 +51,7 @@ A Network interface enhances a TransportInterface with the ability to open a cha #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L22) +[packages/matter.js/src/net/UdpInterface.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L22) ## Methods @@ -69,7 +69,7 @@ A Network interface enhances a TransportInterface with the ability to open a cha #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L37) +[packages/matter.js/src/net/UdpInterface.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L37) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L32) +[packages/matter.js/src/net/UdpInterface.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L32) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L24) +[packages/matter.js/src/net/UdpInterface.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L24) ___ @@ -140,4 +140,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpInterface.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpInterface.ts#L16) +[packages/matter.js/src/net/UdpInterface.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpInterface.ts#L16) diff --git a/docs/matter.js/classes/net_export.UdpMulticastServer.md b/docs/matter.js/classes/net_export.UdpMulticastServer.md index b3322f8dbb..c3e519fe30 100644 --- a/docs/matter.js/classes/net_export.UdpMulticastServer.md +++ b/docs/matter.js/classes/net_export.UdpMulticastServer.md @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L60) +[packages/matter.js/src/net/UdpMulticastServer.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L60) ## Properties @@ -59,7 +59,7 @@ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L62) +[packages/matter.js/src/net/UdpMulticastServer.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L62) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L63) +[packages/matter.js/src/net/UdpMulticastServer.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L63) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L54) +[packages/matter.js/src/net/UdpMulticastServer.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L54) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L64) +[packages/matter.js/src/net/UdpMulticastServer.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L64) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L67) +[packages/matter.js/src/net/UdpMulticastServer.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L67) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L61) +[packages/matter.js/src/net/UdpMulticastServer.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L61) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L65) +[packages/matter.js/src/net/UdpMulticastServer.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L65) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L66) +[packages/matter.js/src/net/UdpMulticastServer.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L66) ## Methods @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L126) +[packages/matter.js/src/net/UdpMulticastServer.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L126) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L118) +[packages/matter.js/src/net/UdpMulticastServer.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L118) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L70) +[packages/matter.js/src/net/UdpMulticastServer.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L70) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L79) +[packages/matter.js/src/net/UdpMulticastServer.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L79) ___ @@ -226,4 +226,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L24) +[packages/matter.js/src/net/UdpMulticastServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L24) diff --git a/docs/matter.js/classes/protocol_export.ChannelManager.md b/docs/matter.js/classes/protocol_export.ChannelManager.md index 571a66c636..a85ead13a0 100644 --- a/docs/matter.js/classes/protocol_export.ChannelManager.md +++ b/docs/matter.js/classes/protocol_export.ChannelManager.md @@ -40,7 +40,7 @@ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L22) +[packages/matter.js/src/protocol/ChannelManager.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L22) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L23) +[packages/matter.js/src/protocol/ChannelManager.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L23) ## Methods @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L110) +[packages/matter.js/src/protocol/ChannelManager.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L110) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L45) +[packages/matter.js/src/protocol/ChannelManager.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L45) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L51) +[packages/matter.js/src/protocol/ChannelManager.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L51) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L25) +[packages/matter.js/src/protocol/ChannelManager.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L25) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L77) +[packages/matter.js/src/protocol/ChannelManager.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L77) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L87) +[packages/matter.js/src/protocol/ChannelManager.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L87) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L68) +[packages/matter.js/src/protocol/ChannelManager.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L68) ___ @@ -211,4 +211,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ChannelManager.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ChannelManager.ts#L29) +[packages/matter.js/src/protocol/ChannelManager.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ChannelManager.ts#L29) diff --git a/docs/matter.js/classes/protocol_export.ControllerCommissioner.md b/docs/matter.js/classes/protocol_export.ControllerCommissioner.md index c2e35a6bfe..13ec5866f8 100644 --- a/docs/matter.js/classes/protocol_export.ControllerCommissioner.md +++ b/docs/matter.js/classes/protocol_export.ControllerCommissioner.md @@ -75,7 +75,7 @@ Class to abstract the Device commission flow in a step wise way as defined in Sp #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L138) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L138) ## Properties @@ -85,7 +85,7 @@ Class to abstract the Device commission flow in a step wise way as defined in Sp #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:144](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L144) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:144](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L144) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L140) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L140) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L130) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L130) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L135) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L135) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L132) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L132) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L142) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L142) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L131) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L131) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L129) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L129) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L128) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L128) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L141) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L141) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L136) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L136) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L139) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L139) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L134) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L134) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L133) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L133) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L143) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L143) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L145) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L145) ## Methods @@ -265,7 +265,7 @@ invoking the ArmFailSafe command. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:464](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L464) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:464](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L464) ___ @@ -290,7 +290,7 @@ the Commissionee using the AddTrustedRootCertificate and AddNOC commands. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:652](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L652) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:652](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L652) ___ @@ -310,7 +310,7 @@ the commissioning process. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:1065](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L1065) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:1065](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L1065) ___ @@ -330,7 +330,7 @@ its desired access control policies. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:705](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L705) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:705](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L705) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:889](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L889) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:889](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L889) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:756](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L756) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:756](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L756) ___ @@ -379,7 +379,7 @@ The regulatory information is configured using SetRegulatoryConfig (see Section #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:508](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L508) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:508](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L508) ___ @@ -397,7 +397,7 @@ Commissioner SHALL establish the authenticity of the Commissionee as a certified #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:599](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L599) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:599](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L599) ___ @@ -420,7 +420,7 @@ Helper method to check for errorCode/debugTest responses and throw error on fail #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:379](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L379) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:379](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L379) ___ @@ -443,7 +443,7 @@ Helper method to check for errorCode/debugTest responses and throw error on fail #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:360](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L360) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:360](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L360) ___ @@ -462,7 +462,7 @@ action is allowed to take 30s at minimum based on specs). #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L279) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L279) ___ @@ -496,7 +496,7 @@ Helper method to create ClusterClients. If not feature specific and for the Root #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L154) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L154) ___ @@ -517,7 +517,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:355](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L355) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:355](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L355) ___ @@ -533,7 +533,7 @@ Initial Step to receive some common data used by other steps #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L392) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L392) ___ @@ -549,7 +549,7 @@ Initialize commissioning steps and add them in the default order #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L185) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L185) ___ @@ -570,7 +570,7 @@ the Commissioner itself, or another Node to which the Commissioner has delegated #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:1046](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L1046) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:1046](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L1046) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:488](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L488) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:488](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L488) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:351](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L351) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:351](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L351) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:344](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L344) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:344](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L344) ___ @@ -640,7 +640,7 @@ command (see Section 11.16.9.1, “SetUtcTime Command”) while timezone and DST #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:580](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L580) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:580](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L580) ___ @@ -665,4 +665,4 @@ command (see Section 11.8.7.9, “ConnectNetwork Command”) unless the Commissi #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:726](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L726) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:726](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L726) diff --git a/docs/matter.js/classes/protocol_export.ControllerDiscovery.md b/docs/matter.js/classes/protocol_export.ControllerDiscovery.md index 049e9e42b1..6a8ad9bf1c 100644 --- a/docs/matter.js/classes/protocol_export.ControllerDiscovery.md +++ b/docs/matter.js/classes/protocol_export.ControllerDiscovery.md @@ -44,7 +44,7 @@ #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L130) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L130) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L126) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L126) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L62) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L62) ___ @@ -115,7 +115,7 @@ The method returns a list of addresses of the discovered devices. #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L30) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L30) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L105) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L105) ___ @@ -176,4 +176,4 @@ call is returned. The logic makes sure to only try each unique address (IP/port) #### Defined in -[packages/matter.js/src/protocol/ControllerDiscovery.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerDiscovery.ts#L140) +[packages/matter.js/src/protocol/ControllerDiscovery.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerDiscovery.ts#L140) diff --git a/docs/matter.js/classes/protocol_export.ExchangeCounter.md b/docs/matter.js/classes/protocol_export.ExchangeCounter.md index a5c3b412a7..dcacbdbf31 100644 --- a/docs/matter.js/classes/protocol_export.ExchangeCounter.md +++ b/docs/matter.js/classes/protocol_export.ExchangeCounter.md @@ -32,7 +32,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L227) +[packages/matter.js/src/protocol/ExchangeManager.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L228) ## Methods @@ -46,4 +46,4 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L229) +[packages/matter.js/src/protocol/ExchangeManager.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L230) diff --git a/docs/matter.js/classes/protocol_export.ExchangeManager.md b/docs/matter.js/classes/protocol_export.ExchangeManager.md index e59f12ddae..c0a960efdf 100644 --- a/docs/matter.js/classes/protocol_export.ExchangeManager.md +++ b/docs/matter.js/classes/protocol_export.ExchangeManager.md @@ -61,7 +61,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L66) +[packages/matter.js/src/protocol/ExchangeManager.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L66) ## Properties @@ -71,7 +71,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L68) +[packages/matter.js/src/protocol/ExchangeManager.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L68) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L64) +[packages/matter.js/src/protocol/ExchangeManager.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L64) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L59) +[packages/matter.js/src/protocol/ExchangeManager.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L59) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L61) +[packages/matter.js/src/protocol/ExchangeManager.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L61) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L60) +[packages/matter.js/src/protocol/ExchangeManager.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L60) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L62) +[packages/matter.js/src/protocol/ExchangeManager.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L62) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L67) +[packages/matter.js/src/protocol/ExchangeManager.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L67) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L63) +[packages/matter.js/src/protocol/ExchangeManager.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L63) ## Methods @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L87) +[packages/matter.js/src/protocol/ExchangeManager.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L87) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L71) +[packages/matter.js/src/protocol/ExchangeManager.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L71) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L113) +[packages/matter.js/src/protocol/ExchangeManager.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L113) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L184) +[packages/matter.js/src/protocol/ExchangeManager.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L185) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L164) +[packages/matter.js/src/protocol/ExchangeManager.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L165) ___ @@ -255,7 +255,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L83) +[packages/matter.js/src/protocol/ExchangeManager.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L83) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L79) +[packages/matter.js/src/protocol/ExchangeManager.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L79) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L94) +[packages/matter.js/src/protocol/ExchangeManager.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L94) ___ @@ -318,7 +318,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L98) +[packages/matter.js/src/protocol/ExchangeManager.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L98) ___ @@ -339,4 +339,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L127) +[packages/matter.js/src/protocol/ExchangeManager.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L127) diff --git a/docs/matter.js/classes/protocol_export.ExchangeProvider.md b/docs/matter.js/classes/protocol_export.ExchangeProvider.md index 1d7d7e41ff..a3a00bb3e4 100644 --- a/docs/matter.js/classes/protocol_export.ExchangeProvider.md +++ b/docs/matter.js/classes/protocol_export.ExchangeProvider.md @@ -44,7 +44,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L251) +[packages/matter.js/src/protocol/ExchangeManager.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L252) ## Properties @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:253](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L253) +[packages/matter.js/src/protocol/ExchangeManager.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L254) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L252) +[packages/matter.js/src/protocol/ExchangeManager.ts:253](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L253) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L254) +[packages/matter.js/src/protocol/ExchangeManager.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L255) ## Accessors @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L279) +[packages/matter.js/src/protocol/ExchangeManager.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L280) ## Methods @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L265) +[packages/matter.js/src/protocol/ExchangeManager.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L266) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L261) +[packages/matter.js/src/protocol/ExchangeManager.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L262) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:257](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L257) +[packages/matter.js/src/protocol/ExchangeManager.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L258) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L269) +[packages/matter.js/src/protocol/ExchangeManager.ts:270](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L270) ___ @@ -184,4 +184,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L273) +[packages/matter.js/src/protocol/ExchangeManager.ts:274](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L274) diff --git a/docs/matter.js/classes/protocol_export.MessageChannel.md b/docs/matter.js/classes/protocol_export.MessageChannel.md index 11cbbd68be..9e793f1f5c 100644 --- a/docs/matter.js/classes/protocol_export.MessageChannel.md +++ b/docs/matter.js/classes/protocol_export.MessageChannel.md @@ -63,7 +63,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L31) +[packages/matter.js/src/protocol/ExchangeManager.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L31) ## Properties @@ -73,7 +73,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L32) +[packages/matter.js/src/protocol/ExchangeManager.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L32) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L34) +[packages/matter.js/src/protocol/ExchangeManager.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L34) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L30) +[packages/matter.js/src/protocol/ExchangeManager.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L30) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L33) +[packages/matter.js/src/protocol/ExchangeManager.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L33) ## Accessors @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L44) +[packages/matter.js/src/protocol/ExchangeManager.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L44) ## Methods @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L48) +[packages/matter.js/src/protocol/ExchangeManager.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L48) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L37) +[packages/matter.js/src/protocol/ExchangeManager.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L37) diff --git a/docs/matter.js/classes/protocol_export.MessageCounter.md b/docs/matter.js/classes/protocol_export.MessageCounter.md index 16c0f94721..625a3e7efa 100644 --- a/docs/matter.js/classes/protocol_export.MessageCounter.md +++ b/docs/matter.js/classes/protocol_export.MessageCounter.md @@ -32,7 +32,7 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:239](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L239) +[packages/matter.js/src/protocol/ExchangeManager.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L240) ## Methods @@ -46,4 +46,4 @@ #### Defined in -[packages/matter.js/src/protocol/ExchangeManager.ts:241](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ExchangeManager.ts#L241) +[packages/matter.js/src/protocol/ExchangeManager.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ExchangeManager.ts#L242) diff --git a/docs/matter.js/classes/protocol_export.MessageExchange.md b/docs/matter.js/classes/protocol_export.MessageExchange.md index a01046a99b..123f09e8d5 100644 --- a/docs/matter.js/classes/protocol_export.MessageExchange.md +++ b/docs/matter.js/classes/protocol_export.MessageExchange.md @@ -88,7 +88,7 @@ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L125) +[packages/matter.js/src/protocol/MessageExchange.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L125) ## Properties @@ -98,7 +98,7 @@ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L113) +[packages/matter.js/src/protocol/MessageExchange.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L113) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L127) +[packages/matter.js/src/protocol/MessageExchange.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L127) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L135) +[packages/matter.js/src/protocol/MessageExchange.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L135) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L122) +[packages/matter.js/src/protocol/MessageExchange.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L122) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L133) +[packages/matter.js/src/protocol/MessageExchange.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L133) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L114) +[packages/matter.js/src/protocol/MessageExchange.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L114) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L129) +[packages/matter.js/src/protocol/MessageExchange.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L129) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L128) +[packages/matter.js/src/protocol/MessageExchange.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L128) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L116) +[packages/matter.js/src/protocol/MessageExchange.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L116) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L131) +[packages/matter.js/src/protocol/MessageExchange.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L131) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L132) +[packages/matter.js/src/protocol/MessageExchange.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L132) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L130) +[packages/matter.js/src/protocol/MessageExchange.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L130) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L134) +[packages/matter.js/src/protocol/MessageExchange.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L134) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L117) +[packages/matter.js/src/protocol/MessageExchange.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L117) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L115) +[packages/matter.js/src/protocol/MessageExchange.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L115) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L121) +[packages/matter.js/src/protocol/MessageExchange.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L121) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L120) +[packages/matter.js/src/protocol/MessageExchange.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L120) ___ @@ -276,7 +276,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L119) +[packages/matter.js/src/protocol/MessageExchange.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L119) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L118) +[packages/matter.js/src/protocol/MessageExchange.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L118) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L126) +[packages/matter.js/src/protocol/MessageExchange.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L126) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L123) +[packages/matter.js/src/protocol/MessageExchange.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L123) ## Methods @@ -320,7 +320,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:376](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L376) +[packages/matter.js/src/protocol/MessageExchange.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L377) ___ @@ -334,7 +334,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:396](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L396) +[packages/matter.js/src/protocol/MessageExchange.ts:397](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L397) ___ @@ -348,7 +348,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:411](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L411) +[packages/matter.js/src/protocol/MessageExchange.ts:412](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L412) ___ @@ -362,7 +362,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L347) +[packages/matter.js/src/protocol/MessageExchange.ts:348](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L348) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:300](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L300) +[packages/matter.js/src/protocol/MessageExchange.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L301) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:388](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L388) +[packages/matter.js/src/protocol/MessageExchange.ts:389](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L389) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L392) +[packages/matter.js/src/protocol/MessageExchange.ts:393](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L393) ___ @@ -428,7 +428,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:384](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L384) +[packages/matter.js/src/protocol/MessageExchange.ts:385](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L385) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L281) +[packages/matter.js/src/protocol/MessageExchange.ts:282](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L282) ___ @@ -462,7 +462,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L156) +[packages/matter.js/src/protocol/MessageExchange.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L156) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L312) +[packages/matter.js/src/protocol/MessageExchange.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L313) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L216) +[packages/matter.js/src/protocol/MessageExchange.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L216) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:358](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L358) +[packages/matter.js/src/protocol/MessageExchange.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L359) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L285) +[packages/matter.js/src/protocol/MessageExchange.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L286) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L70) +[packages/matter.js/src/protocol/MessageExchange.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L70) ___ @@ -606,4 +606,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L91) +[packages/matter.js/src/protocol/MessageExchange.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L91) diff --git a/docs/matter.js/classes/protocol_export.UnexpectedMessageError.md b/docs/matter.js/classes/protocol_export.UnexpectedMessageError.md index fea6e97673..1105d60a5e 100644 --- a/docs/matter.js/classes/protocol_export.UnexpectedMessageError.md +++ b/docs/matter.js/classes/protocol_export.UnexpectedMessageError.md @@ -41,7 +41,7 @@ Error base class for all errors thrown by this library. #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L28) +[packages/matter.js/src/protocol/MessageExchange.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L28) ## Properties @@ -51,4 +51,4 @@ Error base class for all errors thrown by this library. #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L30) +[packages/matter.js/src/protocol/MessageExchange.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L30) diff --git a/docs/matter.js/classes/protocol_interaction_export.IncomingInteractionClientMessenger.md b/docs/matter.js/classes/protocol_interaction_export.IncomingInteractionClientMessenger.md index 9716f85cd9..7badfb2a11 100644 --- a/docs/matter.js/classes/protocol_interaction_export.IncomingInteractionClientMessenger.md +++ b/docs/matter.js/classes/protocol_interaction_export.IncomingInteractionClientMessenger.md @@ -51,7 +51,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Properties @@ -65,7 +65,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Methods @@ -83,7 +83,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:344](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L344) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:344](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L344) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) ___ @@ -231,4 +231,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) diff --git a/docs/matter.js/classes/protocol_interaction_export.InteractionClient.md b/docs/matter.js/classes/protocol_interaction_export.InteractionClient.md index 2191035e12..c68f46e6de 100644 --- a/docs/matter.js/classes/protocol_interaction_export.InteractionClient.md +++ b/docs/matter.js/classes/protocol_interaction_export.InteractionClient.md @@ -64,7 +64,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L133) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L133) ## Properties @@ -74,7 +74,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L134) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L134) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L135) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L135) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L130) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L130) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L129) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L129) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L128) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L128) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L131) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L131) ## Accessors @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1030](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1030) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1030](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1030) ## Methods @@ -152,7 +152,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1022](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1022) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1022](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1022) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L162) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L162) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L189) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L189) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L178) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L178) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L284) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L284) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L302) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L302) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:333](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L333) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:333](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L333) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L213) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L213) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L236) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L236) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L225) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L225) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:839](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L839) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:839](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L839) ___ @@ -449,7 +449,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:937](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L937) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:937](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L937) ___ @@ -470,7 +470,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:350](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L350) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:350](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L350) ___ @@ -491,7 +491,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L151) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L151) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1000](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1000) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:1000](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L1000) ___ @@ -533,7 +533,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L156) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L156) ___ @@ -568,7 +568,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:394](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L394) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:394](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L394) ___ @@ -592,7 +592,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:430](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L430) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:430](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L430) ___ @@ -622,7 +622,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:654](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L654) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:654](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L654) ___ @@ -658,7 +658,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:499](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L499) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:499](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L499) ___ @@ -695,7 +695,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:583](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L583) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:583](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L583) ___ @@ -726,7 +726,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:696](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L696) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:696](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L696) ___ @@ -752,4 +752,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:991](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L991) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:991](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L991) diff --git a/docs/matter.js/classes/protocol_interaction_export.InteractionClientMessenger.md b/docs/matter.js/classes/protocol_interaction_export.InteractionClientMessenger.md index fcd750cdaa..c8bb02126e 100644 --- a/docs/matter.js/classes/protocol_interaction_export.InteractionClientMessenger.md +++ b/docs/matter.js/classes/protocol_interaction_export.InteractionClientMessenger.md @@ -57,7 +57,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:379](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L379) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:379](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L379) ## Properties @@ -71,7 +71,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:379](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L379) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:379](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L379) ## Methods @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:344](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L344) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:344](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L344) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:494](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L494) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:494](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L494) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:482](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L482) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:482](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L482) ___ @@ -248,7 +248,7 @@ Implements a send method with an automatic reconnection mechanism #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:384](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L384) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:384](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L384) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:441](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L441) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:441](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L441) ___ @@ -289,7 +289,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L404) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L404) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:414](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L414) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:414](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L414) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:475](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L475) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:475](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L475) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:461](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L461) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:461](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L461) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) ___ @@ -415,4 +415,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) diff --git a/docs/matter.js/classes/protocol_interaction_export.InteractionEndpointStructure.md b/docs/matter.js/classes/protocol_interaction_export.InteractionEndpointStructure.md index e884fe939c..a77488aacf 100644 --- a/docs/matter.js/classes/protocol_interaction_export.InteractionEndpointStructure.md +++ b/docs/matter.js/classes/protocol_interaction_export.InteractionEndpointStructure.md @@ -60,7 +60,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L37) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L37) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L36) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L36) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L41) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L41) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L40) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L40) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L35) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L35) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L39) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L39) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L38) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L38) ## Methods @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L43) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L43) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L53) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L53) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L192) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L192) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L224) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L224) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L184) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L184) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L212) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L212) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L283) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L283) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:176](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L176) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:176](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L176) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:204](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L204) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:204](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L204) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L254) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L254) ___ @@ -338,7 +338,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L200) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L200) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L188) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L188) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L220) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L220) ___ @@ -401,7 +401,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L180) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L180) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L208) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L208) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L59) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L59) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L66) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L66) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L158) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L158) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L172) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L172) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L162) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L162) ___ @@ -547,7 +547,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L122) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L122) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L118) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L118) ___ @@ -587,4 +587,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L74) +[packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionEndpointStructure.ts#L74) diff --git a/docs/matter.js/classes/protocol_interaction_export.InteractionServer.md b/docs/matter.js/classes/protocol_interaction_export.InteractionServer.md index fa306025bb..7a7468c514 100644 --- a/docs/matter.js/classes/protocol_interaction_export.InteractionServer.md +++ b/docs/matter.js/classes/protocol_interaction_export.InteractionServer.md @@ -51,7 +51,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L136) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L136) ## Properties @@ -61,7 +61,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L130) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L130) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L132) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L132) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L134) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L134) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L131) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L131) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L138) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L138) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L137) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L137) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L133) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L133) ## Methods @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:863](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L863) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:863](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L863) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L141) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L141) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:686](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L686) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:686](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L686) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L173) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L173) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:537](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L537) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:537](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L537) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:851](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L851) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:851](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L851) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L324) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:324](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L324) ___ @@ -289,7 +289,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L162) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L162) ___ @@ -309,4 +309,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L145) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L145) diff --git a/docs/matter.js/classes/protocol_interaction_export.InteractionServerMessenger.md b/docs/matter.js/classes/protocol_interaction_export.InteractionServerMessenger.md index f0a0690cf4..2a25a848ce 100644 --- a/docs/matter.js/classes/protocol_interaction_export.InteractionServerMessenger.md +++ b/docs/matter.js/classes/protocol_interaction_export.InteractionServerMessenger.md @@ -51,7 +51,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Properties @@ -65,7 +65,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L95) ## Methods @@ -83,7 +83,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L125) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L140) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L146) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L146) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L113) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L97) ___ @@ -198,7 +198,7 @@ messages and send them out based on the size. #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:221](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L221) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:221](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L221) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:308](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L308) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:308](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L308) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L101) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L129) ___ @@ -284,4 +284,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L108) diff --git a/docs/matter.js/classes/protocol_interaction_export.StatusResponseError.md b/docs/matter.js/classes/protocol_interaction_export.StatusResponseError.md index f1fba6b472..7bfd0ef33e 100644 --- a/docs/matter.js/classes/protocol_interaction_export.StatusResponseError.md +++ b/docs/matter.js/classes/protocol_interaction_export.StatusResponseError.md @@ -43,7 +43,7 @@ Error base Class for all errors related to the status response messages. #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L79) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L79) ## Properties @@ -53,7 +53,7 @@ Error base Class for all errors related to the status response messages. #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L82) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L82) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L81) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L81) diff --git a/docs/matter.js/classes/protocol_interaction_export.SubscriptionClient.md b/docs/matter.js/classes/protocol_interaction_export.SubscriptionClient.md index 22687d2abf..ae64f39044 100644 --- a/docs/matter.js/classes/protocol_interaction_export.SubscriptionClient.md +++ b/docs/matter.js/classes/protocol_interaction_export.SubscriptionClient.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L67) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L67) ## Properties @@ -47,7 +47,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L64) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L64) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L65) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L65) ## Methods @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L119) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L119) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L69) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L69) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L90) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L90) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L73) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L73) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L81) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L81) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L77) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L77) ___ @@ -199,4 +199,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L85) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L85) diff --git a/docs/matter.js/classes/protocol_interaction_export.SubscriptionHandler.md b/docs/matter.js/classes/protocol_interaction_export.SubscriptionHandler.md index fbd60bee7d..f9482bb8a8 100644 --- a/docs/matter.js/classes/protocol_interaction_export.SubscriptionHandler.md +++ b/docs/matter.js/classes/protocol_interaction_export.SubscriptionHandler.md @@ -89,7 +89,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L99) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L99) ## Properties @@ -99,7 +99,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L72) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L72) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L103) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L103) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L114) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L114) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L104) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L104) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L102) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L102) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L106) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L106) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L107) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L107) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L79) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L79) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L105) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L105) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L92) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L92) ___ @@ -207,7 +207,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L108) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L108) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L67) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L67) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L87) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L87) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L90) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L90) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L89) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L89) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L70) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L70) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L71) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L71) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L93) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L93) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L69) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L69) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L88) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L88) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L96) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L96) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L97) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L97) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L86) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L86) ___ @@ -337,7 +337,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L95) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L95) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L91) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L91) ___ @@ -357,7 +357,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L101) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L101) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L100) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L100) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L68) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L68) ## Methods @@ -391,7 +391,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L339) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L339) ___ @@ -420,7 +420,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:514](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L514) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:514](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L514) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:555](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L555) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:555](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L555) ___ @@ -468,7 +468,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L134) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L134) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:534](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L534) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:534](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L534) ___ @@ -510,7 +510,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:545](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L545) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:545](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L545) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:331](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L331) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:331](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L331) ___ @@ -538,7 +538,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:335](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L335) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:335](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L335) ___ @@ -555,7 +555,7 @@ sending by 50ms in any case to mke sure to catch all updates. #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:355](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L355) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:355](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L355) ___ @@ -574,7 +574,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L166) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L166) ___ @@ -593,7 +593,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:249](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L249) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:249](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L249) ___ @@ -613,7 +613,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:427](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L427) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:427](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L427) ___ @@ -629,7 +629,7 @@ Determine all attributes that have changed since the last update and send them t #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:383](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L383) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:383](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L383) ___ @@ -650,7 +650,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:571](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L571) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:571](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L571) ___ @@ -670,7 +670,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L236) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L236) ___ @@ -690,7 +690,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:295](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L295) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:295](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L295) ___ @@ -709,4 +709,4 @@ controller. The data of newly added events are not sent automatically. #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:314](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L314) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:314](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L314) diff --git a/docs/matter.js/classes/protocol_securechannel_export.ChannelStatusResponseError.md b/docs/matter.js/classes/protocol_securechannel_export.ChannelStatusResponseError.md index faa95fdf19..3e63421f29 100644 --- a/docs/matter.js/classes/protocol_securechannel_export.ChannelStatusResponseError.md +++ b/docs/matter.js/classes/protocol_securechannel_export.ChannelStatusResponseError.md @@ -43,7 +43,7 @@ Error base Class for all errors related to the status response messages. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L21) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L21) ## Properties @@ -53,7 +53,7 @@ Error base Class for all errors related to the status response messages. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L23) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L23) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L24) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L24) diff --git a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelMessenger.md b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelMessenger.md index 0a1298e0dd..a6e651ae5a 100644 --- a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelMessenger.md +++ b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelMessenger.md @@ -66,7 +66,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Methods @@ -90,7 +90,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L79) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L79) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) ___ @@ -283,4 +283,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) diff --git a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelProtocol.md b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelProtocol.md index 3789bee198..8b95c4119b 100644 --- a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelProtocol.md +++ b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelProtocol.md @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L90) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L90) ## Properties @@ -60,7 +60,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L88) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L88) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L90) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L90) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L87) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L87) ## Methods @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L81) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L81) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L27) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L27) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L45) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L45) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L102) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L102) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L98) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L98) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L94) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L94) ___ @@ -229,4 +229,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L134) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L134) diff --git a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelStatusMessageSchema.md b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelStatusMessageSchema.md index 044170a628..4729c2642c 100644 --- a/docs/matter.js/classes/protocol_securechannel_export.SecureChannelStatusMessageSchema.md +++ b/docs/matter.js/classes/protocol_securechannel_export.SecureChannelStatusMessageSchema.md @@ -61,7 +61,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L28) +[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L28) ___ @@ -117,7 +117,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L20) +[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L20) ___ @@ -167,4 +167,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/protocol_securechannel_export.StatusReportOnlySecureChannelProtocol.md b/docs/matter.js/classes/protocol_securechannel_export.StatusReportOnlySecureChannelProtocol.md index 57ddbff956..2954aa1c04 100644 --- a/docs/matter.js/classes/protocol_securechannel_export.StatusReportOnlySecureChannelProtocol.md +++ b/docs/matter.js/classes/protocol_securechannel_export.StatusReportOnlySecureChannelProtocol.md @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L81) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L81) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L27) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L27) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L45) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L45) ___ @@ -113,4 +113,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelProtocol.ts#L31) diff --git a/docs/matter.js/classes/schema_export.BitmapSchemaInternal.md b/docs/matter.js/classes/schema_export.BitmapSchemaInternal.md index 6bfb8a34bb..8c82fa7d51 100644 --- a/docs/matter.js/classes/schema_export.BitmapSchemaInternal.md +++ b/docs/matter.js/classes/schema_export.BitmapSchemaInternal.md @@ -61,7 +61,7 @@ Define a schema to encode / decode convert type T to type E. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L61) +[packages/matter.js/src/schema/BitmapSchema.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L61) ## Properties @@ -71,7 +71,7 @@ Define a schema to encode / decode convert type T to type E. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L61) +[packages/matter.js/src/schema/BitmapSchema.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L61) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L59) +[packages/matter.js/src/schema/BitmapSchema.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L59) ## Methods @@ -108,7 +108,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L97) +[packages/matter.js/src/schema/BitmapSchema.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L97) ___ @@ -159,7 +159,7 @@ provided, rest is unset. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L77) +[packages/matter.js/src/schema/BitmapSchema.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L77) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L81) +[packages/matter.js/src/schema/BitmapSchema.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L81) ___ @@ -209,4 +209,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/schema_export.ByteArrayBitmapSchemaInternal.md b/docs/matter.js/classes/schema_export.ByteArrayBitmapSchemaInternal.md index 92786c8840..ce59ad29af 100644 --- a/docs/matter.js/classes/schema_export.ByteArrayBitmapSchemaInternal.md +++ b/docs/matter.js/classes/schema_export.ByteArrayBitmapSchemaInternal.md @@ -62,7 +62,7 @@ Define a schema to encode / decode convert type T to type E. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L116) +[packages/matter.js/src/schema/BitmapSchema.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L116) ## Properties @@ -72,7 +72,7 @@ Define a schema to encode / decode convert type T to type E. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L116) +[packages/matter.js/src/schema/BitmapSchema.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L116) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L113) +[packages/matter.js/src/schema/BitmapSchema.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L113) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L114) +[packages/matter.js/src/schema/BitmapSchema.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L114) ## Methods @@ -119,7 +119,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L164) +[packages/matter.js/src/schema/BitmapSchema.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L164) ___ @@ -169,7 +169,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L139) +[packages/matter.js/src/schema/BitmapSchema.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L139) ___ @@ -219,4 +219,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/schema_export.QrCodeSchema.md b/docs/matter.js/classes/schema_export.QrCodeSchema.md index ca02d41228..e7d0acfbc7 100644 --- a/docs/matter.js/classes/schema_export.QrCodeSchema.md +++ b/docs/matter.js/classes/schema_export.QrCodeSchema.md @@ -63,7 +63,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/QrCodeSchema.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/QrCodeSchema.ts#L208) +[packages/matter.js/src/schema/QrCodeSchema.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/QrCodeSchema.ts#L208) ___ @@ -113,7 +113,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/QrCodeSchema.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/QrCodeSchema.ts#L99) +[packages/matter.js/src/schema/QrCodeSchema.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/QrCodeSchema.ts#L99) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/QrCodeSchema.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/QrCodeSchema.ts#L212) +[packages/matter.js/src/schema/QrCodeSchema.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/QrCodeSchema.ts#L212) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/QrCodeSchema.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/QrCodeSchema.ts#L202) +[packages/matter.js/src/schema/QrCodeSchema.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/QrCodeSchema.ts#L202) ___ @@ -203,4 +203,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/schema_export.Schema.md b/docs/matter.js/classes/schema_export.Schema.md index 9b7135e8ef..46f50f07e9 100644 --- a/docs/matter.js/classes/schema_export.Schema.md +++ b/docs/matter.js/classes/schema_export.Schema.md @@ -81,7 +81,7 @@ Decodes the encoded data using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Schema.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L25) +[packages/matter.js/src/schema/Schema.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L25) ___ @@ -123,7 +123,7 @@ Encodes the value using the schema. #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Schema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L24) +[packages/matter.js/src/schema/Schema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L24) ___ @@ -165,4 +165,4 @@ Optional validator that can be used to enforce constraints on the data before en #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/session_export.CaseClient.md b/docs/matter.js/classes/session_export.CaseClient.md index e6d6488120..371b74af1b 100644 --- a/docs/matter.js/classes/session_export.CaseClient.md +++ b/docs/matter.js/classes/session_export.CaseClient.md @@ -41,4 +41,4 @@ #### Defined in -[packages/matter.js/src/session/case/CaseClient.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseClient.ts#L35) +[packages/matter.js/src/session/case/CaseClient.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseClient.ts#L35) diff --git a/docs/matter.js/classes/session_export.CaseClientMessenger.md b/docs/matter.js/classes/session_export.CaseClientMessenger.md index c441fb65e9..3d1d44533e 100644 --- a/docs/matter.js/classes/session_export.CaseClientMessenger.md +++ b/docs/matter.js/classes/session_export.CaseClientMessenger.md @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Properties @@ -68,7 +68,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Methods @@ -86,7 +86,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L40) +[packages/matter.js/src/session/case/CaseMessenger.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L40) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L36) +[packages/matter.js/src/session/case/CaseMessenger.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L36) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L57) +[packages/matter.js/src/session/case/CaseMessenger.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L57) ___ @@ -305,7 +305,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) ___ @@ -347,4 +347,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) diff --git a/docs/matter.js/classes/session_export.CaseServer.md b/docs/matter.js/classes/session_export.CaseServer.md index b2fa153859..828cdf17ca 100644 --- a/docs/matter.js/classes/session_export.CaseServer.md +++ b/docs/matter.js/classes/session_export.CaseServer.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/session/case/CaseServer.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseServer.ts#L212) +[packages/matter.js/src/session/case/CaseServer.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseServer.ts#L212) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseServer.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseServer.ts#L45) +[packages/matter.js/src/session/case/CaseServer.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseServer.ts#L45) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseServer.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseServer.ts#L49) +[packages/matter.js/src/session/case/CaseServer.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseServer.ts#L49) ___ @@ -106,4 +106,4 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseServer.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseServer.ts#L35) +[packages/matter.js/src/session/case/CaseServer.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseServer.ts#L35) diff --git a/docs/matter.js/classes/session_export.CaseServerMessenger.md b/docs/matter.js/classes/session_export.CaseServerMessenger.md index ea7a911d02..c6d5294d37 100644 --- a/docs/matter.js/classes/session_export.CaseServerMessenger.md +++ b/docs/matter.js/classes/session_export.CaseServerMessenger.md @@ -55,7 +55,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Properties @@ -69,7 +69,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Methods @@ -87,7 +87,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L16) +[packages/matter.js/src/session/case/CaseMessenger.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L16) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L29) +[packages/matter.js/src/session/case/CaseMessenger.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L29) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) ___ @@ -282,7 +282,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L21) +[packages/matter.js/src/session/case/CaseMessenger.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L21) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessenger.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessenger.ts#L25) +[packages/matter.js/src/session/case/CaseMessenger.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessenger.ts#L25) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) ___ @@ -362,4 +362,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) diff --git a/docs/matter.js/classes/session_export.PaseClient.md b/docs/matter.js/classes/session_export.PaseClient.md index 19c2420eff..31deb265cd 100644 --- a/docs/matter.js/classes/session_export.PaseClient.md +++ b/docs/matter.js/classes/session_export.PaseClient.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/session/pase/PaseClient.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseClient.ts#L39) +[packages/matter.js/src/session/pase/PaseClient.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseClient.ts#L39) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseClient.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseClient.ts#L21) +[packages/matter.js/src/session/pase/PaseClient.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseClient.ts#L21) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseClient.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseClient.ts#L35) +[packages/matter.js/src/session/pase/PaseClient.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseClient.ts#L35) ___ @@ -92,4 +92,4 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseClient.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseClient.ts#L26) +[packages/matter.js/src/session/pase/PaseClient.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseClient.ts#L26) diff --git a/docs/matter.js/classes/session_export.PaseClientMessenger.md b/docs/matter.js/classes/session_export.PaseClientMessenger.md index 9a36c7ea70..bd21b81043 100644 --- a/docs/matter.js/classes/session_export.PaseClientMessenger.md +++ b/docs/matter.js/classes/session_export.PaseClientMessenger.md @@ -56,7 +56,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Properties @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Methods @@ -88,7 +88,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L67) +[packages/matter.js/src/session/pase/PaseMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L67) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L58) +[packages/matter.js/src/session/pase/PaseMessenger.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L58) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) ___ @@ -263,7 +263,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L63) +[packages/matter.js/src/session/pase/PaseMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L63) ___ @@ -303,7 +303,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L71) +[packages/matter.js/src/session/pase/PaseMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L71) ___ @@ -323,7 +323,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L54) +[packages/matter.js/src/session/pase/PaseMessenger.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L54) ___ @@ -341,7 +341,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) ___ @@ -383,4 +383,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) diff --git a/docs/matter.js/classes/session_export.PaseServer.md b/docs/matter.js/classes/session_export.PaseServer.md index 39b47ee30d..516506282c 100644 --- a/docs/matter.js/classes/session_export.PaseServer.md +++ b/docs/matter.js/classes/session_export.PaseServer.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L44) +[packages/matter.js/src/session/pase/PaseServer.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L44) ## Properties @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L46) +[packages/matter.js/src/session/pase/PaseServer.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L46) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L31) +[packages/matter.js/src/session/pase/PaseServer.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L31) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L30) +[packages/matter.js/src/session/pase/PaseServer.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L30) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L47) +[packages/matter.js/src/session/pase/PaseServer.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L47) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L45) +[packages/matter.js/src/session/pase/PaseServer.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L45) ## Methods @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L149) +[packages/matter.js/src/session/pase/PaseServer.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L149) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L159) +[packages/matter.js/src/session/pase/PaseServer.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L159) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L50) +[packages/matter.js/src/session/pase/PaseServer.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L50) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L74) +[packages/matter.js/src/session/pase/PaseServer.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L74) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L54) +[packages/matter.js/src/session/pase/PaseServer.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L54) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L33) +[packages/matter.js/src/session/pase/PaseServer.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L33) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseServer.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseServer.ts#L38) +[packages/matter.js/src/session/pase/PaseServer.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseServer.ts#L38) diff --git a/docs/matter.js/classes/session_export.PaseServerMessenger.md b/docs/matter.js/classes/session_export.PaseServerMessenger.md index 4df347144e..b815a08cf5 100644 --- a/docs/matter.js/classes/session_export.PaseServerMessenger.md +++ b/docs/matter.js/classes/session_export.PaseServerMessenger.md @@ -56,7 +56,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Properties @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L31) ## Methods @@ -88,7 +88,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L75) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L71) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L33) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L44) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L40) +[packages/matter.js/src/session/pase/PaseMessenger.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L40) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L48) +[packages/matter.js/src/session/pase/PaseMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L48) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L31) +[packages/matter.js/src/session/pase/PaseMessenger.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L31) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L53) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L67) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L59) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L44) +[packages/matter.js/src/session/pase/PaseMessenger.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L44) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L36) +[packages/matter.js/src/session/pase/PaseMessenger.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L36) ___ @@ -335,7 +335,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L63) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L95) ___ @@ -377,4 +377,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessenger.ts#L48) diff --git a/docs/matter.js/classes/session_export.SecureSession.md b/docs/matter.js/classes/session_export.SecureSession.md index 5ca7a795de..d8d857afc9 100644 --- a/docs/matter.js/classes/session_export.SecureSession.md +++ b/docs/matter.js/classes/session_export.SecureSession.md @@ -108,7 +108,7 @@ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L108) +[packages/matter.js/src/session/SecureSession.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L108) ## Properties @@ -118,7 +118,7 @@ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L37) +[packages/matter.js/src/session/SecureSession.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L37) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L38) +[packages/matter.js/src/session/SecureSession.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L38) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L50) +[packages/matter.js/src/session/SecureSession.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L50) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L36) +[packages/matter.js/src/session/SecureSession.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L36) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L46) +[packages/matter.js/src/session/SecureSession.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L46) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L47) +[packages/matter.js/src/session/SecureSession.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L47) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L39) +[packages/matter.js/src/session/SecureSession.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L39) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L44) +[packages/matter.js/src/session/SecureSession.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L44) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L45) +[packages/matter.js/src/session/SecureSession.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L45) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L41) +[packages/matter.js/src/session/SecureSession.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L41) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L40) +[packages/matter.js/src/session/SecureSession.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L40) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L49) +[packages/matter.js/src/session/SecureSession.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L49) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L42) +[packages/matter.js/src/session/SecureSession.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L42) ___ @@ -256,7 +256,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L43) +[packages/matter.js/src/session/SecureSession.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L43) ___ @@ -266,7 +266,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L51) +[packages/matter.js/src/session/SecureSession.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L51) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L48) +[packages/matter.js/src/session/SecureSession.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L48) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L34) +[packages/matter.js/src/session/SecureSession.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L34) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L35) +[packages/matter.js/src/session/SecureSession.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L35) ## Accessors @@ -322,7 +322,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L161) +[packages/matter.js/src/session/SecureSession.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L161) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L238) +[packages/matter.js/src/session/SecureSession.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L245) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L273) +[packages/matter.js/src/session/SecureSession.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L280) ___ @@ -368,7 +368,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L165) +[packages/matter.js/src/session/SecureSession.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L165) ## Methods @@ -388,7 +388,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L224) +[packages/matter.js/src/session/SecureSession.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L231) ___ @@ -408,7 +408,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:267](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L267) +[packages/matter.js/src/session/SecureSession.ts:274](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L274) ___ @@ -428,7 +428,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L286) +[packages/matter.js/src/session/SecureSession.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L293) ___ @@ -448,23 +448,24 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L177) +[packages/matter.js/src/session/SecureSession.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L177) ___ ### decode -▸ **decode**(`«destructured»`): [`Message`](../interfaces/codec_export.Message.md) +▸ **decode**(`«destructured»`, `aad`): [`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `«destructured»` | [`Packet`](../interfaces/codec_export.Packet.md) | +| `«destructured»` | [`DecodedPacket`](../interfaces/codec_export.DecodedPacket.md) | +| `aad` | `Uint8Array` | #### Returns -[`Message`](../interfaces/codec_export.Message.md) +[`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Implementation of @@ -472,7 +473,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L196) +[packages/matter.js/src/session/SecureSession.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L196) ___ @@ -499,7 +500,7 @@ Destroys a session. Outstanding subscription data will be discarded. #### Defined in -[packages/matter.js/src/session/SecureSession.ts:300](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L300) +[packages/matter.js/src/session/SecureSession.ts:307](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L307) ___ @@ -523,7 +524,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L206) +[packages/matter.js/src/session/SecureSession.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L213) ___ @@ -550,7 +551,7 @@ Ends a session. Outstanding subscription data will be flushed before the session #### Defined in -[packages/matter.js/src/session/SecureSession.ts:294](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L294) +[packages/matter.js/src/session/SecureSession.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L301) ___ @@ -572,7 +573,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:315](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L315) +[packages/matter.js/src/session/SecureSession.ts:322](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L322) ___ @@ -590,7 +591,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L231) +[packages/matter.js/src/session/SecureSession.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L238) ___ @@ -604,7 +605,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L216) +[packages/matter.js/src/session/SecureSession.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L223) ___ @@ -622,7 +623,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L247) +[packages/matter.js/src/session/SecureSession.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L254) ___ @@ -636,7 +637,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L220) +[packages/matter.js/src/session/SecureSession.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L227) ___ @@ -654,7 +655,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L251) +[packages/matter.js/src/session/SecureSession.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L258) ___ @@ -678,7 +679,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L242) +[packages/matter.js/src/session/SecureSession.ts:249](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L249) ___ @@ -696,7 +697,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L259) +[packages/matter.js/src/session/SecureSession.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L266) ___ @@ -714,7 +715,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L263) +[packages/matter.js/src/session/SecureSession.ts:270](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L270) ___ @@ -732,7 +733,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L255) +[packages/matter.js/src/session/SecureSession.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L262) ___ @@ -750,7 +751,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L173) +[packages/matter.js/src/session/SecureSession.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L173) ___ @@ -768,7 +769,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L192) +[packages/matter.js/src/session/SecureSession.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L192) ___ @@ -786,7 +787,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L169) +[packages/matter.js/src/session/SecureSession.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L169) ___ @@ -810,7 +811,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L184) +[packages/matter.js/src/session/SecureSession.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L184) ___ @@ -830,7 +831,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L277) +[packages/matter.js/src/session/SecureSession.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L284) ___ @@ -869,4 +870,4 @@ ___ #### Defined in -[packages/matter.js/src/session/SecureSession.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L53) +[packages/matter.js/src/session/SecureSession.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L53) diff --git a/docs/matter.js/classes/session_export.SessionManager.md b/docs/matter.js/classes/session_export.SessionManager.md index 458630a2d7..7b7f4a7e4a 100644 --- a/docs/matter.js/classes/session_export.SessionManager.md +++ b/docs/matter.js/classes/session_export.SessionManager.md @@ -66,7 +66,7 @@ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L47) +[packages/matter.js/src/session/SessionManager.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L47) ## Properties @@ -76,7 +76,7 @@ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L48) +[packages/matter.js/src/session/SessionManager.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L48) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L43) +[packages/matter.js/src/session/SessionManager.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L43) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L44) +[packages/matter.js/src/session/SessionManager.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L44) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L45) +[packages/matter.js/src/session/SessionManager.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L45) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L42) +[packages/matter.js/src/session/SessionManager.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L42) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L41) +[packages/matter.js/src/session/SessionManager.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L41) ## Methods @@ -140,7 +140,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L232) +[packages/matter.js/src/session/SessionManager.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L232) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L56) +[packages/matter.js/src/session/SessionManager.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L56) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L162) +[packages/matter.js/src/session/SessionManager.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L162) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L166) +[packages/matter.js/src/session/SessionManager.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L166) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L216) +[packages/matter.js/src/session/SessionManager.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L216) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L118) +[packages/matter.js/src/session/SessionManager.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L118) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L133) +[packages/matter.js/src/session/SessionManager.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L133) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L129) +[packages/matter.js/src/session/SessionManager.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L129) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L139) +[packages/matter.js/src/session/SessionManager.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L139) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L158) +[packages/matter.js/src/session/SessionManager.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L158) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L197) +[packages/matter.js/src/session/SessionManager.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L197) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L148) +[packages/matter.js/src/session/SessionManager.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L148) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L113) +[packages/matter.js/src/session/SessionManager.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L113) ___ @@ -390,7 +390,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L109) +[packages/matter.js/src/session/SessionManager.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L109) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L170) +[packages/matter.js/src/session/SessionManager.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L170) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L184) +[packages/matter.js/src/session/SessionManager.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L184) ___ @@ -444,4 +444,4 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:175](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L175) +[packages/matter.js/src/session/SessionManager.ts:175](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L175) diff --git a/docs/matter.js/classes/session_export.UnsecureSession.md b/docs/matter.js/classes/session_export.UnsecureSession.md index e14fbdc206..f8533a3785 100644 --- a/docs/matter.js/classes/session_export.UnsecureSession.md +++ b/docs/matter.js/classes/session_export.UnsecureSession.md @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L25) +[packages/matter.js/src/session/UnsecureSession.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L25) ## Properties @@ -84,7 +84,7 @@ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L23) +[packages/matter.js/src/session/UnsecureSession.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L23) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L25) +[packages/matter.js/src/session/UnsecureSession.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L25) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L22) +[packages/matter.js/src/session/UnsecureSession.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L22) ## Accessors @@ -122,23 +122,23 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L59) +[packages/matter.js/src/session/UnsecureSession.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L59) ## Methods ### decode -▸ **decode**(`packet`): [`Message`](../interfaces/codec_export.Message.md) +▸ **decode**(`packet`): [`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](../interfaces/codec_export.Packet.md) | +| `packet` | [`DecodedPacket`](../interfaces/codec_export.DecodedPacket.md) | #### Returns -[`Message`](../interfaces/codec_export.Message.md) +[`DecodedMessage`](../interfaces/codec_export.DecodedMessage.md) #### Implementation of @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L43) +[packages/matter.js/src/session/UnsecureSession.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L43) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L91) +[packages/matter.js/src/session/UnsecureSession.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L91) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L47) +[packages/matter.js/src/session/UnsecureSession.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L47) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L95) +[packages/matter.js/src/session/UnsecureSession.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L95) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L99) +[packages/matter.js/src/session/UnsecureSession.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L99) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L51) +[packages/matter.js/src/session/UnsecureSession.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L51) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L71) +[packages/matter.js/src/session/UnsecureSession.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L71) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L75) +[packages/matter.js/src/session/UnsecureSession.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L75) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L63) +[packages/matter.js/src/session/UnsecureSession.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L63) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L83) +[packages/matter.js/src/session/UnsecureSession.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L83) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L87) +[packages/matter.js/src/session/UnsecureSession.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L87) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L79) +[packages/matter.js/src/session/UnsecureSession.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L79) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L31) +[packages/matter.js/src/session/UnsecureSession.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L39) +[packages/matter.js/src/session/UnsecureSession.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L39) ___ @@ -412,7 +412,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L27) +[packages/matter.js/src/session/UnsecureSession.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L27) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L35) +[packages/matter.js/src/session/UnsecureSession.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L35) ___ @@ -456,4 +456,4 @@ ___ #### Defined in -[packages/matter.js/src/session/UnsecureSession.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/UnsecureSession.ts#L55) +[packages/matter.js/src/session/UnsecureSession.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/UnsecureSession.ts#L55) diff --git a/docs/matter.js/classes/storage_export.Storage.md b/docs/matter.js/classes/storage_export.Storage.md index f806ef2511..c0e46daaa8 100644 --- a/docs/matter.js/classes/storage_export.Storage.md +++ b/docs/matter.js/classes/storage_export.Storage.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/storage/Storage.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L18) +[packages/matter.js/src/storage/Storage.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L18) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L13) +[packages/matter.js/src/storage/Storage.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L13) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L16) +[packages/matter.js/src/storage/Storage.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L16) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L14) +[packages/matter.js/src/storage/Storage.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L14) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L12) +[packages/matter.js/src/storage/Storage.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L12) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L17) +[packages/matter.js/src/storage/Storage.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L17) ___ @@ -172,4 +172,4 @@ ___ #### Defined in -[packages/matter.js/src/storage/Storage.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/Storage.ts#L15) +[packages/matter.js/src/storage/Storage.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/Storage.ts#L15) diff --git a/docs/matter.js/classes/storage_export.StorageBackendMemory.md b/docs/matter.js/classes/storage_export.StorageBackendMemory.md index 50e9a402a4..e342cba6c1 100644 --- a/docs/matter.js/classes/storage_export.StorageBackendMemory.md +++ b/docs/matter.js/classes/storage_export.StorageBackendMemory.md @@ -44,7 +44,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L11) +[packages/matter.js/src/storage/StorageBackendMemory.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L11) ## Properties @@ -54,7 +54,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L11) +[packages/matter.js/src/storage/StorageBackendMemory.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L11) ## Methods @@ -68,7 +68,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L28) +[packages/matter.js/src/storage/StorageBackendMemory.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L28) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L56) +[packages/matter.js/src/storage/StorageBackendMemory.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L56) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L24) +[packages/matter.js/src/storage/StorageBackendMemory.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L24) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L13) +[packages/matter.js/src/storage/StorageBackendMemory.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L13) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L46) +[packages/matter.js/src/storage/StorageBackendMemory.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L46) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L32) +[packages/matter.js/src/storage/StorageBackendMemory.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L32) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L20) +[packages/matter.js/src/storage/StorageBackendMemory.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L20) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L51) +[packages/matter.js/src/storage/StorageBackendMemory.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L51) ___ @@ -260,4 +260,4 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageBackendMemory.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageBackendMemory.ts#L37) +[packages/matter.js/src/storage/StorageBackendMemory.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageBackendMemory.ts#L37) diff --git a/docs/matter.js/classes/storage_export.StorageContext.md b/docs/matter.js/classes/storage_export.StorageContext.md index 6456bb827f..c7dd45c348 100644 --- a/docs/matter.js/classes/storage_export.StorageContext.md +++ b/docs/matter.js/classes/storage_export.StorageContext.md @@ -41,7 +41,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L11) +[packages/matter.js/src/storage/StorageContext.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L11) ## Properties @@ -51,7 +51,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L13) +[packages/matter.js/src/storage/StorageContext.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L13) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L12) +[packages/matter.js/src/storage/StorageContext.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L12) ## Methods @@ -77,7 +77,7 @@ Clears all keys in this context #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L50) +[packages/matter.js/src/storage/StorageContext.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L50) ___ @@ -93,7 +93,7 @@ Clears all keys in this context and all created sub-contexts. #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L57) +[packages/matter.js/src/storage/StorageContext.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L57) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L39) +[packages/matter.js/src/storage/StorageContext.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L39) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L35) +[packages/matter.js/src/storage/StorageContext.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L35) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L16) +[packages/matter.js/src/storage/StorageContext.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L16) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L27) +[packages/matter.js/src/storage/StorageContext.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L27) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L45) +[packages/matter.js/src/storage/StorageContext.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L45) ___ @@ -221,4 +221,4 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageContext.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageContext.ts#L31) +[packages/matter.js/src/storage/StorageContext.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageContext.ts#L31) diff --git a/docs/matter.js/classes/storage_export.StorageManager.md b/docs/matter.js/classes/storage_export.StorageManager.md index cd4fc9ede1..e810bfba71 100644 --- a/docs/matter.js/classes/storage_export.StorageManager.md +++ b/docs/matter.js/classes/storage_export.StorageManager.md @@ -35,7 +35,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L13) +[packages/matter.js/src/storage/StorageManager.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L13) ## Properties @@ -45,7 +45,7 @@ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L11) +[packages/matter.js/src/storage/StorageManager.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L11) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L13) +[packages/matter.js/src/storage/StorageManager.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L13) ## Methods @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L20) +[packages/matter.js/src/storage/StorageManager.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L20) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L24) +[packages/matter.js/src/storage/StorageManager.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L24) ___ @@ -103,4 +103,4 @@ ___ #### Defined in -[packages/matter.js/src/storage/StorageManager.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StorageManager.ts#L15) +[packages/matter.js/src/storage/StorageManager.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StorageManager.ts#L15) diff --git a/docs/matter.js/classes/time_export.Time.md b/docs/matter.js/classes/time_export.Time.md index 6bd29e2320..216a6b1a99 100644 --- a/docs/matter.js/classes/time_export.Time.md +++ b/docs/matter.js/classes/time_export.Time.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/time/Time.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L12) +[packages/matter.js/src/time/Time.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L12) ## Methods @@ -71,7 +71,7 @@ Returns a timer that will periodically call callback at intervalMs intervals. #### Defined in -[packages/matter.js/src/time/Time.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L26) +[packages/matter.js/src/time/Time.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L26) ___ @@ -94,7 +94,7 @@ Returns a timer that will call callback after durationMs has passed. #### Defined in -[packages/matter.js/src/time/Time.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L21) +[packages/matter.js/src/time/Time.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L21) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L14) +[packages/matter.js/src/time/Time.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L14) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L17) +[packages/matter.js/src/time/Time.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L17) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L27) +[packages/matter.js/src/time/Time.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L27) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L22) +[packages/matter.js/src/time/Time.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L22) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L15) +[packages/matter.js/src/time/Time.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L18) +[packages/matter.js/src/time/Time.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L18) ___ @@ -212,4 +212,4 @@ ___ #### Defined in -[packages/matter.js/src/time/Time.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L30) +[packages/matter.js/src/time/Time.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L30) diff --git a/docs/matter.js/classes/tlv_export.AnySchema.md b/docs/matter.js/classes/tlv_export.AnySchema.md index 979e864280..f2fbe0ef9c 100644 --- a/docs/matter.js/classes/tlv_export.AnySchema.md +++ b/docs/matter.js/classes/tlv_export.AnySchema.md @@ -72,7 +72,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L112) +[packages/matter.js/src/tlv/TlvAny.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L112) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L161) +[packages/matter.js/src/tlv/TlvAny.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L161) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L125) +[packages/matter.js/src/tlv/TlvAny.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L125) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L180) +[packages/matter.js/src/tlv/TlvAny.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L180) ___ @@ -178,7 +178,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -202,7 +202,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -231,7 +231,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -256,7 +256,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L66) +[packages/matter.js/src/tlv/TlvAny.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L66) ___ @@ -279,7 +279,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L70) +[packages/matter.js/src/tlv/TlvAny.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L70) ___ @@ -305,7 +305,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -329,7 +329,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -353,7 +353,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -379,7 +379,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L38) +[packages/matter.js/src/tlv/TlvAny.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L38) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L13) +[packages/matter.js/src/tlv/TlvAny.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L13) ___ @@ -426,7 +426,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -452,7 +452,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -476,4 +476,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L100) +[packages/matter.js/src/tlv/TlvAny.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L100) diff --git a/docs/matter.js/classes/tlv_export.ArraySchema.md b/docs/matter.js/classes/tlv_export.ArraySchema.md index b05eb628ca..868d305e37 100644 --- a/docs/matter.js/classes/tlv_export.ArraySchema.md +++ b/docs/matter.js/classes/tlv_export.ArraySchema.md @@ -77,7 +77,7 @@ TlvSchema<T[]\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L30) +[packages/matter.js/src/tlv/TlvArray.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L30) ## Properties @@ -87,7 +87,7 @@ TlvSchema<T[]\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L31) +[packages/matter.js/src/tlv/TlvArray.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L31) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L33) +[packages/matter.js/src/tlv/TlvArray.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L33) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L32) +[packages/matter.js/src/tlv/TlvArray.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L32) ## Methods @@ -134,7 +134,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L90) +[packages/matter.js/src/tlv/TlvArray.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L90) ___ @@ -179,7 +179,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -203,7 +203,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -232,7 +232,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -257,7 +257,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L44) +[packages/matter.js/src/tlv/TlvArray.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L44) ___ @@ -283,7 +283,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -303,7 +303,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L116) +[packages/matter.js/src/tlv/TlvArray.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L116) ___ @@ -327,7 +327,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -351,7 +351,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -377,7 +377,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L38) +[packages/matter.js/src/tlv/TlvArray.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L38) ___ @@ -404,7 +404,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L57) +[packages/matter.js/src/tlv/TlvArray.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L57) ___ @@ -430,7 +430,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L72) +[packages/matter.js/src/tlv/TlvArray.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L72) ___ @@ -454,4 +454,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L81) +[packages/matter.js/src/tlv/TlvArray.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L81) diff --git a/docs/matter.js/classes/tlv_export.BooleanSchema.md b/docs/matter.js/classes/tlv_export.BooleanSchema.md index 9c4a5db2f5..45a3ea6d73 100644 --- a/docs/matter.js/classes/tlv_export.BooleanSchema.md +++ b/docs/matter.js/classes/tlv_export.BooleanSchema.md @@ -72,7 +72,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -96,7 +96,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -120,7 +120,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -149,7 +149,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -174,7 +174,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvBoolean.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvBoolean.ts#L22) +[packages/matter.js/src/tlv/TlvBoolean.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvBoolean.ts#L22) ___ @@ -200,7 +200,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -224,7 +224,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -248,7 +248,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -274,7 +274,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvBoolean.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvBoolean.ts#L18) +[packages/matter.js/src/tlv/TlvBoolean.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvBoolean.ts#L18) ___ @@ -301,7 +301,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -327,7 +327,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -351,4 +351,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvBoolean.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvBoolean.ts#L27) +[packages/matter.js/src/tlv/TlvBoolean.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvBoolean.ts#L27) diff --git a/docs/matter.js/classes/tlv_export.NoArgumentsSchema.md b/docs/matter.js/classes/tlv_export.NoArgumentsSchema.md index 77a4d0ab68..e8670f255f 100644 --- a/docs/matter.js/classes/tlv_export.NoArgumentsSchema.md +++ b/docs/matter.js/classes/tlv_export.NoArgumentsSchema.md @@ -68,7 +68,7 @@ VoidSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -92,7 +92,7 @@ VoidSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -116,7 +116,7 @@ VoidSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L19) +[packages/matter.js/src/tlv/TlvVoid.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L19) ___ @@ -145,7 +145,7 @@ VoidSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -170,7 +170,7 @@ VoidSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L23) +[packages/matter.js/src/tlv/TlvVoid.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L23) ___ @@ -196,7 +196,7 @@ VoidSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -220,7 +220,7 @@ VoidSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -244,7 +244,7 @@ VoidSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -270,7 +270,7 @@ VoidSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvNoArguments.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNoArguments.ts#L19) +[packages/matter.js/src/tlv/TlvNoArguments.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNoArguments.ts#L19) ___ @@ -297,7 +297,7 @@ VoidSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -323,7 +323,7 @@ VoidSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -347,4 +347,4 @@ VoidSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L27) +[packages/matter.js/src/tlv/TlvVoid.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L27) diff --git a/docs/matter.js/classes/tlv_export.NullableSchema.md b/docs/matter.js/classes/tlv_export.NullableSchema.md index 56a6b07c35..dace126097 100644 --- a/docs/matter.js/classes/tlv_export.NullableSchema.md +++ b/docs/matter.js/classes/tlv_export.NullableSchema.md @@ -71,7 +71,7 @@ TlvSchema<T \| null\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L17) +[packages/matter.js/src/tlv/TlvNullable.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L17) ## Properties @@ -81,7 +81,7 @@ TlvSchema<T \| null\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L17) +[packages/matter.js/src/tlv/TlvNullable.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L17) ## Methods @@ -108,7 +108,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -132,7 +132,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -156,7 +156,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -185,7 +185,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -210,7 +210,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L29) +[packages/matter.js/src/tlv/TlvNullable.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L29) ___ @@ -236,7 +236,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -260,7 +260,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -284,7 +284,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -310,7 +310,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L21) +[packages/matter.js/src/tlv/TlvNullable.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L21) ___ @@ -337,7 +337,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L38) +[packages/matter.js/src/tlv/TlvNullable.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L38) ___ @@ -363,7 +363,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L45) +[packages/matter.js/src/tlv/TlvNullable.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L45) ___ @@ -387,4 +387,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L34) +[packages/matter.js/src/tlv/TlvNullable.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L34) diff --git a/docs/matter.js/classes/tlv_export.ObjectSchema.md b/docs/matter.js/classes/tlv_export.ObjectSchema.md index 93d52324af..f2aeca5ca7 100644 --- a/docs/matter.js/classes/tlv_export.ObjectSchema.md +++ b/docs/matter.js/classes/tlv_export.ObjectSchema.md @@ -74,7 +74,7 @@ TlvSchema<TypeFromFields<F\>\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L49) +[packages/matter.js/src/tlv/TlvObject.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L49) ## Properties @@ -84,7 +84,7 @@ TlvSchema<TypeFromFields<F\>\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L47) +[packages/matter.js/src/tlv/TlvObject.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L47) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L50) +[packages/matter.js/src/tlv/TlvObject.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L50) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L51) +[packages/matter.js/src/tlv/TlvObject.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L51) ## Methods @@ -131,7 +131,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -155,7 +155,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -179,7 +179,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -208,7 +208,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -233,7 +233,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L77) +[packages/matter.js/src/tlv/TlvObject.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L77) ___ @@ -259,7 +259,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -283,7 +283,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -307,7 +307,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -333,7 +333,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L61) +[packages/matter.js/src/tlv/TlvObject.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L61) ___ @@ -360,7 +360,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L122) +[packages/matter.js/src/tlv/TlvObject.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L122) ___ @@ -386,7 +386,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L143) +[packages/matter.js/src/tlv/TlvObject.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L143) ___ @@ -410,4 +410,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L109) +[packages/matter.js/src/tlv/TlvObject.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L109) diff --git a/docs/matter.js/classes/tlv_export.StringSchema.md b/docs/matter.js/classes/tlv_export.StringSchema.md index a82d4804ad..3a03e79ad9 100644 --- a/docs/matter.js/classes/tlv_export.StringSchema.md +++ b/docs/matter.js/classes/tlv_export.StringSchema.md @@ -76,7 +76,7 @@ TlvSchema<TlvToPrimitive[T]\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L26) +[packages/matter.js/src/tlv/TlvString.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L26) ## Properties @@ -86,7 +86,7 @@ TlvSchema<TlvToPrimitive[T]\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L29) +[packages/matter.js/src/tlv/TlvString.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L29) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L28) +[packages/matter.js/src/tlv/TlvString.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L28) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L27) +[packages/matter.js/src/tlv/TlvString.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L27) ## Methods @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L58) +[packages/matter.js/src/tlv/TlvString.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L58) ___ @@ -153,7 +153,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -177,7 +177,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -201,7 +201,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -230,7 +230,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -255,7 +255,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L42) +[packages/matter.js/src/tlv/TlvString.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L42) ___ @@ -281,7 +281,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -305,7 +305,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -329,7 +329,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -355,7 +355,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L36) +[packages/matter.js/src/tlv/TlvString.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L36) ___ @@ -382,7 +382,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -408,7 +408,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -432,4 +432,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L47) +[packages/matter.js/src/tlv/TlvString.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L47) diff --git a/docs/matter.js/classes/tlv_export.TlvArrayReader.md b/docs/matter.js/classes/tlv_export.TlvArrayReader.md index 4032cfc625..bac5e833af 100644 --- a/docs/matter.js/classes/tlv_export.TlvArrayReader.md +++ b/docs/matter.js/classes/tlv_export.TlvArrayReader.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L79) +[packages/matter.js/src/tlv/TlvSchema.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L79) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L77) +[packages/matter.js/src/tlv/TlvSchema.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L77) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L79) +[packages/matter.js/src/tlv/TlvSchema.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L79) ## Methods @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L86) +[packages/matter.js/src/tlv/TlvSchema.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L86) ___ @@ -107,4 +107,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L81) +[packages/matter.js/src/tlv/TlvSchema.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L81) diff --git a/docs/matter.js/classes/tlv_export.TlvArrayWriter.md b/docs/matter.js/classes/tlv_export.TlvArrayWriter.md index 3f802ef66c..7c52f1f875 100644 --- a/docs/matter.js/classes/tlv_export.TlvArrayWriter.md +++ b/docs/matter.js/classes/tlv_export.TlvArrayWriter.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L61) +[packages/matter.js/src/tlv/TlvSchema.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L61) ## Methods @@ -52,7 +52,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L71) +[packages/matter.js/src/tlv/TlvSchema.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L71) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L67) +[packages/matter.js/src/tlv/TlvSchema.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L67) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L63) +[packages/matter.js/src/tlv/TlvSchema.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L63) diff --git a/docs/matter.js/classes/tlv_export.TlvByteArrayReader.md b/docs/matter.js/classes/tlv_export.TlvByteArrayReader.md index 01e0650917..23a8b43747 100644 --- a/docs/matter.js/classes/tlv_export.TlvByteArrayReader.md +++ b/docs/matter.js/classes/tlv_export.TlvByteArrayReader.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L125) +[packages/matter.js/src/tlv/TlvSchema.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L125) ## Properties @@ -47,7 +47,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L123) +[packages/matter.js/src/tlv/TlvSchema.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L123) ## Methods @@ -78,7 +78,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L133) +[packages/matter.js/src/tlv/TlvSchema.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L133) ___ @@ -101,4 +101,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L129) +[packages/matter.js/src/tlv/TlvSchema.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L129) diff --git a/docs/matter.js/classes/tlv_export.TlvByteArrayWriter.md b/docs/matter.js/classes/tlv_export.TlvByteArrayWriter.md index 1e120e99e7..055948f5c9 100644 --- a/docs/matter.js/classes/tlv_export.TlvByteArrayWriter.md +++ b/docs/matter.js/classes/tlv_export.TlvByteArrayWriter.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L107) +[packages/matter.js/src/tlv/TlvSchema.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L107) ## Methods @@ -52,7 +52,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L117) +[packages/matter.js/src/tlv/TlvSchema.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L117) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L113) +[packages/matter.js/src/tlv/TlvSchema.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L113) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L109) +[packages/matter.js/src/tlv/TlvSchema.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L109) diff --git a/docs/matter.js/classes/tlv_export.TlvCodec.md b/docs/matter.js/classes/tlv_export.TlvCodec.md index 09e286a83f..803178c998 100644 --- a/docs/matter.js/classes/tlv_export.TlvCodec.md +++ b/docs/matter.js/classes/tlv_export.TlvCodec.md @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L129) +[packages/matter.js/src/tlv/TlvCodec.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L129) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:422](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L422) +[packages/matter.js/src/tlv/TlvCodec.ts:422](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L422) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:342](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L342) +[packages/matter.js/src/tlv/TlvCodec.ts:342](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L342) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:457](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L457) +[packages/matter.js/src/tlv/TlvCodec.ts:457](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L457) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L117) +[packages/matter.js/src/tlv/TlvCodec.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L117) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L179) +[packages/matter.js/src/tlv/TlvCodec.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L179) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L206) +[packages/matter.js/src/tlv/TlvCodec.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L206) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L159) +[packages/matter.js/src/tlv/TlvCodec.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L159) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L154) +[packages/matter.js/src/tlv/TlvCodec.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L154) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:370](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L370) +[packages/matter.js/src/tlv/TlvCodec.ts:370](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L370) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:292](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L292) +[packages/matter.js/src/tlv/TlvCodec.ts:292](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L292) ___ @@ -310,4 +310,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:444](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L444) +[packages/matter.js/src/tlv/TlvCodec.ts:444](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L444) diff --git a/docs/matter.js/classes/tlv_export.TlvNumberSchema.md b/docs/matter.js/classes/tlv_export.TlvNumberSchema.md index c1ecb8cbe4..501c079fc8 100644 --- a/docs/matter.js/classes/tlv_export.TlvNumberSchema.md +++ b/docs/matter.js/classes/tlv_export.TlvNumberSchema.md @@ -61,7 +61,7 @@ TlvNumericSchema<number\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L89) +[packages/matter.js/src/tlv/TlvNumber.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L89) ## Properties @@ -89,7 +89,7 @@ TlvNumericSchema.lengthProvider #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L40) +[packages/matter.js/src/tlv/TlvNumber.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L40) ___ @@ -103,7 +103,7 @@ TlvNumericSchema.max #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L42) +[packages/matter.js/src/tlv/TlvNumber.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L42) ___ @@ -117,7 +117,7 @@ TlvNumericSchema.min #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L41) +[packages/matter.js/src/tlv/TlvNumber.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L41) ___ @@ -131,7 +131,7 @@ TlvNumericSchema.type #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L39) +[packages/matter.js/src/tlv/TlvNumber.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L39) ## Methods @@ -155,7 +155,7 @@ TlvNumericSchema.bound #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L103) +[packages/matter.js/src/tlv/TlvNumber.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L103) ___ @@ -182,7 +182,7 @@ TlvNumericSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -206,7 +206,7 @@ TlvNumericSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -230,7 +230,7 @@ TlvNumericSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -259,7 +259,7 @@ TlvNumericSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -284,7 +284,7 @@ TlvNumericSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L98) +[packages/matter.js/src/tlv/TlvNumber.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L98) ___ @@ -310,7 +310,7 @@ TlvNumericSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -334,7 +334,7 @@ TlvNumericSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -358,7 +358,7 @@ TlvNumericSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -384,7 +384,7 @@ TlvNumericSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L47) +[packages/matter.js/src/tlv/TlvNumber.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L47) ___ @@ -411,7 +411,7 @@ TlvNumericSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -437,7 +437,7 @@ TlvNumericSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -461,7 +461,7 @@ TlvNumericSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L107) +[packages/matter.js/src/tlv/TlvNumber.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L107) ___ @@ -485,4 +485,4 @@ TlvNumericSchema.validateBoundaries #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L65) +[packages/matter.js/src/tlv/TlvNumber.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L65) diff --git a/docs/matter.js/classes/tlv_export.TlvNumericSchema.md b/docs/matter.js/classes/tlv_export.TlvNumericSchema.md index 48d0878979..f9ebedf621 100644 --- a/docs/matter.js/classes/tlv_export.TlvNumericSchema.md +++ b/docs/matter.js/classes/tlv_export.TlvNumericSchema.md @@ -81,7 +81,7 @@ TlvSchema<T\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L38) +[packages/matter.js/src/tlv/TlvNumber.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L38) ## Properties @@ -105,7 +105,7 @@ TlvSchema<T\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L40) +[packages/matter.js/src/tlv/TlvNumber.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L40) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L42) +[packages/matter.js/src/tlv/TlvNumber.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L42) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L41) +[packages/matter.js/src/tlv/TlvNumber.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L41) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L39) +[packages/matter.js/src/tlv/TlvNumber.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L39) ## Methods @@ -157,7 +157,7 @@ Restrict value range. #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L73) +[packages/matter.js/src/tlv/TlvNumber.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L73) ___ @@ -184,7 +184,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -208,7 +208,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -232,7 +232,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -261,7 +261,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -286,7 +286,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L53) +[packages/matter.js/src/tlv/TlvNumber.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L53) ___ @@ -312,7 +312,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -336,7 +336,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -360,7 +360,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -386,7 +386,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L47) +[packages/matter.js/src/tlv/TlvNumber.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L47) ___ @@ -413,7 +413,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -439,7 +439,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -463,7 +463,7 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L59) +[packages/matter.js/src/tlv/TlvNumber.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L59) ___ @@ -483,4 +483,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L65) +[packages/matter.js/src/tlv/TlvNumber.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L65) diff --git a/docs/matter.js/classes/tlv_export.TlvSchema.md b/docs/matter.js/classes/tlv_export.TlvSchema.md index 75188ee443..b71e4492b4 100644 --- a/docs/matter.js/classes/tlv_export.TlvSchema.md +++ b/docs/matter.js/classes/tlv_export.TlvSchema.md @@ -108,7 +108,7 @@ Schema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -136,7 +136,7 @@ Schema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -160,7 +160,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -189,7 +189,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -214,7 +214,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L39) +[packages/matter.js/src/tlv/TlvSchema.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L39) ___ @@ -244,7 +244,7 @@ Schema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -272,7 +272,7 @@ Schema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -296,7 +296,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -322,7 +322,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L41) +[packages/matter.js/src/tlv/TlvSchema.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L41) ___ @@ -349,7 +349,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -375,7 +375,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -405,4 +405,4 @@ Schema.validate #### Defined in -[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L28) +[packages/matter.js/src/schema/Schema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L28) diff --git a/docs/matter.js/classes/tlv_export.TlvWrapper.md b/docs/matter.js/classes/tlv_export.TlvWrapper.md index dc719d3cdd..8965cc86ea 100644 --- a/docs/matter.js/classes/tlv_export.TlvWrapper.md +++ b/docs/matter.js/classes/tlv_export.TlvWrapper.md @@ -71,7 +71,7 @@ TlvSchema<O\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L11) +[packages/matter.js/src/tlv/TlvWrapper.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L11) ## Properties @@ -81,7 +81,7 @@ TlvSchema<O\>.constructor #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L12) +[packages/matter.js/src/tlv/TlvWrapper.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L12) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L14) +[packages/matter.js/src/tlv/TlvWrapper.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L14) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L13) +[packages/matter.js/src/tlv/TlvWrapper.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L13) ## Methods @@ -156,7 +156,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -180,7 +180,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -204,7 +204,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L30) +[packages/matter.js/src/tlv/TlvSchema.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L30) ___ @@ -233,7 +233,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -258,7 +258,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L19) +[packages/matter.js/src/tlv/TlvWrapper.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L19) ___ @@ -284,7 +284,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -308,7 +308,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -332,7 +332,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -358,7 +358,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L23) +[packages/matter.js/src/tlv/TlvWrapper.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L23) ___ @@ -385,7 +385,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -411,7 +411,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -435,4 +435,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvWrapper.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvWrapper.ts#L27) +[packages/matter.js/src/tlv/TlvWrapper.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvWrapper.ts#L27) diff --git a/docs/matter.js/classes/tlv_export.VoidSchema.md b/docs/matter.js/classes/tlv_export.VoidSchema.md index 73586ace23..97fbd45d9e 100644 --- a/docs/matter.js/classes/tlv_export.VoidSchema.md +++ b/docs/matter.js/classes/tlv_export.VoidSchema.md @@ -70,7 +70,7 @@ TlvSchema.decode #### Defined in -[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L16) +[packages/matter.js/src/schema/Schema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L16) ___ @@ -94,7 +94,7 @@ TlvSchema.decodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L14) +[packages/matter.js/src/tlv/TlvSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L14) ___ @@ -118,7 +118,7 @@ TlvSchema.decodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L19) +[packages/matter.js/src/tlv/TlvVoid.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L19) ___ @@ -147,7 +147,7 @@ TlvSchema.decodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L34) +[packages/matter.js/src/tlv/TlvSchema.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L34) ___ @@ -172,7 +172,7 @@ TlvSchema.decodeTlvInternalValue #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L23) +[packages/matter.js/src/tlv/TlvVoid.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L23) ___ @@ -198,7 +198,7 @@ TlvSchema.encode #### Defined in -[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Schema.ts#L10) +[packages/matter.js/src/schema/Schema.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Schema.ts#L10) ___ @@ -222,7 +222,7 @@ TlvSchema.encodeInternal #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L18) +[packages/matter.js/src/tlv/TlvSchema.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L18) ___ @@ -246,7 +246,7 @@ TlvSchema.encodeTlv #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L24) +[packages/matter.js/src/tlv/TlvSchema.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L24) ___ @@ -272,7 +272,7 @@ TlvSchema.encodeTlvInternal #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L15) +[packages/matter.js/src/tlv/TlvVoid.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L15) ___ @@ -299,7 +299,7 @@ TlvSchema.injectField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L43) +[packages/matter.js/src/tlv/TlvSchema.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L43) ___ @@ -325,7 +325,7 @@ TlvSchema.removeField #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L47) +[packages/matter.js/src/tlv/TlvSchema.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L47) ___ @@ -349,4 +349,4 @@ TlvSchema.validate #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L27) +[packages/matter.js/src/tlv/TlvVoid.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L27) diff --git a/docs/matter.js/classes/util_export.Cache.md b/docs/matter.js/classes/util_export.Cache.md index 7d9ba7bf0b..b2372f2a94 100644 --- a/docs/matter.js/classes/util_export.Cache.md +++ b/docs/matter.js/classes/util_export.Cache.md @@ -57,7 +57,7 @@ #### Defined in -[packages/matter.js/src/util/Cache.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L17) +[packages/matter.js/src/util/Cache.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L17) ## Properties @@ -67,7 +67,7 @@ #### Defined in -[packages/matter.js/src/util/Cache.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L19) +[packages/matter.js/src/util/Cache.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L19) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L20) +[packages/matter.js/src/util/Cache.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L20) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L18) +[packages/matter.js/src/util/Cache.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L18) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L12) +[packages/matter.js/src/util/Cache.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L12) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L15) +[packages/matter.js/src/util/Cache.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L15) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L14) +[packages/matter.js/src/util/Cache.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L14) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L13) +[packages/matter.js/src/util/Cache.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L13) ## Methods @@ -170,7 +170,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L50) +[packages/matter.js/src/util/Cache.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L50) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L58) +[packages/matter.js/src/util/Cache.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L58) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L41) +[packages/matter.js/src/util/Cache.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L41) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L64) +[packages/matter.js/src/util/Cache.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L64) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L25) +[packages/matter.js/src/util/Cache.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L25) ___ @@ -252,4 +252,4 @@ ___ #### Defined in -[packages/matter.js/src/util/Cache.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Cache.ts#L37) +[packages/matter.js/src/util/Cache.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Cache.ts#L37) diff --git a/docs/matter.js/classes/util_export.DataReader.md b/docs/matter.js/classes/util_export.DataReader.md index ec7d83fd58..06aaad7c8b 100644 --- a/docs/matter.js/classes/util_export.DataReader.md +++ b/docs/matter.js/classes/util_export.DataReader.md @@ -66,7 +66,7 @@ Reader that auto-increments its offset after each read. #### Defined in -[packages/matter.js/src/util/DataReader.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L15) +[packages/matter.js/src/util/DataReader.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L15) ## Properties @@ -76,7 +76,7 @@ Reader that auto-increments its offset after each read. #### Defined in -[packages/matter.js/src/util/DataReader.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L16) +[packages/matter.js/src/util/DataReader.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L16) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L12) +[packages/matter.js/src/util/DataReader.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L12) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L11) +[packages/matter.js/src/util/DataReader.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L11) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L13) +[packages/matter.js/src/util/DataReader.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L13) ## Methods @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L81) +[packages/matter.js/src/util/DataReader.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L81) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L92) +[packages/matter.js/src/util/DataReader.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L92) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L77) +[packages/matter.js/src/util/DataReader.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L77) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L73) +[packages/matter.js/src/util/DataReader.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L73) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L68) +[packages/matter.js/src/util/DataReader.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L68) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L59) +[packages/matter.js/src/util/DataReader.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L59) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L55) +[packages/matter.js/src/util/DataReader.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L55) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L43) +[packages/matter.js/src/util/DataReader.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L43) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L47) +[packages/matter.js/src/util/DataReader.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L47) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L51) +[packages/matter.js/src/util/DataReader.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L51) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L39) +[packages/matter.js/src/util/DataReader.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L39) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L27) +[packages/matter.js/src/util/DataReader.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L27) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L31) +[packages/matter.js/src/util/DataReader.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L31) ___ @@ -314,7 +314,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L35) +[packages/matter.js/src/util/DataReader.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L35) ___ @@ -328,7 +328,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L23) +[packages/matter.js/src/util/DataReader.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L23) ___ @@ -348,7 +348,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L63) +[packages/matter.js/src/util/DataReader.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L63) ___ @@ -368,4 +368,4 @@ ___ #### Defined in -[packages/matter.js/src/util/DataReader.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataReader.ts#L85) +[packages/matter.js/src/util/DataReader.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataReader.ts#L85) diff --git a/docs/matter.js/classes/util_export.DataWriter.md b/docs/matter.js/classes/util_export.DataWriter.md index b83759809a..6c5f1e42cc 100644 --- a/docs/matter.js/classes/util_export.DataWriter.md +++ b/docs/matter.js/classes/util_export.DataWriter.md @@ -59,7 +59,7 @@ Writer that auto-increments its offset after each write. #### Defined in -[packages/matter.js/src/util/DataWriter.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L17) +[packages/matter.js/src/util/DataWriter.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L17) ## Properties @@ -69,7 +69,7 @@ Writer that auto-increments its offset after each write. #### Defined in -[packages/matter.js/src/util/DataWriter.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L15) +[packages/matter.js/src/util/DataWriter.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L15) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L14) +[packages/matter.js/src/util/DataWriter.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L14) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L13) +[packages/matter.js/src/util/DataWriter.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L13) ## Methods @@ -103,7 +103,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L94) +[packages/matter.js/src/util/DataWriter.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L94) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L89) +[packages/matter.js/src/util/DataWriter.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L89) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L82) +[packages/matter.js/src/util/DataWriter.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L82) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L75) +[packages/matter.js/src/util/DataWriter.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L75) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L54) +[packages/matter.js/src/util/DataWriter.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L54) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L61) +[packages/matter.js/src/util/DataWriter.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L61) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L68) +[packages/matter.js/src/util/DataWriter.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L68) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L47) +[packages/matter.js/src/util/DataWriter.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L47) ___ @@ -263,7 +263,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L26) +[packages/matter.js/src/util/DataWriter.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L26) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L33) +[packages/matter.js/src/util/DataWriter.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L33) ___ @@ -303,7 +303,7 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L40) +[packages/matter.js/src/util/DataWriter.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L40) ___ @@ -323,4 +323,4 @@ ___ #### Defined in -[packages/matter.js/src/util/DataWriter.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DataWriter.ts#L21) +[packages/matter.js/src/util/DataWriter.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DataWriter.ts#L21) diff --git a/docs/matter.js/classes/util_export.NamedHandler.md b/docs/matter.js/classes/util_export.NamedHandler.md index 3610414726..652cee796c 100644 --- a/docs/matter.js/classes/util_export.NamedHandler.md +++ b/docs/matter.js/classes/util_export.NamedHandler.md @@ -47,7 +47,7 @@ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L10) +[packages/matter.js/src/util/NamedHandler.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L10) ## Methods @@ -74,7 +74,7 @@ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L16) +[packages/matter.js/src/util/NamedHandler.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L16) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L20) +[packages/matter.js/src/util/NamedHandler.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L20) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L12) +[packages/matter.js/src/util/NamedHandler.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L12) ___ @@ -154,4 +154,4 @@ ___ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L28) +[packages/matter.js/src/util/NamedHandler.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L28) diff --git a/docs/matter.js/classes/util_export.Queue.md b/docs/matter.js/classes/util_export.Queue.md index a5dd1cfbc4..e5824a20cc 100644 --- a/docs/matter.js/classes/util_export.Queue.md +++ b/docs/matter.js/classes/util_export.Queue.md @@ -52,7 +52,7 @@ #### Defined in -[packages/matter.js/src/util/Queue.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L17) +[packages/matter.js/src/util/Queue.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L17) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Queue.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L16) +[packages/matter.js/src/util/Queue.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L16) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Queue.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L15) +[packages/matter.js/src/util/Queue.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L15) ## Methods @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Queue.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L46) +[packages/matter.js/src/util/Queue.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L46) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Queue.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L19) +[packages/matter.js/src/util/Queue.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L19) ___ @@ -142,4 +142,4 @@ ___ #### Defined in -[packages/matter.js/src/util/Queue.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Queue.ts#L35) +[packages/matter.js/src/util/Queue.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Queue.ts#L35) diff --git a/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryAuthMode.md b/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryAuthMode.md index fb3a8a610d..ddfb007375 100644 --- a/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryAuthMode.md +++ b/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryAuthMode.md @@ -26,7 +26,7 @@ Certificate authenticated session #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L90) ___ @@ -38,7 +38,7 @@ Group authenticated session #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L95) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L95) ___ @@ -50,4 +50,4 @@ Passcode authenticated session #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L85) diff --git a/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryPrivilege.md b/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryPrivilege.md index f09b752b24..021a6a6bfa 100644 --- a/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryPrivilege.md +++ b/docs/matter.js/enums/cluster_export.AccessControl.AccessControlEntryPrivilege.md @@ -38,7 +38,7 @@ This value implicitly grants Manage, Operate, Proxy View & View privileges #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L75) ___ @@ -56,7 +56,7 @@ This value implicitly grants Operate & View privileges #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L66) ___ @@ -74,7 +74,7 @@ This value implicitly grants View privileges #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L57) ___ @@ -86,7 +86,7 @@ Can read and observe all (as seen by a Proxy) #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L48) ___ @@ -98,4 +98,4 @@ Can read and observe all (except Access Control Cluster and as seen by a non-Pro #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L43) diff --git a/docs/matter.js/enums/cluster_export.AccessControl.ChangeType.md b/docs/matter.js/enums/cluster_export.AccessControl.ChangeType.md index dc95848ca7..4c81599d18 100644 --- a/docs/matter.js/enums/cluster_export.AccessControl.ChangeType.md +++ b/docs/matter.js/enums/cluster_export.AccessControl.ChangeType.md @@ -26,7 +26,7 @@ Entry or extension was added #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:243](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L243) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:243](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L243) ___ @@ -38,7 +38,7 @@ Entry or extension was changed #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L238) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L238) ___ @@ -50,4 +50,4 @@ Entry or extension was removed #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L248) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L248) diff --git a/docs/matter.js/enums/cluster_export.AccessLevel.md b/docs/matter.js/enums/cluster_export.AccessLevel.md index 205e7f73ba..cc5d548475 100644 --- a/docs/matter.js/enums/cluster_export.AccessLevel.md +++ b/docs/matter.js/enums/cluster_export.AccessLevel.md @@ -21,7 +21,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L29) +[packages/matter.js/src/cluster/Cluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L29) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L28) +[packages/matter.js/src/cluster/Cluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L27) +[packages/matter.js/src/cluster/Cluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L26) +[packages/matter.js/src/cluster/Cluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L26) diff --git a/docs/matter.js/enums/cluster_export.Actions.ActionError.md b/docs/matter.js/enums/cluster_export.Actions.ActionError.md index 08a3b0ad4f..32cb8f04ea 100644 --- a/docs/matter.js/enums/cluster_export.Actions.ActionError.md +++ b/docs/matter.js/enums/cluster_export.Actions.ActionError.md @@ -25,7 +25,7 @@ The action was interrupted by another command or interaction #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:508](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L508) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:508](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L508) ___ @@ -37,4 +37,4 @@ Other reason not listed in the row(s) below #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L503) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L503) diff --git a/docs/matter.js/enums/cluster_export.Actions.ActionState.md b/docs/matter.js/enums/cluster_export.Actions.ActionState.md index 2eb97d801f..b955dea043 100644 --- a/docs/matter.js/enums/cluster_export.Actions.ActionState.md +++ b/docs/matter.js/enums/cluster_export.Actions.ActionState.md @@ -29,7 +29,7 @@ The action is active #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L192) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L192) ___ @@ -41,7 +41,7 @@ The action has been disabled #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L202) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L202) ___ @@ -53,7 +53,7 @@ The action is not active #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L187) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L187) ___ @@ -65,4 +65,4 @@ The action has been paused #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L197) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L197) diff --git a/docs/matter.js/enums/cluster_export.Actions.ActionType.md b/docs/matter.js/enums/cluster_export.Actions.ActionType.md index d5763976c3..131cf6ddea 100644 --- a/docs/matter.js/enums/cluster_export.Actions.ActionType.md +++ b/docs/matter.js/enums/cluster_export.Actions.ActionType.md @@ -39,7 +39,7 @@ Example: flash all lights in the house when CO sensor triggers. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L108) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L108) ___ @@ -58,7 +58,7 @@ started, stopped, paused, resumed. Example: see example 3. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L72) ___ @@ -80,7 +80,7 @@ Example: lock the doors when the server’s system has detected no one is at hom #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L85) ___ @@ -100,7 +100,7 @@ Example: play a pattern on the lights in the living room if there is someone in #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L96) ___ @@ -112,7 +112,7 @@ Use this only when none of the other values applies #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L34) ___ @@ -137,7 +137,7 @@ Example: see examples 1 and 2. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L50) ___ @@ -158,4 +158,4 @@ Example: see example 4. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L62) diff --git a/docs/matter.js/enums/cluster_export.Actions.EndpointListType.md b/docs/matter.js/enums/cluster_export.Actions.EndpointListType.md index 708646bac4..92abf481d2 100644 --- a/docs/matter.js/enums/cluster_export.Actions.EndpointListType.md +++ b/docs/matter.js/enums/cluster_export.Actions.EndpointListType.md @@ -37,7 +37,7 @@ not use this for anything else than just to know which endpoints would be affect #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L278) ___ @@ -59,7 +59,7 @@ adds a bridged device or creates a new room). #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L291) ___ @@ -82,4 +82,4 @@ control as a group, so Matter controllers could provide the user with a way to d #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L305) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L305) diff --git a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.CommissioningWindowStatus.md b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.CommissioningWindowStatus.md index 90094b3e28..c627c31ee2 100644 --- a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.CommissioningWindowStatus.md +++ b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.CommissioningWindowStatus.md @@ -26,7 +26,7 @@ A Basic Commissioning Method window is open #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L39) ___ @@ -38,7 +38,7 @@ An Enhanced Commissioning Method window is open #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L34) ___ @@ -50,4 +50,4 @@ Commissioning window not open #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L29) diff --git a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.Feature.md b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.Feature.md index ba06d5f3ce..cd1e7607b5 100644 --- a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.Feature.md +++ b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.Feature.md @@ -28,4 +28,4 @@ Node supports Basic Commissioning Method. #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L151) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L151) diff --git a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.StatusCode.md b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.StatusCode.md index 5376ce31ff..3efd63cec2 100644 --- a/docs/matter.js/enums/cluster_export.AdministratorCommissioning.StatusCode.md +++ b/docs/matter.js/enums/cluster_export.AdministratorCommissioning.StatusCode.md @@ -26,7 +26,7 @@ Could not be completed because another commissioning is in progress #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L116) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L116) ___ @@ -42,7 +42,7 @@ Provided PAKE parameters were incorrectly formatted or otherwise invalid #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L123) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L123) ___ @@ -58,4 +58,4 @@ No commissioning window was currently open #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L130) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L130) diff --git a/docs/matter.js/enums/cluster_export.ApplicationBasic.ApplicationStatus.md b/docs/matter.js/enums/cluster_export.ApplicationBasic.ApplicationStatus.md index 31dae216d2..5975f95f3f 100644 --- a/docs/matter.js/enums/cluster_export.ApplicationBasic.ApplicationStatus.md +++ b/docs/matter.js/enums/cluster_export.ApplicationBasic.ApplicationStatus.md @@ -27,7 +27,7 @@ Application is running but not visible to the user. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L65) ___ @@ -39,7 +39,7 @@ Application is running, is visible to the user, and is the active target for inp #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L60) ___ @@ -51,7 +51,7 @@ Application is running and visible, but is not the active target for input. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L70) ___ @@ -63,4 +63,4 @@ Application is not running. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L55) diff --git a/docs/matter.js/enums/cluster_export.ApplicationLauncher.Feature.md b/docs/matter.js/enums/cluster_export.ApplicationLauncher.Feature.md index fb99e0c433..a19313fe2f 100644 --- a/docs/matter.js/enums/cluster_export.ApplicationLauncher.Feature.md +++ b/docs/matter.js/enums/cluster_export.ApplicationLauncher.Feature.md @@ -29,4 +29,4 @@ supported application catalogs #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L165) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L165) diff --git a/docs/matter.js/enums/cluster_export.ApplicationLauncher.Status.md b/docs/matter.js/enums/cluster_export.ApplicationLauncher.Status.md index db7f5d62e8..aa84a01597 100644 --- a/docs/matter.js/enums/cluster_export.ApplicationLauncher.Status.md +++ b/docs/matter.js/enums/cluster_export.ApplicationLauncher.Status.md @@ -26,7 +26,7 @@ Requested app is not available. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L96) ___ @@ -38,7 +38,7 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L91) ___ @@ -50,4 +50,4 @@ Video platform unable to honor command. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L101) diff --git a/docs/matter.js/enums/cluster_export.AudioOutput.Feature.md b/docs/matter.js/enums/cluster_export.AudioOutput.Feature.md index 8510aa9b9f..abc5794392 100644 --- a/docs/matter.js/enums/cluster_export.AudioOutput.Feature.md +++ b/docs/matter.js/enums/cluster_export.AudioOutput.Feature.md @@ -28,4 +28,4 @@ Supports updates to output names #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L91) diff --git a/docs/matter.js/enums/cluster_export.AudioOutput.OutputType.md b/docs/matter.js/enums/cluster_export.AudioOutput.OutputType.md index 22b2464c65..64ba06b925 100644 --- a/docs/matter.js/enums/cluster_export.AudioOutput.OutputType.md +++ b/docs/matter.js/enums/cluster_export.AudioOutput.OutputType.md @@ -29,7 +29,7 @@ The type of output, expressed as an enum, with the following values: #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L30) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L30) ___ @@ -41,7 +41,7 @@ HDMI #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L28) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L32) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L33) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L31) ___ @@ -81,4 +81,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L34) diff --git a/docs/matter.js/enums/cluster_export.BasicInformation.Color.md b/docs/matter.js/enums/cluster_export.BasicInformation.Color.md index 7c2e70d7ea..c4a55c95ae 100644 --- a/docs/matter.js/enums/cluster_export.BasicInformation.Color.md +++ b/docs/matter.js/enums/cluster_export.BasicInformation.Color.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L81) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L71) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L79) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L88) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L88) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L87) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L89) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L83) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L83) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L91) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L78) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L73) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L73) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L80) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L75) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L72) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L86) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L77) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L76) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L82) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L82) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L90) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L74) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L85) ___ @@ -238,4 +238,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L84) diff --git a/docs/matter.js/enums/cluster_export.BasicInformation.ProductFinish.md b/docs/matter.js/enums/cluster_export.BasicInformation.ProductFinish.md index df801fbcae..3088a595fc 100644 --- a/docs/matter.js/enums/cluster_export.BasicInformation.ProductFinish.md +++ b/docs/matter.js/enums/cluster_export.BasicInformation.ProductFinish.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L67) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L63) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L62) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L65) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L66) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L64) diff --git a/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.Color.md b/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.Color.md index ecda3cfcce..8c577c58e2 100644 --- a/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.Color.md +++ b/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.Color.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L49) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L39) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L47) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L56) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L55) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L57) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L51) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L59) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L59) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L46) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L41) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L48) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L43) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L40) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L54) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L45) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L44) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L50) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L58) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L42) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L53) ___ @@ -238,4 +238,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L52) diff --git a/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.ProductFinish.md b/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.ProductFinish.md index e9d25a349b..fb6dcc4500 100644 --- a/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.ProductFinish.md +++ b/docs/matter.js/enums/cluster_export.BridgedDeviceBasicInformation.ProductFinish.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L35) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L35) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L31) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L30) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L30) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L33) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L34) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L32) diff --git a/docs/matter.js/enums/cluster_export.Channel.Feature.md b/docs/matter.js/enums/cluster_export.Channel.Feature.md index a0f3b0ddbf..3da2ee212b 100644 --- a/docs/matter.js/enums/cluster_export.Channel.Feature.md +++ b/docs/matter.js/enums/cluster_export.Channel.Feature.md @@ -29,7 +29,7 @@ Provides list of available channels. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L207) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L207) ___ @@ -43,4 +43,4 @@ Provides lineup info, which is a reference to an external source of lineup infor #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L214) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L214) diff --git a/docs/matter.js/enums/cluster_export.Channel.LineupInfoType.md b/docs/matter.js/enums/cluster_export.Channel.LineupInfoType.md index 8a00d5cf05..63849e25d2 100644 --- a/docs/matter.js/enums/cluster_export.Channel.LineupInfoType.md +++ b/docs/matter.js/enums/cluster_export.Channel.LineupInfoType.md @@ -24,4 +24,4 @@ MultiSystemOperator #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L113) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L113) diff --git a/docs/matter.js/enums/cluster_export.Channel.Status.md b/docs/matter.js/enums/cluster_export.Channel.Status.md index a98ed195ec..ca5748ce1e 100644 --- a/docs/matter.js/enums/cluster_export.Channel.Status.md +++ b/docs/matter.js/enums/cluster_export.Channel.Status.md @@ -26,7 +26,7 @@ More than one equal match for the ChannelInfoStruct passed in. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L167) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L167) ___ @@ -38,7 +38,7 @@ No matches for the ChannelInfoStruct passed in. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L172) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L172) ___ @@ -50,4 +50,4 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L162) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L162) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.Action.md b/docs/matter.js/enums/cluster_export.ColorControl.Action.md index 50024a2a87..0b5f1a1768 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.Action.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.Action.md @@ -26,7 +26,7 @@ The value of ColorControl.action #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:675](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L675) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:675](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L675) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:676](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L676) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:676](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L676) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:674](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L674) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:674](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L674) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.ColorControlDirection.md b/docs/matter.js/enums/cluster_export.ColorControl.ColorControlDirection.md index 0501f48c14..4cc96abb07 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.ColorControlDirection.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.ColorControlDirection.md @@ -25,7 +25,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L121) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L121) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L119) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L119) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L118) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L118) ___ @@ -55,4 +55,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L120) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.ColorLoopSetDirection.md b/docs/matter.js/enums/cluster_export.ColorControl.ColorLoopSetDirection.md index 3f940f7bd2..31bee0067e 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.ColorLoopSetDirection.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.ColorLoopSetDirection.md @@ -25,7 +25,7 @@ The value of ColorControl.direction #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:685](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L685) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:685](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L685) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:686](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L686) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:686](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L686) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.ColorMode.md b/docs/matter.js/enums/cluster_export.ColorControl.ColorMode.md index 237e26126e..670ccb4172 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.ColorMode.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.ColorMode.md @@ -26,7 +26,7 @@ The value of the ColorControl colorMode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L50) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L48) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L49) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.DriftCompensation.md b/docs/matter.js/enums/cluster_export.ColorControl.DriftCompensation.md index 2506f2dc16..18bb6eafd6 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.DriftCompensation.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.DriftCompensation.md @@ -28,7 +28,7 @@ The value of the ColorControl driftCompensation attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L35) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L35) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L39) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L38) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L36) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L37) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.EnhancedColorMode.md b/docs/matter.js/enums/cluster_export.ColorControl.EnhancedColorMode.md index 951a6c6ad6..b8dd4f1aae 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.EnhancedColorMode.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.EnhancedColorMode.md @@ -27,7 +27,7 @@ The value of the ColorControl enhancedColorMode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L68) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L66) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L67) ___ @@ -57,4 +57,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L69) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.Feature.md b/docs/matter.js/enums/cluster_export.ColorControl.Feature.md index 8f224dedda..65fb30d60e 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.Feature.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.Feature.md @@ -32,7 +32,7 @@ Color loop is supported. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:788](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L788) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:788](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L788) ___ @@ -46,7 +46,7 @@ Supports specification of color temperature. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:802](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L802) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:802](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L802) ___ @@ -60,7 +60,7 @@ Enhanced hue is supported. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:781](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L781) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:781](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L781) ___ @@ -74,7 +74,7 @@ Supports color specification via hue/saturation. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:774](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L774) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:774](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L774) ___ @@ -88,4 +88,4 @@ Supports color specification via XY. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:795](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L795) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:795](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L795) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.MoveMode.md b/docs/matter.js/enums/cluster_export.ColorControl.MoveMode.md index 3a1027859e..f00a346750 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.MoveMode.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.MoveMode.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L162) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L162) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L160) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L160) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L161) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L161) diff --git a/docs/matter.js/enums/cluster_export.ColorControl.StepMode.md b/docs/matter.js/enums/cluster_export.ColorControl.StepMode.md index bd1281023b..dea228ebe4 100644 --- a/docs/matter.js/enums/cluster_export.ColorControl.StepMode.md +++ b/docs/matter.js/enums/cluster_export.ColorControl.StepMode.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L198) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L198) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L197) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L197) diff --git a/docs/matter.js/enums/cluster_export.ContentLauncher.Feature.md b/docs/matter.js/enums/cluster_export.ContentLauncher.Feature.md index 77de3ed3ad..3653f1ce31 100644 --- a/docs/matter.js/enums/cluster_export.ContentLauncher.Feature.md +++ b/docs/matter.js/enums/cluster_export.ContentLauncher.Feature.md @@ -29,7 +29,7 @@ Device supports content search (non-app specific) #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:443](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L443) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:443](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L443) ___ @@ -43,4 +43,4 @@ Device supports basic URL-based file playback #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:450](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L450) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:450](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L450) diff --git a/docs/matter.js/enums/cluster_export.ContentLauncher.MetricType.md b/docs/matter.js/enums/cluster_export.ContentLauncher.MetricType.md index 0b55b2f5f8..05e25a6e71 100644 --- a/docs/matter.js/enums/cluster_export.ContentLauncher.MetricType.md +++ b/docs/matter.js/enums/cluster_export.ContentLauncher.MetricType.md @@ -33,7 +33,7 @@ integer final value. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L57) ___ @@ -49,4 +49,4 @@ This value is used for dimensions defined in a number of Pixels. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L46) diff --git a/docs/matter.js/enums/cluster_export.ContentLauncher.Parameter.md b/docs/matter.js/enums/cluster_export.ContentLauncher.Parameter.md index de39dd5c30..23e988c29d 100644 --- a/docs/matter.js/enums/cluster_export.ContentLauncher.Parameter.md +++ b/docs/matter.js/enums/cluster_export.ContentLauncher.Parameter.md @@ -37,7 +37,7 @@ Actor represents an actor credited in video media content; for example, “Gaby #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L261) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:261](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L261) ___ @@ -49,7 +49,7 @@ Channel represents the identifying data for a television channel; for example, " #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L266) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L266) ___ @@ -61,7 +61,7 @@ A character represented in video media content; for example, “Snow White” #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L271) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L271) ___ @@ -73,7 +73,7 @@ A director of the video media content; for example, “Spike Lee” #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:276](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L276) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:276](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L276) ___ @@ -87,7 +87,7 @@ entity. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L283) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L283) ___ @@ -103,7 +103,7 @@ of the MOVIE MediaType, rather than attempting to match to a single title. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:292](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L292) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:292](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L292) ___ @@ -115,7 +115,7 @@ Genre represents the genre of video media content such as action, drama or comed #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:297](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L297) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:297](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L297) ___ @@ -127,7 +127,7 @@ League represents the categorical information for a sporting league; for example #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L302) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L302) ___ @@ -139,7 +139,7 @@ Popularity indicates whether the user asks for popular content. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:307](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L307) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:307](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L307) ___ @@ -151,7 +151,7 @@ The provider (MSP) the user wants this media to be played on; for example, "Netf #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L312) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:312](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L312) ___ @@ -163,7 +163,7 @@ Sport represents the categorical information of a sport; for example, football #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:317](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L317) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:317](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L317) ___ @@ -176,7 +176,7 @@ Washington Huskies" #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L323) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L323) ___ @@ -189,7 +189,7 @@ The type of content requested. Supported types are "Movie", "MovieSeries", "TVSe #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:329](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L329) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:329](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L329) ___ @@ -202,4 +202,4 @@ Sea". #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:335](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L335) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:335](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L335) diff --git a/docs/matter.js/enums/cluster_export.ContentLauncher.Status.md b/docs/matter.js/enums/cluster_export.ContentLauncher.Status.md index b2db2143b5..f4c4dab325 100644 --- a/docs/matter.js/enums/cluster_export.ContentLauncher.Status.md +++ b/docs/matter.js/enums/cluster_export.ContentLauncher.Status.md @@ -26,7 +26,7 @@ Requested URL returned 401 error code. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L228) ___ @@ -38,7 +38,7 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L218) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L218) ___ @@ -50,4 +50,4 @@ Requested URL could not be reached by device. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L223) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L223) diff --git a/docs/matter.js/enums/cluster_export.DiagnosticLogs.Intent.md b/docs/matter.js/enums/cluster_export.DiagnosticLogs.Intent.md index 6328c55a5a..08f18fa8d0 100644 --- a/docs/matter.js/enums/cluster_export.DiagnosticLogs.Intent.md +++ b/docs/matter.js/enums/cluster_export.DiagnosticLogs.Intent.md @@ -33,7 +33,7 @@ Node. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L49) ___ @@ -52,7 +52,7 @@ support to an end-user. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L29) ___ @@ -71,4 +71,4 @@ currently commissioned (and/or connected) or has previously been commissioned (a #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L39) diff --git a/docs/matter.js/enums/cluster_export.DiagnosticLogs.Status.md b/docs/matter.js/enums/cluster_export.DiagnosticLogs.Status.md index ab97f25742..449d55b460 100644 --- a/docs/matter.js/enums/cluster_export.DiagnosticLogs.Status.md +++ b/docs/matter.js/enums/cluster_export.DiagnosticLogs.Status.md @@ -35,7 +35,7 @@ Client SHOULD re-attempt the request later. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L180) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L180) ___ @@ -53,7 +53,7 @@ shall be used if the Node is denying the current transfer of diagnostic logs for #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L189) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L189) ___ @@ -73,7 +73,7 @@ LogContent field. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L160) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L160) ___ @@ -92,7 +92,7 @@ transfer. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L170) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L170) ___ @@ -110,4 +110,4 @@ shall be used if diagnostic logs will be or are being transferred. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L149) diff --git a/docs/matter.js/enums/cluster_export.DiagnosticLogs.TransferProtocol.md b/docs/matter.js/enums/cluster_export.DiagnosticLogs.TransferProtocol.md index ddc8ce6958..5f04fd05f3 100644 --- a/docs/matter.js/enums/cluster_export.DiagnosticLogs.TransferProtocol.md +++ b/docs/matter.js/enums/cluster_export.DiagnosticLogs.TransferProtocol.md @@ -31,7 +31,7 @@ shall be used by a Client to request that logs are transferred using BDX as defi #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L72) ___ @@ -49,4 +49,4 @@ shall be used by a Client to request that logs are transferred using the LogCont #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L63) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.AlarmCode.md b/docs/matter.js/enums/cluster_export.DoorLock.AlarmCode.md index 2033b9dfbb..1d01cf128e 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.AlarmCode.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.AlarmCode.md @@ -33,7 +33,7 @@ Door ajar #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L291) ___ @@ -45,7 +45,7 @@ Forced Door Open under Door Locked Condition #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L286) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L286) ___ @@ -57,7 +57,7 @@ Force User SOS alarm #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L296) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L296) ___ @@ -69,7 +69,7 @@ Tamper Alarm - front escutcheon removed from main #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L281) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L281) ___ @@ -81,7 +81,7 @@ Lock Reset to Factory Defaults #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L266) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L266) ___ @@ -93,7 +93,7 @@ Locking Mechanism Jammed #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L261) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:261](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L261) ___ @@ -105,7 +105,7 @@ Lock Radio Power Cycled #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L271) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L271) ___ @@ -117,4 +117,4 @@ Tamper Alarm - wrong code entry limit #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:276](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L276) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:276](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L276) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.CredentialRule.md b/docs/matter.js/enums/cluster_export.DoorLock.CredentialRule.md index fb8db49fd6..754723c36d 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.CredentialRule.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.CredentialRule.md @@ -27,7 +27,7 @@ particular user. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:709](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L709) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:709](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L709) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:708](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L708) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:708](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L708) ___ @@ -47,4 +47,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:710](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L710) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:710](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L710) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.CredentialType.md b/docs/matter.js/enums/cluster_export.DoorLock.CredentialType.md index 2ef9523b79..179abb319d 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.CredentialType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.CredentialType.md @@ -29,7 +29,7 @@ The Credential Type enum shall indicate the credential type. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L361) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L361) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:360](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L360) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:360](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L360) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L359) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L359) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:357](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L357) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:357](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L357) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L356) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L356) ___ @@ -79,4 +79,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:358](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L358) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:358](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L358) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.DataOperationType.md b/docs/matter.js/enums/cluster_export.DoorLock.DataOperationType.md index 3104887596..4c892ec262 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.DataOperationType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.DataOperationType.md @@ -28,7 +28,7 @@ Data is being added or was added #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:588](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L588) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:588](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L588) ___ @@ -40,7 +40,7 @@ Data is being cleared or was cleared #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:593](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L593) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:593](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L593) ___ @@ -52,4 +52,4 @@ Data is being modified or was modified #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:598](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L598) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:598](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L598) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.DlStatus.md b/docs/matter.js/enums/cluster_export.DoorLock.DlStatus.md index be531fca41..f53e945469 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.DlStatus.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.DlStatus.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:775](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L775) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:775](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L775) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:774](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L774) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:774](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L774) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:777](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L777) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:777](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L777) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:779](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L779) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:779](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L779) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:776](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L776) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:776](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L776) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:778](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L778) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:778](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L778) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:773](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L773) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:773](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L773) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.DoorState.md b/docs/matter.js/enums/cluster_export.DoorLock.DoorState.md index 57ee950c09..47a63e7217 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.DoorState.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.DoorState.md @@ -33,7 +33,7 @@ Door state is ajar #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:555](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L555) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:555](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L555) ___ @@ -45,7 +45,7 @@ Door state is closed #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:535](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L535) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:535](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L535) ___ @@ -57,7 +57,7 @@ Door state is currently forced open #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:545](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L545) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:545](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L545) ___ @@ -69,7 +69,7 @@ Door state is jammed #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:540](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L540) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:540](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L540) ___ @@ -81,7 +81,7 @@ Door state is open #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:530](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L530) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:530](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L530) ___ @@ -93,4 +93,4 @@ Door state is invalid for unspecified reason #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:550](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L550) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:550](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L550) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.Feature.md b/docs/matter.js/enums/cluster_export.DoorLock.Feature.md index cd4713fe9e..c86d1b670f 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.Feature.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.Feature.md @@ -39,7 +39,7 @@ PIN codes over- the-air supported for lock/unlock operations #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1245) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1245) ___ @@ -53,7 +53,7 @@ Lock supports a door position sensor that indicates door’s state #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1231) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1231) ___ @@ -67,7 +67,7 @@ Lock supports face related credentials (face, iris, retina) #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1238) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1238) ___ @@ -81,7 +81,7 @@ Lock supports finger related credentials (fingerprint, finger vein) #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1210](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1210) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1210](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1210) ___ @@ -95,7 +95,7 @@ Lock supports holiday schedules #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1273) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1273) ___ @@ -109,7 +109,7 @@ Lock supports local/on-lock logging when Events are not supported #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1217) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1217) ___ @@ -123,7 +123,7 @@ Operation and Programming Notifications #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1259) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1259](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1259) ___ @@ -137,7 +137,7 @@ Lock supports PIN credentials (via keypad, or over- the-air) #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1196) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1196) ___ @@ -151,7 +151,7 @@ Lock supports RFID credentials #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1203](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1203) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1203](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1203) ___ @@ -165,7 +165,7 @@ Lock supports the user commands and database #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1252) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1252) ___ @@ -179,7 +179,7 @@ Lock supports week day user access schedules #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1224) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1224) ___ @@ -193,4 +193,4 @@ Lock supports year day user access schedules #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1266) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1266) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.LockDataType.md b/docs/matter.js/enums/cluster_export.DoorLock.LockDataType.md index 679eb1df85..c1cf30f70d 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.LockDataType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.LockDataType.md @@ -36,7 +36,7 @@ Lock user face information was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:875](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L875) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:875](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L875) ___ @@ -48,7 +48,7 @@ Lock user finger-vein information was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:870](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L870) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:870](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L870) ___ @@ -60,7 +60,7 @@ Lock user fingerprint was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:865](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L865) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:865](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L865) ___ @@ -72,7 +72,7 @@ Lock holiday schedule was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:850](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L850) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:850](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L850) ___ @@ -84,7 +84,7 @@ Lock user PIN code was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:855](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L855) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:855](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L855) ___ @@ -96,7 +96,7 @@ Lock programming PIN code was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:830](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L830) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:830](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L830) ___ @@ -108,7 +108,7 @@ Lock user RFID code was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:860](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L860) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:860](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L860) ___ @@ -120,7 +120,7 @@ Unspecified or manufacturer specific lock user data added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:825](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L825) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:825](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L825) ___ @@ -132,7 +132,7 @@ Lock user index was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:835](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L835) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:835](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L835) ___ @@ -144,7 +144,7 @@ Lock user week day schedule was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:840](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L840) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:840](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L840) ___ @@ -156,4 +156,4 @@ Lock user year day schedule was added, cleared, or modified. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:845](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L845) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:845](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L845) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.LockOperationType.md b/docs/matter.js/enums/cluster_export.DoorLock.LockOperationType.md index 84b6f1681a..eadf2f3120 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.LockOperationType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.LockOperationType.md @@ -27,7 +27,7 @@ The LockOperationType enumeration shall indicate the type of Lock operation perf #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:322](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L322) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:322](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L322) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L319) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L319) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:321](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L321) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:321](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L321) ___ @@ -57,4 +57,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:320](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L320) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:320](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L320) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.LockState.md b/docs/matter.js/enums/cluster_export.DoorLock.LockState.md index b760271b93..b6be2d155e 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.LockState.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.LockState.md @@ -28,7 +28,7 @@ Lock state is fully locked #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L50) ___ @@ -40,7 +40,7 @@ Lock state is not fully locked #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L45) ___ @@ -52,4 +52,4 @@ Lock state is fully unlocked #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L55) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.LockType.md b/docs/matter.js/enums/cluster_export.DoorLock.LockType.md index 78561f4264..84db3fd0f3 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.LockType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.LockType.md @@ -36,7 +36,7 @@ Physical lock type is cylindrical lock #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L97) ___ @@ -48,7 +48,7 @@ Physical lock type is dead latch #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L112) ___ @@ -60,7 +60,7 @@ Physical lock type is dead bolt #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L67) ___ @@ -72,7 +72,7 @@ Physical lock type is door furniture #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L117) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L117) ___ @@ -84,7 +84,7 @@ Physical lock type is interconnected lock #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L107) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L107) ___ @@ -96,7 +96,7 @@ Physical lock type is latch bolt #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L92) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L92) ___ @@ -108,7 +108,7 @@ Physical lock type is magnetic #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L72) ___ @@ -120,7 +120,7 @@ Physical lock type is mortise #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L82) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L82) ___ @@ -132,7 +132,7 @@ Physical lock type is other #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L77) ___ @@ -144,7 +144,7 @@ Physical lock type is rim #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L87) ___ @@ -156,4 +156,4 @@ Physical lock type is tubular lock #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L102) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L102) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.OperatingMode.md b/docs/matter.js/enums/cluster_export.DoorLock.OperatingMode.md index 84a9f26844..b4e7ab5155 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.OperatingMode.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.OperatingMode.md @@ -43,7 +43,7 @@ Commands. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L163) ___ @@ -59,7 +59,7 @@ The lock operates normally. All interfaces are enabled. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L138) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L138) ___ @@ -76,7 +76,7 @@ validation (e.g. a lock for a business during work hours). #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L171) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L171) ___ @@ -94,7 +94,7 @@ users, presumably inside the property, will have control over the entrance. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L154) ___ @@ -110,4 +110,4 @@ Only remote interaction is enabled. The keypad shall only be operable by the mas #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L145) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L145) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.OperationError.md b/docs/matter.js/enums/cluster_export.DoorLock.OperationError.md index 641ab1c85b..97cfeb5b9b 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.OperationError.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.OperationError.md @@ -28,7 +28,7 @@ The OperationError enumeration shall indicate the error cause of the Lock/Unlock #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:451](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L451) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:451](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L451) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L453) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L453) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:450](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L450) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:450](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L450) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:452](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L452) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:452](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L452) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:449](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L449) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:449](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L449) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.OperationSource.md b/docs/matter.js/enums/cluster_export.DoorLock.OperationSource.md index 9d5ade4901..0aeec3f333 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.OperationSource.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.OperationSource.md @@ -40,7 +40,7 @@ For example, code of “1, 2, 3, 4” shall be represented as 0x31, 0x32, 0x33, #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:342](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L342) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:342](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L342) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:347](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L347) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:347](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L347) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L343) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L343) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:341](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L341) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:341](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L341) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L339) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L339) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:340](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L340) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:340](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L340) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:345](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L345) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:345](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L345) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:346](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L346) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:346](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L346) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:344](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L344) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:344](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L344) ___ @@ -130,4 +130,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L338) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.UserStatus.md b/docs/matter.js/enums/cluster_export.DoorLock.UserStatus.md index a8c534579d..a875dd8f66 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.UserStatus.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.UserStatus.md @@ -26,7 +26,7 @@ The UserStatus enum used in various commands shall indicate what the status is f #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:607](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L607) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:607](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L607) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:609](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L609) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:609](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L609) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L608) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L608) diff --git a/docs/matter.js/enums/cluster_export.DoorLock.UserType.md b/docs/matter.js/enums/cluster_export.DoorLock.UserType.md index 3283a9cc5f..e0f00277b2 100644 --- a/docs/matter.js/enums/cluster_export.DoorLock.UserType.md +++ b/docs/matter.js/enums/cluster_export.DoorLock.UserType.md @@ -40,7 +40,7 @@ UserStatus value to OccupiedDisabled automatically. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:671](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L671) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:671](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L671) ___ @@ -59,7 +59,7 @@ timeout across reboots such that the ExpiringUserTimeout is honored. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:681](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L681) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:681](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L681) ___ @@ -76,7 +76,7 @@ to allow a notified Node to alert emergency services or contacts on the user acc #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:663](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L663) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:663](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L663) ___ @@ -93,7 +93,7 @@ lock to generate the appropriate event notification to any bound devices. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:655](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L655) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:655](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L655) ___ @@ -111,7 +111,7 @@ only user that can disable the user interface (keypad, remote, etc…). #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:647](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L647) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:647](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L647) ___ @@ -130,7 +130,7 @@ over-the-air for the lock/unlock commands. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:698](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L698) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:698](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L698) ___ @@ -146,7 +146,7 @@ User access is restricted by Week Day and/or Year Day schedule. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:688](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L688) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:688](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L688) ___ @@ -162,7 +162,7 @@ User has access 24/7 provided proper PIN or RFID is supplied (e.g., owner). #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:623](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L623) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:623](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L623) ___ @@ -179,7 +179,7 @@ cleaning worker). #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:638](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L638) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:638](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L638) ___ @@ -195,4 +195,4 @@ User has ability to open lock within a specific time period (e.g., guest). #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:630](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L630) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:630](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L630) diff --git a/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.Feature.md b/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.Feature.md index cb14251834..0113acc905 100644 --- a/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.Feature.md +++ b/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.Feature.md @@ -30,7 +30,7 @@ transmission of packets on the ethernet interface. #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L93) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L93) ___ @@ -44,4 +44,4 @@ Node makes available the counts for the number of received and transmitted packe #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L85) diff --git a/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.PHYRate.md b/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.PHYRate.md index 24efad17bc..14c8758601 100644 --- a/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.PHYRate.md +++ b/docs/matter.js/enums/cluster_export.EthernetNetworkDiagnostics.PHYRate.md @@ -33,7 +33,7 @@ PHY rate is 100Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L61) ___ @@ -45,7 +45,7 @@ PHY rate is 100Mbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L31) ___ @@ -57,7 +57,7 @@ PHY rate is 10Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L51) ___ @@ -69,7 +69,7 @@ PHY rate is 10Mbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L26) ___ @@ -81,7 +81,7 @@ PHY rate is 1Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L36) ___ @@ -93,7 +93,7 @@ PHY rate is 200Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L66) ___ @@ -105,7 +105,7 @@ PHY rate is 2.5Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L41) ___ @@ -117,7 +117,7 @@ PHY rate is 400Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L71) ___ @@ -129,7 +129,7 @@ PHY rate is 40Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L56) ___ @@ -141,4 +141,4 @@ PHY rate is 5Gbps #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L46) diff --git a/docs/matter.js/enums/cluster_export.EventPriority.md b/docs/matter.js/enums/cluster_export.EventPriority.md index f2e476fd21..28a5f87275 100644 --- a/docs/matter.js/enums/cluster_export.EventPriority.md +++ b/docs/matter.js/enums/cluster_export.EventPriority.md @@ -26,7 +26,7 @@ Interfaces and helper methods to define a cluster event #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:710](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L710) +[packages/matter.js/src/cluster/Cluster.ts:710](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L710) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:708](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L708) +[packages/matter.js/src/cluster/Cluster.ts:708](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L708) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:709](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L709) +[packages/matter.js/src/cluster/Cluster.ts:709](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L709) diff --git a/docs/matter.js/enums/cluster_export.FanControl.FanMode.md b/docs/matter.js/enums/cluster_export.FanControl.FanMode.md index 35283949cf..9389b129dd 100644 --- a/docs/matter.js/enums/cluster_export.FanControl.FanMode.md +++ b/docs/matter.js/enums/cluster_export.FanControl.FanMode.md @@ -46,7 +46,7 @@ These attributes shall indicate the current state of the fan while this attribut #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L84) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L66) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L64) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L65) ___ @@ -126,7 +126,7 @@ corresponding range as defined in Speed Rules>: #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L62) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L67) ___ @@ -146,4 +146,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L86) diff --git a/docs/matter.js/enums/cluster_export.FanControl.FanModeSequence.md b/docs/matter.js/enums/cluster_export.FanControl.FanModeSequence.md index 125465108b..bbf9a85be5 100644 --- a/docs/matter.js/enums/cluster_export.FanControl.FanModeSequence.md +++ b/docs/matter.js/enums/cluster_export.FanControl.FanModeSequence.md @@ -29,7 +29,7 @@ The value of the FanControl fanModeSequence attribute #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L96) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L98) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L98) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L95) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L95) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L97) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L100) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L100) ___ @@ -79,4 +79,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L99) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L99) diff --git a/docs/matter.js/enums/cluster_export.FanControl.Feature.md b/docs/matter.js/enums/cluster_export.FanControl.Feature.md index 08e36499a9..5c7581c80c 100644 --- a/docs/matter.js/enums/cluster_export.FanControl.Feature.md +++ b/docs/matter.js/enums/cluster_export.FanControl.Feature.md @@ -31,7 +31,7 @@ Automatic mode supported for fan speed #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L149) ___ @@ -45,7 +45,7 @@ MultiSpeed #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L142) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L142) ___ @@ -59,7 +59,7 @@ Rocking movement supported #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L156) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L156) ___ @@ -73,4 +73,4 @@ Wind emulation supported #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L163) diff --git a/docs/matter.js/enums/cluster_export.FaultInjection.FaultType.md b/docs/matter.js/enums/cluster_export.FaultInjection.FaultType.md index 261db3ce4c..ceb6d6b0c5 100644 --- a/docs/matter.js/enums/cluster_export.FaultInjection.FaultType.md +++ b/docs/matter.js/enums/cluster_export.FaultInjection.FaultType.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L21) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L21) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L20) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L20) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L19) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L19) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L18) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L18) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L17) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L17) diff --git a/docs/matter.js/enums/cluster_export.GeneralCommissioning.CommissioningError.md b/docs/matter.js/enums/cluster_export.GeneralCommissioning.CommissioningError.md index 9f1d1f52f0..badf6008b5 100644 --- a/docs/matter.js/enums/cluster_export.GeneralCommissioning.CommissioningError.md +++ b/docs/matter.js/enums/cluster_export.GeneralCommissioning.CommissioningError.md @@ -31,7 +31,7 @@ associated with the current fail- safe context. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L112) ___ @@ -43,7 +43,7 @@ Executed CommissioningComplete outside CASE session. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L101) ___ @@ -55,7 +55,7 @@ Executed CommissioningComplete when there was no active Fail-Safe context. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L106) ___ @@ -67,7 +67,7 @@ No error #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L90) ___ @@ -80,4 +80,4 @@ have proper configuration. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L96) diff --git a/docs/matter.js/enums/cluster_export.GeneralCommissioning.RegulatoryLocationType.md b/docs/matter.js/enums/cluster_export.GeneralCommissioning.RegulatoryLocationType.md index 44e7840237..10991c6dfb 100644 --- a/docs/matter.js/enums/cluster_export.GeneralCommissioning.RegulatoryLocationType.md +++ b/docs/matter.js/enums/cluster_export.GeneralCommissioning.RegulatoryLocationType.md @@ -29,7 +29,7 @@ Indoor only #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L58) ___ @@ -41,7 +41,7 @@ Indoor/Outdoor #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L68) ___ @@ -53,4 +53,4 @@ Outdoor only #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L63) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.BootReason.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.BootReason.md index 28fc243a33..ae9334a035 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.BootReason.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.BootReason.md @@ -30,7 +30,7 @@ The Node has rebooted as the result of a brown-out of the Node’s power supply. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L150) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L150) ___ @@ -42,7 +42,7 @@ The Node has rebooted as the result of a hardware watchdog timer. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L160) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L160) ___ @@ -54,7 +54,7 @@ The Node has booted as the result of physical interaction with the device result #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L145) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L145) ___ @@ -66,7 +66,7 @@ The Node has rebooted as the result of a software initiated reboot. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L170) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L170) ___ @@ -78,7 +78,7 @@ The Node has rebooted as the result of a completed software update. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L165) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L165) ___ @@ -90,7 +90,7 @@ The Node has rebooted as the result of a software watchdog timer. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L155) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L155) ___ @@ -102,4 +102,4 @@ The Node is unable to identify the Power-On reason as one of the other provided #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L140) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L140) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.HardwareFault.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.HardwareFault.md index 9228f17f3e..fffbe04d14 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.HardwareFault.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.HardwareFault.md @@ -34,7 +34,7 @@ The Node has encountered a fault with at least one of its audio outputs. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L215) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L215) ___ @@ -46,7 +46,7 @@ The Node has encountered an over-temperature fault that is not resettable. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L200) ___ @@ -58,7 +58,7 @@ The Node has encountered a fault with its non-volatile memory. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L225) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L225) ___ @@ -70,7 +70,7 @@ The Node has encountered a fault with at least one of its power sources. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:205](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L205) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:205](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L205) ___ @@ -82,7 +82,7 @@ The Node has encountered a fault with at least one of its radios. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L185) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L185) ___ @@ -94,7 +94,7 @@ The Node has encountered an over-temperature fault that is resettable. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:195](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L195) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:195](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L195) ___ @@ -106,7 +106,7 @@ The Node has encountered a fault with at least one of its sensors. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L190) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L190) ___ @@ -118,7 +118,7 @@ The Node has encountered disallowed physical tampering. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L230) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L230) ___ @@ -130,7 +130,7 @@ The Node has encountered an unspecified fault. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L180) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L180) ___ @@ -142,7 +142,7 @@ The Node has encountered a fault with at least one of its user interfaces. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L220) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L220) ___ @@ -154,4 +154,4 @@ The Node has encountered a fault with at least one of its visual displays. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:210](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L210) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:210](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L210) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.InterfaceType.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.InterfaceType.md index 6030d236d7..ad5d05e378 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.InterfaceType.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.InterfaceType.md @@ -28,7 +28,7 @@ Indicates a Cellular interface. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L51) ___ @@ -40,7 +40,7 @@ Indicates a Ethernet interface. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L46) ___ @@ -52,7 +52,7 @@ Indicates a Thread interface. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L56) ___ @@ -64,7 +64,7 @@ Indicates an interface of an unspecified type. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L36) ___ @@ -76,4 +76,4 @@ Indicates a Wi-Fi interface. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L41) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.NetworkFault.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.NetworkFault.md index 031c521973..a6c9bb6513 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.NetworkFault.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.NetworkFault.md @@ -27,7 +27,7 @@ The Node has encountered a network fault as a result of a failure to establish a #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:295](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L295) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:295](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L295) ___ @@ -39,7 +39,7 @@ The Node has encountered a network fault as a result of a hardware failure. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L285) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:285](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L285) ___ @@ -51,7 +51,7 @@ The Node has encountered a network fault as a result of a jammed network. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L290) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L290) ___ @@ -63,4 +63,4 @@ The Node has encountered an unspecified fault. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:280](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L280) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L280) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.RadioFault.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.RadioFault.md index 5c39e56c2a..c32ae27c2a 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.RadioFault.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.RadioFault.md @@ -30,7 +30,7 @@ The Node has encountered a fault with its BLE radio. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L265) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L265) ___ @@ -42,7 +42,7 @@ The Node has encountered a fault with its cellular radio. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:250](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L250) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:250](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L250) ___ @@ -54,7 +54,7 @@ The Node has encountered a fault with its Ethernet controller. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:270](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L270) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:270](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L270) ___ @@ -66,7 +66,7 @@ The Node has encountered a fault with its NFC radio. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:260](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L260) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:260](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L260) ___ @@ -78,7 +78,7 @@ The Node has encountered a fault with its802.15.4 radio. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L255) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L255) ___ @@ -90,7 +90,7 @@ The Node has encountered an unspecified radio fault. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L240) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L240) ___ @@ -102,4 +102,4 @@ The Node has encountered a fault with its Wi-Fi radio. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L245) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L245) diff --git a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.StatusCode.md b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.StatusCode.md index f7e18724c7..89a0931d6d 100644 --- a/docs/matter.js/enums/cluster_export.GeneralDiagnostics.StatusCode.md +++ b/docs/matter.js/enums/cluster_export.GeneralDiagnostics.StatusCode.md @@ -24,4 +24,4 @@ Provided EnableKey does not match the previously configured value. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:415](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L415) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:415](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L415) diff --git a/docs/matter.js/enums/cluster_export.GroupKeyManagement.Feature.md b/docs/matter.js/enums/cluster_export.GroupKeyManagement.Feature.md index 337f450f09..ed3b7a8d2f 100644 --- a/docs/matter.js/enums/cluster_export.GroupKeyManagement.Feature.md +++ b/docs/matter.js/enums/cluster_export.GroupKeyManagement.Feature.md @@ -28,4 +28,4 @@ The ability to support CacheAndSync security policy and MCSP. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:260](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L260) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:260](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L260) diff --git a/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeyMulticastPolicy.md b/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeyMulticastPolicy.md index c1c6ce552a..cec2a14625 100644 --- a/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeyMulticastPolicy.md +++ b/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeyMulticastPolicy.md @@ -31,7 +31,7 @@ The 16-bit Group Identifier of the Multicast Address shall be 0xFFFF. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L117) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L117) ___ @@ -49,4 +49,4 @@ The 16-bit Group Identifier of the Multicast Address shall be the Group ID of th #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L108) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L108) diff --git a/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeySecurityPolicy.md b/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeySecurityPolicy.md index fbc70431bd..03eccd5264 100644 --- a/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeySecurityPolicy.md +++ b/docs/matter.js/enums/cluster_export.GroupKeyManagement.GroupKeySecurityPolicy.md @@ -25,7 +25,7 @@ Message counter synchronization using cache-and-sync #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L94) ___ @@ -37,4 +37,4 @@ Message counter synchronization using trust-first #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L89) diff --git a/docs/matter.js/enums/cluster_export.Groups.Feature.md b/docs/matter.js/enums/cluster_export.Groups.Feature.md index 975d3ed6d3..e85e7a64cd 100644 --- a/docs/matter.js/enums/cluster_export.Groups.Feature.md +++ b/docs/matter.js/enums/cluster_export.Groups.Feature.md @@ -28,4 +28,4 @@ The ability to store a name for a group. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L152) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L152) diff --git a/docs/matter.js/enums/cluster_export.Identify.EffectIdentifier.md b/docs/matter.js/enums/cluster_export.Identify.EffectIdentifier.md index 70e9b74e3e..969bb20373 100644 --- a/docs/matter.js/enums/cluster_export.Identify.EffectIdentifier.md +++ b/docs/matter.js/enums/cluster_export.Identify.EffectIdentifier.md @@ -31,7 +31,7 @@ e.g., Light is turned on/off once. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L76) ___ @@ -43,7 +43,7 @@ e.g., Light is turned on/off over 1 second and repeated 15 times. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L81) ___ @@ -56,7 +56,7 @@ e.g., Colored light turns orange for 8 seconds; non-colored light switches to th #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L92) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L92) ___ @@ -69,7 +69,7 @@ above), first complete the current 1s breathe effect and then terminate the effe #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L98) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L98) ___ @@ -81,7 +81,7 @@ e.g., Colored light turns green for 1 second; non-colored light flashes twice. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L86) ___ @@ -93,4 +93,4 @@ Terminate the effect as soon as possible. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L103) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L103) diff --git a/docs/matter.js/enums/cluster_export.Identify.EffectVariant.md b/docs/matter.js/enums/cluster_export.Identify.EffectVariant.md index d0088f216f..e2077a362c 100644 --- a/docs/matter.js/enums/cluster_export.Identify.EffectVariant.md +++ b/docs/matter.js/enums/cluster_export.Identify.EffectVariant.md @@ -24,4 +24,4 @@ The value of Identify.effectVariant #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L112) diff --git a/docs/matter.js/enums/cluster_export.Identify.Feature.md b/docs/matter.js/enums/cluster_export.Identify.Feature.md index 73f9c899a6..e7cd090afd 100644 --- a/docs/matter.js/enums/cluster_export.Identify.Feature.md +++ b/docs/matter.js/enums/cluster_export.Identify.Feature.md @@ -28,4 +28,4 @@ Multicast query for identification state #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L173) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L173) diff --git a/docs/matter.js/enums/cluster_export.Identify.IdentifyType.md b/docs/matter.js/enums/cluster_export.Identify.IdentifyType.md index 4990421c74..f91940aa90 100644 --- a/docs/matter.js/enums/cluster_export.Identify.IdentifyType.md +++ b/docs/matter.js/enums/cluster_export.Identify.IdentifyType.md @@ -32,7 +32,7 @@ relay. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L57) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L46) ___ @@ -54,7 +54,7 @@ Presentation will be visible on display screen. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L51) ___ @@ -66,7 +66,7 @@ Light output of a lighting product. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L39) ___ @@ -78,7 +78,7 @@ No presentation. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L34) ___ @@ -90,4 +90,4 @@ Typically a small LED. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L44) diff --git a/docs/matter.js/enums/cluster_export.KeypadInput.CecKeyCode.md b/docs/matter.js/enums/cluster_export.KeypadInput.CecKeyCode.md index c4ed440b70..334f9f1c7c 100644 --- a/docs/matter.js/enums/cluster_export.KeypadInput.CecKeyCode.md +++ b/docs/matter.js/enums/cluster_export.KeypadInput.CecKeyCode.md @@ -103,7 +103,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L76) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L72) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L52) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L51) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L49) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L29) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L103) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L103) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L56) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L47) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L20) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L20) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L70) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L79) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L48) ___ @@ -233,7 +233,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L31) ___ @@ -243,7 +243,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L98) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L98) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L99) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L99) ___ @@ -263,7 +263,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L100) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L100) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L101) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L102) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L102) ___ @@ -293,7 +293,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L69) ___ @@ -303,7 +303,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L30) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L30) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L71) ___ @@ -323,7 +323,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L57) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L81) ___ @@ -343,7 +343,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L55) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L21) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L21) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L26) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L25) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L25) ___ @@ -383,7 +383,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L33) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L32) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L63) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L89) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L50) ___ @@ -433,7 +433,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L37) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L35) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L35) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L36) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L34) ___ @@ -473,7 +473,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L38) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L39) ___ @@ -493,7 +493,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L40) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L41) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L42) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L43) ___ @@ -533,7 +533,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L44) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L45) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L46) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L59) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L59) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L58) ___ @@ -583,7 +583,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L66) ___ @@ -593,7 +593,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L85) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L74) ___ @@ -613,7 +613,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L87) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L64) ___ @@ -633,7 +633,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L84) ___ @@ -643,7 +643,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L60) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L96) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L97) ___ @@ -673,7 +673,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L95) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L95) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L53) ___ @@ -693,7 +693,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L67) ___ @@ -703,7 +703,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L86) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L75) ___ @@ -723,7 +723,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L90) ___ @@ -733,7 +733,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L68) ___ @@ -743,7 +743,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L22) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L22) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L24) ___ @@ -763,7 +763,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L23) ___ @@ -773,7 +773,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L27) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L27) ___ @@ -783,7 +783,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L18) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L18) ___ @@ -793,7 +793,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L94) ___ @@ -803,7 +803,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L93) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L93) ___ @@ -813,7 +813,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L82) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L82) ___ @@ -823,7 +823,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L92) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L92) ___ @@ -833,7 +833,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L83) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L83) ___ @@ -843,7 +843,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L28) ___ @@ -853,7 +853,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L54) ___ @@ -863,7 +863,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L65) ___ @@ -873,7 +873,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L88) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L88) ___ @@ -883,7 +883,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L73) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L73) ___ @@ -893,7 +893,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L77) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L80) ___ @@ -913,7 +913,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L91) ___ @@ -923,7 +923,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L19) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L19) ___ @@ -933,7 +933,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L78) ___ @@ -943,7 +943,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L62) ___ @@ -953,4 +953,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L61) diff --git a/docs/matter.js/enums/cluster_export.KeypadInput.Feature.md b/docs/matter.js/enums/cluster_export.KeypadInput.Feature.md index ae0e0b961e..441d0fae8d 100644 --- a/docs/matter.js/enums/cluster_export.KeypadInput.Feature.md +++ b/docs/matter.js/enums/cluster_export.KeypadInput.Feature.md @@ -30,7 +30,7 @@ Supports CEC keys 0x0A (Settings) and 0x09 (Home) #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L172) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L172) ___ @@ -44,7 +44,7 @@ Supports UP, DOWN, LEFT, RIGHT, SELECT, BACK, EXIT, MENU #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L165) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L165) ___ @@ -58,4 +58,4 @@ Supports numeric input 0..9 #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L179) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L179) diff --git a/docs/matter.js/enums/cluster_export.KeypadInput.Status.md b/docs/matter.js/enums/cluster_export.KeypadInput.Status.md index a0418357e1..54e0360722 100644 --- a/docs/matter.js/enums/cluster_export.KeypadInput.Status.md +++ b/docs/matter.js/enums/cluster_export.KeypadInput.Status.md @@ -26,7 +26,7 @@ Command failed: Requested key code is invalid in the context of the responder’ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L137) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L137) ___ @@ -38,7 +38,7 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L127) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L127) ___ @@ -50,4 +50,4 @@ Command failed: Key code is not supported. #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L132) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L132) diff --git a/docs/matter.js/enums/cluster_export.LevelControl.Feature.md b/docs/matter.js/enums/cluster_export.LevelControl.Feature.md index 0ee4f72957..e8b734d614 100644 --- a/docs/matter.js/enums/cluster_export.LevelControl.Feature.md +++ b/docs/matter.js/enums/cluster_export.LevelControl.Feature.md @@ -31,7 +31,7 @@ control. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L187) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L187) ___ @@ -45,7 +45,7 @@ Behavior that supports lighting applications #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L179) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L179) ___ @@ -59,4 +59,4 @@ Dependency with the On/Off cluster #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L172) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L172) diff --git a/docs/matter.js/enums/cluster_export.LevelControl.MoveMode.md b/docs/matter.js/enums/cluster_export.LevelControl.MoveMode.md index 91af88e599..a00fa19419 100644 --- a/docs/matter.js/enums/cluster_export.LevelControl.MoveMode.md +++ b/docs/matter.js/enums/cluster_export.LevelControl.MoveMode.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L47) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L46) diff --git a/docs/matter.js/enums/cluster_export.LevelControl.StepMode.md b/docs/matter.js/enums/cluster_export.LevelControl.StepMode.md index f929fcb9c7..7fd0c4c373 100644 --- a/docs/matter.js/enums/cluster_export.LevelControl.StepMode.md +++ b/docs/matter.js/enums/cluster_export.LevelControl.StepMode.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L81) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L80) diff --git a/docs/matter.js/enums/cluster_export.MediaInput.Feature.md b/docs/matter.js/enums/cluster_export.MediaInput.Feature.md index 171fc0f455..f8bd510692 100644 --- a/docs/matter.js/enums/cluster_export.MediaInput.Feature.md +++ b/docs/matter.js/enums/cluster_export.MediaInput.Feature.md @@ -28,4 +28,4 @@ Supports updates to the input names #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L114) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L114) diff --git a/docs/matter.js/enums/cluster_export.MediaInput.InputType.md b/docs/matter.js/enums/cluster_export.MediaInput.InputType.md index 3f192a1213..60edfd3527 100644 --- a/docs/matter.js/enums/cluster_export.MediaInput.InputType.md +++ b/docs/matter.js/enums/cluster_export.MediaInput.InputType.md @@ -35,7 +35,7 @@ The type of input, expressed as an enum, with the following values: #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L31) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L32) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L33) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L34) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L35) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L35) ___ @@ -87,7 +87,7 @@ Indicates content not coming from a physical input. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L29) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L36) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L37) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L41) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L39) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L40) ___ @@ -147,4 +147,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L38) diff --git a/docs/matter.js/enums/cluster_export.MediaPlayback.Feature.md b/docs/matter.js/enums/cluster_export.MediaPlayback.Feature.md index b0b2130f53..1c0127d606 100644 --- a/docs/matter.js/enums/cluster_export.MediaPlayback.Feature.md +++ b/docs/matter.js/enums/cluster_export.MediaPlayback.Feature.md @@ -30,7 +30,7 @@ example a "seek bar". Adds support for Attributes and Commands related to advanc #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L200) ___ @@ -44,4 +44,4 @@ Support for commands to support variable speed playback on media that supports i #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L207) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L207) diff --git a/docs/matter.js/enums/cluster_export.MediaPlayback.PlaybackState.md b/docs/matter.js/enums/cluster_export.MediaPlayback.PlaybackState.md index a60772a963..f2e4902669 100644 --- a/docs/matter.js/enums/cluster_export.MediaPlayback.PlaybackState.md +++ b/docs/matter.js/enums/cluster_export.MediaPlayback.PlaybackState.md @@ -27,7 +27,7 @@ Media is not currently buffering and playback will start when buffer has been fi #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L42) ___ @@ -39,7 +39,7 @@ Media is not currently playing #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L37) ___ @@ -51,7 +51,7 @@ Media is currently paused #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L32) ___ @@ -63,4 +63,4 @@ Media is currently playing (includes FF and REW) #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L27) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L27) diff --git a/docs/matter.js/enums/cluster_export.MediaPlayback.Status.md b/docs/matter.js/enums/cluster_export.MediaPlayback.Status.md index 4fe2b4390a..7dd8fb6447 100644 --- a/docs/matter.js/enums/cluster_export.MediaPlayback.Status.md +++ b/docs/matter.js/enums/cluster_export.MediaPlayback.Status.md @@ -29,7 +29,7 @@ Command failed: Requested playback command is invalid in the current playback st #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L57) ___ @@ -41,7 +41,7 @@ Command failed: This endpoint is not active for playback. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L68) ___ @@ -54,7 +54,7 @@ attempting to fast-forward during a commercial might return NotAllowed. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L63) ___ @@ -67,7 +67,7 @@ the media. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L80) ___ @@ -80,7 +80,7 @@ fastest speed supported by the server in the respective direction. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L74) ___ @@ -92,4 +92,4 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L52) diff --git a/docs/matter.js/enums/cluster_export.ModeSelect.Feature.md b/docs/matter.js/enums/cluster_export.ModeSelect.Feature.md index 56be6b2de7..3b1ae481bc 100644 --- a/docs/matter.js/enums/cluster_export.ModeSelect.Feature.md +++ b/docs/matter.js/enums/cluster_export.ModeSelect.Feature.md @@ -28,4 +28,4 @@ Dependency with the On/Off cluster #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L114) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L114) diff --git a/docs/matter.js/enums/cluster_export.NetworkCommissioning.Feature.md b/docs/matter.js/enums/cluster_export.NetworkCommissioning.Feature.md index 166892bdf6..4b5f234910 100644 --- a/docs/matter.js/enums/cluster_export.NetworkCommissioning.Feature.md +++ b/docs/matter.js/enums/cluster_export.NetworkCommissioning.Feature.md @@ -30,7 +30,7 @@ Ethernet related features #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:587](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L587) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:587](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L587) ___ @@ -44,7 +44,7 @@ Thread related features #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:580](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L580) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:580](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L580) ___ @@ -58,4 +58,4 @@ Wi-Fi related features #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:573](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L573) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:573](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L573) diff --git a/docs/matter.js/enums/cluster_export.NetworkCommissioning.NetworkCommissioningStatus.md b/docs/matter.js/enums/cluster_export.NetworkCommissioning.NetworkCommissioningStatus.md index e2f7490532..f9fb657e1e 100644 --- a/docs/matter.js/enums/cluster_export.NetworkCommissioning.NetworkCommissioningStatus.md +++ b/docs/matter.js/enums/cluster_export.NetworkCommissioning.NetworkCommissioningStatus.md @@ -36,7 +36,7 @@ Cannot associate due to authentication failure #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L107) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L107) ___ @@ -48,7 +48,7 @@ A collection would exceed its size limit #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L82) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L82) ___ @@ -60,7 +60,7 @@ The NetworkID is already among the collection of added networks #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L92) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L92) ___ @@ -72,7 +72,7 @@ Failure to bind Wi-Fi <-> IP interfaces #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L127) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L127) ___ @@ -84,7 +84,7 @@ Failure to generate an IPv6 address #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L122) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L122) ___ @@ -96,7 +96,7 @@ The NetworkID is not among the collection of added networks #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L87) ___ @@ -108,7 +108,7 @@ Cannot find AP: SSID Not found #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L97) ___ @@ -120,7 +120,7 @@ Other association failure #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L117) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L117) ___ @@ -132,7 +132,7 @@ Value Outside Range #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L77) ___ @@ -144,7 +144,7 @@ Cannot find AP: Mismatch on band/channels/regulatory domain / 2.4GHz vs 5GHz #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L102) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L102) ___ @@ -156,7 +156,7 @@ OK, no error #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L72) ___ @@ -168,7 +168,7 @@ Unknown error #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L132) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L132) ___ @@ -180,4 +180,4 @@ Cannot associate due to unsupported security mode #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L112) diff --git a/docs/matter.js/enums/cluster_export.NetworkCommissioning.WiFiBand.md b/docs/matter.js/enums/cluster_export.NetworkCommissioning.WiFiBand.md index 879fe5fa48..e737779c0b 100644 --- a/docs/matter.js/enums/cluster_export.NetworkCommissioning.WiFiBand.md +++ b/docs/matter.js/enums/cluster_export.NetworkCommissioning.WiFiBand.md @@ -31,7 +31,7 @@ WiFiInterfaceScanResultStruct. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:203](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L203) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:203](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L203) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L208) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L208) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L213) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L223) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L223) ___ @@ -79,4 +79,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L218) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L218) diff --git a/docs/matter.js/enums/cluster_export.OccupancySensing.OccupancySensorType.md b/docs/matter.js/enums/cluster_export.OccupancySensing.OccupancySensorType.md index c2e677880b..259563c594 100644 --- a/docs/matter.js/enums/cluster_export.OccupancySensing.OccupancySensorType.md +++ b/docs/matter.js/enums/cluster_export.OccupancySensing.OccupancySensorType.md @@ -27,7 +27,7 @@ Indicates a physical contact sensor. #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L51) ___ @@ -39,7 +39,7 @@ Indicates a passive infrared sensor. #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L36) ___ @@ -51,7 +51,7 @@ Indicates a passive infrared and ultrasonic sensor. #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L46) ___ @@ -63,4 +63,4 @@ Indicates a ultrasonic sensor. #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L41) diff --git a/docs/matter.js/enums/cluster_export.OnOff.Feature.md b/docs/matter.js/enums/cluster_export.OnOff.Feature.md index e53b65ed96..dee32fda94 100644 --- a/docs/matter.js/enums/cluster_export.OnOff.Feature.md +++ b/docs/matter.js/enums/cluster_export.OnOff.Feature.md @@ -28,4 +28,4 @@ Behavior that supports lighting applications. #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L124) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L124) diff --git a/docs/matter.js/enums/cluster_export.OnOff.OnOffEffectIdentifier.md b/docs/matter.js/enums/cluster_export.OnOff.OnOffEffectIdentifier.md index a98af1632f..49de604257 100644 --- a/docs/matter.js/enums/cluster_export.OnOff.OnOffEffectIdentifier.md +++ b/docs/matter.js/enums/cluster_export.OnOff.OnOffEffectIdentifier.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L42) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L43) diff --git a/docs/matter.js/enums/cluster_export.OnOff.StartUpOnOff.md b/docs/matter.js/enums/cluster_export.OnOff.StartUpOnOff.md index c869596041..602907bca6 100644 --- a/docs/matter.js/enums/cluster_export.OnOff.StartUpOnOff.md +++ b/docs/matter.js/enums/cluster_export.OnOff.StartUpOnOff.md @@ -26,7 +26,7 @@ Set the OnOff attribute to FALSE #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L27) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L27) ___ @@ -38,7 +38,7 @@ Set the OnOff attribute to TRUE #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L32) ___ @@ -51,4 +51,4 @@ previous value of the OnOff attribute is equal to TRUE, set the OnOff attribute #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L38) diff --git a/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchActions.md b/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchActions.md index 0b2787e3ea..da83b4e227 100644 --- a/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchActions.md +++ b/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchActions.md @@ -22,7 +22,7 @@ The value of the OnOffSwitchConfiguration switchActions attribute #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L28) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L27) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L27) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L29) diff --git a/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchType.md b/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchType.md index e5d66ec8b1..21b3ba42fc 100644 --- a/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchType.md +++ b/docs/matter.js/enums/cluster_export.OnOffSwitchConfiguration.SwitchType.md @@ -22,7 +22,7 @@ The value of the OnOffSwitchConfiguration switchType attribute #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L19) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L19) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L20) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L20) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L18) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L18) diff --git a/docs/matter.js/enums/cluster_export.OperationalCredentials.CertificateChainType.md b/docs/matter.js/enums/cluster_export.OperationalCredentials.CertificateChainType.md index cbe190be70..d1aaf8dce9 100644 --- a/docs/matter.js/enums/cluster_export.OperationalCredentials.CertificateChainType.md +++ b/docs/matter.js/enums/cluster_export.OperationalCredentials.CertificateChainType.md @@ -28,7 +28,7 @@ Request the DER- encoded DAC certificate #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L163) ___ @@ -40,4 +40,4 @@ Request the DER- encoded PAI certificate #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L168) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L168) diff --git a/docs/matter.js/enums/cluster_export.OperationalCredentials.NodeOperationalCertStatus.md b/docs/matter.js/enums/cluster_export.OperationalCredentials.NodeOperationalCertStatus.md index 388c7c414f..c5e4e9e3fe 100644 --- a/docs/matter.js/enums/cluster_export.OperationalCredentials.NodeOperationalCertStatus.md +++ b/docs/matter.js/enums/cluster_export.OperationalCredentials.NodeOperationalCertStatus.md @@ -37,7 +37,7 @@ Trying to AddNOC instead of UpdateNOC against an existing Fabric. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:416](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L416) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:416](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L416) ___ @@ -49,7 +49,7 @@ Invalid CaseAdminSubject field for an AddNOC command. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:411](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L411) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:411](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L411) ___ @@ -61,7 +61,7 @@ FabricIndex argument is invalid. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:426](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L426) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:426](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L426) ___ @@ -73,7 +73,7 @@ Any other validation error in NOC chain #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:396](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L396) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:396](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L396) ___ @@ -85,7 +85,7 @@ The Node Operational ID in the NOC is not formatted correctly. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:391](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L391) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:391](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L391) ___ @@ -97,7 +97,7 @@ Public Key in the NOC does not match the public key in the NOCSR #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:386](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L386) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:386](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L386) ___ @@ -109,7 +109,7 @@ Label already exists on another Fabric. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:421](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L421) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:421](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L421) ___ @@ -121,7 +121,7 @@ No record of prior CSR for which this NOC could match #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:401](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L401) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:401](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L401) ___ @@ -133,7 +133,7 @@ OK, no error #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:381](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L381) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:381](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L381) ___ @@ -145,4 +145,4 @@ NOCs table full, cannot add another one #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:406](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L406) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:406](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L406) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.ApplyUpdateAction.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.ApplyUpdateAction.md index 2ff392e102..eed7f61fee 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.ApplyUpdateAction.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.ApplyUpdateAction.md @@ -29,7 +29,7 @@ Wait at least the given delay time. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L131) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L131) ___ @@ -41,7 +41,7 @@ The OTA Provider is conveying a desire to rescind a previously provided Software #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L136) ___ @@ -53,4 +53,4 @@ Apply the update. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L126) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.DownloadProtocol.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.DownloadProtocol.md index 5398edbf70..e1416f25c8 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.DownloadProtocol.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.DownloadProtocol.md @@ -31,7 +31,7 @@ Indicates support for asynchronous BDX. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L36) ___ @@ -43,7 +43,7 @@ Indicates support for synchronous BDX. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L31) ___ @@ -55,7 +55,7 @@ Indicates support for HTTPS. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L41) ___ @@ -67,4 +67,4 @@ Indicates support for vendor specific protocol. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L46) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.Status.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.Status.md index 3b7721c1fb..392ae1f791 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.Status.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateProvider.Status.md @@ -29,7 +29,7 @@ Indicates OTA Provider may have an update, but it is not ready yet. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L79) ___ @@ -41,7 +41,7 @@ Indicates that the requested download protocol is not supported by the OTA Provi #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L89) ___ @@ -53,7 +53,7 @@ Indicates that there is definitely no update currently available from the OTA Pr #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L84) ___ @@ -65,4 +65,4 @@ Indicates that the OTA Provider has an update available. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L74) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.AnnouncementReason.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.AnnouncementReason.md index 7da9caee6c..24f2d6009c 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.AnnouncementReason.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.AnnouncementReason.md @@ -26,7 +26,7 @@ An OTA Provider is announcing its presence. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L100) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L100) ___ @@ -39,7 +39,7 @@ be available. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L106) ___ @@ -52,4 +52,4 @@ be available, which contains an update that needs to be applied urgently. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L112) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.ChangeReason.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.ChangeReason.md index 328c36c0eb..260208e806 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.ChangeReason.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.ChangeReason.md @@ -30,7 +30,7 @@ The reason for a state change is a request by the OTA Provider to wait. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L158) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L158) ___ @@ -42,7 +42,7 @@ The reason for a state change is the failure of a prior operation. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L148) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L148) ___ @@ -54,7 +54,7 @@ The reason for a state change is the success of a prior operation. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L143) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L143) ___ @@ -66,7 +66,7 @@ The reason for a state change is a time-out. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L153) ___ @@ -78,4 +78,4 @@ The reason for a state change is unknown. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L138) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L138) diff --git a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.UpdateState.md b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.UpdateState.md index b701c2c0fe..4a1c584e39 100644 --- a/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.UpdateState.md +++ b/docs/matter.js/enums/cluster_export.OtaSoftwareUpdateRequestor.UpdateState.md @@ -32,7 +32,7 @@ Indicate a Node currently in the process of verifying and applying a software up #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L75) ___ @@ -44,7 +44,7 @@ Indicate a Node waiting caused by AwaitNextAction response. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L80) ___ @@ -56,7 +56,7 @@ Indicate a Node waiting after a Busy response. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L65) ___ @@ -68,7 +68,7 @@ Indicate a Node is capable of user consent. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L90) ___ @@ -80,7 +80,7 @@ Indicate a Node currently in the process of downloading a software update. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L70) ___ @@ -92,7 +92,7 @@ Indicate a Node not yet in the process of software update. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L55) ___ @@ -104,7 +104,7 @@ Indicate a Node in the process of querying an OTA Provider. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L60) ___ @@ -116,7 +116,7 @@ Indicate a Node in the process of recovering to a previous version. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L85) ___ @@ -128,4 +128,4 @@ Current state is not yet determined. #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L50) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatApprovedChemistry.md b/docs/matter.js/enums/cluster_export.PowerSource.BatApprovedChemistry.md index 70cd25fffb..785676a159 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatApprovedChemistry.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatApprovedChemistry.md @@ -56,7 +56,7 @@ Cell chemistry is alkaline #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L608) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L608) ___ @@ -68,7 +68,7 @@ Cell chemistry is lead acid #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:683](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L683) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:683](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L683) ___ @@ -80,7 +80,7 @@ Cell chemistry is lithium carbon fluoride #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:613](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L613) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:613](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L613) ___ @@ -92,7 +92,7 @@ Cell chemistry is lithium chromium oxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:618](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L618) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:618](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L618) ___ @@ -104,7 +104,7 @@ Cell chemistry is lithium cobalt oxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:688](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L688) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:688](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L688) ___ @@ -116,7 +116,7 @@ Cell chemistry is lithium copper oxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:623](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L623) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:623](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L623) ___ @@ -128,7 +128,7 @@ Cell chemistry is lithium ion #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:693](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L693) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:693](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L693) ___ @@ -140,7 +140,7 @@ Cell chemistry is lithium ion polymer #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:698](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L698) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:698](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L698) ___ @@ -152,7 +152,7 @@ Cell chemistry is lithium iron disulfide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:628](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L628) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:628](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L628) ___ @@ -164,7 +164,7 @@ Cell chemistry is lithium iron phosphate #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:703](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L703) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:703](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L703) ___ @@ -176,7 +176,7 @@ Cell chemistry is lithium manganese dioxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:633](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L633) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:633](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L633) ___ @@ -188,7 +188,7 @@ Cell chemistry is lithium sulfur #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:708](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L708) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:708](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L708) ___ @@ -200,7 +200,7 @@ Cell chemistry is lithium thionyl chloride #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:638](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L638) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:638](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L638) ___ @@ -212,7 +212,7 @@ Cell chemistry is lithium titanate #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:713](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L713) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:713](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L713) ___ @@ -224,7 +224,7 @@ Cell chemistry is magnesium #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:643](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L643) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:643](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L643) ___ @@ -236,7 +236,7 @@ Cell chemistry is mercury oxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:648](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L648) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:648](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L648) ___ @@ -248,7 +248,7 @@ Cell chemistry is nickel cadmium #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L718) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L718) ___ @@ -260,7 +260,7 @@ Cell chemistry is nickel hydrogen #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:723](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L723) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:723](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L723) ___ @@ -272,7 +272,7 @@ Cell chemistry is nickel iron #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:728](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L728) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:728](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L728) ___ @@ -284,7 +284,7 @@ Cell chemistry is nickel metal hydride #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:733](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L733) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:733](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L733) ___ @@ -296,7 +296,7 @@ Cell chemistry is nickel oxyhydride #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:653](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L653) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:653](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L653) ___ @@ -308,7 +308,7 @@ Cell chemistry is nickel zinc #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:738](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L738) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:738](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L738) ___ @@ -320,7 +320,7 @@ Cell chemistry is silver oxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:658](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L658) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:658](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L658) ___ @@ -332,7 +332,7 @@ Cell chemistry is silver zinc #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:743](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L743) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:743](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L743) ___ @@ -344,7 +344,7 @@ Cell chemistry is sodium ion #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:748](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L748) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:748](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L748) ___ @@ -356,7 +356,7 @@ Cell chemistry is sodium sulfur #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:753](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L753) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:753](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L753) ___ @@ -368,7 +368,7 @@ Cell chemistry is unspecified or unknown #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:603](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L603) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:603](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L603) ___ @@ -380,7 +380,7 @@ Cell chemistry is zinc air #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:663](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L663) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:663](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L663) ___ @@ -392,7 +392,7 @@ Cell chemistry is zinc bromide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:758](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L758) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:758](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L758) ___ @@ -404,7 +404,7 @@ Cell chemistry is zinc carbon #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:668](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L668) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:668](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L668) ___ @@ -416,7 +416,7 @@ Cell chemistry is zinc cerium #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:763](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L763) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:763](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L763) ___ @@ -428,7 +428,7 @@ Cell chemistry is zinc chloride #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:673](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L673) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:673](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L673) ___ @@ -440,4 +440,4 @@ Cell chemistry is zinc manganese dioxide #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:678](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L678) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:678](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L678) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeFault.md b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeFault.md index 8af34ed405..b280d5b793 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeFault.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeFault.md @@ -34,7 +34,7 @@ The Node detects the ambient temperature is below the nominal range for this bat #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:808](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L808) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:808](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L808) ___ @@ -46,7 +46,7 @@ The Node detects the ambient temperature is above the nominal range for this bat #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:803](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L803) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:803](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L803) ___ @@ -58,7 +58,7 @@ The Node detects this battery source is not present. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:823](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L823) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:823](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L823) ___ @@ -70,7 +70,7 @@ The Node detects this battery source is over voltage. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:828](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L828) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:828](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L828) ___ @@ -82,7 +82,7 @@ The Node detects the temperature of this battery source is below the nominal ran #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:818](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L818) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:818](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L818) ___ @@ -94,7 +94,7 @@ The Node detects the temperature of this battery source is above the nominal ran #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:813](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L813) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:813](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L813) ___ @@ -106,7 +106,7 @@ The Node detects this battery source is under voltage. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:833](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L833) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:833](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L833) ___ @@ -118,7 +118,7 @@ The Node detects the charger for this battery source is over voltage. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:838](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L838) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:838](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L838) ___ @@ -130,7 +130,7 @@ The Node detects the charger for this battery source is under voltage. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:843](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L843) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:843](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L843) ___ @@ -142,7 +142,7 @@ The Node detects a charging safety timeout for this battery source. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:848](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L848) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:848](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L848) ___ @@ -154,4 +154,4 @@ The Node detects an unspecified fault on this battery source. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:798](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L798) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:798](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L798) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeLevel.md b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeLevel.md index c2cc85cd9e..da6884d03e 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeLevel.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeLevel.md @@ -26,7 +26,7 @@ Charge level is critical, immediate intervention is required #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L128) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L128) ___ @@ -38,7 +38,7 @@ Charge level is nominal #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L118) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L118) ___ @@ -50,4 +50,4 @@ Charge level is low, intervention may soon be required. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L123) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L123) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeState.md b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeState.md index c39bbf2f41..43ff3b008e 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatChargeState.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatChargeState.md @@ -27,7 +27,7 @@ The battery is at full charge #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:783](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L783) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:783](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L783) ___ @@ -39,7 +39,7 @@ The battery is charging #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:778](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L778) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:778](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L778) ___ @@ -51,7 +51,7 @@ The battery is not charging #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:788](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L788) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:788](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L788) ___ @@ -63,4 +63,4 @@ Unable to determine the charging state #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:773](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L773) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:773](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L773) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatCommonDesignation.md b/docs/matter.js/enums/cluster_export.PowerSource.BatCommonDesignation.md index e09155e3c2..09807d0593 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatCommonDesignation.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatCommonDesignation.md @@ -104,7 +104,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:233](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L233) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:233](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L233) ___ @@ -116,7 +116,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:308](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L308) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:308](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L308) ___ @@ -128,7 +128,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:313](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L313) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L313) ___ @@ -140,7 +140,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:348](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L348) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:348](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L348) ___ @@ -152,7 +152,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L318) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L318) ___ @@ -164,7 +164,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L323) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L323) ___ @@ -176,7 +176,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L293) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L293) ___ @@ -188,7 +188,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L218) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L218) ___ @@ -200,7 +200,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:328](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L328) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:328](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L328) ___ @@ -212,7 +212,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L223) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L223) ___ @@ -224,7 +224,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L228) ___ @@ -236,7 +236,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:243](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L243) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:243](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L243) ___ @@ -248,7 +248,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:478](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L478) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:478](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L478) ___ @@ -260,7 +260,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:483](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L483) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:483](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L483) ___ @@ -272,7 +272,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L273) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L273) ___ @@ -284,7 +284,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L278) ___ @@ -296,7 +296,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:488](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L488) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:488](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L488) ___ @@ -308,7 +308,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:473](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L473) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:473](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L473) ___ @@ -320,7 +320,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:493](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L493) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:493](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L493) ___ @@ -332,7 +332,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:203](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L203) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:203](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L203) ___ @@ -344,7 +344,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L198) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L198) ___ @@ -356,7 +356,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L238) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L238) ___ @@ -368,7 +368,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:498](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L498) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:498](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L498) ___ @@ -380,7 +380,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L248) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L248) ___ @@ -392,7 +392,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L283) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L283) ___ @@ -404,7 +404,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L208) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L208) ___ @@ -416,7 +416,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L338) ___ @@ -428,7 +428,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L343) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L343) ___ @@ -440,7 +440,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:353](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L353) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:353](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L353) ___ @@ -452,7 +452,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:358](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L358) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:358](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L358) ___ @@ -464,7 +464,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L213) ___ @@ -476,7 +476,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:288](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L288) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:288](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L288) ___ @@ -488,7 +488,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L503) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L503) ___ @@ -500,7 +500,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:508](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L508) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:508](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L508) ___ @@ -512,7 +512,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L513) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L513) ___ @@ -524,7 +524,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:518](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L518) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:518](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L518) ___ @@ -536,7 +536,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:523](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L523) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:523](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L523) ___ @@ -548,7 +548,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:528](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L528) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:528](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L528) ___ @@ -560,7 +560,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:533](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L533) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:533](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L533) ___ @@ -572,7 +572,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:538](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L538) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:538](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L538) ___ @@ -584,7 +584,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:543](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L543) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:543](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L543) ___ @@ -596,7 +596,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:553](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L553) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:553](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L553) ___ @@ -608,7 +608,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:558](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L558) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:558](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L558) ___ @@ -620,7 +620,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:563](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L563) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:563](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L563) ___ @@ -632,7 +632,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:568](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L568) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:568](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L568) ___ @@ -644,7 +644,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:573](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L573) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:573](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L573) ___ @@ -656,7 +656,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:578](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L578) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:578](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L578) ___ @@ -668,7 +668,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:583](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L583) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:583](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L583) ___ @@ -680,7 +680,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:588](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L588) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:588](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L588) ___ @@ -692,7 +692,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:593](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L593) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:593](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L593) ___ @@ -704,7 +704,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:298](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L298) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:298](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L298) ___ @@ -716,7 +716,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L303) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L303) ___ @@ -728,7 +728,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:253](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L253) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:253](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L253) ___ @@ -740,7 +740,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:333](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L333) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:333](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L333) ___ @@ -752,7 +752,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:468](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L468) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:468](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L468) ___ @@ -764,7 +764,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L258) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L258) ___ @@ -776,7 +776,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L263) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L263) ___ @@ -788,7 +788,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:548](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L548) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:548](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L548) ___ @@ -800,7 +800,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L363) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L363) ___ @@ -812,7 +812,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:368](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L368) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:368](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L368) ___ @@ -824,7 +824,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:373](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L373) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:373](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L373) ___ @@ -836,7 +836,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:378](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L378) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:378](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L378) ___ @@ -848,7 +848,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:383](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L383) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:383](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L383) ___ @@ -860,7 +860,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L453) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L453) ___ @@ -872,7 +872,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:388](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L388) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:388](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L388) ___ @@ -884,7 +884,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:393](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L393) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:393](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L393) ___ @@ -896,7 +896,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:398](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L398) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:398](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L398) ___ @@ -908,7 +908,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:403](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L403) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:403](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L403) ___ @@ -920,7 +920,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:408](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L408) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:408](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L408) ___ @@ -932,7 +932,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:413](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L413) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:413](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L413) ___ @@ -944,7 +944,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:418](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L418) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:418](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L418) ___ @@ -956,7 +956,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:423](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L423) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:423](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L423) ___ @@ -968,7 +968,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:428](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L428) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:428](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L428) ___ @@ -980,7 +980,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:433](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L433) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:433](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L433) ___ @@ -992,7 +992,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:438](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L438) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:438](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L438) ___ @@ -1004,7 +1004,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:443](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L443) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:443](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L443) ___ @@ -1016,7 +1016,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:448](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L448) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:448](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L448) ___ @@ -1028,7 +1028,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L463) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L463) ___ @@ -1040,7 +1040,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:458](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L458) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:458](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L458) ___ @@ -1052,7 +1052,7 @@ Common type is as specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L268) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L268) ___ @@ -1064,4 +1064,4 @@ Common type is unknown or unspecified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L193) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L193) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatFault.md b/docs/matter.js/enums/cluster_export.PowerSource.BatFault.md index 2ad04561bf..761670d525 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatFault.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatFault.md @@ -26,7 +26,7 @@ The Node detects the temperature of this battery power source is above ideal ope #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L168) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L168) ___ @@ -38,7 +38,7 @@ The Node detects the temperature of this battery power source is below ideal ope #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L173) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L173) ___ @@ -50,4 +50,4 @@ The Node detects an unspecified fault on this battery power source. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L163) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.BatReplaceability.md b/docs/matter.js/enums/cluster_export.PowerSource.BatReplaceability.md index eb9f28a128..c03898ebf5 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.BatReplaceability.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.BatReplaceability.md @@ -27,7 +27,7 @@ The battery is replaceable by an authorized factory technician. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L153) ___ @@ -39,7 +39,7 @@ The battery is not replaceable. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:143](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L143) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:143](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L143) ___ @@ -51,7 +51,7 @@ The replaceability is unspecified or unknown. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L138) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L138) ___ @@ -63,4 +63,4 @@ The battery is replaceable by the user or customer. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L148) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L148) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.Feature.md b/docs/matter.js/enums/cluster_export.PowerSource.Feature.md index f5f5b0df9d..90f065e9ad 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.Feature.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.Feature.md @@ -31,7 +31,7 @@ A battery power source #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:879](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L879) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:879](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L879) ___ @@ -45,7 +45,7 @@ A rechargeable battery power source (requires Battery feature) #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:886](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L886) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:886](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L886) ___ @@ -59,7 +59,7 @@ A replaceable battery power source (requires Battery feature) #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:893](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L893) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:893](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L893) ___ @@ -73,4 +73,4 @@ A wired power source #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:872](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L872) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:872](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L872) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.PowerSourceStatus.md b/docs/matter.js/enums/cluster_export.PowerSource.PowerSourceStatus.md index b9870b5f12..394717e897 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.PowerSourceStatus.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.PowerSourceStatus.md @@ -27,7 +27,7 @@ Indicate the source is available and currently supplying power #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L40) ___ @@ -39,7 +39,7 @@ Indicate the source is available, but is not currently supplying power #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L45) ___ @@ -51,7 +51,7 @@ Indicate the source is not currently available to supply power #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L50) ___ @@ -63,4 +63,4 @@ Indicate the source status is not specified #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L35) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L35) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.WiredCurrentType.md b/docs/matter.js/enums/cluster_export.PowerSource.WiredCurrentType.md index fd9deeb8f3..d8e98b2b95 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.WiredCurrentType.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.WiredCurrentType.md @@ -25,7 +25,7 @@ Indicates AC current #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L60) ___ @@ -37,4 +37,4 @@ Indicates DC current #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L65) diff --git a/docs/matter.js/enums/cluster_export.PowerSource.WiredFault.md b/docs/matter.js/enums/cluster_export.PowerSource.WiredFault.md index 22c29b7fca..94a8b44dfb 100644 --- a/docs/matter.js/enums/cluster_export.PowerSource.WiredFault.md +++ b/docs/matter.js/enums/cluster_export.PowerSource.WiredFault.md @@ -26,7 +26,7 @@ The Node detects the supplied voltage is above maximum supported value for this #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L80) ___ @@ -38,7 +38,7 @@ The Node detects the supplied voltage is below maximum supported value for this #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L85) ___ @@ -50,4 +50,4 @@ The Node detects an unspecified fault on this wired power source. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L75) diff --git a/docs/matter.js/enums/cluster_export.PressureMeasurement.Feature.md b/docs/matter.js/enums/cluster_export.PressureMeasurement.Feature.md index 212b4f8186..6d384335ea 100644 --- a/docs/matter.js/enums/cluster_export.PressureMeasurement.Feature.md +++ b/docs/matter.js/enums/cluster_export.PressureMeasurement.Feature.md @@ -28,4 +28,4 @@ The cluster is capable of extended range and resolution #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L28) diff --git a/docs/matter.js/enums/cluster_export.PulseWidthModulation.Feature.md b/docs/matter.js/enums/cluster_export.PulseWidthModulation.Feature.md index a552e82007..901a5d086b 100644 --- a/docs/matter.js/enums/cluster_export.PulseWidthModulation.Feature.md +++ b/docs/matter.js/enums/cluster_export.PulseWidthModulation.Feature.md @@ -31,7 +31,7 @@ control. #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L141) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L141) ___ @@ -45,7 +45,7 @@ Behavior that supports lighting applications #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L133) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L133) ___ @@ -59,4 +59,4 @@ Dependency with the On/Off cluster #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L126) diff --git a/docs/matter.js/enums/cluster_export.PulseWidthModulation.MoveMode.md b/docs/matter.js/enums/cluster_export.PulseWidthModulation.MoveMode.md index 8ae3d0ad68..96f82b4be7 100644 --- a/docs/matter.js/enums/cluster_export.PulseWidthModulation.MoveMode.md +++ b/docs/matter.js/enums/cluster_export.PulseWidthModulation.MoveMode.md @@ -25,7 +25,7 @@ The value of PulseWidthModulation.moveMode #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L53) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L52) diff --git a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.ControlMode.md b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.ControlMode.md index a5e2d3b8c3..4c5284681b 100644 --- a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.ControlMode.md +++ b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.ControlMode.md @@ -38,7 +38,7 @@ pump is entirely determined by the pump. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L209) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L209) ___ @@ -59,7 +59,7 @@ MaxMeasuredValue] attributes of the remote flow sensor. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L185) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L185) ___ @@ -80,7 +80,7 @@ MaxConstPressure] attributes. In case of a remote pressure sensor, this will be #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L162) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L162) ___ @@ -99,7 +99,7 @@ attributes. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L150) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L150) ___ @@ -120,7 +120,7 @@ attributes. In case of a remote temperature sensor, this will be the range deriv #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L197) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L197) ___ @@ -140,4 +140,4 @@ flow ⇒ lower internal setpoint). #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L173) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L173) diff --git a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.Feature.md b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.Feature.md index 3d8aac0ad8..b3e0c7d7ce 100644 --- a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.Feature.md +++ b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.Feature.md @@ -34,7 +34,7 @@ Supports operating in automatic mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L258) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L258) ___ @@ -48,7 +48,7 @@ Supports operating in compensated pressure mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L230) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L230) ___ @@ -62,7 +62,7 @@ Supports operating in constant flow mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L237) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L237) ___ @@ -76,7 +76,7 @@ Supports operating in constant pressure mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L223) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L223) ___ @@ -90,7 +90,7 @@ Supports operating in constant speed mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L244) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L244) ___ @@ -104,7 +104,7 @@ Supports operating in constant temperature mode #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L251) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L251) ___ @@ -118,4 +118,4 @@ Supports operating using local settings #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L265) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L265) diff --git a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.OperationMode.md b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.OperationMode.md index d540ba96f6..b40ae7d15b 100644 --- a/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.OperationMode.md +++ b/docs/matter.js/enums/cluster_export.PumpConfigurationAndControl.OperationMode.md @@ -27,7 +27,7 @@ This value sets the pump to run with the local settings of the pump, regardless #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L135) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L135) ___ @@ -39,7 +39,7 @@ This value sets the pump to run at its maximum possible speed. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L130) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L130) ___ @@ -51,7 +51,7 @@ This value sets the pump to run at the minimum possible speed it can without bei #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L125) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L125) ___ @@ -71,4 +71,4 @@ between 0% and 100%, e.g., by means of the Level Control cluster #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L120) diff --git a/docs/matter.js/enums/cluster_export.Scenes.Feature.md b/docs/matter.js/enums/cluster_export.Scenes.Feature.md index 2068287df1..235d663939 100644 --- a/docs/matter.js/enums/cluster_export.Scenes.Feature.md +++ b/docs/matter.js/enums/cluster_export.Scenes.Feature.md @@ -28,4 +28,4 @@ The ability to store a name for a scene. #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L332) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L332) diff --git a/docs/matter.js/enums/cluster_export.SoftwareDiagnostics.Feature.md b/docs/matter.js/enums/cluster_export.SoftwareDiagnostics.Feature.md index 53a4f658fd..0f590748eb 100644 --- a/docs/matter.js/enums/cluster_export.SoftwareDiagnostics.Feature.md +++ b/docs/matter.js/enums/cluster_export.SoftwareDiagnostics.Feature.md @@ -28,4 +28,4 @@ Node makes available the metrics for high watermark related to memory consumptio #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L106) diff --git a/docs/matter.js/enums/cluster_export.Switch.Feature.md b/docs/matter.js/enums/cluster_export.Switch.Feature.md index 9dfcc51c99..b8394d8d3f 100644 --- a/docs/matter.js/enums/cluster_export.Switch.Feature.md +++ b/docs/matter.js/enums/cluster_export.Switch.Feature.md @@ -30,7 +30,7 @@ LatchingSwitch #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L81) ___ @@ -42,7 +42,7 @@ MomentarySwitch #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L86) ___ @@ -54,7 +54,7 @@ MomentarySwitchLongPress #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L96) ___ @@ -66,7 +66,7 @@ MomentarySwitchMultiPress #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L101) ___ @@ -78,4 +78,4 @@ MomentarySwitchRelease #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L91) diff --git a/docs/matter.js/enums/cluster_export.TargetNavigator.Status.md b/docs/matter.js/enums/cluster_export.TargetNavigator.Status.md index fc4609b386..f2213411ac 100644 --- a/docs/matter.js/enums/cluster_export.TargetNavigator.Status.md +++ b/docs/matter.js/enums/cluster_export.TargetNavigator.Status.md @@ -26,7 +26,7 @@ Target request is not allowed in current state. #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L79) ___ @@ -38,7 +38,7 @@ Command succeeded #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L69) ___ @@ -50,4 +50,4 @@ Requested target was not found in the TargetList #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L74) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.AcCapacityFormat.md b/docs/matter.js/enums/cluster_export.Thermostat.AcCapacityFormat.md index cf204fe4dd..5909ee796c 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.AcCapacityFormat.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.AcCapacityFormat.md @@ -26,4 +26,4 @@ British Thermal Unit per Hour #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L404) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L404) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.AcCompressorType.md b/docs/matter.js/enums/cluster_export.Thermostat.AcCompressorType.md index a18cdac510..b89bd5bf22 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.AcCompressorType.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.AcCompressorType.md @@ -29,7 +29,7 @@ Max working ambient 43 °C #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L318) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L318) ___ @@ -41,7 +41,7 @@ Max working ambient 35 °C #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L323) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L323) ___ @@ -53,7 +53,7 @@ Max working ambient 52 °C #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:328](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L328) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:328](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L328) ___ @@ -65,4 +65,4 @@ Unknown compressor type #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:313](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L313) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L313) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.AcLouverPosition.md b/docs/matter.js/enums/cluster_export.Thermostat.AcLouverPosition.md index 3ae16e5c01..7506061e0f 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.AcLouverPosition.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.AcLouverPosition.md @@ -30,7 +30,7 @@ Fully Closed #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:372](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L372) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:372](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L372) ___ @@ -42,7 +42,7 @@ Half Open #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:387](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L387) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:387](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L387) ___ @@ -54,7 +54,7 @@ Fully Open #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L377) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L377) ___ @@ -66,7 +66,7 @@ Quarter Open #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:382](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L382) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:382](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L382) ___ @@ -78,4 +78,4 @@ Three Quarters Open #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L392) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L392) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.AcRefrigerantType.md b/docs/matter.js/enums/cluster_export.Thermostat.AcRefrigerantType.md index 6c548d97d1..d0131958c9 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.AcRefrigerantType.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.AcRefrigerantType.md @@ -29,7 +29,7 @@ R22 Refrigerant #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L291) ___ @@ -41,7 +41,7 @@ R407c Refrigerant #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:301](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L301) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L301) ___ @@ -53,7 +53,7 @@ R410a Refrigerant #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L296) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L296) ___ @@ -65,4 +65,4 @@ Unknown Refrigerant Type #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L286) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L286) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.AcType.md b/docs/matter.js/enums/cluster_export.Thermostat.AcType.md index 0a35ad0c8d..2ec9b7e74c 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.AcType.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.AcType.md @@ -30,7 +30,7 @@ Cooling and Fixed Speed #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L259) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:259](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L259) ___ @@ -42,7 +42,7 @@ Cooling and Inverter #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:269](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L269) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:269](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L269) ___ @@ -54,7 +54,7 @@ Heat Pump and Fixed Speed #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L264) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L264) ___ @@ -66,7 +66,7 @@ Heat Pump and Inverter #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:274](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L274) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:274](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L274) ___ @@ -78,4 +78,4 @@ Unknown AC Type #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L254) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L254) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.ControlSequenceOfOperation.md b/docs/matter.js/enums/cluster_export.Thermostat.ControlSequenceOfOperation.md index 0f7aa53074..e344908de1 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.ControlSequenceOfOperation.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.ControlSequenceOfOperation.md @@ -31,7 +31,7 @@ All modes are possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L82) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L82) ___ @@ -43,7 +43,7 @@ All modes are possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L87) ___ @@ -55,7 +55,7 @@ Heat and Emergency are not possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L62) ___ @@ -67,7 +67,7 @@ Heat and Emergency are not possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L67) ___ @@ -79,7 +79,7 @@ Cool and precooling (see Terms) are not possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L72) ___ @@ -91,4 +91,4 @@ Cool and precooling are not possible #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L77) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.Feature.md b/docs/matter.js/enums/cluster_export.Thermostat.Feature.md index 42685bc142..d53ba3e6ef 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.Feature.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.Feature.md @@ -34,7 +34,7 @@ Supports a System Mode of Auto #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:566](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L566) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:566](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L566) ___ @@ -48,7 +48,7 @@ Thermostat is capable of managing a cooling device #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:538](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L538) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:538](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L538) ___ @@ -62,7 +62,7 @@ Thermostat is capable of managing a heating device #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:531](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L531) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:531](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L531) ___ @@ -76,7 +76,7 @@ Thermostat does not expose the LocalTemperature Value in the LocalTemperature at #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:573](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L573) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:573](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L573) ___ @@ -90,7 +90,7 @@ Supports Occupied and Unoccupied setpoints #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:545](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L545) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:545](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L545) ___ @@ -104,7 +104,7 @@ Supports remote configuration of a weekly schedule of setpoint transitions #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:552](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L552) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:552](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L552) ___ @@ -118,4 +118,4 @@ Supports configurable setback (or span) #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:559](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L559) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:559](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L559) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.SetpointAdjustMode.md b/docs/matter.js/enums/cluster_export.Thermostat.SetpointAdjustMode.md index af415e74a4..ec7cf0ac3e 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.SetpointAdjustMode.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.SetpointAdjustMode.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:410](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L410) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:410](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L410) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:409](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L409) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:409](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L409) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:408](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L408) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:408](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L408) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.SetpointChangeSource.md b/docs/matter.js/enums/cluster_export.Thermostat.SetpointChangeSource.md index 3a60a4d9dd..e5a63526d8 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.SetpointChangeSource.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.SetpointChangeSource.md @@ -28,7 +28,7 @@ Externally-initiated setpoint change (e.g., DRLC cluster command, attribute writ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L242) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L242) ___ @@ -40,7 +40,7 @@ Manual, user-initiated setpoint change via the thermostat #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L232) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L232) ___ @@ -52,4 +52,4 @@ Schedule/internal programming-initiated setpoint change #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L237) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L237) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.StartOfWeek.md b/docs/matter.js/enums/cluster_export.Thermostat.StartOfWeek.md index 9f4c9cd14b..e20b54ea54 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.StartOfWeek.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.StartOfWeek.md @@ -30,7 +30,7 @@ The value of the Thermostat startOfWeek attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:452](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L452) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:452](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L452) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:448](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L448) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:448](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L448) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:453](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L453) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:453](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L453) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:447](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L447) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:447](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L447) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:451](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L451) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:451](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L451) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:449](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L449) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:449](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L449) ___ @@ -90,4 +90,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:450](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L450) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:450](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L450) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.SystemMode.md b/docs/matter.js/enums/cluster_export.Thermostat.SystemMode.md index ef1659c022..03fcb45a90 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.SystemMode.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.SystemMode.md @@ -34,7 +34,7 @@ Demand is generated for either Cooling or Heating, as required #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L104) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L104) ___ @@ -46,7 +46,7 @@ Demand is only generated for Cooling #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L109) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L127) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L127) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L119) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L119) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L126) ___ @@ -90,7 +90,7 @@ Demand is only generated for Heating #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L114) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L114) ___ @@ -102,7 +102,7 @@ The Thermostat does not generate demand for Cooling or Heating #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L99) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L99) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L124) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L124) ___ @@ -124,4 +124,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L128) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L128) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.TemperatureSetpointHold.md b/docs/matter.js/enums/cluster_export.Thermostat.TemperatureSetpointHold.md index 32dd5c2d0b..74cbbad9c4 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.TemperatureSetpointHold.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.TemperatureSetpointHold.md @@ -27,7 +27,7 @@ Follow scheduling program #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L151) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L151) ___ @@ -39,4 +39,4 @@ Maintain current setpoint, regardless of schedule transitions #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L156) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L156) diff --git a/docs/matter.js/enums/cluster_export.Thermostat.ThermostatRunningMode.md b/docs/matter.js/enums/cluster_export.Thermostat.ThermostatRunningMode.md index 746ca4a99e..922bdec454 100644 --- a/docs/matter.js/enums/cluster_export.Thermostat.ThermostatRunningMode.md +++ b/docs/matter.js/enums/cluster_export.Thermostat.ThermostatRunningMode.md @@ -26,7 +26,7 @@ The value of the Thermostat thermostatRunningMode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:437](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L437) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:437](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L437) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:438](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L438) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:438](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L438) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:436](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L436) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:436](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L436) diff --git a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.KeypadLockout.md b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.KeypadLockout.md index 8d873b3d9b..cd731ca889 100644 --- a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.KeypadLockout.md +++ b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.KeypadLockout.md @@ -31,7 +31,7 @@ Level 1 reduced functionality #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L46) ___ @@ -43,7 +43,7 @@ Level 2 reduced functionality #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L51) ___ @@ -55,7 +55,7 @@ Level 3 reduced functionality #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L56) ___ @@ -67,7 +67,7 @@ Level 4 reduced functionality #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L61) ___ @@ -79,7 +79,7 @@ Least functionality available to the user #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L66) ___ @@ -91,4 +91,4 @@ All functionality available to the user #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L41) diff --git a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.ScheduleProgrammingVisibility.md b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.ScheduleProgrammingVisibility.md index a7d34312e4..2929dd0f91 100644 --- a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.ScheduleProgrammingVisibility.md +++ b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.ScheduleProgrammingVisibility.md @@ -27,7 +27,7 @@ Local schedule programming functionality is disabled at the thermostat #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L83) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L83) ___ @@ -39,4 +39,4 @@ Local schedule programming functionality is enabled at the thermostat #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L78) diff --git a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.TemperatureDisplayMode.md b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.TemperatureDisplayMode.md index 448383c405..5ab1e64f18 100644 --- a/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.TemperatureDisplayMode.md +++ b/docs/matter.js/enums/cluster_export.ThermostatUserInterfaceConfiguration.TemperatureDisplayMode.md @@ -27,7 +27,7 @@ Temperature displayed in °C #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L24) ___ @@ -39,4 +39,4 @@ Temperature displayed in °F #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L29) diff --git a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.ConnectionStatus.md b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.ConnectionStatus.md index 66f40cc3e6..9560c72bc2 100644 --- a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.ConnectionStatus.md +++ b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.ConnectionStatus.md @@ -25,7 +25,7 @@ Node is connected #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:403](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L403) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:403](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L403) ___ @@ -37,4 +37,4 @@ Node is not connected #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:408](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L408) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:408](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L408) diff --git a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.Feature.md b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.Feature.md index 683f073785..f6b7d88eec 100644 --- a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.Feature.md +++ b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.Feature.md @@ -32,7 +32,7 @@ of packets on the Thread interface. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:460](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L460) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:460](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L460) ___ @@ -46,7 +46,7 @@ Server supports the counts for various MAC layer happenings. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:474](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L474) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:474](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L474) ___ @@ -60,7 +60,7 @@ Server supports the counts for various MLE layer happenings. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:467](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L467) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:467](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L467) ___ @@ -74,4 +74,4 @@ Server supports the counts for the number of received and transmitted packets on #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:452](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L452) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:452](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L452) diff --git a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.NetworkFault.md b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.NetworkFault.md index 8882cecf5f..7cf2c1b66e 100644 --- a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.NetworkFault.md +++ b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.NetworkFault.md @@ -27,7 +27,7 @@ Indicates there has been Thread hardware failure. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:388](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L388) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:388](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L388) ___ @@ -39,7 +39,7 @@ Indicates the Thread link is down. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:383](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L383) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:383](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L383) ___ @@ -51,7 +51,7 @@ Indicates the Thread network is jammed. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:393](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L393) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:393](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L393) ___ @@ -63,4 +63,4 @@ Indicates an unspecified fault. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:378](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L378) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:378](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L378) diff --git a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.RoutingRole.md b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.RoutingRole.md index 9b34bdfc73..bf587e64b3 100644 --- a/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.RoutingRole.md +++ b/docs/matter.js/enums/cluster_export.ThreadNetworkDiagnostics.RoutingRole.md @@ -30,7 +30,7 @@ The Node acts as an End Device without RX- off-when-idle sleepy radio behavior. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L53) ___ @@ -42,7 +42,7 @@ The Node acts as a Leader Device. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L68) ___ @@ -54,7 +54,7 @@ The Node acts as an Router Eligible End Device. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L58) ___ @@ -66,7 +66,7 @@ The Node acts as a Router Device. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L63) ___ @@ -78,7 +78,7 @@ The Node acts as a Sleepy End Device with RX-off-when-idle sleepy radio behavior #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L48) ___ @@ -91,7 +91,7 @@ or operational. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L43) ___ @@ -103,4 +103,4 @@ Unspecified routing role. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L37) diff --git a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.CalendarType.md b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.CalendarType.md index 5cb0f07447..8b04f5bb35 100644 --- a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.CalendarType.md +++ b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.CalendarType.md @@ -35,7 +35,7 @@ Dates conveyed using the Buddhist calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L40) ___ @@ -47,7 +47,7 @@ Dates conveyed using the Chinese calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L45) ___ @@ -59,7 +59,7 @@ Dates conveyed using the Coptic calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L50) ___ @@ -71,7 +71,7 @@ Dates conveyed using the Ethiopian calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L55) ___ @@ -83,7 +83,7 @@ Dates conveyed using the Gregorian calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L60) ___ @@ -95,7 +95,7 @@ Dates conveyed using the Hebrew calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L65) ___ @@ -107,7 +107,7 @@ Dates conveyed using the Indian calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L70) ___ @@ -119,7 +119,7 @@ Dates conveyed using the Islamic calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L75) ___ @@ -131,7 +131,7 @@ Dates conveyed using the Japanese calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L80) ___ @@ -143,7 +143,7 @@ Dates conveyed using the Korean calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L85) ___ @@ -155,7 +155,7 @@ Dates conveyed using the Persian calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L90) ___ @@ -167,4 +167,4 @@ Dates conveyed using the Taiwanese calendar #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L95) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L95) diff --git a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.Feature.md b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.Feature.md index 67e2c7e0ef..295924848d 100644 --- a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.Feature.md +++ b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.Feature.md @@ -28,4 +28,4 @@ The Node can be configured to use different calendar formats when conveying valu #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L109) diff --git a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.HourFormat.md b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.HourFormat.md index 05ef1156fb..98c3ed893c 100644 --- a/docs/matter.js/enums/cluster_export.TimeFormatLocalization.HourFormat.md +++ b/docs/matter.js/enums/cluster_export.TimeFormatLocalization.HourFormat.md @@ -25,7 +25,7 @@ Time conveyed with a 12-hour clock #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L25) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L25) ___ @@ -37,4 +37,4 @@ Time conveyed with a 24-hour clock #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L30) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L30) diff --git a/docs/matter.js/enums/cluster_export.TimeSync.Feature.md b/docs/matter.js/enums/cluster_export.TimeSync.Feature.md index 1cce57f568..944fc76e5d 100644 --- a/docs/matter.js/enums/cluster_export.TimeSync.Feature.md +++ b/docs/matter.js/enums/cluster_export.TimeSync.Feature.md @@ -30,7 +30,7 @@ Server supports an NTP or SNTP client. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L278) ___ @@ -44,7 +44,7 @@ Server supports an NTP server role. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L285) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:285](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L285) ___ @@ -58,4 +58,4 @@ Server supports time zone. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L271) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L271) diff --git a/docs/matter.js/enums/cluster_export.TimeSync.Granularity.md b/docs/matter.js/enums/cluster_export.TimeSync.Granularity.md index bbaaf847c3..693c5f06a6 100644 --- a/docs/matter.js/enums/cluster_export.TimeSync.Granularity.md +++ b/docs/matter.js/enums/cluster_export.TimeSync.Granularity.md @@ -29,7 +29,7 @@ protocol such as PTP, or has built-in GNSS. UTC time is accurate to ± 10 μs. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L66) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L66) ___ @@ -43,7 +43,7 @@ is accurate to ± 50ms. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L60) ___ @@ -56,7 +56,7 @@ occurred such that the clock error is now > 5 seconds. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L47) ___ @@ -69,7 +69,7 @@ on the Last Known Good UTC Time only. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L41) ___ @@ -82,4 +82,4 @@ accurate to ± 5 seconds. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L53) diff --git a/docs/matter.js/enums/cluster_export.TimeSync.StatusCode.md b/docs/matter.js/enums/cluster_export.TimeSync.StatusCode.md index a4cb74ae74..d2ae9628b6 100644 --- a/docs/matter.js/enums/cluster_export.TimeSync.StatusCode.md +++ b/docs/matter.js/enums/cluster_export.TimeSync.StatusCode.md @@ -24,4 +24,4 @@ Server rejected the attempt to set the UTC time #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L194) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L194) diff --git a/docs/matter.js/enums/cluster_export.TimeSync.TimeSource.md b/docs/matter.js/enums/cluster_export.TimeSync.TimeSource.md index ed808c824d..08a8e20026 100644 --- a/docs/matter.js/enums/cluster_export.TimeSync.TimeSource.md +++ b/docs/matter.js/enums/cluster_export.TimeSync.TimeSource.md @@ -40,7 +40,7 @@ Server received time from the Section 11.16.9.1, “SetUtcTime Command”. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L86) ___ @@ -53,7 +53,7 @@ connection). #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L147) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L147) ___ @@ -65,7 +65,7 @@ NTP from a servers within the Fabric. None of the servers used NTS. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L111) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L111) ___ @@ -77,7 +77,7 @@ NTP from a server within the Fabric. NTS is used on at least one server. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L136) ___ @@ -89,7 +89,7 @@ SNTP from a server within the Fabric. NTS is not used. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L106) ___ @@ -101,7 +101,7 @@ SNTP from a server within the Fabric. NTS is used. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L131) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L131) ___ @@ -113,7 +113,7 @@ Time synchronization comes from a GNSS source. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L157) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L157) ___ @@ -125,7 +125,7 @@ NTP from multiple servers on Fabric and external. None of the servers used NTS. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L116) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L116) ___ @@ -137,7 +137,7 @@ NTP from multiple servers on the Fabric and external. NTS is used on at least on #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L141) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L141) ___ @@ -149,7 +149,7 @@ Synchronized time by querying the Time Cluster of another Node. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L91) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L91) ___ @@ -161,7 +161,7 @@ NTP from servers not in the Fabric. None of the servers used NTS. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L101) ___ @@ -173,7 +173,7 @@ NTP from servers not in the Fabric. NTS is used on at least one server. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L126) ___ @@ -185,7 +185,7 @@ SNTP from a server not in the Fabric. NTS is not used. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L96) ___ @@ -197,7 +197,7 @@ SNTP from a server not in the Fabric. NTS is used. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L121) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L121) ___ @@ -209,7 +209,7 @@ Server is not currently synchronized with a UTC Time source. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L76) ___ @@ -221,7 +221,7 @@ Time synchronization comes from PTP. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L152) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L152) ___ @@ -233,4 +233,4 @@ Server uses an unlisted time source. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L81) diff --git a/docs/matter.js/enums/cluster_export.UnitLocalization.Feature.md b/docs/matter.js/enums/cluster_export.UnitLocalization.Feature.md index e80385e65e..f29ab87e5e 100644 --- a/docs/matter.js/enums/cluster_export.UnitLocalization.Feature.md +++ b/docs/matter.js/enums/cluster_export.UnitLocalization.Feature.md @@ -28,4 +28,4 @@ The Node can be configured to use different units of temperature when conveying #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L48) diff --git a/docs/matter.js/enums/cluster_export.UnitLocalization.TempUnit.md b/docs/matter.js/enums/cluster_export.UnitLocalization.TempUnit.md index eedf5647b6..dc6a5571e3 100644 --- a/docs/matter.js/enums/cluster_export.UnitLocalization.TempUnit.md +++ b/docs/matter.js/enums/cluster_export.UnitLocalization.TempUnit.md @@ -26,7 +26,7 @@ Temperature conveyed in Celsius #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L29) ___ @@ -38,7 +38,7 @@ Temperature conveyed in Fahrenheit #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L24) ___ @@ -50,4 +50,4 @@ Temperature conveyed in Kelvin #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L34) diff --git a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.AssociationFailureCause.md b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.AssociationFailureCause.md index 917b1b8135..25ee79d9e5 100644 --- a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.AssociationFailureCause.md +++ b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.AssociationFailureCause.md @@ -27,7 +27,7 @@ An error occurred during association. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L124) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L124) ___ @@ -39,7 +39,7 @@ An error occurred during authentication. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L129) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L129) ___ @@ -51,7 +51,7 @@ The specified SSID could not be found. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L134) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L134) ___ @@ -63,4 +63,4 @@ The reason for the failure is unknown. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L119) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L119) diff --git a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.ConnectionStatus.md b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.ConnectionStatus.md index a1977265d5..b1e14980cd 100644 --- a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.ConnectionStatus.md +++ b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.ConnectionStatus.md @@ -25,7 +25,7 @@ Indicate the node is connected #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:175](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L175) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:175](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L175) ___ @@ -37,4 +37,4 @@ Indicate the node is not connected #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L180) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L180) diff --git a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.Feature.md b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.Feature.md index 85f86672bb..f08cb268cf 100644 --- a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.Feature.md +++ b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.Feature.md @@ -30,7 +30,7 @@ transmission of packets on the Wi-Fi interface. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L209) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L209) ___ @@ -44,4 +44,4 @@ Node makes available the counts for the number of received and transmitted packe #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:201](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L201) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:201](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L201) diff --git a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.SecurityType.md b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.SecurityType.md index fdb6acd8db..9b1cddf360 100644 --- a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.SecurityType.md +++ b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.SecurityType.md @@ -29,7 +29,7 @@ Indicate the usage of no Wi-Fi security #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L39) ___ @@ -41,7 +41,7 @@ Indicate the usage of an unspecified Wi-Fi security type #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L34) ___ @@ -53,7 +53,7 @@ Indicate the usage of WEP Wi-Fi security #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L44) ___ @@ -65,7 +65,7 @@ Indicate the usage of WPA Wi-Fi security #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L49) ___ @@ -77,7 +77,7 @@ Indicate the usage of WPA2 Wi-Fi security #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L54) ___ @@ -89,4 +89,4 @@ Indicate the usage of WPA3 Wi-Fi security #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L59) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L59) diff --git a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.WiFiVersion.md b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.WiFiVersion.md index 27ad126a69..2477ecb3c7 100644 --- a/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.WiFiVersion.md +++ b/docs/matter.js/enums/cluster_export.WiFiNetworkDiagnostics.WiFiVersion.md @@ -29,7 +29,7 @@ Indicate the network interface is currently using 802.11a against the wireless a #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L69) ___ @@ -41,7 +41,7 @@ Indicate the network interface is currently using 802.11ac against the wireless #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L89) ___ @@ -53,7 +53,7 @@ Indicate the network interface is currently using 802.11ax against the wireless #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L94) ___ @@ -65,7 +65,7 @@ Indicate the network interface is currently using 802.11b against the wireless a #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L74) ___ @@ -77,7 +77,7 @@ Indicate the network interface is currently using 802.11g against the wireless a #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L79) ___ @@ -89,4 +89,4 @@ Indicate the network interface is currently using 802.11n against the wireless a #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L84) diff --git a/docs/matter.js/enums/cluster_export.WindowCovering.EndProductType.md b/docs/matter.js/enums/cluster_export.WindowCovering.EndProductType.md index 2b1c1932e1..baa74910a7 100644 --- a/docs/matter.js/enums/cluster_export.WindowCovering.EndProductType.md +++ b/docs/matter.js/enums/cluster_export.WindowCovering.EndProductType.md @@ -48,7 +48,7 @@ The value of the WindowCovering endProductType attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L168) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L168) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L169) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L169) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L151) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L151) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L154) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L165) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L165) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L162) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L162) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L167) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L167) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L159) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L159) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:161](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L161) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:161](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L161) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L163) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L164) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L164) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L155) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L155) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L156) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L156) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L153) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L149) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L166) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L166) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L150) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L150) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L157) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L157) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L172) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L172) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L171) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L171) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L158) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L158) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L170) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L170) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L173) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L173) ___ @@ -278,7 +278,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L160) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L160) ___ @@ -288,4 +288,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L152) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L152) diff --git a/docs/matter.js/enums/cluster_export.WindowCovering.Feature.md b/docs/matter.js/enums/cluster_export.WindowCovering.Feature.md index c5a1eed1c8..b9d1cf4aee 100644 --- a/docs/matter.js/enums/cluster_export.WindowCovering.Feature.md +++ b/docs/matter.js/enums/cluster_export.WindowCovering.Feature.md @@ -32,7 +32,7 @@ Absolute positioning is supported. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:352](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L352) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:352](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L352) ___ @@ -46,7 +46,7 @@ Lift Control and behavior for lifting/sliding window coverings #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:331](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L331) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:331](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L331) ___ @@ -60,7 +60,7 @@ Position Aware lift control is supported. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:345](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L345) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:345](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L345) ___ @@ -74,7 +74,7 @@ Position Aware tilt control is supported. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L359) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L359) ___ @@ -88,4 +88,4 @@ Tilt Control and behavior for tilting window coverings #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L338) diff --git a/docs/matter.js/enums/cluster_export.WindowCovering.MovementStatus.md b/docs/matter.js/enums/cluster_export.WindowCovering.MovementStatus.md index 2143f18359..543f826264 100644 --- a/docs/matter.js/enums/cluster_export.WindowCovering.MovementStatus.md +++ b/docs/matter.js/enums/cluster_export.WindowCovering.MovementStatus.md @@ -24,7 +24,7 @@ Covering is moving from open to closed #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L140) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L140) ___ @@ -36,7 +36,7 @@ Covering is moving from closed to open #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L135) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L135) ___ @@ -48,4 +48,4 @@ Covering is not moving #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L130) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L130) diff --git a/docs/matter.js/enums/cluster_export.WindowCovering.WindowCoveringType.md b/docs/matter.js/enums/cluster_export.WindowCovering.WindowCoveringType.md index c94e0e8861..06d66e8036 100644 --- a/docs/matter.js/enums/cluster_export.WindowCovering.WindowCoveringType.md +++ b/docs/matter.js/enums/cluster_export.WindowCovering.WindowCoveringType.md @@ -34,7 +34,7 @@ The value of the WindowCovering type attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L46) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L45) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L50) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L41) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L42) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L43) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L44) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L47) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L49) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L48) ___ @@ -134,4 +134,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L51) diff --git a/docs/matter.js/enums/codec_export.BtpHeaderBits.md b/docs/matter.js/enums/codec_export.BtpHeaderBits.md index 60ea3bad74..2387eb8415 100644 --- a/docs/matter.js/enums/codec_export.BtpHeaderBits.md +++ b/docs/matter.js/enums/codec_export.BtpHeaderBits.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L59) +[packages/matter.js/src/codec/BtpCodec.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L59) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L62) +[packages/matter.js/src/codec/BtpCodec.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L62) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L61) +[packages/matter.js/src/codec/BtpCodec.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L61) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L60) +[packages/matter.js/src/codec/BtpCodec.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L60) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L57) +[packages/matter.js/src/codec/BtpCodec.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L58) +[packages/matter.js/src/codec/BtpCodec.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L58) diff --git a/docs/matter.js/enums/codec_export.BtpOpcode.md b/docs/matter.js/enums/codec_export.BtpOpcode.md index 25ce422a8c..1b3caeb0ae 100644 --- a/docs/matter.js/enums/codec_export.BtpOpcode.md +++ b/docs/matter.js/enums/codec_export.BtpOpcode.md @@ -18,4 +18,4 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L66) +[packages/matter.js/src/codec/BtpCodec.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L66) diff --git a/docs/matter.js/enums/codec_export.DerType.md b/docs/matter.js/enums/codec_export.DerType.md index e3042c97d9..fab88c89e8 100644 --- a/docs/matter.js/enums/codec_export.DerType.md +++ b/docs/matter.js/enums/codec_export.DerType.md @@ -26,7 +26,7 @@ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L19) +[packages/matter.js/src/codec/DerCodec.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L19) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L17) +[packages/matter.js/src/codec/DerCodec.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L17) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L21) +[packages/matter.js/src/codec/DerCodec.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L21) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L20) +[packages/matter.js/src/codec/DerCodec.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L20) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L23) +[packages/matter.js/src/codec/DerCodec.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L23) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L24) +[packages/matter.js/src/codec/DerCodec.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L24) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L22) +[packages/matter.js/src/codec/DerCodec.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L22) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L18) +[packages/matter.js/src/codec/DerCodec.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L18) ___ @@ -106,4 +106,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L25) +[packages/matter.js/src/codec/DerCodec.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L25) diff --git a/docs/matter.js/enums/codec_export.DnsMessageType.md b/docs/matter.js/enums/codec_export.DnsMessageType.md index 716df82129..f072c16b5c 100644 --- a/docs/matter.js/enums/codec_export.DnsMessageType.md +++ b/docs/matter.js/enums/codec_export.DnsMessageType.md @@ -21,7 +21,7 @@ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L103) +[packages/matter.js/src/codec/DnsCodec.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L103) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L105) +[packages/matter.js/src/codec/DnsCodec.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L105) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L104) +[packages/matter.js/src/codec/DnsCodec.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L104) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L106) +[packages/matter.js/src/codec/DnsCodec.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L106) diff --git a/docs/matter.js/enums/codec_export.DnsRecordClass.md b/docs/matter.js/enums/codec_export.DnsRecordClass.md index 024d0c08e1..1fc3511d84 100644 --- a/docs/matter.js/enums/codec_export.DnsRecordClass.md +++ b/docs/matter.js/enums/codec_export.DnsRecordClass.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L121) +[packages/matter.js/src/codec/DnsCodec.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L121) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L120) +[packages/matter.js/src/codec/DnsCodec.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L120) diff --git a/docs/matter.js/enums/codec_export.DnsRecordType.md b/docs/matter.js/enums/codec_export.DnsRecordType.md index 2030f4ad73..3f36e3ae40 100644 --- a/docs/matter.js/enums/codec_export.DnsRecordType.md +++ b/docs/matter.js/enums/codec_export.DnsRecordType.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L110) +[packages/matter.js/src/codec/DnsCodec.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L110) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L113) +[packages/matter.js/src/codec/DnsCodec.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L113) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L116) +[packages/matter.js/src/codec/DnsCodec.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L116) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L115) +[packages/matter.js/src/codec/DnsCodec.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L115) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L111) +[packages/matter.js/src/codec/DnsCodec.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L111) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L114) +[packages/matter.js/src/codec/DnsCodec.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L114) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L112) +[packages/matter.js/src/codec/DnsCodec.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L112) diff --git a/docs/matter.js/enums/codec_export.SessionType.md b/docs/matter.js/enums/codec_export.SessionType.md index 87c2525de6..081cb7d2e6 100644 --- a/docs/matter.js/enums/codec_export.SessionType.md +++ b/docs/matter.js/enums/codec_export.SessionType.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L50) +[packages/matter.js/src/codec/MessageCodec.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L65) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L51) +[packages/matter.js/src/codec/MessageCodec.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L66) diff --git a/docs/matter.js/enums/crypto_export.CurveType.md b/docs/matter.js/enums/crypto_export.CurveType.md index 4d94c1a13e..a05bfc501d 100644 --- a/docs/matter.js/enums/crypto_export.CurveType.md +++ b/docs/matter.js/enums/crypto_export.CurveType.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/crypto/Key.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L42) +[packages/matter.js/src/crypto/Key.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L42) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Key.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L43) +[packages/matter.js/src/crypto/Key.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L43) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Key.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L44) +[packages/matter.js/src/crypto/Key.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L44) diff --git a/docs/matter.js/enums/crypto_export.KeyType.md b/docs/matter.js/enums/crypto_export.KeyType.md index eacb859e88..3e52f05ddd 100644 --- a/docs/matter.js/enums/crypto_export.KeyType.md +++ b/docs/matter.js/enums/crypto_export.KeyType.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/crypto/Key.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L36) +[packages/matter.js/src/crypto/Key.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Key.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L37) +[packages/matter.js/src/crypto/Key.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L37) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Key.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L38) +[packages/matter.js/src/crypto/Key.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L38) diff --git a/docs/matter.js/enums/device_export.DeviceClasses.md b/docs/matter.js/enums/device_export.DeviceClasses.md index a30f8a5692..bf3fb5bca4 100644 --- a/docs/matter.js/enums/device_export.DeviceClasses.md +++ b/docs/matter.js/enums/device_export.DeviceClasses.md @@ -37,7 +37,7 @@ Application devices types are typically the most datatype endpoints on a node an #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L24) +[packages/matter.js/src/device/DeviceTypes.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L24) ___ @@ -50,7 +50,7 @@ its power source is available to the Bridge #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L62) +[packages/matter.js/src/device/DeviceTypes.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L62) ___ @@ -62,7 +62,7 @@ There exists a client application cluster on the endpoint. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L41) +[packages/matter.js/src/device/DeviceTypes.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L41) ___ @@ -74,7 +74,7 @@ The device type is composed of 2 or more device types. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L47) +[packages/matter.js/src/device/DeviceTypes.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L47) ___ @@ -89,7 +89,7 @@ application device type. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L38) +[packages/matter.js/src/device/DeviceTypes.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L38) ___ @@ -101,7 +101,7 @@ The endpoint is an Initiator for Zigbee EZ-Mode Finding & Binding. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L53) +[packages/matter.js/src/device/DeviceTypes.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L53) ___ @@ -113,7 +113,7 @@ The endpoint is a Target for Zigbee EZ-Mode Finding & Binding. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L56) +[packages/matter.js/src/device/DeviceTypes.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L56) ___ @@ -125,7 +125,7 @@ Composed device type that is composed of 2 or more endpoints with the same devic #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L50) +[packages/matter.js/src/device/DeviceTypes.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L50) ___ @@ -137,7 +137,7 @@ Node device type. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L18) +[packages/matter.js/src/device/DeviceTypes.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L18) ___ @@ -149,7 +149,7 @@ There exists a server application cluster on the endpoint. #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L44) +[packages/matter.js/src/device/DeviceTypes.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L44) ___ @@ -162,4 +162,4 @@ A Simple device type supports local control that is persistent, independent, and #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L30) +[packages/matter.js/src/device/DeviceTypes.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L30) diff --git a/docs/matter.js/enums/device_export.NodeStateInformation.md b/docs/matter.js/enums/device_export.NodeStateInformation.md index b8f953b8d0..067e1c6616 100644 --- a/docs/matter.js/enums/device_export.NodeStateInformation.md +++ b/docs/matter.js/enums/device_export.NodeStateInformation.md @@ -24,7 +24,7 @@ Node is connected and all data is up-to-date. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L63) +[packages/matter.js/src/device/PairedNode.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L63) ___ @@ -37,7 +37,7 @@ is still active then the device will be reconnected once it is available again. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L69) +[packages/matter.js/src/device/PairedNode.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L69) ___ @@ -49,7 +49,7 @@ Node is reconnecting. Data are stale. It is yet unknown if the reconnection is s #### Defined in -[packages/matter.js/src/device/PairedNode.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L72) +[packages/matter.js/src/device/PairedNode.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L72) ___ @@ -62,7 +62,7 @@ This State information will only be fired when the subscribeAllAttributesAndEven #### Defined in -[packages/matter.js/src/device/PairedNode.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L84) +[packages/matter.js/src/device/PairedNode.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L84) ___ @@ -75,4 +75,4 @@ minutes to reconnect. #### Defined in -[packages/matter.js/src/device/PairedNode.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L78) +[packages/matter.js/src/device/PairedNode.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L78) diff --git a/docs/matter.js/enums/export._internal_.CommissioningStepResultCode.md b/docs/matter.js/enums/export._internal_.CommissioningStepResultCode.md index db88c5608f..4c935f7111 100644 --- a/docs/matter.js/enums/export._internal_.CommissioningStepResultCode.md +++ b/docs/matter.js/enums/export._internal_.CommissioningStepResultCode.md @@ -22,7 +22,7 @@ Result code of a single commissioning step. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L68) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L68) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L69) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L69) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L67) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L67) diff --git a/docs/matter.js/enums/export._internal_.TagControl.md b/docs/matter.js/enums/export._internal_.TagControl.md index a8d262d91d..493f1ca83c 100644 --- a/docs/matter.js/enums/export._internal_.TagControl.md +++ b/docs/matter.js/enums/export._internal_.TagControl.md @@ -31,7 +31,7 @@ TLV element tag control. #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L87) +[packages/matter.js/src/tlv/TlvCodec.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L87) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L89) +[packages/matter.js/src/tlv/TlvCodec.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L89) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L90) +[packages/matter.js/src/tlv/TlvCodec.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L90) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L88) +[packages/matter.js/src/tlv/TlvCodec.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L88) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L93) +[packages/matter.js/src/tlv/TlvCodec.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L93) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L94) +[packages/matter.js/src/tlv/TlvCodec.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L94) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L91) +[packages/matter.js/src/tlv/TlvCodec.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L91) ___ @@ -101,4 +101,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L92) +[packages/matter.js/src/tlv/TlvCodec.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L92) diff --git a/docs/matter.js/enums/log_export.Format.md b/docs/matter.js/enums/log_export.Format.md index cb21efbe7b..610e7d7dce 100644 --- a/docs/matter.js/enums/log_export.Format.md +++ b/docs/matter.js/enums/log_export.Format.md @@ -24,7 +24,7 @@ Format log messages using ANSI escape codes #### Defined in -[packages/matter.js/src/log/Logger.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L27) +[packages/matter.js/src/log/Logger.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L27) ___ @@ -36,7 +36,7 @@ Format log messages using HTML tags #### Defined in -[packages/matter.js/src/log/Logger.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L30) +[packages/matter.js/src/log/Logger.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L30) ___ @@ -48,4 +48,4 @@ Generate text only #### Defined in -[packages/matter.js/src/log/Logger.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L24) +[packages/matter.js/src/log/Logger.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L24) diff --git a/docs/matter.js/enums/log_export.Level.md b/docs/matter.js/enums/log_export.Level.md index 62d5a83c1d..ea35fd7d3e 100644 --- a/docs/matter.js/enums/log_export.Level.md +++ b/docs/matter.js/enums/log_export.Level.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/log/Logger.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L12) +[packages/matter.js/src/log/Logger.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L12) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L15) +[packages/matter.js/src/log/Logger.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L15) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L16) +[packages/matter.js/src/log/Logger.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L16) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L13) +[packages/matter.js/src/log/Logger.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L13) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/log/Logger.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L14) +[packages/matter.js/src/log/Logger.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L14) diff --git a/docs/matter.js/enums/mdns_export.AnnouncementType.md b/docs/matter.js/enums/mdns_export.AnnouncementType.md index 0196c1043c..0b2068181d 100644 --- a/docs/matter.js/enums/mdns_export.AnnouncementType.md +++ b/docs/matter.js/enums/mdns_export.AnnouncementType.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L31) +[packages/matter.js/src/mdns/MdnsServer.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L31) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L32) +[packages/matter.js/src/mdns/MdnsServer.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L32) diff --git a/docs/matter.js/enums/model.Access.Fabric.md b/docs/matter.js/enums/model.Access.Fabric.md index d77eb9ab65..dd23f4fc27 100644 --- a/docs/matter.js/enums/model.Access.Fabric.md +++ b/docs/matter.js/enums/model.Access.Fabric.md @@ -24,7 +24,7 @@ Writable only by scoped fabric. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L277) +[packages/matter.js/src/model/aspects/Access.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L277) ___ @@ -36,7 +36,7 @@ Readable and writable only by scoped fabric. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:282](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L282) +[packages/matter.js/src/model/aspects/Access.ts:282](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L282) ___ @@ -48,4 +48,4 @@ Extension - allows for override of fabric specification. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:272](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L272) +[packages/matter.js/src/model/aspects/Access.ts:272](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L272) diff --git a/docs/matter.js/enums/model.Access.Privilege.md b/docs/matter.js/enums/model.Access.Privilege.md index 68cf4d368f..fb83b254a3 100644 --- a/docs/matter.js/enums/model.Access.Privilege.md +++ b/docs/matter.js/enums/model.Access.Privilege.md @@ -25,7 +25,7 @@ Administer privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:307](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L307) +[packages/matter.js/src/model/aspects/Access.ts:307](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L307) ___ @@ -37,7 +37,7 @@ Manage privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L302) +[packages/matter.js/src/model/aspects/Access.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L302) ___ @@ -49,7 +49,7 @@ Operate privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:297](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L297) +[packages/matter.js/src/model/aspects/Access.ts:297](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L297) ___ @@ -61,4 +61,4 @@ View privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:292](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L292) +[packages/matter.js/src/model/aspects/Access.ts:292](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L292) diff --git a/docs/matter.js/enums/model.Access.PrivilegeName.md b/docs/matter.js/enums/model.Access.PrivilegeName.md index 0742e08489..5a4f717765 100644 --- a/docs/matter.js/enums/model.Access.PrivilegeName.md +++ b/docs/matter.js/enums/model.Access.PrivilegeName.md @@ -23,7 +23,7 @@ Reverse map of Privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:317](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L317) +[packages/matter.js/src/model/aspects/Access.ts:317](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L317) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:316](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L316) +[packages/matter.js/src/model/aspects/Access.ts:316](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L316) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:315](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L315) +[packages/matter.js/src/model/aspects/Access.ts:315](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L315) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:314](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L314) +[packages/matter.js/src/model/aspects/Access.ts:314](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L314) diff --git a/docs/matter.js/enums/model.Access.Rw.md b/docs/matter.js/enums/model.Access.Rw.md index 16e3434fd5..37d4057cc4 100644 --- a/docs/matter.js/enums/model.Access.Rw.md +++ b/docs/matter.js/enums/model.Access.Rw.md @@ -25,7 +25,7 @@ Read access. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L247) +[packages/matter.js/src/model/aspects/Access.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L247) ___ @@ -37,7 +37,7 @@ Read and mandatory write acess. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:257](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L257) +[packages/matter.js/src/model/aspects/Access.ts:257](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L257) ___ @@ -49,7 +49,7 @@ Read and optional write access. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:262](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L262) +[packages/matter.js/src/model/aspects/Access.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L262) ___ @@ -61,4 +61,4 @@ Write access. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L252) +[packages/matter.js/src/model/aspects/Access.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L252) diff --git a/docs/matter.js/enums/model.Access.Timed.md b/docs/matter.js/enums/model.Access.Timed.md index e57e82ae97..a7c8bef5d9 100644 --- a/docs/matter.js/enums/model.Access.Timed.md +++ b/docs/matter.js/enums/model.Access.Timed.md @@ -22,4 +22,4 @@ Timed access required. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L337) +[packages/matter.js/src/model/aspects/Access.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L337) diff --git a/docs/matter.js/enums/model.ClusterElement.Classification.md b/docs/matter.js/enums/model.ClusterElement.Classification.md index 2c9a34cead..bd960e11a8 100644 --- a/docs/matter.js/enums/model.ClusterElement.Classification.md +++ b/docs/matter.js/enums/model.ClusterElement.Classification.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L48) +[packages/matter.js/src/model/elements/ClusterElement.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L48) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L46) +[packages/matter.js/src/model/elements/ClusterElement.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L46) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L47) +[packages/matter.js/src/model/elements/ClusterElement.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L47) diff --git a/docs/matter.js/enums/model.CommandElement.Direction.md b/docs/matter.js/enums/model.CommandElement.Direction.md index 1934be9ace..e2746aa7c3 100644 --- a/docs/matter.js/enums/model.CommandElement.Direction.md +++ b/docs/matter.js/enums/model.CommandElement.Direction.md @@ -21,7 +21,7 @@ Indicates request vs response command. #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L37) +[packages/matter.js/src/model/elements/CommandElement.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L37) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L38) +[packages/matter.js/src/model/elements/CommandElement.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L38) diff --git a/docs/matter.js/enums/model.Conformance.Flag.md b/docs/matter.js/enums/model.Conformance.Flag.md index 345d185847..00efe2ce98 100644 --- a/docs/matter.js/enums/model.Conformance.Flag.md +++ b/docs/matter.js/enums/model.Conformance.Flag.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L158) +[packages/matter.js/src/model/aspects/Conformance.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L158) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L159) +[packages/matter.js/src/model/aspects/Conformance.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L159) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L155) +[packages/matter.js/src/model/aspects/Conformance.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L155) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L156) +[packages/matter.js/src/model/aspects/Conformance.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L156) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L157) +[packages/matter.js/src/model/aspects/Conformance.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L157) diff --git a/docs/matter.js/enums/model.Conformance.Operator.md b/docs/matter.js/enums/model.Conformance.Operator.md index 772bece775..956339e62b 100644 --- a/docs/matter.js/enums/model.Conformance.Operator.md +++ b/docs/matter.js/enums/model.Conformance.Operator.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L168) +[packages/matter.js/src/model/aspects/Conformance.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L168) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L169) +[packages/matter.js/src/model/aspects/Conformance.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L169) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L164) +[packages/matter.js/src/model/aspects/Conformance.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L164) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L170) +[packages/matter.js/src/model/aspects/Conformance.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L170) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L172) +[packages/matter.js/src/model/aspects/Conformance.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L172) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L171) +[packages/matter.js/src/model/aspects/Conformance.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L171) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L173) +[packages/matter.js/src/model/aspects/Conformance.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L173) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L165) +[packages/matter.js/src/model/aspects/Conformance.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L165) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L163) +[packages/matter.js/src/model/aspects/Conformance.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L163) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L166) +[packages/matter.js/src/model/aspects/Conformance.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L166) ___ @@ -128,4 +128,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L167) +[packages/matter.js/src/model/aspects/Conformance.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L167) diff --git a/docs/matter.js/enums/model.Conformance.Special.md b/docs/matter.js/enums/model.Conformance.Special.md index 4a15bf39b9..250db35d5a 100644 --- a/docs/matter.js/enums/model.Conformance.Special.md +++ b/docs/matter.js/enums/model.Conformance.Special.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L149) +[packages/matter.js/src/model/aspects/Conformance.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L149) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L146) +[packages/matter.js/src/model/aspects/Conformance.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L146) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L145) +[packages/matter.js/src/model/aspects/Conformance.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L145) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L150) +[packages/matter.js/src/model/aspects/Conformance.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L150) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L147) +[packages/matter.js/src/model/aspects/Conformance.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L147) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L151) +[packages/matter.js/src/model/aspects/Conformance.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L151) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L148) +[packages/matter.js/src/model/aspects/Conformance.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L148) diff --git a/docs/matter.js/enums/model.DeviceTypeElement.Classification.md b/docs/matter.js/enums/model.DeviceTypeElement.Classification.md index 0c6ce2bd90..d9725086a4 100644 --- a/docs/matter.js/enums/model.DeviceTypeElement.Classification.md +++ b/docs/matter.js/enums/model.DeviceTypeElement.Classification.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L35) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L35) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L39) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L39) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L36) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L36) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L38) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L38) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L37) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L37) diff --git a/docs/matter.js/enums/model.ElementTag.md b/docs/matter.js/enums/model.ElementTag.md index 2291a65f03..e0ffa3e1a9 100644 --- a/docs/matter.js/enums/model.ElementTag.md +++ b/docs/matter.js/enums/model.ElementTag.md @@ -32,7 +32,7 @@ We use "tag" to differentiate elements so we can use "type" for datatypes. #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L19) +[packages/matter.js/src/model/definitions/ElementTag.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L19) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L16) +[packages/matter.js/src/model/definitions/ElementTag.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L16) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L17) +[packages/matter.js/src/model/definitions/ElementTag.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L17) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L21) +[packages/matter.js/src/model/definitions/ElementTag.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L21) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L20) +[packages/matter.js/src/model/definitions/ElementTag.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L20) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L15) +[packages/matter.js/src/model/definitions/ElementTag.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L15) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L18) +[packages/matter.js/src/model/definitions/ElementTag.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L18) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L13) +[packages/matter.js/src/model/definitions/ElementTag.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L13) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L28) +[packages/matter.js/src/model/definitions/ElementTag.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L28) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L14) +[packages/matter.js/src/model/definitions/ElementTag.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L14) ___ @@ -132,4 +132,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/ElementTag.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/ElementTag.ts#L25) +[packages/matter.js/src/model/definitions/ElementTag.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/ElementTag.ts#L25) diff --git a/docs/matter.js/enums/model.EventElement.Priority.md b/docs/matter.js/enums/model.EventElement.Priority.md index 3e51af2e28..e14585c36f 100644 --- a/docs/matter.js/enums/model.EventElement.Priority.md +++ b/docs/matter.js/enums/model.EventElement.Priority.md @@ -22,7 +22,7 @@ Event priority as defined in Matter specification. #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L37) +[packages/matter.js/src/model/elements/EventElement.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L37) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L35) +[packages/matter.js/src/model/elements/EventElement.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L35) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L36) +[packages/matter.js/src/model/elements/EventElement.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L36) diff --git a/docs/matter.js/enums/model.EventElement.PriorityId.md b/docs/matter.js/enums/model.EventElement.PriorityId.md index 4c2b445f75..a53a5554e4 100644 --- a/docs/matter.js/enums/model.EventElement.PriorityId.md +++ b/docs/matter.js/enums/model.EventElement.PriorityId.md @@ -22,7 +22,7 @@ Event priority mapped to official ID. #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L46) +[packages/matter.js/src/model/elements/EventElement.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L46) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L44) +[packages/matter.js/src/model/elements/EventElement.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L44) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L45) +[packages/matter.js/src/model/elements/EventElement.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L45) diff --git a/docs/matter.js/enums/model.Metatype-1.md b/docs/matter.js/enums/model.Metatype-1.md index 848df22b78..48267c0b0c 100644 --- a/docs/matter.js/enums/model.Metatype-1.md +++ b/docs/matter.js/enums/model.Metatype-1.md @@ -30,7 +30,7 @@ General groupings of Matter types. #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L14) +[packages/matter.js/src/model/definitions/Metatype.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L14) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L21) +[packages/matter.js/src/model/definitions/Metatype.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L21) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L16) +[packages/matter.js/src/model/definitions/Metatype.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L16) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L15) +[packages/matter.js/src/model/definitions/Metatype.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L15) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L20) +[packages/matter.js/src/model/definitions/Metatype.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L20) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L24) +[packages/matter.js/src/model/definitions/Metatype.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L24) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L17) +[packages/matter.js/src/model/definitions/Metatype.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L17) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L19) +[packages/matter.js/src/model/definitions/Metatype.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L19) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L18) +[packages/matter.js/src/model/definitions/Metatype.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L18) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L22) +[packages/matter.js/src/model/definitions/Metatype.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L22) ___ @@ -130,4 +130,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L23) +[packages/matter.js/src/model/definitions/Metatype.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L23) diff --git a/docs/matter.js/enums/model.Quality.Field.md b/docs/matter.js/enums/model.Quality.Field.md index 75530ada87..0037a5813a 100644 --- a/docs/matter.js/enums/model.Quality.Field.md +++ b/docs/matter.js/enums/model.Quality.Field.md @@ -26,7 +26,7 @@ All qualities designated as "other qualities" in the Matter specification. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L112) +[packages/matter.js/src/model/aspects/Quality.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L112) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L109) +[packages/matter.js/src/model/aspects/Quality.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L109) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L108) +[packages/matter.js/src/model/aspects/Quality.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L108) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L107) +[packages/matter.js/src/model/aspects/Quality.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L107) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L111) +[packages/matter.js/src/model/aspects/Quality.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L111) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L110) +[packages/matter.js/src/model/aspects/Quality.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L110) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L113) +[packages/matter.js/src/model/aspects/Quality.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L113) diff --git a/docs/matter.js/enums/model.Quality.Flag.md b/docs/matter.js/enums/model.Quality.Flag.md index 94e4870bcb..c647d035cf 100644 --- a/docs/matter.js/enums/model.Quality.Flag.md +++ b/docs/matter.js/enums/model.Quality.Flag.md @@ -26,7 +26,7 @@ Quality flags and the logical field they map to. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L125) +[packages/matter.js/src/model/aspects/Quality.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L125) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L122) +[packages/matter.js/src/model/aspects/Quality.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L122) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L126) +[packages/matter.js/src/model/aspects/Quality.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L126) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L121) +[packages/matter.js/src/model/aspects/Quality.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L121) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L124) +[packages/matter.js/src/model/aspects/Quality.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L124) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L123) +[packages/matter.js/src/model/aspects/Quality.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L123) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L120) +[packages/matter.js/src/model/aspects/Quality.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L120) diff --git a/docs/matter.js/enums/model.RequirementElement.ElementType.md b/docs/matter.js/enums/model.RequirementElement.ElementType.md index 25bacc3555..8ba6381e2e 100644 --- a/docs/matter.js/enums/model.RequirementElement.ElementType.md +++ b/docs/matter.js/enums/model.RequirementElement.ElementType.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L46) +[packages/matter.js/src/model/elements/RequirementElement.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L46) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L43) +[packages/matter.js/src/model/elements/RequirementElement.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L43) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L47) +[packages/matter.js/src/model/elements/RequirementElement.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L47) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L49) +[packages/matter.js/src/model/elements/RequirementElement.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L49) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L48) +[packages/matter.js/src/model/elements/RequirementElement.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L48) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L45) +[packages/matter.js/src/model/elements/RequirementElement.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L45) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L44) +[packages/matter.js/src/model/elements/RequirementElement.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L44) diff --git a/docs/matter.js/enums/model.Specification-1.md b/docs/matter.js/enums/model.Specification-1.md index 84aae04118..f9b7303b1f 100644 --- a/docs/matter.js/enums/model.Specification-1.md +++ b/docs/matter.js/enums/model.Specification-1.md @@ -22,7 +22,7 @@ The Matter specification documents. #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L12) +[packages/matter.js/src/model/definitions/Specification.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L12) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L11) +[packages/matter.js/src/model/definitions/Specification.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L11) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L13) +[packages/matter.js/src/model/definitions/Specification.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L13) diff --git a/docs/matter.js/enums/model.Specification.Names.md b/docs/matter.js/enums/model.Specification.Names.md index 4cd922ebdc..66b38d5fa3 100644 --- a/docs/matter.js/enums/model.Specification.Names.md +++ b/docs/matter.js/enums/model.Specification.Names.md @@ -22,7 +22,7 @@ Long names for Matter specification documents. #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L22) +[packages/matter.js/src/model/definitions/Specification.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L22) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L21) +[packages/matter.js/src/model/definitions/Specification.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L21) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L23) +[packages/matter.js/src/model/definitions/Specification.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L23) diff --git a/docs/matter.js/enums/model.StatusCode.md b/docs/matter.js/enums/model.StatusCode.md index 7f25a829f7..1b30153d86 100644 --- a/docs/matter.js/enums/model.StatusCode.md +++ b/docs/matter.js/enums/model.StatusCode.md @@ -47,7 +47,7 @@ TODO - extract/merge with StatusCode in InteractionProtocol.ts #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L31) +[packages/matter.js/src/model/definitions/StatusCode.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L31) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L22) +[packages/matter.js/src/model/definitions/StatusCode.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L22) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L29) +[packages/matter.js/src/model/definitions/StatusCode.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L29) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L38) +[packages/matter.js/src/model/definitions/StatusCode.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L38) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L14) +[packages/matter.js/src/model/definitions/StatusCode.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L14) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L18) +[packages/matter.js/src/model/definitions/StatusCode.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L18) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L20) +[packages/matter.js/src/model/definitions/StatusCode.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L20) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L27) +[packages/matter.js/src/model/definitions/StatusCode.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L27) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L15) +[packages/matter.js/src/model/definitions/StatusCode.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L15) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L34) +[packages/matter.js/src/model/definitions/StatusCode.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L34) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L33) +[packages/matter.js/src/model/definitions/StatusCode.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L33) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L25) +[packages/matter.js/src/model/definitions/StatusCode.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L25) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L36) +[packages/matter.js/src/model/definitions/StatusCode.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L36) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L24) +[packages/matter.js/src/model/definitions/StatusCode.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L24) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L13) +[packages/matter.js/src/model/definitions/StatusCode.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L13) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L37) +[packages/matter.js/src/model/definitions/StatusCode.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L37) ___ @@ -207,7 +207,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L26) +[packages/matter.js/src/model/definitions/StatusCode.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L26) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L16) +[packages/matter.js/src/model/definitions/StatusCode.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L16) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L21) +[packages/matter.js/src/model/definitions/StatusCode.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L21) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L32) +[packages/matter.js/src/model/definitions/StatusCode.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L32) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L19) +[packages/matter.js/src/model/definitions/StatusCode.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L19) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L17) +[packages/matter.js/src/model/definitions/StatusCode.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L17) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L35) +[packages/matter.js/src/model/definitions/StatusCode.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L35) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L30) +[packages/matter.js/src/model/definitions/StatusCode.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L30) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L28) +[packages/matter.js/src/model/definitions/StatusCode.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L28) ___ @@ -297,4 +297,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/StatusCode.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/StatusCode.ts#L23) +[packages/matter.js/src/model/definitions/StatusCode.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/StatusCode.ts#L23) diff --git a/docs/matter.js/enums/model.ValueElement.Metatype.md b/docs/matter.js/enums/model.ValueElement.Metatype.md index 94b8fc60c5..dfc66a6956 100644 --- a/docs/matter.js/enums/model.ValueElement.Metatype.md +++ b/docs/matter.js/enums/model.ValueElement.Metatype.md @@ -21,7 +21,7 @@ The general type of datatype (ignoring size). #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L85) +[packages/matter.js/src/model/elements/ValueElement.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L85) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L86) +[packages/matter.js/src/model/elements/ValueElement.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L86) diff --git a/docs/matter.js/enums/protocol_interaction_export.MessageType.md b/docs/matter.js/enums/protocol_interaction_export.MessageType.md index ba4d8128b1..207a539df7 100644 --- a/docs/matter.js/enums/protocol_interaction_export.MessageType.md +++ b/docs/matter.js/enums/protocol_interaction_export.MessageType.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L62) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L62) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L63) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L63) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L56) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L56) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L59) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L59) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L55) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L55) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L57) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L57) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L58) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L58) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L64) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L64) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L60) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L60) ___ @@ -117,4 +117,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L61) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L61) diff --git a/docs/matter.js/enums/protocol_interaction_export.StatusCode.md b/docs/matter.js/enums/protocol_interaction_export.StatusCode.md index 1f17105ea4..c84f77ed9b 100644 --- a/docs/matter.js/enums/protocol_interaction_export.StatusCode.md +++ b/docs/matter.js/enums/protocol_interaction_export.StatusCode.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L43) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L43) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L33) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L33) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L40) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L40) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L50) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L50) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L25) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L25) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L29) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L29) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L31) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L31) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L38) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L38) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L26) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L26) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L46) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L46) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L45) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L45) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L36) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L36) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L48) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L48) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L35) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L35) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L24) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L24) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L49) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L49) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L41) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L41) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L37) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L37) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L27) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L27) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L32) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L32) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L44) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L44) ___ @@ -258,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L30) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L30) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L28) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L28) ___ @@ -278,7 +278,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L47) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L47) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L42) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L42) ___ @@ -298,7 +298,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L39) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L39) ___ @@ -308,4 +308,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L34) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L34) diff --git a/docs/matter.js/enums/protocol_securechannel_export.GeneralStatusCode.md b/docs/matter.js/enums/protocol_securechannel_export.GeneralStatusCode.md index 40b5954c70..f796690d71 100644 --- a/docs/matter.js/enums/protocol_securechannel_export.GeneralStatusCode.md +++ b/docs/matter.js/enums/protocol_securechannel_export.GeneralStatusCode.md @@ -36,7 +36,7 @@ Failure, may be due to a concurrency error. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L66) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L66) ___ @@ -48,7 +48,7 @@ The sender attempted to create something that already exists. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L75) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L75) ___ @@ -60,7 +60,7 @@ Operation was rejected by the system because the system is in an invalid state. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L39) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L39) ___ @@ -72,7 +72,7 @@ A request was unrecognized or malformed #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L45) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L45) ___ @@ -84,7 +84,7 @@ Device is busy and cannot handle this request at this time. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L57) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L57) ___ @@ -96,7 +96,7 @@ Context-specific signal to proceed #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L63) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L63) ___ @@ -108,7 +108,7 @@ Unrecoverable data loss or corruption has occurred. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L81) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L81) ___ @@ -120,7 +120,7 @@ Generic failure, additional details may be included in the protocol specific sta #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L36) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L36) ___ @@ -132,7 +132,7 @@ An invalid/unsupported argument was provided. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L69) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L69) ___ @@ -144,7 +144,7 @@ Some requested entity was not found. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L72) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L72) ___ @@ -156,7 +156,7 @@ A value was out of a required range #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L42) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L42) ___ @@ -168,7 +168,7 @@ The sender does not have sufficient permissions to execute the requested operati #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L78) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L78) ___ @@ -180,7 +180,7 @@ Insufficient resources to process the given request. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L54) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L54) ___ @@ -192,7 +192,7 @@ Operation completed successfully. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L33) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L33) ___ @@ -204,7 +204,7 @@ A timeout occurred. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L60) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L60) ___ @@ -216,7 +216,7 @@ A request was not expected at this time. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L51) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L51) ___ @@ -228,4 +228,4 @@ An unrecognized or unsupported request was received. #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L48) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L48) diff --git a/docs/matter.js/enums/protocol_securechannel_export.MessageType.md b/docs/matter.js/enums/protocol_securechannel_export.MessageType.md index 6baf7f4501..9dc9b1ebac 100644 --- a/docs/matter.js/enums/protocol_securechannel_export.MessageType.md +++ b/docs/matter.js/enums/protocol_securechannel_export.MessageType.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L13) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L13) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L14) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L14) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L15) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L11) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L11) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L12) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L16) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L16) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L17) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L19) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L19) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L18) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L18) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L10) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L10) ___ @@ -128,4 +128,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L20) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L20) diff --git a/docs/matter.js/enums/protocol_securechannel_export.ProtocolStatusCode.md b/docs/matter.js/enums/protocol_securechannel_export.ProtocolStatusCode.md index 9fbd28cbcb..618d24d9bb 100644 --- a/docs/matter.js/enums/protocol_securechannel_export.ProtocolStatusCode.md +++ b/docs/matter.js/enums/protocol_securechannel_export.ProtocolStatusCode.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L28) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L28) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L27) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L27) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L26) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L26) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L25) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L25) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L24) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L24) diff --git a/docs/matter.js/enums/schema_export.CommissionningFlowType.md b/docs/matter.js/enums/schema_export.CommissionningFlowType.md index 7eba7f9255..7bb82452b9 100644 --- a/docs/matter.js/enums/schema_export.CommissionningFlowType.md +++ b/docs/matter.js/enums/schema_export.CommissionningFlowType.md @@ -24,7 +24,7 @@ Interaction with a vendor-specified means is needed before commissioning. #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L31) +[packages/matter.js/src/schema/PairingCodeSchema.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L31) ___ @@ -36,7 +36,7 @@ When not commissioned, the device always enters commissioning mode upon power-up #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L25) +[packages/matter.js/src/schema/PairingCodeSchema.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L25) ___ @@ -48,4 +48,4 @@ User action required to enter commissioning mode. #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L28) +[packages/matter.js/src/schema/PairingCodeSchema.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L28) diff --git a/docs/matter.js/enums/tlv_export.TlvLength.md b/docs/matter.js/enums/tlv_export.TlvLength.md index 99cc5a52e8..72ac7939d8 100644 --- a/docs/matter.js/enums/tlv_export.TlvLength.md +++ b/docs/matter.js/enums/tlv_export.TlvLength.md @@ -23,7 +23,7 @@ Byte length of the encoded value or length. #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L49) +[packages/matter.js/src/tlv/TlvCodec.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L49) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L48) +[packages/matter.js/src/tlv/TlvCodec.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L48) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L46) +[packages/matter.js/src/tlv/TlvCodec.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L46) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L47) +[packages/matter.js/src/tlv/TlvCodec.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L47) diff --git a/docs/matter.js/enums/tlv_export.TlvType.md b/docs/matter.js/enums/tlv_export.TlvType.md index 28b0eafc13..1979908672 100644 --- a/docs/matter.js/enums/tlv_export.TlvType.md +++ b/docs/matter.js/enums/tlv_export.TlvType.md @@ -34,7 +34,7 @@ TLV element types. #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L39) +[packages/matter.js/src/tlv/TlvCodec.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L39) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L33) +[packages/matter.js/src/tlv/TlvCodec.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L33) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L36) +[packages/matter.js/src/tlv/TlvCodec.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L36) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L41) +[packages/matter.js/src/tlv/TlvCodec.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L41) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L34) +[packages/matter.js/src/tlv/TlvCodec.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L34) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L40) +[packages/matter.js/src/tlv/TlvCodec.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L40) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L37) +[packages/matter.js/src/tlv/TlvCodec.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L37) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L31) +[packages/matter.js/src/tlv/TlvCodec.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L31) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L38) +[packages/matter.js/src/tlv/TlvCodec.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L38) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L32) +[packages/matter.js/src/tlv/TlvCodec.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L32) ___ @@ -134,4 +134,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L35) +[packages/matter.js/src/tlv/TlvCodec.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L35) diff --git a/docs/matter.js/enums/util_export.Endian.md b/docs/matter.js/enums/util_export.Endian.md index 285c422add..414a7e7950 100644 --- a/docs/matter.js/enums/util_export.Endian.md +++ b/docs/matter.js/enums/util_export.Endian.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/util/ByteArray.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L79) +[packages/matter.js/src/util/ByteArray.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L79) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/util/ByteArray.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L78) +[packages/matter.js/src/util/ByteArray.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L78) diff --git a/docs/matter.js/interfaces/certificate_export.DeviceAttestationCertificate.md b/docs/matter.js/interfaces/certificate_export.DeviceAttestationCertificate.md index 3fbaf16d90..83f7a61680 100644 --- a/docs/matter.js/interfaces/certificate_export.DeviceAttestationCertificate.md +++ b/docs/matter.js/interfaces/certificate_export.DeviceAttestationCertificate.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L231) +[packages/matter.js/src/certificate/CertificateManager.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L231) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L232) +[packages/matter.js/src/certificate/CertificateManager.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L232) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:233](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L233) +[packages/matter.js/src/certificate/CertificateManager.ts:233](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L233) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L218) +[packages/matter.js/src/certificate/CertificateManager.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L218) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L224) +[packages/matter.js/src/certificate/CertificateManager.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L224) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:223](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L223) +[packages/matter.js/src/certificate/CertificateManager.ts:223](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L223) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L230) +[packages/matter.js/src/certificate/CertificateManager.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L230) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L216) +[packages/matter.js/src/certificate/CertificateManager.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L216) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L244) +[packages/matter.js/src/certificate/CertificateManager.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L244) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L217) +[packages/matter.js/src/certificate/CertificateManager.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L217) ___ @@ -157,4 +157,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L225) +[packages/matter.js/src/certificate/CertificateManager.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L225) diff --git a/docs/matter.js/interfaces/certificate_export.ProductAttestationAuthorityCertificate.md b/docs/matter.js/interfaces/certificate_export.ProductAttestationAuthorityCertificate.md index 3626a34845..e361d6819f 100644 --- a/docs/matter.js/interfaces/certificate_export.ProductAttestationAuthorityCertificate.md +++ b/docs/matter.js/interfaces/certificate_export.ProductAttestationAuthorityCertificate.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:292](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L292) +[packages/matter.js/src/certificate/CertificateManager.ts:292](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L292) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L293) +[packages/matter.js/src/certificate/CertificateManager.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L293) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:294](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L294) +[packages/matter.js/src/certificate/CertificateManager.ts:294](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L294) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L281) +[packages/matter.js/src/certificate/CertificateManager.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L281) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L286) +[packages/matter.js/src/certificate/CertificateManager.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L286) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:285](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L285) +[packages/matter.js/src/certificate/CertificateManager.ts:285](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L285) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L291) +[packages/matter.js/src/certificate/CertificateManager.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L291) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L279) +[packages/matter.js/src/certificate/CertificateManager.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L279) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L305) +[packages/matter.js/src/certificate/CertificateManager.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L305) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:280](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L280) +[packages/matter.js/src/certificate/CertificateManager.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L280) ___ @@ -155,4 +155,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:287](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L287) +[packages/matter.js/src/certificate/CertificateManager.ts:287](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L287) diff --git a/docs/matter.js/interfaces/certificate_export.ProductAttestationIntermediateCertificate.md b/docs/matter.js/interfaces/certificate_export.ProductAttestationIntermediateCertificate.md index e3577be0c8..65b78ac573 100644 --- a/docs/matter.js/interfaces/certificate_export.ProductAttestationIntermediateCertificate.md +++ b/docs/matter.js/interfaces/certificate_export.ProductAttestationIntermediateCertificate.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:262](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L262) +[packages/matter.js/src/certificate/CertificateManager.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L262) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L263) +[packages/matter.js/src/certificate/CertificateManager.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L263) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L264) +[packages/matter.js/src/certificate/CertificateManager.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L264) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:250](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L250) +[packages/matter.js/src/certificate/CertificateManager.ts:250](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L250) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L255) +[packages/matter.js/src/certificate/CertificateManager.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L255) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:254](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L254) +[packages/matter.js/src/certificate/CertificateManager.ts:254](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L254) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L261) +[packages/matter.js/src/certificate/CertificateManager.ts:261](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L261) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L248) +[packages/matter.js/src/certificate/CertificateManager.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L248) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L275) +[packages/matter.js/src/certificate/CertificateManager.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L275) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:249](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L249) +[packages/matter.js/src/certificate/CertificateManager.ts:249](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L249) ___ @@ -156,4 +156,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L256) +[packages/matter.js/src/certificate/CertificateManager.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L256) diff --git a/docs/matter.js/interfaces/cluster_export.Attribute.md b/docs/matter.js/interfaces/cluster_export.Attribute.md index 183db36dd7..82948f329e 100644 --- a/docs/matter.js/interfaces/cluster_export.Attribute.md +++ b/docs/matter.js/interfaces/cluster_export.Attribute.md @@ -41,7 +41,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -201,4 +201,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.Cluster.md b/docs/matter.js/interfaces/cluster_export.Cluster.md index e6fddd4d17..911ebc8444 100644 --- a/docs/matter.js/interfaces/cluster_export.Cluster.md +++ b/docs/matter.js/interfaces/cluster_export.Cluster.md @@ -36,7 +36,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:878](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L878) +[packages/matter.js/src/cluster/Cluster.ts:878](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L878) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:879](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L879) +[packages/matter.js/src/cluster/Cluster.ts:879](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L879) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:880](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L880) +[packages/matter.js/src/cluster/Cluster.ts:880](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L880) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:876](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L876) +[packages/matter.js/src/cluster/Cluster.ts:876](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L876) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:873](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L873) +[packages/matter.js/src/cluster/Cluster.ts:873](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L873) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:874](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L874) +[packages/matter.js/src/cluster/Cluster.ts:874](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L874) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:875](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L875) +[packages/matter.js/src/cluster/Cluster.ts:875](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L875) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:877](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L877) +[packages/matter.js/src/cluster/Cluster.ts:877](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L877) ___ @@ -116,4 +116,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:881](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L881) +[packages/matter.js/src/cluster/Cluster.ts:881](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L881) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Cluster.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Cluster.md index e820ac8909..0e857c32c8 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Cluster.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Cluster.md @@ -44,7 +44,7 @@ A Cluster represents a fully formed cluster with features selected. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L69) +[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L69) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L70) +[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L70) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L71) +[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L71) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L93) +[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L93) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L59) +[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L59) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L60) +[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L60) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L61) +[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L61) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L94) +[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L94) ___ @@ -156,4 +156,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L95) +[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L95) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.ClusterElements.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.ClusterElements.md index 62b9662f71..b3b8d8d10b 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.ClusterElements.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.ClusterElements.md @@ -31,7 +31,7 @@ a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L69) +[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L69) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L70) +[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L70) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L71) +[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L71) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Component.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Component.md index 73918b8466..15cc4c6ca9 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Component.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Component.md @@ -47,7 +47,7 @@ ClusterElements.constructor #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L69) +[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L69) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L70) +[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L70) ___ @@ -75,4 +75,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L71) +[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L71) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Extensible.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Extensible.md index 14603fe2d5..dc50867e0f 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Extensible.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Extensible.md @@ -54,7 +54,7 @@ Cluster.constructor #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L69) +[packages/matter.js/src/cluster/ClusterFactory.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L69) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L70) +[packages/matter.js/src/cluster/ClusterFactory.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L70) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L71) +[packages/matter.js/src/cluster/ClusterFactory.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L71) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L93) +[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L93) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L59) +[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L59) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L60) +[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L60) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L61) +[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L61) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L94) +[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L94) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L95) +[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L95) ___ @@ -176,4 +176,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L149) +[packages/matter.js/src/cluster/ClusterFactory.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L149) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Features.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Features.md index 4b66694449..7a253e9084 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Features.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Features.md @@ -34,7 +34,7 @@ Cluster "features" describe the features supported by a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L93) +[packages/matter.js/src/cluster/ClusterFactory.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L93) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L94) +[packages/matter.js/src/cluster/ClusterFactory.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L94) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L95) +[packages/matter.js/src/cluster/ClusterFactory.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L95) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Identity.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Identity.md index 7cbb7034dd..4ec633a254 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.Identity.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.Identity.md @@ -28,7 +28,7 @@ These fields uniquely identify a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L59) +[packages/matter.js/src/cluster/ClusterFactory.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L59) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L60) +[packages/matter.js/src/cluster/ClusterFactory.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L60) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L61) +[packages/matter.js/src/cluster/ClusterFactory.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L61) diff --git a/docs/matter.js/interfaces/cluster_export.ClusterFactory.TypedComponent.md b/docs/matter.js/interfaces/cluster_export.ClusterFactory.TypedComponent.md index a65fa75461..4d1d53765a 100644 --- a/docs/matter.js/interfaces/cluster_export.ClusterFactory.TypedComponent.md +++ b/docs/matter.js/interfaces/cluster_export.ClusterFactory.TypedComponent.md @@ -28,7 +28,7 @@ A "typed component" is a component with detailed type information. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L84) +[packages/matter.js/src/cluster/ClusterFactory.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L84) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L85) +[packages/matter.js/src/cluster/ClusterFactory.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L85) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L86) +[packages/matter.js/src/cluster/ClusterFactory.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L86) diff --git a/docs/matter.js/interfaces/cluster_export.Command.md b/docs/matter.js/interfaces/cluster_export.Command.md index e5555577da..329e3171e9 100644 --- a/docs/matter.js/interfaces/cluster_export.Command.md +++ b/docs/matter.js/interfaces/cluster_export.Command.md @@ -35,7 +35,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L604) +[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L604) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:606](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L606) +[packages/matter.js/src/cluster/Cluster.ts:606](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L606) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L607) +[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L607) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:599](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L599) +[packages/matter.js/src/cluster/Cluster.ts:599](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L599) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L608) +[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L608) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L600) +[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L600) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L601) +[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L601) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L602) +[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L602) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L603) +[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L603) ___ @@ -125,4 +125,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L605) +[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L605) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalAttribute.md b/docs/matter.js/interfaces/cluster_export.ConditionalAttribute.md index fcae2a4a73..0751a0fa6d 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalAttribute.md @@ -51,7 +51,7 @@ OptionalAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ OptionalAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ OptionalAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L60) +[packages/matter.js/src/cluster/Cluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L60) ___ @@ -121,7 +121,7 @@ OptionalAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ OptionalAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalCommand.md b/docs/matter.js/interfaces/cluster_export.ConditionalCommand.md index bf8fc5bcc9..4faa353db8 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalCommand.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalCommand.md @@ -45,7 +45,7 @@ OptionalCommand.invokeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L604) +[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L604) ___ @@ -59,7 +59,7 @@ OptionalCommand.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:617](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L617) +[packages/matter.js/src/cluster/Cluster.ts:617](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L617) ___ @@ -73,7 +73,7 @@ OptionalCommand.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L607) +[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L607) ___ @@ -87,7 +87,7 @@ OptionalCommand.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:612](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L612) +[packages/matter.js/src/cluster/Cluster.ts:612](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L612) ___ @@ -101,7 +101,7 @@ OptionalCommand.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L608) +[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L608) ___ @@ -115,7 +115,7 @@ OptionalCommand.requestId #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L600) +[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L600) ___ @@ -129,7 +129,7 @@ OptionalCommand.requestSchema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L601) +[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L601) ___ @@ -143,7 +143,7 @@ OptionalCommand.responseId #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L602) +[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L602) ___ @@ -157,7 +157,7 @@ OptionalCommand.responseSchema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L603) +[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L603) ___ @@ -171,4 +171,4 @@ OptionalCommand.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L605) +[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L605) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalEvent.md b/docs/matter.js/interfaces/cluster_export.ConditionalEvent.md index 4c5ab16342..4fc900dc27 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalEvent.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalEvent.md @@ -43,7 +43,7 @@ OptionalEvent.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L714) +[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L714) ___ @@ -57,7 +57,7 @@ OptionalEvent.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:743](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L743) +[packages/matter.js/src/cluster/Cluster.ts:743](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L743) ___ @@ -71,7 +71,7 @@ OptionalEvent.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L721) +[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L721) ___ @@ -85,7 +85,7 @@ OptionalEvent.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:739](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L739) +[packages/matter.js/src/cluster/Cluster.ts:739](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L739) ___ @@ -99,7 +99,7 @@ OptionalEvent.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L720) +[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L720) ___ @@ -113,7 +113,7 @@ OptionalEvent.priority #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L716) +[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L716) ___ @@ -127,7 +127,7 @@ OptionalEvent.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L718) +[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L718) ___ @@ -141,7 +141,7 @@ OptionalEvent.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L715) +[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L715) ___ @@ -155,4 +155,4 @@ OptionalEvent.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L722) +[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L722) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalFixedAttribute.md b/docs/matter.js/interfaces/cluster_export.ConditionalFixedAttribute.md index fd5f8740b3..e9d814bee5 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalFixedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalFixedAttribute.md @@ -51,7 +51,7 @@ OptionalFixedAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalFixedAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ OptionalFixedAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L101) +[packages/matter.js/src/cluster/Cluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L101) ___ @@ -93,7 +93,7 @@ OptionalFixedAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalFixedAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L105) +[packages/matter.js/src/cluster/Cluster.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L105) ___ @@ -121,7 +121,7 @@ OptionalFixedAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalFixedAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalFixedAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalFixedAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalFixedAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalFixedAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalFixedAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalFixedAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalFixedAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalFixedAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalFixedAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ OptionalFixedAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalWritableAttribute.md b/docs/matter.js/interfaces/cluster_export.ConditionalWritableAttribute.md index baed2236ce..60430c46e5 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalWritableAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalWritableAttribute.md @@ -51,7 +51,7 @@ OptionalWritableAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalWritableAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ OptionalWritableAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ OptionalWritableAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalWritableAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L72) +[packages/matter.js/src/cluster/Cluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L72) ___ @@ -121,7 +121,7 @@ OptionalWritableAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalWritableAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalWritableAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalWritableAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalWritableAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalWritableAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalWritableAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalWritableAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalWritableAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalWritableAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalWritableAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L68) +[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L68) ___ @@ -275,4 +275,4 @@ OptionalWritableAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.ConditionalWritableFabricScopedAttribute.md b/docs/matter.js/interfaces/cluster_export.ConditionalWritableFabricScopedAttribute.md index 8ce8f1cd8b..1215f88885 100644 --- a/docs/matter.js/interfaces/cluster_export.ConditionalWritableFabricScopedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.ConditionalWritableFabricScopedAttribute.md @@ -51,7 +51,7 @@ OptionalWritableFabricScopedAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalWritableFabricScopedAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L84) +[packages/matter.js/src/cluster/Cluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L84) ___ @@ -79,7 +79,7 @@ OptionalWritableFabricScopedAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ OptionalWritableFabricScopedAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalWritableFabricScopedAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L89) +[packages/matter.js/src/cluster/Cluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L89) ___ @@ -121,7 +121,7 @@ OptionalWritableFabricScopedAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalWritableFabricScopedAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalWritableFabricScopedAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalWritableFabricScopedAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalWritableFabricScopedAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalWritableFabricScopedAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalWritableFabricScopedAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalWritableFabricScopedAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalWritableFabricScopedAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalWritableFabricScopedAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalWritableFabricScopedAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L68) +[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L68) ___ @@ -275,4 +275,4 @@ OptionalWritableFabricScopedAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.Event.md b/docs/matter.js/interfaces/cluster_export.Event.md index 19191782bd..fb1ded6d5f 100644 --- a/docs/matter.js/interfaces/cluster_export.Event.md +++ b/docs/matter.js/interfaces/cluster_export.Event.md @@ -33,7 +33,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L714) +[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L714) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L719) +[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L719) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L721) +[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L721) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:717](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L717) +[packages/matter.js/src/cluster/Cluster.ts:717](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L717) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L720) +[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L720) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L716) +[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L716) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L718) +[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L718) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L715) +[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L715) ___ @@ -113,4 +113,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L722) +[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L722) diff --git a/docs/matter.js/interfaces/cluster_export.FabricScopedAttribute.md b/docs/matter.js/interfaces/cluster_export.FabricScopedAttribute.md index 2570c199dd..790a18344c 100644 --- a/docs/matter.js/interfaces/cluster_export.FabricScopedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.FabricScopedAttribute.md @@ -51,7 +51,7 @@ Attribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ Attribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L76) +[packages/matter.js/src/cluster/Cluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L76) ___ @@ -79,7 +79,7 @@ Attribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ Attribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ Attribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ Attribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ Attribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ Attribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ Attribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ Attribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ Attribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ Attribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ Attribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ Attribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ Attribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ Attribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ Attribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.FixedAttribute.md b/docs/matter.js/interfaces/cluster_export.FixedAttribute.md index c17dffbc75..dfa0acf584 100644 --- a/docs/matter.js/interfaces/cluster_export.FixedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.FixedAttribute.md @@ -51,7 +51,7 @@ Attribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ Attribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ Attribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L93) +[packages/matter.js/src/cluster/Cluster.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L93) ___ @@ -93,7 +93,7 @@ Attribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ Attribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ Attribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ Attribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ Attribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ Attribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ Attribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ Attribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ Attribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ Attribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ Attribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ Attribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ Attribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ Attribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.OperationalCredentialsServerConf.md b/docs/matter.js/interfaces/cluster_export.OperationalCredentialsServerConf.md index 8e9b13a531..1ad9a10b06 100644 --- a/docs/matter.js/interfaces/cluster_export.OperationalCredentialsServerConf.md +++ b/docs/matter.js/interfaces/cluster_export.OperationalCredentialsServerConf.md @@ -21,7 +21,7 @@ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L35) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L35) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L33) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L33) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L34) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L34) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L32) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L32) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalAttribute.md b/docs/matter.js/interfaces/cluster_export.OptionalAttribute.md index 92459f820e..0a82078d75 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalAttribute.md @@ -51,7 +51,7 @@ Attribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ Attribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ Attribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ Attribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ Attribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ Attribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ Attribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ Attribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ Attribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ Attribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ Attribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ Attribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ Attribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ Attribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ Attribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ Attribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ Attribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalCommand.md b/docs/matter.js/interfaces/cluster_export.OptionalCommand.md index 5ad16952f1..82a3d8d2ce 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalCommand.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalCommand.md @@ -45,7 +45,7 @@ Command.invokeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L604) +[packages/matter.js/src/cluster/Cluster.ts:604](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L604) ___ @@ -59,7 +59,7 @@ Command.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:606](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L606) +[packages/matter.js/src/cluster/Cluster.ts:606](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L606) ___ @@ -73,7 +73,7 @@ Command.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L607) +[packages/matter.js/src/cluster/Cluster.ts:607](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L607) ___ @@ -87,7 +87,7 @@ Command.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:612](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L612) +[packages/matter.js/src/cluster/Cluster.ts:612](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L612) ___ @@ -101,7 +101,7 @@ Command.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L608) +[packages/matter.js/src/cluster/Cluster.ts:608](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L608) ___ @@ -115,7 +115,7 @@ Command.requestId #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L600) +[packages/matter.js/src/cluster/Cluster.ts:600](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L600) ___ @@ -129,7 +129,7 @@ Command.requestSchema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L601) +[packages/matter.js/src/cluster/Cluster.ts:601](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L601) ___ @@ -143,7 +143,7 @@ Command.responseId #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L602) +[packages/matter.js/src/cluster/Cluster.ts:602](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L602) ___ @@ -157,7 +157,7 @@ Command.responseSchema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L603) +[packages/matter.js/src/cluster/Cluster.ts:603](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L603) ___ @@ -171,4 +171,4 @@ Command.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L605) +[packages/matter.js/src/cluster/Cluster.ts:605](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L605) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalEvent.md b/docs/matter.js/interfaces/cluster_export.OptionalEvent.md index ca9c0d3f03..45afa6eac5 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalEvent.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalEvent.md @@ -43,7 +43,7 @@ Event.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L714) +[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L714) ___ @@ -57,7 +57,7 @@ Event.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L719) +[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L719) ___ @@ -71,7 +71,7 @@ Event.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L721) +[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L721) ___ @@ -85,7 +85,7 @@ Event.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:739](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L739) +[packages/matter.js/src/cluster/Cluster.ts:739](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L739) ___ @@ -99,7 +99,7 @@ Event.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L720) +[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L720) ___ @@ -113,7 +113,7 @@ Event.priority #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L716) +[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L716) ___ @@ -127,7 +127,7 @@ Event.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L718) +[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L718) ___ @@ -141,7 +141,7 @@ Event.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L715) +[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L715) ___ @@ -155,4 +155,4 @@ Event.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L722) +[packages/matter.js/src/cluster/Cluster.ts:722](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L722) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalFixedAttribute.md b/docs/matter.js/interfaces/cluster_export.OptionalFixedAttribute.md index d90034063d..bb54a35a08 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalFixedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalFixedAttribute.md @@ -51,7 +51,7 @@ OptionalAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ OptionalAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L101) +[packages/matter.js/src/cluster/Cluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L101) ___ @@ -93,7 +93,7 @@ OptionalAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ OptionalAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ OptionalAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalWritableAttribute.md b/docs/matter.js/interfaces/cluster_export.OptionalWritableAttribute.md index 33f3e48727..87ff7e2edf 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalWritableAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalWritableAttribute.md @@ -51,7 +51,7 @@ OptionalAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ OptionalAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ OptionalAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ OptionalAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L68) +[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L68) ___ @@ -275,4 +275,4 @@ OptionalAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.OptionalWritableFabricScopedAttribute.md b/docs/matter.js/interfaces/cluster_export.OptionalWritableFabricScopedAttribute.md index 8a5bccbb74..30f686e899 100644 --- a/docs/matter.js/interfaces/cluster_export.OptionalWritableFabricScopedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.OptionalWritableFabricScopedAttribute.md @@ -51,7 +51,7 @@ OptionalWritableAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ OptionalWritableAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L84) +[packages/matter.js/src/cluster/Cluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L84) ___ @@ -79,7 +79,7 @@ OptionalWritableAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ OptionalWritableAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ OptionalWritableAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ OptionalWritableAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ OptionalWritableAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ OptionalWritableAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L56) +[packages/matter.js/src/cluster/Cluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L56) ___ @@ -163,7 +163,7 @@ OptionalWritableAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ OptionalWritableAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ OptionalWritableAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ OptionalWritableAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ OptionalWritableAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ OptionalWritableAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ OptionalWritableAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ OptionalWritableAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L68) +[packages/matter.js/src/cluster/Cluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L68) ___ @@ -275,4 +275,4 @@ OptionalWritableAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.UnknownAttribute.md b/docs/matter.js/interfaces/cluster_export.UnknownAttribute.md index 6f0871bce2..a161f834c9 100644 --- a/docs/matter.js/interfaces/cluster_export.UnknownAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.UnknownAttribute.md @@ -51,7 +51,7 @@ Attribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ Attribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ Attribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ Attribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ Attribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ Attribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ Attribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ Attribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ Attribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ Attribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ Attribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ Attribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ Attribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ Attribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ Attribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:566](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L566) +[packages/matter.js/src/cluster/Cluster.ts:566](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L566) ___ @@ -261,7 +261,7 @@ Attribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L40) +[packages/matter.js/src/cluster/Cluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L40) ___ @@ -275,4 +275,4 @@ Attribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.UnknownEvent.md b/docs/matter.js/interfaces/cluster_export.UnknownEvent.md index e135673135..8ec3ae4d1a 100644 --- a/docs/matter.js/interfaces/cluster_export.UnknownEvent.md +++ b/docs/matter.js/interfaces/cluster_export.UnknownEvent.md @@ -42,7 +42,7 @@ Event.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L714) +[packages/matter.js/src/cluster/Cluster.ts:714](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L714) ___ @@ -56,7 +56,7 @@ Event.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L719) +[packages/matter.js/src/cluster/Cluster.ts:719](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L719) ___ @@ -70,7 +70,7 @@ Event.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L721) +[packages/matter.js/src/cluster/Cluster.ts:721](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L721) ___ @@ -84,7 +84,7 @@ Event.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:717](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L717) +[packages/matter.js/src/cluster/Cluster.ts:717](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L717) ___ @@ -98,7 +98,7 @@ Event.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L720) +[packages/matter.js/src/cluster/Cluster.ts:720](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L720) ___ @@ -112,7 +112,7 @@ Event.priority #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L716) +[packages/matter.js/src/cluster/Cluster.ts:716](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L716) ___ @@ -126,7 +126,7 @@ Event.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L718) +[packages/matter.js/src/cluster/Cluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L718) ___ @@ -140,7 +140,7 @@ Event.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L715) +[packages/matter.js/src/cluster/Cluster.ts:715](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L715) ___ @@ -154,4 +154,4 @@ Event.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:726](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L726) +[packages/matter.js/src/cluster/Cluster.ts:726](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L726) diff --git a/docs/matter.js/interfaces/cluster_export.WritableAttribute.md b/docs/matter.js/interfaces/cluster_export.WritableAttribute.md index 9f60f20786..e14503b294 100644 --- a/docs/matter.js/interfaces/cluster_export.WritableAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.WritableAttribute.md @@ -51,7 +51,7 @@ Attribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ Attribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ Attribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ Attribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ Attribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ Attribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ Attribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ Attribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ Attribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ Attribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ Attribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ Attribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ Attribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ Attribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ Attribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ Attribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L64) +[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L64) ___ @@ -275,4 +275,4 @@ Attribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.WritableFabricScopedAttribute.md b/docs/matter.js/interfaces/cluster_export.WritableFabricScopedAttribute.md index bdc5884458..b1953834ac 100644 --- a/docs/matter.js/interfaces/cluster_export.WritableFabricScopedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.WritableFabricScopedAttribute.md @@ -51,7 +51,7 @@ WritableAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ WritableAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L80) +[packages/matter.js/src/cluster/Cluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L80) ___ @@ -79,7 +79,7 @@ WritableAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L44) +[packages/matter.js/src/cluster/Cluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L44) ___ @@ -93,7 +93,7 @@ WritableAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ WritableAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ WritableAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ WritableAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ WritableAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ WritableAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ WritableAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ WritableAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ WritableAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ WritableAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ WritableAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ WritableAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ WritableAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L64) +[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L64) ___ @@ -275,4 +275,4 @@ WritableAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/cluster_export.WritableFixedAttribute.md b/docs/matter.js/interfaces/cluster_export.WritableFixedAttribute.md index 62dfa327fd..a6081d14fe 100644 --- a/docs/matter.js/interfaces/cluster_export.WritableFixedAttribute.md +++ b/docs/matter.js/interfaces/cluster_export.WritableFixedAttribute.md @@ -51,7 +51,7 @@ WritableAttribute.default #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L48) +[packages/matter.js/src/cluster/Cluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L48) ___ @@ -65,7 +65,7 @@ WritableAttribute.fabricScoped #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L45) +[packages/matter.js/src/cluster/Cluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L45) ___ @@ -79,7 +79,7 @@ WritableAttribute.fixed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L97) +[packages/matter.js/src/cluster/Cluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L97) ___ @@ -93,7 +93,7 @@ WritableAttribute.id #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L36) +[packages/matter.js/src/cluster/Cluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L36) ___ @@ -107,7 +107,7 @@ WritableAttribute.isConditional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L49) +[packages/matter.js/src/cluster/Cluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L49) ___ @@ -121,7 +121,7 @@ WritableAttribute.mandatoryIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L51) +[packages/matter.js/src/cluster/Cluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L51) ___ @@ -135,7 +135,7 @@ WritableAttribute.omitChanges #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L46) +[packages/matter.js/src/cluster/Cluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L46) ___ @@ -149,7 +149,7 @@ WritableAttribute.optional #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L38) +[packages/matter.js/src/cluster/Cluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L38) ___ @@ -163,7 +163,7 @@ WritableAttribute.optionalIf #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L50) +[packages/matter.js/src/cluster/Cluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L50) ___ @@ -177,7 +177,7 @@ WritableAttribute.persistent #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L42) +[packages/matter.js/src/cluster/Cluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L42) ___ @@ -191,7 +191,7 @@ WritableAttribute.readAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L39) +[packages/matter.js/src/cluster/Cluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L39) ___ @@ -205,7 +205,7 @@ WritableAttribute.scene #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L41) +[packages/matter.js/src/cluster/Cluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L41) ___ @@ -219,7 +219,7 @@ WritableAttribute.schema #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L37) +[packages/matter.js/src/cluster/Cluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L37) ___ @@ -233,7 +233,7 @@ WritableAttribute.timed #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L43) +[packages/matter.js/src/cluster/Cluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L43) ___ @@ -247,7 +247,7 @@ WritableAttribute.unknown #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L52) +[packages/matter.js/src/cluster/Cluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L52) ___ @@ -261,7 +261,7 @@ WritableAttribute.writable #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L64) +[packages/matter.js/src/cluster/Cluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L64) ___ @@ -275,4 +275,4 @@ WritableAttribute.writeAcl #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L47) +[packages/matter.js/src/cluster/Cluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L47) diff --git a/docs/matter.js/interfaces/codec_export.BtpHandshakeRequest.md b/docs/matter.js/interfaces/codec_export.BtpHandshakeRequest.md index d0efed6d7e..624793d993 100644 --- a/docs/matter.js/interfaces/codec_export.BtpHandshakeRequest.md +++ b/docs/matter.js/interfaces/codec_export.BtpHandshakeRequest.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L16) +[packages/matter.js/src/codec/BtpCodec.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L16) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L17) +[packages/matter.js/src/codec/BtpCodec.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L17) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L15) +[packages/matter.js/src/codec/BtpCodec.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L15) diff --git a/docs/matter.js/interfaces/codec_export.BtpHandshakeResponse.md b/docs/matter.js/interfaces/codec_export.BtpHandshakeResponse.md index 6b744bb9be..60b8422c53 100644 --- a/docs/matter.js/interfaces/codec_export.BtpHandshakeResponse.md +++ b/docs/matter.js/interfaces/codec_export.BtpHandshakeResponse.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L22) +[packages/matter.js/src/codec/BtpCodec.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L22) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L21) +[packages/matter.js/src/codec/BtpCodec.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L21) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L23) +[packages/matter.js/src/codec/BtpCodec.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L23) diff --git a/docs/matter.js/interfaces/codec_export.BtpHeader.md b/docs/matter.js/interfaces/codec_export.BtpHeader.md index 9c3034386b..ce66da5960 100644 --- a/docs/matter.js/interfaces/codec_export.BtpHeader.md +++ b/docs/matter.js/interfaces/codec_export.BtpHeader.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L40) +[packages/matter.js/src/codec/BtpCodec.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L40) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L39) +[packages/matter.js/src/codec/BtpCodec.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L39) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L43) +[packages/matter.js/src/codec/BtpCodec.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L43) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L42) +[packages/matter.js/src/codec/BtpCodec.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L42) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L41) +[packages/matter.js/src/codec/BtpCodec.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L41) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L38) +[packages/matter.js/src/codec/BtpCodec.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L38) diff --git a/docs/matter.js/interfaces/codec_export.BtpPacket.md b/docs/matter.js/interfaces/codec_export.BtpPacket.md index e6079f8992..760992920e 100644 --- a/docs/matter.js/interfaces/codec_export.BtpPacket.md +++ b/docs/matter.js/interfaces/codec_export.BtpPacket.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L47) +[packages/matter.js/src/codec/BtpCodec.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L47) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L48) +[packages/matter.js/src/codec/BtpCodec.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L48) diff --git a/docs/matter.js/interfaces/codec_export.BtpPacketPayload.md b/docs/matter.js/interfaces/codec_export.BtpPacketPayload.md index 7c8bd1be61..74a5b4ef3b 100644 --- a/docs/matter.js/interfaces/codec_export.BtpPacketPayload.md +++ b/docs/matter.js/interfaces/codec_export.BtpPacketPayload.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L27) +[packages/matter.js/src/codec/BtpCodec.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L27) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L29) +[packages/matter.js/src/codec/BtpCodec.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L29) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L30) +[packages/matter.js/src/codec/BtpCodec.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L30) ___ @@ -57,4 +57,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L28) +[packages/matter.js/src/codec/BtpCodec.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L28) diff --git a/docs/matter.js/interfaces/codec_export.DecodedBtpPacket.md b/docs/matter.js/interfaces/codec_export.DecodedBtpPacket.md index 24e768243b..978a64e482 100644 --- a/docs/matter.js/interfaces/codec_export.DecodedBtpPacket.md +++ b/docs/matter.js/interfaces/codec_export.DecodedBtpPacket.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L52) +[packages/matter.js/src/codec/BtpCodec.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L52) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L53) +[packages/matter.js/src/codec/BtpCodec.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L53) diff --git a/docs/matter.js/interfaces/codec_export.DecodedBtpPacketPayload.md b/docs/matter.js/interfaces/codec_export.DecodedBtpPacketPayload.md index 721effa182..789febc60c 100644 --- a/docs/matter.js/interfaces/codec_export.DecodedBtpPacketPayload.md +++ b/docs/matter.js/interfaces/codec_export.DecodedBtpPacketPayload.md @@ -31,7 +31,7 @@ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L27) +[packages/matter.js/src/codec/BtpCodec.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L27) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L29) +[packages/matter.js/src/codec/BtpCodec.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L29) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L34) +[packages/matter.js/src/codec/BtpCodec.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L34) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/BtpCodec.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/BtpCodec.ts#L28) +[packages/matter.js/src/codec/BtpCodec.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/BtpCodec.ts#L28) diff --git a/docs/matter.js/interfaces/codec_export.DecodedMessage.md b/docs/matter.js/interfaces/codec_export.DecodedMessage.md new file mode 100644 index 0000000000..e4758762e2 --- /dev/null +++ b/docs/matter.js/interfaces/codec_export.DecodedMessage.md @@ -0,0 +1,76 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [codec/export](../modules/codec_export.md) / DecodedMessage + +# Interface: DecodedMessage + +[codec/export](../modules/codec_export.md).DecodedMessage + +## Hierarchy + +- [`Message`](codec_export.Message.md) + + ↳ **`DecodedMessage`** + +## Table of contents + +### Properties + +- [packetHeader](codec_export.DecodedMessage.md#packetheader) +- [payload](codec_export.DecodedMessage.md#payload) +- [payloadHeader](codec_export.DecodedMessage.md#payloadheader) +- [securityExtension](codec_export.DecodedMessage.md#securityextension) + +## Properties + +### packetHeader + +• **packetHeader**: [`DecodedPacketHeader`](codec_export.DecodedPacketHeader.md) + +#### Overrides + +[Message](codec_export.Message.md).[packetHeader](codec_export.Message.md#packetheader) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L59) + +___ + +### payload + +• **payload**: `Uint8Array` + +#### Inherited from + +[Message](codec_export.Message.md).[payload](codec_export.Message.md#payload) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L55) + +___ + +### payloadHeader + +• **payloadHeader**: [`PayloadHeader`](codec_export.PayloadHeader.md) + +#### Inherited from + +[Message](codec_export.Message.md).[payloadHeader](codec_export.Message.md#payloadheader) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L53) + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Inherited from + +[Message](codec_export.Message.md).[securityExtension](codec_export.Message.md#securityextension) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L54) diff --git a/docs/matter.js/interfaces/codec_export.DecodedPacket.md b/docs/matter.js/interfaces/codec_export.DecodedPacket.md new file mode 100644 index 0000000000..7687a11824 --- /dev/null +++ b/docs/matter.js/interfaces/codec_export.DecodedPacket.md @@ -0,0 +1,61 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [codec/export](../modules/codec_export.md) / DecodedPacket + +# Interface: DecodedPacket + +[codec/export](../modules/codec_export.md).DecodedPacket + +## Hierarchy + +- [`Packet`](codec_export.Packet.md) + + ↳ **`DecodedPacket`** + +## Table of contents + +### Properties + +- [applicationPayload](codec_export.DecodedPacket.md#applicationpayload) +- [header](codec_export.DecodedPacket.md#header) +- [messageExtension](codec_export.DecodedPacket.md#messageextension) + +## Properties + +### applicationPayload + +• **applicationPayload**: `Uint8Array` + +#### Inherited from + +[Packet](codec_export.Packet.md).[applicationPayload](codec_export.Packet.md#applicationpayload) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L44) + +___ + +### header + +• **header**: [`DecodedPacketHeader`](codec_export.DecodedPacketHeader.md) + +#### Overrides + +[Packet](codec_export.Packet.md).[header](codec_export.Packet.md#header) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L48) + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Inherited from + +[Packet](codec_export.Packet.md).[messageExtension](codec_export.Packet.md#messageextension) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L43) diff --git a/docs/matter.js/interfaces/codec_export.DecodedPacketHeader.md b/docs/matter.js/interfaces/codec_export.DecodedPacketHeader.md new file mode 100644 index 0000000000..b4d19616cb --- /dev/null +++ b/docs/matter.js/interfaces/codec_export.DecodedPacketHeader.md @@ -0,0 +1,162 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [codec/export](../modules/codec_export.md) / DecodedPacketHeader + +# Interface: DecodedPacketHeader + +[codec/export](../modules/codec_export.md).DecodedPacketHeader + +## Hierarchy + +- [`PacketHeader`](codec_export.PacketHeader.md) + + ↳ **`DecodedPacketHeader`** + +## Table of contents + +### Properties + +- [destGroupId](codec_export.DecodedPacketHeader.md#destgroupid) +- [destNodeId](codec_export.DecodedPacketHeader.md#destnodeid) +- [hasMessageExtensions](codec_export.DecodedPacketHeader.md#hasmessageextensions) +- [hasPrivacyEnhancements](codec_export.DecodedPacketHeader.md#hasprivacyenhancements) +- [isControlMessage](codec_export.DecodedPacketHeader.md#iscontrolmessage) +- [messageId](codec_export.DecodedPacketHeader.md#messageid) +- [securityFlags](codec_export.DecodedPacketHeader.md#securityflags) +- [sessionId](codec_export.DecodedPacketHeader.md#sessionid) +- [sessionType](codec_export.DecodedPacketHeader.md#sessiontype) +- [sourceNodeId](codec_export.DecodedPacketHeader.md#sourcenodeid) + +## Properties + +### destGroupId + +• `Optional` **destGroupId**: `number` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[destGroupId](codec_export.PacketHeader.md#destgroupid) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L24) + +___ + +### destNodeId + +• `Optional` **destNodeId**: [`NodeId`](../modules/datatype_export.md#nodeid) + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[destNodeId](codec_export.PacketHeader.md#destnodeid) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L23) + +___ + +### hasMessageExtensions + +• **hasMessageExtensions**: `boolean` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[hasMessageExtensions](codec_export.PacketHeader.md#hasmessageextensions) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L20) + +___ + +### hasPrivacyEnhancements + +• **hasPrivacyEnhancements**: `boolean` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[hasPrivacyEnhancements](codec_export.PacketHeader.md#hasprivacyenhancements) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L18) + +___ + +### isControlMessage + +• **isControlMessage**: `boolean` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[isControlMessage](codec_export.PacketHeader.md#iscontrolmessage) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L19) + +___ + +### messageId + +• **messageId**: `number` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[messageId](codec_export.PacketHeader.md#messageid) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L21) + +___ + +### securityFlags + +• **securityFlags**: `number` + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L28) + +___ + +### sessionId + +• **sessionId**: `number` + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[sessionId](codec_export.PacketHeader.md#sessionid) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L16) + +___ + +### sessionType + +• **sessionType**: [`SessionType`](../enums/codec_export.SessionType.md) + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[sessionType](codec_export.PacketHeader.md#sessiontype) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L17) + +___ + +### sourceNodeId + +• `Optional` **sourceNodeId**: [`NodeId`](../modules/datatype_export.md#nodeid) + +#### Inherited from + +[PacketHeader](codec_export.PacketHeader.md).[sourceNodeId](codec_export.PacketHeader.md#sourcenodeid) + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L22) diff --git a/docs/matter.js/interfaces/codec_export.Message.md b/docs/matter.js/interfaces/codec_export.Message.md index eb96ba3e5b..2beced0942 100644 --- a/docs/matter.js/interfaces/codec_export.Message.md +++ b/docs/matter.js/interfaces/codec_export.Message.md @@ -4,6 +4,12 @@ [codec/export](../modules/codec_export.md).Message +## Hierarchy + +- **`Message`** + + ↳ [`DecodedMessage`](codec_export.DecodedMessage.md) + ## Table of contents ### Properties @@ -11,6 +17,7 @@ - [packetHeader](codec_export.Message.md#packetheader) - [payload](codec_export.Message.md#payload) - [payloadHeader](codec_export.Message.md#payloadheader) +- [securityExtension](codec_export.Message.md#securityextension) ## Properties @@ -20,7 +27,7 @@ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L42) +[packages/matter.js/src/codec/MessageCodec.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L52) ___ @@ -30,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L44) +[packages/matter.js/src/codec/MessageCodec.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L55) ___ @@ -40,4 +47,14 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L43) +[packages/matter.js/src/codec/MessageCodec.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L53) + +___ + +### securityExtension + +• `Optional` **securityExtension**: `Uint8Array` + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L54) diff --git a/docs/matter.js/interfaces/codec_export.Packet.md b/docs/matter.js/interfaces/codec_export.Packet.md index c5aff9d655..dc1acec68f 100644 --- a/docs/matter.js/interfaces/codec_export.Packet.md +++ b/docs/matter.js/interfaces/codec_export.Packet.md @@ -4,22 +4,29 @@ [codec/export](../modules/codec_export.md).Packet +## Hierarchy + +- **`Packet`** + + ↳ [`DecodedPacket`](codec_export.DecodedPacket.md) + ## Table of contents ### Properties -- [bytes](codec_export.Packet.md#bytes) +- [applicationPayload](codec_export.Packet.md#applicationpayload) - [header](codec_export.Packet.md#header) +- [messageExtension](codec_export.Packet.md#messageextension) ## Properties -### bytes +### applicationPayload -• **bytes**: `Uint8Array` +• **applicationPayload**: `Uint8Array` #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L38) +[packages/matter.js/src/codec/MessageCodec.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L44) ___ @@ -29,4 +36,14 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L37) +[packages/matter.js/src/codec/MessageCodec.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L42) + +___ + +### messageExtension + +• `Optional` **messageExtension**: `Uint8Array` + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L43) diff --git a/docs/matter.js/interfaces/codec_export.PacketHeader.md b/docs/matter.js/interfaces/codec_export.PacketHeader.md index 41752ea3dd..f84ba07193 100644 --- a/docs/matter.js/interfaces/codec_export.PacketHeader.md +++ b/docs/matter.js/interfaces/codec_export.PacketHeader.md @@ -4,6 +4,12 @@ [codec/export](../modules/codec_export.md).PacketHeader +## Hierarchy + +- **`PacketHeader`** + + ↳ [`DecodedPacketHeader`](codec_export.DecodedPacketHeader.md) + ## Table of contents ### Properties @@ -26,7 +32,7 @@ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L24) +[packages/matter.js/src/codec/MessageCodec.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L24) ___ @@ -36,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L23) +[packages/matter.js/src/codec/MessageCodec.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L23) ___ @@ -46,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L20) +[packages/matter.js/src/codec/MessageCodec.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L20) ___ @@ -56,7 +62,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L18) +[packages/matter.js/src/codec/MessageCodec.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L18) ___ @@ -66,7 +72,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L19) +[packages/matter.js/src/codec/MessageCodec.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L19) ___ @@ -76,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L21) +[packages/matter.js/src/codec/MessageCodec.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L21) ___ @@ -86,7 +92,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L16) +[packages/matter.js/src/codec/MessageCodec.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L16) ___ @@ -96,7 +102,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L17) +[packages/matter.js/src/codec/MessageCodec.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L17) ___ @@ -106,4 +112,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L22) +[packages/matter.js/src/codec/MessageCodec.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L22) diff --git a/docs/matter.js/interfaces/codec_export.PayloadHeader.md b/docs/matter.js/interfaces/codec_export.PayloadHeader.md index 60e889777f..cca2f6f60d 100644 --- a/docs/matter.js/interfaces/codec_export.PayloadHeader.md +++ b/docs/matter.js/interfaces/codec_export.PayloadHeader.md @@ -10,6 +10,7 @@ - [ackedMessageId](codec_export.PayloadHeader.md#ackedmessageid) - [exchangeId](codec_export.PayloadHeader.md#exchangeid) +- [hasSecuredExtension](codec_export.PayloadHeader.md#hassecuredextension) - [isInitiatorMessage](codec_export.PayloadHeader.md#isinitiatormessage) - [messageType](codec_export.PayloadHeader.md#messagetype) - [protocolId](codec_export.PayloadHeader.md#protocolid) @@ -23,7 +24,7 @@ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L33) +[packages/matter.js/src/codec/MessageCodec.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L37) ___ @@ -33,7 +34,17 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L28) +[packages/matter.js/src/codec/MessageCodec.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L32) + +___ + +### hasSecuredExtension + +• **hasSecuredExtension**: `boolean` + +#### Defined in + +[packages/matter.js/src/codec/MessageCodec.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L38) ___ @@ -43,7 +54,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L31) +[packages/matter.js/src/codec/MessageCodec.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L35) ___ @@ -53,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L30) +[packages/matter.js/src/codec/MessageCodec.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L34) ___ @@ -63,7 +74,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L29) +[packages/matter.js/src/codec/MessageCodec.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L33) ___ @@ -73,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/MessageCodec.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/MessageCodec.ts#L32) +[packages/matter.js/src/codec/MessageCodec.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/MessageCodec.ts#L36) diff --git a/docs/matter.js/interfaces/common_export.Channel.md b/docs/matter.js/interfaces/common_export.Channel.md index 2e6d54b475..e8e34df89e 100644 --- a/docs/matter.js/interfaces/common_export.Channel.md +++ b/docs/matter.js/interfaces/common_export.Channel.md @@ -39,7 +39,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/common/Channel.ts:8](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Channel.ts#L8) +[packages/matter.js/src/common/Channel.ts:8](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Channel.ts#L8) ## Methods @@ -53,7 +53,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/common/Channel.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Channel.ts#L10) +[packages/matter.js/src/common/Channel.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Channel.ts#L10) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/common/Channel.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Channel.ts#L9) +[packages/matter.js/src/common/Channel.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Channel.ts#L9) diff --git a/docs/matter.js/interfaces/common_export.InstanceBroadcaster.md b/docs/matter.js/interfaces/common_export.InstanceBroadcaster.md index bb3cade94d..f959aed6c6 100644 --- a/docs/matter.js/interfaces/common_export.InstanceBroadcaster.md +++ b/docs/matter.js/interfaces/common_export.InstanceBroadcaster.md @@ -36,7 +36,7 @@ Send out announcements for this instance. #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:205](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L205) +[packages/matter.js/src/common/InstanceBroadcaster.ts:205](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L205) ___ @@ -52,7 +52,7 @@ Expire all announcements. #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L214) +[packages/matter.js/src/common/InstanceBroadcaster.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L214) ___ @@ -68,7 +68,7 @@ Expire the announcement for this commissioning instance. #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:211](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L211) +[packages/matter.js/src/common/InstanceBroadcaster.ts:211](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L211) ___ @@ -84,7 +84,7 @@ Expire the announcement for this operative instance. #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L208) +[packages/matter.js/src/common/InstanceBroadcaster.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L208) ___ @@ -107,7 +107,7 @@ Set a commissionable mode and details to announce a commissionable device. #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L193) +[packages/matter.js/src/common/InstanceBroadcaster.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L193) ___ @@ -129,7 +129,7 @@ Set commissioner details to announce a commissioner service for User directed co #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L202) +[packages/matter.js/src/common/InstanceBroadcaster.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L202) ___ @@ -153,4 +153,4 @@ Use expireCommissioningAnnouncements = true when Fabrics are changed after a n c #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:199](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L199) +[packages/matter.js/src/common/InstanceBroadcaster.ts:199](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L199) diff --git a/docs/matter.js/interfaces/common_export.Listener.md b/docs/matter.js/interfaces/common_export.Listener.md index f4ea1edcf2..feea32b718 100644 --- a/docs/matter.js/interfaces/common_export.Listener.md +++ b/docs/matter.js/interfaces/common_export.Listener.md @@ -22,4 +22,4 @@ #### Defined in -[packages/matter.js/src/common/TransportInterface.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TransportInterface.ts#L11) +[packages/matter.js/src/common/TransportInterface.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TransportInterface.ts#L11) diff --git a/docs/matter.js/interfaces/common_export.Scanner.md b/docs/matter.js/interfaces/common_export.Scanner.md index 0f5fda5a20..dfee855802 100644 --- a/docs/matter.js/interfaces/common_export.Scanner.md +++ b/docs/matter.js/interfaces/common_export.Scanner.md @@ -41,7 +41,7 @@ be over. #### Defined in -[packages/matter.js/src/common/Scanner.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L136) +[packages/matter.js/src/common/Scanner.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L136) ___ @@ -57,7 +57,7 @@ Close the scanner server and free resources. #### Defined in -[packages/matter.js/src/common/Scanner.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L139) +[packages/matter.js/src/common/Scanner.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L139) ___ @@ -82,7 +82,7 @@ vendorId, etc.) and returns as soon as minimum one was found or the timeout is o #### Defined in -[packages/matter.js/src/common/Scanner.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L112) +[packages/matter.js/src/common/Scanner.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L112) ___ @@ -108,7 +108,7 @@ called when it is discovered. #### Defined in -[packages/matter.js/src/common/Scanner.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L123) +[packages/matter.js/src/common/Scanner.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L123) ___ @@ -134,7 +134,7 @@ and return them. #### Defined in -[packages/matter.js/src/common/Scanner.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L95) +[packages/matter.js/src/common/Scanner.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L95) ___ @@ -156,7 +156,7 @@ Return already discovered commissionable devices and return them. Does not send #### Defined in -[packages/matter.js/src/common/Scanner.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L130) +[packages/matter.js/src/common/Scanner.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L130) ___ @@ -180,4 +180,4 @@ DNS-SD queries. #### Defined in -[packages/matter.js/src/common/Scanner.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L106) +[packages/matter.js/src/common/Scanner.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L106) diff --git a/docs/matter.js/interfaces/common_export.TransportInterface.md b/docs/matter.js/interfaces/common_export.TransportInterface.md index 2222951568..8d66d753ad 100644 --- a/docs/matter.js/interfaces/common_export.TransportInterface.md +++ b/docs/matter.js/interfaces/common_export.TransportInterface.md @@ -32,7 +32,7 @@ It can not open new connections. #### Defined in -[packages/matter.js/src/common/TransportInterface.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TransportInterface.ts#L20) +[packages/matter.js/src/common/TransportInterface.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TransportInterface.ts#L20) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[packages/matter.js/src/common/TransportInterface.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TransportInterface.ts#L19) +[packages/matter.js/src/common/TransportInterface.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TransportInterface.ts#L19) diff --git a/docs/matter.js/interfaces/crypto_export.Key.md b/docs/matter.js/interfaces/crypto_export.Key.md index 53e74e6034..47020df8f7 100644 --- a/docs/matter.js/interfaces/crypto_export.Key.md +++ b/docs/matter.js/interfaces/crypto_export.Key.md @@ -85,7 +85,7 @@ JsonWebKey.alg #### Defined in -[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L107) +[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L107) ___ @@ -97,7 +97,7 @@ The key algorithm, alias for JWK "alg" field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L79) +[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L79) ___ @@ -111,7 +111,7 @@ JsonWebKey.crv #### Defined in -[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L108) +[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L108) ___ @@ -123,7 +123,7 @@ The elliptic curve type, alias for JWK "crv" field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L84) +[packages/matter.js/src/crypto/Key.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L84) ___ @@ -137,7 +137,7 @@ JsonWebKey.d #### Defined in -[packages/matter.js/src/crypto/Key.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L109) +[packages/matter.js/src/crypto/Key.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L109) ___ @@ -151,7 +151,7 @@ JsonWebKey.dp #### Defined in -[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L110) +[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L110) ___ @@ -165,7 +165,7 @@ JsonWebKey.dq #### Defined in -[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L111) +[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L111) ___ @@ -179,7 +179,7 @@ JsonWebKey.e #### Defined in -[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L112) +[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L112) ___ @@ -193,7 +193,7 @@ JsonWebKey.ext #### Defined in -[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L113) +[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L113) ___ @@ -206,7 +206,7 @@ field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L105) +[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L105) ___ @@ -220,7 +220,7 @@ JsonWebKey.k #### Defined in -[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L114) +[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L114) ___ @@ -232,7 +232,7 @@ Alias for keyPairBits that throws if a complete key pair is not present. #### Defined in -[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L184) +[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L184) ___ @@ -245,7 +245,7 @@ serialization format for legacy reasons. #### Defined in -[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L169) +[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L169) ___ @@ -259,7 +259,7 @@ JsonWebKey.key\_ops #### Defined in -[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L115) +[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L115) ___ @@ -273,7 +273,7 @@ JsonWebKey.kty #### Defined in -[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L116) +[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L116) ___ @@ -287,7 +287,7 @@ JsonWebKey.n #### Defined in -[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L117) +[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L117) ___ @@ -299,7 +299,7 @@ Operations supported by the key, alias for JWK "key_ops" field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L94) +[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L94) ___ @@ -313,7 +313,7 @@ JsonWebKey.oth #### Defined in -[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L118) +[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L118) ___ @@ -327,7 +327,7 @@ JsonWebKey.p #### Defined in -[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L119) +[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L119) ___ @@ -339,7 +339,7 @@ Import (write-only) of private keys encoded in PKCS #8 format. #### Defined in -[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L152) +[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L152) ___ @@ -351,7 +351,7 @@ The private key, alias for JWK "d" field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L99) +[packages/matter.js/src/crypto/Key.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L99) ___ @@ -364,7 +364,7 @@ base-64 private key. #### Defined in -[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L130) +[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L130) ___ @@ -376,7 +376,7 @@ Alias for privateBits that throws if no private key is present. #### Defined in -[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L179) +[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L179) ___ @@ -389,7 +389,7 @@ fields internally. #### Defined in -[packages/matter.js/src/crypto/Key.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L163) +[packages/matter.js/src/crypto/Key.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L163) ___ @@ -401,7 +401,7 @@ Alias for publicBits that throws if no public key is present. #### Defined in -[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L174) +[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L174) ___ @@ -415,7 +415,7 @@ JsonWebKey.q #### Defined in -[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L120) +[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L120) ___ @@ -429,7 +429,7 @@ JsonWebKey.qi #### Defined in -[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L121) +[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L121) ___ @@ -441,7 +441,7 @@ Import (write-only) of private keys encoded in SEC1 format. #### Defined in -[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L147) +[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L147) ___ @@ -453,7 +453,7 @@ Import (write-only) of public keys encoded in SPKI format. #### Defined in -[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L157) +[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L157) ___ @@ -465,7 +465,7 @@ The key type, alias for JWK "kty" field. #### Defined in -[packages/matter.js/src/crypto/Key.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L89) +[packages/matter.js/src/crypto/Key.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L89) ___ @@ -479,7 +479,7 @@ JsonWebKey.use #### Defined in -[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L122) +[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L122) ___ @@ -493,7 +493,7 @@ JsonWebKey.x #### Defined in -[packages/matter.js/src/crypto/Key.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L123) +[packages/matter.js/src/crypto/Key.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L123) ___ @@ -506,7 +506,7 @@ x-point on EC public keys. #### Defined in -[packages/matter.js/src/crypto/Key.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L136) +[packages/matter.js/src/crypto/Key.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L136) ___ @@ -520,7 +520,7 @@ JsonWebKey.y #### Defined in -[packages/matter.js/src/crypto/Key.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L124) +[packages/matter.js/src/crypto/Key.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L124) ___ @@ -533,4 +533,4 @@ y-point on EC public keys. #### Defined in -[packages/matter.js/src/crypto/Key.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L142) +[packages/matter.js/src/crypto/Key.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L142) diff --git a/docs/matter.js/interfaces/crypto_export.PbkdfParameters.md b/docs/matter.js/interfaces/crypto_export.PbkdfParameters.md index debac2d89e..a649507a7e 100644 --- a/docs/matter.js/interfaces/crypto_export.PbkdfParameters.md +++ b/docs/matter.js/interfaces/crypto_export.PbkdfParameters.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L20) +[packages/matter.js/src/crypto/Spake2p.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L20) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Spake2p.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Spake2p.ts#L21) +[packages/matter.js/src/crypto/Spake2p.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Spake2p.ts#L21) diff --git a/docs/matter.js/interfaces/crypto_export.PrivateKey.md b/docs/matter.js/interfaces/crypto_export.PrivateKey.md index 6f8f8eee0b..f170ea0c96 100644 --- a/docs/matter.js/interfaces/crypto_export.PrivateKey.md +++ b/docs/matter.js/interfaces/crypto_export.PrivateKey.md @@ -78,7 +78,7 @@ PublicKey.alg #### Defined in -[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L107) +[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L107) ___ @@ -94,7 +94,7 @@ PublicKey.algorithm #### Defined in -[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L79) +[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L79) ___ @@ -108,7 +108,7 @@ PublicKey.crv #### Defined in -[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L108) +[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L108) ___ @@ -122,7 +122,7 @@ PublicKey.curve #### Defined in -[packages/matter.js/src/crypto/Key.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L192) +[packages/matter.js/src/crypto/Key.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L192) ___ @@ -136,7 +136,7 @@ PublicKey.d #### Defined in -[packages/matter.js/src/crypto/Key.ts:205](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L205) +[packages/matter.js/src/crypto/Key.ts:205](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L205) ___ @@ -150,7 +150,7 @@ PublicKey.dp #### Defined in -[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L110) +[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L110) ___ @@ -164,7 +164,7 @@ PublicKey.dq #### Defined in -[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L111) +[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L111) ___ @@ -178,7 +178,7 @@ PublicKey.e #### Defined in -[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L112) +[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L112) ___ @@ -192,7 +192,7 @@ PublicKey.ext #### Defined in -[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L113) +[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L113) ___ @@ -209,7 +209,7 @@ PublicKey.extractable #### Defined in -[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L105) +[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L105) ___ @@ -223,7 +223,7 @@ PublicKey.k #### Defined in -[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L114) +[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L114) ___ @@ -237,7 +237,7 @@ PublicKey.keyPair #### Defined in -[packages/matter.js/src/crypto/Key.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L208) +[packages/matter.js/src/crypto/Key.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L208) ___ @@ -251,7 +251,7 @@ PublicKey.keyPairBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L209) +[packages/matter.js/src/crypto/Key.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L209) ___ @@ -265,7 +265,7 @@ PublicKey.key\_ops #### Defined in -[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L115) +[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L115) ___ @@ -279,7 +279,7 @@ PublicKey.kty #### Defined in -[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L116) +[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L116) ___ @@ -293,7 +293,7 @@ PublicKey.n #### Defined in -[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L117) +[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L117) ___ @@ -309,7 +309,7 @@ PublicKey.operations #### Defined in -[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L94) +[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L94) ___ @@ -323,7 +323,7 @@ PublicKey.oth #### Defined in -[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L118) +[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L118) ___ @@ -337,7 +337,7 @@ PublicKey.p #### Defined in -[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L119) +[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L119) ___ @@ -353,7 +353,7 @@ PublicKey.pkcs8 #### Defined in -[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L152) +[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L152) ___ @@ -367,7 +367,7 @@ PublicKey.private #### Defined in -[packages/matter.js/src/crypto/Key.ts:204](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L204) +[packages/matter.js/src/crypto/Key.ts:204](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L204) ___ @@ -381,7 +381,7 @@ PublicKey.privateBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L206) +[packages/matter.js/src/crypto/Key.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L206) ___ @@ -395,7 +395,7 @@ PublicKey.privateKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L207) +[packages/matter.js/src/crypto/Key.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L207) ___ @@ -409,7 +409,7 @@ PublicKey.publicBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L197) +[packages/matter.js/src/crypto/Key.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L197) ___ @@ -425,7 +425,7 @@ PublicKey.publicKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L174) +[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L174) ___ @@ -439,7 +439,7 @@ PublicKey.q #### Defined in -[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L120) +[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L120) ___ @@ -453,7 +453,7 @@ PublicKey.qi #### Defined in -[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L121) +[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L121) ___ @@ -469,7 +469,7 @@ PublicKey.sec1 #### Defined in -[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L147) +[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L147) ___ @@ -485,7 +485,7 @@ PublicKey.spki #### Defined in -[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L157) +[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L157) ___ @@ -499,7 +499,7 @@ PublicKey.type #### Defined in -[packages/matter.js/src/crypto/Key.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L191) +[packages/matter.js/src/crypto/Key.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L191) ___ @@ -513,7 +513,7 @@ PublicKey.use #### Defined in -[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L122) +[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L122) ___ @@ -527,7 +527,7 @@ PublicKey.x #### Defined in -[packages/matter.js/src/crypto/Key.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L193) +[packages/matter.js/src/crypto/Key.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L193) ___ @@ -541,7 +541,7 @@ PublicKey.xBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:195](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L195) +[packages/matter.js/src/crypto/Key.ts:195](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L195) ___ @@ -555,7 +555,7 @@ PublicKey.y #### Defined in -[packages/matter.js/src/crypto/Key.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L194) +[packages/matter.js/src/crypto/Key.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L194) ___ @@ -569,4 +569,4 @@ PublicKey.yBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L196) +[packages/matter.js/src/crypto/Key.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L196) diff --git a/docs/matter.js/interfaces/crypto_export.PublicKey.md b/docs/matter.js/interfaces/crypto_export.PublicKey.md index c2b16cd043..b6ff9accb1 100644 --- a/docs/matter.js/interfaces/crypto_export.PublicKey.md +++ b/docs/matter.js/interfaces/crypto_export.PublicKey.md @@ -78,7 +78,7 @@ Key.alg #### Defined in -[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L107) +[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L107) ___ @@ -94,7 +94,7 @@ Key.algorithm #### Defined in -[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L79) +[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L79) ___ @@ -108,7 +108,7 @@ Key.crv #### Defined in -[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L108) +[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L108) ___ @@ -122,7 +122,7 @@ Key.curve #### Defined in -[packages/matter.js/src/crypto/Key.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L192) +[packages/matter.js/src/crypto/Key.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L192) ___ @@ -136,7 +136,7 @@ Key.d #### Defined in -[packages/matter.js/src/crypto/Key.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L109) +[packages/matter.js/src/crypto/Key.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L109) ___ @@ -150,7 +150,7 @@ Key.dp #### Defined in -[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L110) +[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L110) ___ @@ -164,7 +164,7 @@ Key.dq #### Defined in -[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L111) +[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L111) ___ @@ -178,7 +178,7 @@ Key.e #### Defined in -[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L112) +[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L112) ___ @@ -192,7 +192,7 @@ Key.ext #### Defined in -[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L113) +[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L113) ___ @@ -209,7 +209,7 @@ Key.extractable #### Defined in -[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L105) +[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L105) ___ @@ -223,7 +223,7 @@ Key.k #### Defined in -[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L114) +[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L114) ___ @@ -239,7 +239,7 @@ Key.keyPair #### Defined in -[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L184) +[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L184) ___ @@ -256,7 +256,7 @@ Key.keyPairBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L169) +[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L169) ___ @@ -270,7 +270,7 @@ Key.key\_ops #### Defined in -[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L115) +[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L115) ___ @@ -284,7 +284,7 @@ Key.kty #### Defined in -[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L116) +[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L116) ___ @@ -298,7 +298,7 @@ Key.n #### Defined in -[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L117) +[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L117) ___ @@ -314,7 +314,7 @@ Key.operations #### Defined in -[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L94) +[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L94) ___ @@ -328,7 +328,7 @@ Key.oth #### Defined in -[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L118) +[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L118) ___ @@ -342,7 +342,7 @@ Key.p #### Defined in -[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L119) +[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L119) ___ @@ -358,7 +358,7 @@ Key.pkcs8 #### Defined in -[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L152) +[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L152) ___ @@ -374,7 +374,7 @@ Key.private #### Defined in -[packages/matter.js/src/crypto/Key.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L99) +[packages/matter.js/src/crypto/Key.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L99) ___ @@ -391,7 +391,7 @@ Key.privateBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L130) +[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L130) ___ @@ -407,7 +407,7 @@ Key.privateKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L179) +[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L179) ___ @@ -421,7 +421,7 @@ Key.publicBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:197](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L197) +[packages/matter.js/src/crypto/Key.ts:197](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L197) ___ @@ -437,7 +437,7 @@ Key.publicKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L174) +[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L174) ___ @@ -451,7 +451,7 @@ Key.q #### Defined in -[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L120) +[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L120) ___ @@ -465,7 +465,7 @@ Key.qi #### Defined in -[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L121) +[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L121) ___ @@ -481,7 +481,7 @@ Key.sec1 #### Defined in -[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L147) +[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L147) ___ @@ -497,7 +497,7 @@ Key.spki #### Defined in -[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L157) +[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L157) ___ @@ -511,7 +511,7 @@ Key.type #### Defined in -[packages/matter.js/src/crypto/Key.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L191) +[packages/matter.js/src/crypto/Key.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L191) ___ @@ -525,7 +525,7 @@ Key.use #### Defined in -[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L122) +[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L122) ___ @@ -539,7 +539,7 @@ Key.x #### Defined in -[packages/matter.js/src/crypto/Key.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L193) +[packages/matter.js/src/crypto/Key.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L193) ___ @@ -553,7 +553,7 @@ Key.xBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:195](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L195) +[packages/matter.js/src/crypto/Key.ts:195](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L195) ___ @@ -567,7 +567,7 @@ Key.y #### Defined in -[packages/matter.js/src/crypto/Key.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L194) +[packages/matter.js/src/crypto/Key.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L194) ___ @@ -581,4 +581,4 @@ Key.yBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L196) +[packages/matter.js/src/crypto/Key.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L196) diff --git a/docs/matter.js/interfaces/crypto_export.SymmetricKey.md b/docs/matter.js/interfaces/crypto_export.SymmetricKey.md index 7f66169005..56e310c7de 100644 --- a/docs/matter.js/interfaces/crypto_export.SymmetricKey.md +++ b/docs/matter.js/interfaces/crypto_export.SymmetricKey.md @@ -78,7 +78,7 @@ Key.alg #### Defined in -[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L107) +[packages/matter.js/src/crypto/Key.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L107) ___ @@ -94,7 +94,7 @@ Key.algorithm #### Defined in -[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L79) +[packages/matter.js/src/crypto/Key.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L79) ___ @@ -108,7 +108,7 @@ Key.crv #### Defined in -[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L108) +[packages/matter.js/src/crypto/Key.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L108) ___ @@ -124,7 +124,7 @@ Key.curve #### Defined in -[packages/matter.js/src/crypto/Key.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L84) +[packages/matter.js/src/crypto/Key.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L84) ___ @@ -138,7 +138,7 @@ Key.d #### Defined in -[packages/matter.js/src/crypto/Key.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L218) +[packages/matter.js/src/crypto/Key.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L218) ___ @@ -152,7 +152,7 @@ Key.dp #### Defined in -[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L110) +[packages/matter.js/src/crypto/Key.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L110) ___ @@ -166,7 +166,7 @@ Key.dq #### Defined in -[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L111) +[packages/matter.js/src/crypto/Key.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L111) ___ @@ -180,7 +180,7 @@ Key.e #### Defined in -[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L112) +[packages/matter.js/src/crypto/Key.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L112) ___ @@ -194,7 +194,7 @@ Key.ext #### Defined in -[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L113) +[packages/matter.js/src/crypto/Key.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L113) ___ @@ -211,7 +211,7 @@ Key.extractable #### Defined in -[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L105) +[packages/matter.js/src/crypto/Key.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L105) ___ @@ -225,7 +225,7 @@ Key.k #### Defined in -[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L114) +[packages/matter.js/src/crypto/Key.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L114) ___ @@ -241,7 +241,7 @@ Key.keyPair #### Defined in -[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L184) +[packages/matter.js/src/crypto/Key.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L184) ___ @@ -258,7 +258,7 @@ Key.keyPairBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L169) +[packages/matter.js/src/crypto/Key.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L169) ___ @@ -272,7 +272,7 @@ Key.key\_ops #### Defined in -[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L115) +[packages/matter.js/src/crypto/Key.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L115) ___ @@ -286,7 +286,7 @@ Key.kty #### Defined in -[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L116) +[packages/matter.js/src/crypto/Key.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L116) ___ @@ -300,7 +300,7 @@ Key.n #### Defined in -[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L117) +[packages/matter.js/src/crypto/Key.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L117) ___ @@ -316,7 +316,7 @@ Key.operations #### Defined in -[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L94) +[packages/matter.js/src/crypto/Key.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L94) ___ @@ -330,7 +330,7 @@ Key.oth #### Defined in -[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L118) +[packages/matter.js/src/crypto/Key.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L118) ___ @@ -344,7 +344,7 @@ Key.p #### Defined in -[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L119) +[packages/matter.js/src/crypto/Key.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L119) ___ @@ -360,7 +360,7 @@ Key.pkcs8 #### Defined in -[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L152) +[packages/matter.js/src/crypto/Key.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L152) ___ @@ -374,7 +374,7 @@ Key.private #### Defined in -[packages/matter.js/src/crypto/Key.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L217) +[packages/matter.js/src/crypto/Key.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L217) ___ @@ -391,7 +391,7 @@ Key.privateBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L130) +[packages/matter.js/src/crypto/Key.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L130) ___ @@ -407,7 +407,7 @@ Key.privateKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L179) +[packages/matter.js/src/crypto/Key.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L179) ___ @@ -424,7 +424,7 @@ Key.publicBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L163) +[packages/matter.js/src/crypto/Key.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L163) ___ @@ -440,7 +440,7 @@ Key.publicKey #### Defined in -[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L174) +[packages/matter.js/src/crypto/Key.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L174) ___ @@ -454,7 +454,7 @@ Key.q #### Defined in -[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L120) +[packages/matter.js/src/crypto/Key.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L120) ___ @@ -468,7 +468,7 @@ Key.qi #### Defined in -[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L121) +[packages/matter.js/src/crypto/Key.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L121) ___ @@ -484,7 +484,7 @@ Key.sec1 #### Defined in -[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L147) +[packages/matter.js/src/crypto/Key.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L147) ___ @@ -500,7 +500,7 @@ Key.spki #### Defined in -[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L157) +[packages/matter.js/src/crypto/Key.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L157) ___ @@ -514,7 +514,7 @@ Key.type #### Defined in -[packages/matter.js/src/crypto/Key.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L216) +[packages/matter.js/src/crypto/Key.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L216) ___ @@ -528,7 +528,7 @@ Key.use #### Defined in -[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L122) +[packages/matter.js/src/crypto/Key.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L122) ___ @@ -542,7 +542,7 @@ Key.x #### Defined in -[packages/matter.js/src/crypto/Key.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L123) +[packages/matter.js/src/crypto/Key.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L123) ___ @@ -559,7 +559,7 @@ Key.xBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L136) +[packages/matter.js/src/crypto/Key.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L136) ___ @@ -573,7 +573,7 @@ Key.y #### Defined in -[packages/matter.js/src/crypto/Key.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L124) +[packages/matter.js/src/crypto/Key.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L124) ___ @@ -590,4 +590,4 @@ Key.yBits #### Defined in -[packages/matter.js/src/crypto/Key.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L142) +[packages/matter.js/src/crypto/Key.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L142) diff --git a/docs/matter.js/interfaces/device_export.DeviceTypeDefinition.md b/docs/matter.js/interfaces/device_export.DeviceTypeDefinition.md index 8e66aeddcf..1be1ac75f3 100644 --- a/docs/matter.js/interfaces/device_export.DeviceTypeDefinition.md +++ b/docs/matter.js/interfaces/device_export.DeviceTypeDefinition.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L67) +[packages/matter.js/src/device/DeviceTypes.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L67) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L68) +[packages/matter.js/src/device/DeviceTypes.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L68) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L66) +[packages/matter.js/src/device/DeviceTypes.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L66) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L74) +[packages/matter.js/src/device/DeviceTypes.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L74) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L72) +[packages/matter.js/src/device/DeviceTypes.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L72) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L73) +[packages/matter.js/src/device/DeviceTypes.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L73) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L71) +[packages/matter.js/src/device/DeviceTypes.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L71) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L70) +[packages/matter.js/src/device/DeviceTypes.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L70) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L69) +[packages/matter.js/src/device/DeviceTypes.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L69) ___ @@ -117,4 +117,4 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L75) +[packages/matter.js/src/device/DeviceTypes.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L75) diff --git a/docs/matter.js/interfaces/device_export.EndpointOptions.md b/docs/matter.js/interfaces/device_export.EndpointOptions.md index c061b2dd90..eefa016f0c 100644 --- a/docs/matter.js/interfaces/device_export.EndpointOptions.md +++ b/docs/matter.js/interfaces/device_export.EndpointOptions.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L29) +[packages/matter.js/src/device/Endpoint.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L29) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/device/Endpoint.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Endpoint.ts#L30) +[packages/matter.js/src/device/Endpoint.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Endpoint.ts#L30) diff --git a/docs/matter.js/interfaces/export.CommissioningServerOptions.md b/docs/matter.js/interfaces/export.CommissioningServerOptions.md index e92e94dede..4778db23db 100644 --- a/docs/matter.js/interfaces/export.CommissioningServerOptions.md +++ b/docs/matter.js/interfaces/export.CommissioningServerOptions.md @@ -58,7 +58,7 @@ about the open sessions and their status. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L194) +[packages/matter.js/src/CommissioningServer.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L194) ___ @@ -70,7 +70,7 @@ Optional Vendor specific additional BLE Advertisement data. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L129) +[packages/matter.js/src/CommissioningServer.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L129) ___ @@ -83,7 +83,7 @@ not set here. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L158) +[packages/matter.js/src/CommissioningServer.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L158) ___ @@ -96,7 +96,7 @@ Vendor specific certificates to be used for the OperationalCredentials cluster. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L171) +[packages/matter.js/src/CommissioningServer.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L171) ___ @@ -124,7 +124,7 @@ fabricIndex can be used together with getCommissionedFabricInformation() to get #### Defined in -[packages/matter.js/src/CommissioningServer.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L187) +[packages/matter.js/src/CommissioningServer.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L187) ___ @@ -136,7 +136,7 @@ Should the device directly be announced automatically by the MatterServer of man #### Defined in -[packages/matter.js/src/CommissioningServer.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L132) +[packages/matter.js/src/CommissioningServer.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L132) ___ @@ -148,7 +148,7 @@ The device name to be used for the BasicInformation cluster. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L111) +[packages/matter.js/src/CommissioningServer.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L111) ___ @@ -160,7 +160,7 @@ The device type to be used for the BasicInformation cluster. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L114) +[packages/matter.js/src/CommissioningServer.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L114) ___ @@ -172,7 +172,7 @@ The Discriminator to use for initial commissioning. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L123) +[packages/matter.js/src/CommissioningServer.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L123) ___ @@ -184,7 +184,7 @@ The Flow type of the Commissioning flow used in announcements. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L126) +[packages/matter.js/src/CommissioningServer.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L126) ___ @@ -197,7 +197,7 @@ Use these options to limit the allowed countries for regulatory configuration. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L177) +[packages/matter.js/src/CommissioningServer.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L177) ___ @@ -209,7 +209,7 @@ IPv4 listener address, defaults to all interfaces. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L105) +[packages/matter.js/src/CommissioningServer.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L105) ___ @@ -221,7 +221,7 @@ IPv6 listener address, defaults to all interfaces. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L108) +[packages/matter.js/src/CommissioningServer.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L108) ___ @@ -233,7 +233,7 @@ The next endpoint ID to be assigned to a new endpoint. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L117) +[packages/matter.js/src/CommissioningServer.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L117) ___ @@ -245,7 +245,7 @@ The passcode/pin of the device to use for initial commissioning. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L120) +[packages/matter.js/src/CommissioningServer.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L120) ___ @@ -257,7 +257,7 @@ Port of the server, normally automatically managed. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L102) +[packages/matter.js/src/CommissioningServer.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L102) ___ @@ -270,7 +270,7 @@ and inside the range requested by the connected controller. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L138) +[packages/matter.js/src/CommissioningServer.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L138) ___ @@ -284,7 +284,7 @@ limits. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L145) +[packages/matter.js/src/CommissioningServer.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L145) ___ @@ -298,4 +298,4 @@ powered on in parallel not all send at the same timepoint. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L152) +[packages/matter.js/src/CommissioningServer.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L152) diff --git a/docs/matter.js/interfaces/export.DevicePairingInformation.md b/docs/matter.js/interfaces/export.DevicePairingInformation.md index 5986293bf8..111f28030e 100644 --- a/docs/matter.js/interfaces/export.DevicePairingInformation.md +++ b/docs/matter.js/interfaces/export.DevicePairingInformation.md @@ -21,7 +21,7 @@ Represents device pairing information. #### Defined in -[packages/matter.js/src/CommissioningServer.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L91) +[packages/matter.js/src/CommissioningServer.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L91) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L92) +[packages/matter.js/src/CommissioningServer.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L92) diff --git a/docs/matter.js/interfaces/export._internal_.AttributeOptions.md b/docs/matter.js/interfaces/export._internal_.AttributeOptions.md index d9c45f88f1..6096e617fd 100644 --- a/docs/matter.js/interfaces/export._internal_.AttributeOptions.md +++ b/docs/matter.js/interfaces/export._internal_.AttributeOptions.md @@ -36,7 +36,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L115) +[packages/matter.js/src/cluster/Cluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L115) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L113) +[packages/matter.js/src/cluster/Cluster.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L113) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L112) +[packages/matter.js/src/cluster/Cluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L112) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L116) +[packages/matter.js/src/cluster/Cluster.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L116) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L111) +[packages/matter.js/src/cluster/Cluster.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L111) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L114) +[packages/matter.js/src/cluster/Cluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L114) ___ @@ -96,4 +96,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L117) +[packages/matter.js/src/cluster/Cluster.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L117) diff --git a/docs/matter.js/interfaces/export._internal_.AttributePathWithValueVersion.md b/docs/matter.js/interfaces/export._internal_.AttributePathWithValueVersion.md index 316832e96d..a82fdbac37 100644 --- a/docs/matter.js/interfaces/export._internal_.AttributePathWithValueVersion.md +++ b/docs/matter.js/interfaces/export._internal_.AttributePathWithValueVersion.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L54) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L54) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L55) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L55) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L56) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L56) ___ @@ -57,4 +57,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L57) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L57) diff --git a/docs/matter.js/interfaces/export._internal_.CachedAttributeInfo.md b/docs/matter.js/interfaces/export._internal_.CachedAttributeInfo.md index db6ba10401..17a2d21f84 100644 --- a/docs/matter.js/interfaces/export._internal_.CachedAttributeInfo.md +++ b/docs/matter.js/interfaces/export._internal_.CachedAttributeInfo.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L98) +[packages/matter.js/src/cluster/ClusterHelper.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L98) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L99) +[packages/matter.js/src/cluster/ClusterHelper.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L99) diff --git a/docs/matter.js/interfaces/export._internal_.CachedCommandInfo.md b/docs/matter.js/interfaces/export._internal_.CachedCommandInfo.md index 2346a36191..5b13245cbc 100644 --- a/docs/matter.js/interfaces/export._internal_.CachedCommandInfo.md +++ b/docs/matter.js/interfaces/export._internal_.CachedCommandInfo.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L106) +[packages/matter.js/src/cluster/ClusterHelper.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L106) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L107) +[packages/matter.js/src/cluster/ClusterHelper.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L107) diff --git a/docs/matter.js/interfaces/export._internal_.CachedEventInfo.md b/docs/matter.js/interfaces/export._internal_.CachedEventInfo.md index c206792ad6..d285912239 100644 --- a/docs/matter.js/interfaces/export._internal_.CachedEventInfo.md +++ b/docs/matter.js/interfaces/export._internal_.CachedEventInfo.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L102) +[packages/matter.js/src/cluster/ClusterHelper.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L102) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L103) +[packages/matter.js/src/cluster/ClusterHelper.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L103) diff --git a/docs/matter.js/interfaces/export._internal_.CommandOptions.md b/docs/matter.js/interfaces/export._internal_.CommandOptions.md index 8f5d28f78c..99d20e340a 100644 --- a/docs/matter.js/interfaces/export._internal_.CommandOptions.md +++ b/docs/matter.js/interfaces/export._internal_.CommandOptions.md @@ -25,7 +25,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:632](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L632) +[packages/matter.js/src/cluster/Cluster.ts:632](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L632) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:633](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L633) +[packages/matter.js/src/cluster/Cluster.ts:633](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L633) diff --git a/docs/matter.js/interfaces/export._internal_.ConditionalAttributeOptions.md b/docs/matter.js/interfaces/export._internal_.ConditionalAttributeOptions.md index 037692cea2..bf43d99378 100644 --- a/docs/matter.js/interfaces/export._internal_.ConditionalAttributeOptions.md +++ b/docs/matter.js/interfaces/export._internal_.ConditionalAttributeOptions.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L115) +[packages/matter.js/src/cluster/Cluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L115) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L122) +[packages/matter.js/src/cluster/Cluster.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L122) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L113) +[packages/matter.js/src/cluster/Cluster.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L113) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L121) +[packages/matter.js/src/cluster/Cluster.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L121) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L112) +[packages/matter.js/src/cluster/Cluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L112) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L116) +[packages/matter.js/src/cluster/Cluster.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L116) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L111) +[packages/matter.js/src/cluster/Cluster.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L111) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L114) +[packages/matter.js/src/cluster/Cluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L114) ___ @@ -147,4 +147,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L117) +[packages/matter.js/src/cluster/Cluster.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L117) diff --git a/docs/matter.js/interfaces/export._internal_.ConditionalCommandOptions.md b/docs/matter.js/interfaces/export._internal_.ConditionalCommandOptions.md index da93a82753..b99794359d 100644 --- a/docs/matter.js/interfaces/export._internal_.ConditionalCommandOptions.md +++ b/docs/matter.js/interfaces/export._internal_.ConditionalCommandOptions.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:632](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L632) +[packages/matter.js/src/cluster/Cluster.ts:632](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L632) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:638](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L638) +[packages/matter.js/src/cluster/Cluster.ts:638](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L638) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:637](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L637) +[packages/matter.js/src/cluster/Cluster.ts:637](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L637) ___ @@ -71,4 +71,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:633](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L633) +[packages/matter.js/src/cluster/Cluster.ts:633](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L633) diff --git a/docs/matter.js/interfaces/export._internal_.ConditionalEventOptions.md b/docs/matter.js/interfaces/export._internal_.ConditionalEventOptions.md index 13d17d4f1e..a4666dfd67 100644 --- a/docs/matter.js/interfaces/export._internal_.ConditionalEventOptions.md +++ b/docs/matter.js/interfaces/export._internal_.ConditionalEventOptions.md @@ -32,7 +32,7 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:735](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L735) +[packages/matter.js/src/cluster/Cluster.ts:735](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L735) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:734](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L734) +[packages/matter.js/src/cluster/Cluster.ts:734](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L734) ___ @@ -56,4 +56,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:730](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L730) +[packages/matter.js/src/cluster/Cluster.ts:730](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L730) diff --git a/docs/matter.js/interfaces/export._internal_.EventData.md b/docs/matter.js/interfaces/export._internal_.EventData.md index e482ac2f4a..4fe64d18ed 100644 --- a/docs/matter.js/interfaces/export._internal_.EventData.md +++ b/docs/matter.js/interfaces/export._internal_.EventData.md @@ -37,7 +37,7 @@ Data of one Event #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L26) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L26) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L30) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L30) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L25) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L25) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L28) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L28) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L27) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L27) ___ @@ -87,4 +87,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L29) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L29) diff --git a/docs/matter.js/interfaces/export._internal_.EventOptions.md b/docs/matter.js/interfaces/export._internal_.EventOptions.md index cc8b2c9973..6fcf8d8362 100644 --- a/docs/matter.js/interfaces/export._internal_.EventOptions.md +++ b/docs/matter.js/interfaces/export._internal_.EventOptions.md @@ -24,4 +24,4 @@ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:730](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L730) +[packages/matter.js/src/cluster/Cluster.ts:730](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L730) diff --git a/docs/matter.js/interfaces/export._internal_.EventPathWithEventData.md b/docs/matter.js/interfaces/export._internal_.EventPathWithEventData.md index 94730385bd..3998637a45 100644 --- a/docs/matter.js/interfaces/export._internal_.EventPathWithEventData.md +++ b/docs/matter.js/interfaces/export._internal_.EventPathWithEventData.md @@ -26,7 +26,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L63) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L63) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L61) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L61) ___ @@ -46,4 +46,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L62) +[packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/SubscriptionHandler.ts#L62) diff --git a/docs/matter.js/interfaces/export._internal_.EventStorageData.md b/docs/matter.js/interfaces/export._internal_.EventStorageData.md index d073a164db..b0f1cae1cc 100644 --- a/docs/matter.js/interfaces/export._internal_.EventStorageData.md +++ b/docs/matter.js/interfaces/export._internal_.EventStorageData.md @@ -42,7 +42,7 @@ Data of an event which was triggered and stored internally #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L26) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L26) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L30) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L30) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L25) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L25) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L28) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L28) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L27) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L27) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L37) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L37) ___ @@ -122,4 +122,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventHandler.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventHandler.ts#L29) +[packages/matter.js/src/protocol/interaction/EventHandler.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventHandler.ts#L29) diff --git a/docs/matter.js/interfaces/export._internal_.MrpParameters.md b/docs/matter.js/interfaces/export._internal_.MrpParameters.md index 7c4f756145..8f66d5d365 100644 --- a/docs/matter.js/interfaces/export._internal_.MrpParameters.md +++ b/docs/matter.js/interfaces/export._internal_.MrpParameters.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/session/Session.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L26) +[packages/matter.js/src/session/Session.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L27) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L25) +[packages/matter.js/src/session/Session.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L26) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L27) +[packages/matter.js/src/session/Session.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L28) diff --git a/docs/matter.js/interfaces/export._internal_.RecordValidationResult.md b/docs/matter.js/interfaces/export._internal_.RecordValidationResult.md index 2e488ddca7..a9fd31f5c1 100644 --- a/docs/matter.js/interfaces/export._internal_.RecordValidationResult.md +++ b/docs/matter.js/interfaces/export._internal_.RecordValidationResult.md @@ -21,7 +21,7 @@ The result of validation. #### Defined in -[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L14) +[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L14) ___ @@ -31,4 +31,4 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L13) +[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L13) diff --git a/docs/matter.js/interfaces/export._internal_.RecordValidator.md b/docs/matter.js/interfaces/export._internal_.RecordValidator.md index 498780d375..253bd4f9bb 100644 --- a/docs/matter.js/interfaces/export._internal_.RecordValidator.md +++ b/docs/matter.js/interfaces/export._internal_.RecordValidator.md @@ -25,7 +25,7 @@ Record validation API. #### Defined in -[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L22) +[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L22) ___ @@ -45,4 +45,4 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L21) +[packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/record-validation/RecordValidatorInterface.ts#L21) diff --git a/docs/matter.js/interfaces/export._internal_.scenesTableEntry.md b/docs/matter.js/interfaces/export._internal_.scenesTableEntry.md index 37e90a333c..a9e43f9e61 100644 --- a/docs/matter.js/interfaces/export._internal_.scenesTableEntry.md +++ b/docs/matter.js/interfaces/export._internal_.scenesTableEntry.md @@ -27,7 +27,7 @@ these attributes for a cluster implemented on the same endpoint. The sum of all #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L37) +[packages/matter.js/src/cluster/server/ScenesServer.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L37) ___ @@ -39,7 +39,7 @@ The identifier, unique within this group, which is used to identify this scene. #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L24) +[packages/matter.js/src/cluster/server/ScenesServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L24) ___ @@ -51,7 +51,7 @@ The name of the scene (optional) #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L27) +[packages/matter.js/src/cluster/server/ScenesServer.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L27) ___ @@ -63,7 +63,7 @@ The amount of time, in seconds, it will take for a cluster to change from its cu #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L30) +[packages/matter.js/src/cluster/server/ScenesServer.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L30) ___ @@ -75,7 +75,7 @@ The group identifier for which this scene applies, or 0 if the scene is not asso #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L21) +[packages/matter.js/src/cluster/server/ScenesServer.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L21) ___ @@ -87,4 +87,4 @@ Together with the SceneTransitionTime field, this field allows the transition ti #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L40) +[packages/matter.js/src/cluster/server/ScenesServer.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L40) diff --git a/docs/matter.js/interfaces/model.VariantDetail.md b/docs/matter.js/interfaces/model.VariantDetail.md index 30d6fdadb8..687dbaa0a6 100644 --- a/docs/matter.js/interfaces/model.VariantDetail.md +++ b/docs/matter.js/interfaces/model.VariantDetail.md @@ -26,7 +26,7 @@ ID. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L41) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L41) ___ @@ -38,7 +38,7 @@ The actual variants. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L51) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L51) ___ @@ -50,7 +50,7 @@ The canonical name to use for the variants. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L46) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L46) ___ @@ -62,4 +62,4 @@ The shared tag across all variants. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L35) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L35) diff --git a/docs/matter.js/interfaces/net_export.NetInterface.md b/docs/matter.js/interfaces/net_export.NetInterface.md index 130cee7e86..db89797957 100644 --- a/docs/matter.js/interfaces/net_export.NetInterface.md +++ b/docs/matter.js/interfaces/net_export.NetInterface.md @@ -40,7 +40,7 @@ A Network interface enhances a TransportInterface with the ability to open a cha #### Defined in -[packages/matter.js/src/common/TransportInterface.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TransportInterface.ts#L20) +[packages/matter.js/src/common/TransportInterface.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TransportInterface.ts#L20) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[packages/matter.js/src/common/TransportInterface.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TransportInterface.ts#L19) +[packages/matter.js/src/common/TransportInterface.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TransportInterface.ts#L19) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[packages/matter.js/src/net/NetInterface.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/NetInterface.ts#L16) +[packages/matter.js/src/net/NetInterface.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/NetInterface.ts#L16) diff --git a/docs/matter.js/interfaces/net_export.UdpChannel.md b/docs/matter.js/interfaces/net_export.UdpChannel.md index 838e6706cd..578529ece2 100644 --- a/docs/matter.js/interfaces/net_export.UdpChannel.md +++ b/docs/matter.js/interfaces/net_export.UdpChannel.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L21) +[packages/matter.js/src/net/UdpChannel.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L21) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L19) +[packages/matter.js/src/net/UdpChannel.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L19) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L20) +[packages/matter.js/src/net/UdpChannel.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L20) diff --git a/docs/matter.js/interfaces/net_export.UdpChannelOptions.md b/docs/matter.js/interfaces/net_export.UdpChannelOptions.md index 278ce74ca9..a32d4460e4 100644 --- a/docs/matter.js/interfaces/net_export.UdpChannelOptions.md +++ b/docs/matter.js/interfaces/net_export.UdpChannelOptions.md @@ -22,7 +22,7 @@ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L13) +[packages/matter.js/src/net/UdpChannel.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L13) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L11) +[packages/matter.js/src/net/UdpChannel.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L11) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L15) +[packages/matter.js/src/net/UdpChannel.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L15) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L14) +[packages/matter.js/src/net/UdpChannel.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L14) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpChannel.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpChannel.ts#L12) +[packages/matter.js/src/net/UdpChannel.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpChannel.ts#L12) diff --git a/docs/matter.js/interfaces/net_export.UdpMulticastServerOptions.md b/docs/matter.js/interfaces/net_export.UdpMulticastServerOptions.md index b2b46e35eb..5744a2bb89 100644 --- a/docs/matter.js/interfaces/net_export.UdpMulticastServerOptions.md +++ b/docs/matter.js/interfaces/net_export.UdpMulticastServerOptions.md @@ -21,7 +21,7 @@ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L18) +[packages/matter.js/src/net/UdpMulticastServer.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L18) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L19) +[packages/matter.js/src/net/UdpMulticastServer.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L19) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L17) +[packages/matter.js/src/net/UdpMulticastServer.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L17) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/net/UdpMulticastServer.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/UdpMulticastServer.ts#L20) +[packages/matter.js/src/net/UdpMulticastServer.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/UdpMulticastServer.ts#L20) diff --git a/docs/matter.js/interfaces/protocol_export.ProtocolHandler.md b/docs/matter.js/interfaces/protocol_export.ProtocolHandler.md index 9f207c49c5..8200c22a31 100644 --- a/docs/matter.js/interfaces/protocol_export.ProtocolHandler.md +++ b/docs/matter.js/interfaces/protocol_export.ProtocolHandler.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/protocol/ProtocolHandler.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ProtocolHandler.ts#L13) +[packages/matter.js/src/protocol/ProtocolHandler.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ProtocolHandler.ts#L13) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ProtocolHandler.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ProtocolHandler.ts#L11) +[packages/matter.js/src/protocol/ProtocolHandler.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ProtocolHandler.ts#L11) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/ProtocolHandler.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ProtocolHandler.ts#L12) +[packages/matter.js/src/protocol/ProtocolHandler.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ProtocolHandler.ts#L12) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.AttributePath.md b/docs/matter.js/interfaces/protocol_interaction_export.AttributePath.md index 29fde812ce..e93b13ae76 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.AttributePath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.AttributePath.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L75) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L75) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L74) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L74) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L73) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L73) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.AttributeStatus.md b/docs/matter.js/interfaces/protocol_interaction_export.AttributeStatus.md index 2e26408206..e1422046e4 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.AttributeStatus.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.AttributeStatus.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L54) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L54) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionClient.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L60) +[packages/matter.js/src/protocol/interaction/InteractionClient.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionClient.ts#L60) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.AttributeWithPath.md b/docs/matter.js/interfaces/protocol_interaction_export.AttributeWithPath.md index a690ef9ac6..0143fc41ef 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.AttributeWithPath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.AttributeWithPath.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L86) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L86) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L85) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L85) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.CommandPath.md b/docs/matter.js/interfaces/protocol_interaction_export.CommandPath.md index a255884dbf..3f43604845 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.CommandPath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.CommandPath.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L68) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L68) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L69) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L69) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L67) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L67) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.CommandWithPath.md b/docs/matter.js/interfaces/protocol_interaction_export.CommandWithPath.md index 12427683a0..201f8cfb72 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.CommandWithPath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.CommandWithPath.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L96) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L96) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L95) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L95) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.EventPath.md b/docs/matter.js/interfaces/protocol_interaction_export.EventPath.md index fe72394974..da0dcafda5 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.EventPath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.EventPath.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L80) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L80) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L79) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L79) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L81) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L81) diff --git a/docs/matter.js/interfaces/protocol_interaction_export.EventWithPath.md b/docs/matter.js/interfaces/protocol_interaction_export.EventWithPath.md index 9ef42aaf52..4d5fc10600 100644 --- a/docs/matter.js/interfaces/protocol_interaction_export.EventWithPath.md +++ b/docs/matter.js/interfaces/protocol_interaction_export.EventWithPath.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L91) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L91) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L90) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L90) diff --git a/docs/matter.js/interfaces/session_export.ResumptionRecord.md b/docs/matter.js/interfaces/session_export.ResumptionRecord.md index 45a7fd93d5..e0f956b098 100644 --- a/docs/matter.js/interfaces/session_export.ResumptionRecord.md +++ b/docs/matter.js/interfaces/session_export.ResumptionRecord.md @@ -21,7 +21,7 @@ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L28) +[packages/matter.js/src/session/SessionManager.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L28) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L29) +[packages/matter.js/src/session/SessionManager.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L29) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L27) +[packages/matter.js/src/session/SessionManager.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L26) +[packages/matter.js/src/session/SessionManager.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L26) diff --git a/docs/matter.js/interfaces/session_export.Session.md b/docs/matter.js/interfaces/session_export.Session.md index 5403a9b858..f9f745c414 100644 --- a/docs/matter.js/interfaces/session_export.Session.md +++ b/docs/matter.js/interfaces/session_export.Session.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/session/Session.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L32) +[packages/matter.js/src/session/Session.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L33) ___ @@ -58,27 +58,28 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L31) +[packages/matter.js/src/session/Session.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L32) ## Methods ### decode -▸ **decode**(`packet`): [`Message`](codec_export.Message.md) +▸ **decode**(`packet`, `aad?`): [`DecodedMessage`](codec_export.DecodedMessage.md) #### Parameters | Name | Type | | :------ | :------ | -| `packet` | [`Packet`](codec_export.Packet.md) | +| `packet` | [`DecodedPacket`](codec_export.DecodedPacket.md) | +| `aad?` | `Uint8Array` | #### Returns -[`Message`](codec_export.Message.md) +[`DecodedMessage`](codec_export.DecodedMessage.md) #### Defined in -[packages/matter.js/src/session/Session.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L36) +[packages/matter.js/src/session/Session.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L37) ___ @@ -99,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L45) +[packages/matter.js/src/session/Session.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L46) ___ @@ -119,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L37) +[packages/matter.js/src/session/Session.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L38) ___ @@ -139,7 +140,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L44) +[packages/matter.js/src/session/Session.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L45) ___ @@ -153,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L48) +[packages/matter.js/src/session/Session.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L49) ___ @@ -167,7 +168,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L39) +[packages/matter.js/src/session/Session.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L40) ___ @@ -181,7 +182,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L40) +[packages/matter.js/src/session/Session.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L41) ___ @@ -195,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L38) +[packages/matter.js/src/session/Session.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L39) ___ @@ -209,7 +210,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L42) +[packages/matter.js/src/session/Session.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L43) ___ @@ -223,7 +224,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L43) +[packages/matter.js/src/session/Session.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L44) ___ @@ -237,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L41) +[packages/matter.js/src/session/Session.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L42) ___ @@ -251,7 +252,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L35) +[packages/matter.js/src/session/Session.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L36) ___ @@ -265,7 +266,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L47) +[packages/matter.js/src/session/Session.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L48) ___ @@ -279,7 +280,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L34) +[packages/matter.js/src/session/Session.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L35) ___ @@ -299,4 +300,4 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L46) +[packages/matter.js/src/session/Session.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L47) diff --git a/docs/matter.js/interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md b/docs/matter.js/interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md new file mode 100644 index 0000000000..828a0627be --- /dev/null +++ b/docs/matter.js/interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [spec/export](../modules/spec_export.md) / MatterApplicationClusterSpecificationV1\_2 + +# Interface: MatterApplicationClusterSpecificationV1\_2 + +[spec/export](../modules/spec_export.md).MatterApplicationClusterSpecificationV1_2 + +[Matter Application Cluster Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter.js/interfaces/spec_export.MatterCoreSpecificationV1_2.md b/docs/matter.js/interfaces/spec_export.MatterCoreSpecificationV1_2.md new file mode 100644 index 0000000000..206bf91170 --- /dev/null +++ b/docs/matter.js/interfaces/spec_export.MatterCoreSpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [spec/export](../modules/spec_export.md) / MatterCoreSpecificationV1\_2 + +# Interface: MatterCoreSpecificationV1\_2 + +[spec/export](../modules/spec_export.md).MatterCoreSpecificationV1_2 + +[Matter Core Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter.js/interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md b/docs/matter.js/interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md new file mode 100644 index 0000000000..fcf35b531e --- /dev/null +++ b/docs/matter.js/interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md @@ -0,0 +1,7 @@ +[@project-chip/matter.js](../README.md) / [Modules](../modules.md) / [spec/export](../modules/spec_export.md) / MatterDeviceLibrarySpecificationV1\_2 + +# Interface: MatterDeviceLibrarySpecificationV1\_2 + +[spec/export](../modules/spec_export.md).MatterDeviceLibrarySpecificationV1_2 + +[Matter Device Library Specification 1.2](https://csa-iot.org/developer-resource/specifications-download-request/) diff --git a/docs/matter.js/interfaces/time_export.Timer.md b/docs/matter.js/interfaces/time_export.Timer.md index fcc082b355..c1d9cac64a 100644 --- a/docs/matter.js/interfaces/time_export.Timer.md +++ b/docs/matter.js/interfaces/time_export.Timer.md @@ -25,7 +25,7 @@ Is true if this timer is running. #### Defined in -[packages/matter.js/src/time/Time.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L54) +[packages/matter.js/src/time/Time.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L54) ## Methods @@ -41,7 +41,7 @@ Starts this timer, chainable. #### Defined in -[packages/matter.js/src/time/Time.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L57) +[packages/matter.js/src/time/Time.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L57) ___ @@ -57,4 +57,4 @@ Stops this timer, chainable. #### Defined in -[packages/matter.js/src/time/Time.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L60) +[packages/matter.js/src/time/Time.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L60) diff --git a/docs/matter.js/interfaces/tlv_export.FieldType.md b/docs/matter.js/interfaces/tlv_export.FieldType.md index 4f3af5a0d3..819fd8d631 100644 --- a/docs/matter.js/interfaces/tlv_export.FieldType.md +++ b/docs/matter.js/interfaces/tlv_export.FieldType.md @@ -33,7 +33,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L18) +[packages/matter.js/src/tlv/TlvObject.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L18) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L15) +[packages/matter.js/src/tlv/TlvObject.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L15) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L17) +[packages/matter.js/src/tlv/TlvObject.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L17) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L16) +[packages/matter.js/src/tlv/TlvObject.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L16) diff --git a/docs/matter.js/interfaces/tlv_export.OptionalFieldType.md b/docs/matter.js/interfaces/tlv_export.OptionalFieldType.md index e065027702..9f39c8355c 100644 --- a/docs/matter.js/interfaces/tlv_export.OptionalFieldType.md +++ b/docs/matter.js/interfaces/tlv_export.OptionalFieldType.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L18) +[packages/matter.js/src/tlv/TlvObject.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L18) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L15) +[packages/matter.js/src/tlv/TlvObject.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L15) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L22) +[packages/matter.js/src/tlv/TlvObject.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L22) ___ @@ -79,4 +79,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L16) +[packages/matter.js/src/tlv/TlvObject.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L16) diff --git a/docs/matter.js/interfaces/tlv_export.TlvReader.md b/docs/matter.js/interfaces/tlv_export.TlvReader.md index 40b2927e03..16e89f5cc5 100644 --- a/docs/matter.js/interfaces/tlv_export.TlvReader.md +++ b/docs/matter.js/interfaces/tlv_export.TlvReader.md @@ -41,7 +41,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L97) +[packages/matter.js/src/tlv/TlvSchema.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L97) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L95) +[packages/matter.js/src/tlv/TlvSchema.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L95) diff --git a/docs/matter.js/interfaces/tlv_export.TlvWriter.md b/docs/matter.js/interfaces/tlv_export.TlvWriter.md index e521611c85..35e8dc5c97 100644 --- a/docs/matter.js/interfaces/tlv_export.TlvWriter.md +++ b/docs/matter.js/interfaces/tlv_export.TlvWriter.md @@ -41,7 +41,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L103) +[packages/matter.js/src/tlv/TlvSchema.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L103) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L101) +[packages/matter.js/src/tlv/TlvSchema.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L101) diff --git a/docs/matter.js/interfaces/util_export.Stream.md b/docs/matter.js/interfaces/util_export.Stream.md index 2ee927f6ee..6b5922df2c 100644 --- a/docs/matter.js/interfaces/util_export.Stream.md +++ b/docs/matter.js/interfaces/util_export.Stream.md @@ -33,7 +33,7 @@ #### Defined in -[packages/matter.js/src/util/Stream.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Stream.ts#L12) +[packages/matter.js/src/util/Stream.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Stream.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[packages/matter.js/src/util/Stream.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Stream.ts#L13) +[packages/matter.js/src/util/Stream.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Stream.ts#L13) diff --git a/docs/matter.js/modules/ble_export.md b/docs/matter.js/modules/ble_export.md index bca9c97d6a..34c7608662 100644 --- a/docs/matter.js/modules/ble_export.md +++ b/docs/matter.js/modules/ble_export.md @@ -35,7 +35,7 @@ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L11) +[packages/matter.js/src/ble/BleConsts.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L11) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L12) +[packages/matter.js/src/ble/BleConsts.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L12) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L13) +[packages/matter.js/src/ble/BleConsts.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L13) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L10) +[packages/matter.js/src/ble/BleConsts.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L10) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L16) +[packages/matter.js/src/ble/BleConsts.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L16) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L15) +[packages/matter.js/src/ble/BleConsts.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L15) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L21) +[packages/matter.js/src/ble/BleConsts.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L21) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L20) +[packages/matter.js/src/ble/BleConsts.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L20) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L18) +[packages/matter.js/src/ble/BleConsts.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L18) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/ble/BleConsts.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BleConsts.ts#L22) +[packages/matter.js/src/ble/BleConsts.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BleConsts.ts#L22) ___ @@ -139,4 +139,4 @@ ___ #### Defined in -[packages/matter.js/src/ble/BtpSessionHandler.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/ble/BtpSessionHandler.ts#L25) +[packages/matter.js/src/ble/BtpSessionHandler.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/ble/BtpSessionHandler.ts#L25) diff --git a/docs/matter.js/modules/certificate_export.md b/docs/matter.js/modules/certificate_export.md index 063788da48..8fc6822554 100644 --- a/docs/matter.js/modules/certificate_export.md +++ b/docs/matter.js/modules/certificate_export.md @@ -59,7 +59,7 @@ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:327](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L327) +[packages/matter.js/src/certificate/CertificateManager.ts:327](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L327) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:328](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L328) +[packages/matter.js/src/certificate/CertificateManager.ts:328](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L328) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L326) +[packages/matter.js/src/certificate/CertificateManager.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L326) ## Variables @@ -89,7 +89,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L32) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L32) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L25) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L25) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L28) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L28) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L31) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L31) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L19) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L19) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L15) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L15) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L12) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L12) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/ChipPAAuthorities.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L18) +[packages/matter.js/src/certificate/ChipPAAuthorities.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/ChipPAAuthorities.ts#L18) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:308](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L308) +[packages/matter.js/src/certificate/CertificateManager.ts:308](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L308) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L177) +[packages/matter.js/src/certificate/CertificateManager.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L177) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L135) +[packages/matter.js/src/certificate/CertificateManager.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L135) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L95) +[packages/matter.js/src/certificate/CertificateManager.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L95) ## Functions @@ -221,7 +221,7 @@ commonName = ASN.1 OID 2.5.4.3 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L73) +[packages/matter.js/src/certificate/CertificateManager.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L73) ___ @@ -243,7 +243,7 @@ matter-fabric-id = ASN.1 OID 1.3.6.1.4.1.37244.1.5 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L85) +[packages/matter.js/src/certificate/CertificateManager.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L85) ___ @@ -265,7 +265,7 @@ matter-icac-id = ASN.1 OID 1.3.6.1.4.1.37244.1.3 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L79) +[packages/matter.js/src/certificate/CertificateManager.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L79) ___ @@ -287,7 +287,7 @@ matter-node-id = ASN.1 OID 1.3.6.1.4.1.37244.1.1 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L76) +[packages/matter.js/src/certificate/CertificateManager.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L76) ___ @@ -309,7 +309,7 @@ matter-oid-pid = ASN.1 OID 1.3.6.1.4.1.3724 4.2.2 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L93) +[packages/matter.js/src/certificate/CertificateManager.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L93) ___ @@ -331,7 +331,7 @@ matter-rcac-id = ASN.1 OID 1.3.6.1.4.1.37244.1.4 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L82) +[packages/matter.js/src/certificate/CertificateManager.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L82) ___ @@ -353,7 +353,7 @@ matter-oid-vid = ASN.1 OID 1.3.6.1.4.1.37244.2.1 #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L88) +[packages/matter.js/src/certificate/CertificateManager.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L88) ___ @@ -374,7 +374,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L54) +[packages/matter.js/src/certificate/CertificateManager.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L54) ___ @@ -394,4 +394,4 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L50) +[packages/matter.js/src/certificate/CertificateManager.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L50) diff --git a/docs/matter.js/modules/cluster_export.AccessControl.md b/docs/matter.js/modules/cluster_export.AccessControl.md index 9ec310c281..9ae0af4828 100644 --- a/docs/matter.js/modules/cluster_export.AccessControl.md +++ b/docs/matter.js/modules/cluster_export.AccessControl.md @@ -43,7 +43,7 @@ any other Endpoint of any Node. #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L324) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:324](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L324) ___ @@ -59,7 +59,7 @@ Body of the AccessControl accessControlEntryChanged event #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L256) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L256) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L110) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L110) ___ @@ -89,7 +89,7 @@ Body of the AccessControl accessControlExtensionChanged event #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L303) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L303) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L212) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L212) ___ @@ -117,4 +117,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L101) diff --git a/docs/matter.js/modules/cluster_export.AccountLogin.md b/docs/matter.js/modules/cluster_export.AccountLogin.md index 6701486ff6..b53622bcca 100644 --- a/docs/matter.js/modules/cluster_export.AccountLogin.md +++ b/docs/matter.js/modules/cluster_export.AccountLogin.md @@ -32,7 +32,7 @@ Client. #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L80) ___ @@ -48,7 +48,7 @@ Input to the AccountLogin getSetupPin command #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L23) ___ @@ -65,7 +65,7 @@ account identified in the request does not match the active account of the runni #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L39) ___ @@ -81,4 +81,4 @@ Input to the AccountLogin login command #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L54) diff --git a/docs/matter.js/modules/cluster_export.Actions.md b/docs/matter.js/modules/cluster_export.Actions.md index 4f9452c876..69c8cb8748 100644 --- a/docs/matter.js/modules/cluster_export.Actions.md +++ b/docs/matter.js/modules/cluster_export.Actions.md @@ -80,7 +80,7 @@ the Interaction Model. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:566](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L566) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:566](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L566) ___ @@ -113,7 +113,7 @@ Note - The bit allocation of this bitmap shall follow the ID’s of the Commands #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L116) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L116) ___ @@ -129,7 +129,7 @@ Body of the Actions actionFailed event #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:516](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L516) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:516](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L516) ___ @@ -145,7 +145,7 @@ This data type holds the details of a single action, and contains the data field #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:210](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L210) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:210](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L210) ___ @@ -161,7 +161,7 @@ Input to the Actions disableAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:456](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L456) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:456](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L456) ___ @@ -177,7 +177,7 @@ Input to the Actions disableActionWithDuration command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:466](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L466) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:466](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L466) ___ @@ -193,7 +193,7 @@ Input to the Actions enableAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:435](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L435) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:435](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L435) ___ @@ -209,7 +209,7 @@ Input to the Actions enableActionWithDuration command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:445](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L445) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:445](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L445) ___ @@ -234,7 +234,7 @@ This field shall indicate the type of endpoint list, see EndpointListTypeEnum. #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:322](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L322) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:322](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L322) ___ @@ -250,7 +250,7 @@ Input to the Actions instantAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:340](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L340) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:340](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L340) ___ @@ -266,7 +266,7 @@ Input to the Actions instantActionWithTransition command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:350](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L350) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:350](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L350) ___ @@ -282,7 +282,7 @@ Input to the Actions pauseAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L404) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L404) ___ @@ -298,7 +298,7 @@ Input to the Actions pauseActionWithDuration command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:414](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L414) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:414](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L414) ___ @@ -314,7 +314,7 @@ Input to the Actions resumeAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:425](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L425) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:425](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L425) ___ @@ -330,7 +330,7 @@ Input to the Actions startAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:367](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L367) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:367](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L367) ___ @@ -346,7 +346,7 @@ Input to the Actions startActionWithDuration command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L377) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L377) ___ @@ -362,7 +362,7 @@ Body of the Actions stateChanged event #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:477](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L477) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:477](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L477) ___ @@ -378,4 +378,4 @@ Input to the Actions stopAction command #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:394](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L394) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:394](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L394) diff --git a/docs/matter.js/modules/cluster_export.AdministratorCommissioning.md b/docs/matter.js/modules/cluster_export.AdministratorCommissioning.md index 15824e156b..f93a2b8a28 100644 --- a/docs/matter.js/modules/cluster_export.AdministratorCommissioning.md +++ b/docs/matter.js/modules/cluster_export.AdministratorCommissioning.md @@ -39,7 +39,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L359) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L359) ## Variables @@ -51,7 +51,7 @@ These elements and properties are present in all AdministratorCommissioning clus #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L157) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L157) ___ @@ -63,7 +63,7 @@ A AdministratorCommissioningCluster supports these elements if it supports featu #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L279) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L279) ___ @@ -88,7 +88,7 @@ AdministratorCommissioningCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L337) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L337) ___ @@ -103,7 +103,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:371](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L371) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:371](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L371) ___ @@ -119,7 +119,7 @@ Input to the AdministratorCommissioning openBasicCommissioningWindow command #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L138) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L138) ___ @@ -135,4 +135,4 @@ Input to the AdministratorCommissioning openCommissioningWindow command #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L47) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L47) diff --git a/docs/matter.js/modules/cluster_export.ApplicationBasic.md b/docs/matter.js/modules/cluster_export.ApplicationBasic.md index ae0605a65a..bb0219d3e3 100644 --- a/docs/matter.js/modules/cluster_export.ApplicationBasic.md +++ b/docs/matter.js/modules/cluster_export.ApplicationBasic.md @@ -32,7 +32,7 @@ an endpoint (see Device Type Library document). #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L81) ___ @@ -48,4 +48,4 @@ This indicates a global identifier for an Application given a catalog. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.ApplicationLauncher.md b/docs/matter.js/modules/cluster_export.ApplicationLauncher.md index a129f346cc..a434587447 100644 --- a/docs/matter.js/modules/cluster_export.ApplicationLauncher.md +++ b/docs/matter.js/modules/cluster_export.ApplicationLauncher.md @@ -42,7 +42,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:308](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L308) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:308](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L308) ## Variables @@ -54,7 +54,7 @@ A ApplicationLauncherCluster supports these elements if it supports feature Appl #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:261](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L261) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:261](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L261) ___ @@ -66,7 +66,7 @@ These elements and properties are present in all ApplicationLauncher clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L171) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L171) ___ @@ -87,7 +87,7 @@ ApplicationLauncherCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L286) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L286) ___ @@ -102,7 +102,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:320](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L320) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:320](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L320) ___ @@ -118,7 +118,7 @@ This specifies an app along with its corresponding endpoint. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L53) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L53) ___ @@ -134,7 +134,7 @@ This indicates a global identifier for an Application given a catalog. #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L26) ___ @@ -150,7 +150,7 @@ Input to the ApplicationLauncher hideApp command #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:144](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L144) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:144](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L144) ___ @@ -166,7 +166,7 @@ Input to the ApplicationLauncher launchApp command #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L63) ___ @@ -182,7 +182,7 @@ This command shall be generated in response to LaunchApp/StopApp/HideApp command #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L109) ___ @@ -198,4 +198,4 @@ Input to the ApplicationLauncher stopApp command #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L130) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L130) diff --git a/docs/matter.js/modules/cluster_export.AudioOutput.md b/docs/matter.js/modules/cluster_export.AudioOutput.md index 5f1ffdb37e..70148663b0 100644 --- a/docs/matter.js/modules/cluster_export.AudioOutput.md +++ b/docs/matter.js/modules/cluster_export.AudioOutput.md @@ -39,7 +39,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L184) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L184) ## Variables @@ -51,7 +51,7 @@ These elements and properties are present in all AudioOutput clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L97) ___ @@ -72,7 +72,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L162) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L162) ___ @@ -87,7 +87,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L196) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L196) ___ @@ -99,7 +99,7 @@ A AudioOutputCluster supports these elements if it supports feature NameUpdates. #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:138](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L138) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:138](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L138) ___ @@ -115,7 +115,7 @@ This contains information about an output. #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L42) ___ @@ -131,7 +131,7 @@ Input to the AudioOutput renameOutput command #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L78) ___ @@ -147,4 +147,4 @@ Input to the AudioOutput selectOutput command #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L71) diff --git a/docs/matter.js/modules/cluster_export.BallastConfiguration.md b/docs/matter.js/modules/cluster_export.BallastConfiguration.md index 3abffd1ed7..1beca798dc 100644 --- a/docs/matter.js/modules/cluster_export.BallastConfiguration.md +++ b/docs/matter.js/modules/cluster_export.BallastConfiguration.md @@ -33,7 +33,7 @@ The value of the BallastConfiguration ballastStatus attribute #### Defined in -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L29) ___ @@ -51,7 +51,7 @@ Attributes and commands for configuring a lighting ballast. #### Defined in -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L45) ___ @@ -73,4 +73,4 @@ The value of the BallastConfiguration lampAlarmMode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L36) diff --git a/docs/matter.js/modules/cluster_export.BarrierControl.md b/docs/matter.js/modules/cluster_export.BarrierControl.md index 849bbce335..b2ca3c441d 100644 --- a/docs/matter.js/modules/cluster_export.BarrierControl.md +++ b/docs/matter.js/modules/cluster_export.BarrierControl.md @@ -23,7 +23,7 @@ This cluster provides control of a barrier (garage door). #### Defined in -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L26) ___ @@ -35,4 +35,4 @@ Input to the BarrierControl barrierControlGoToPercent command #### Defined in -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L19) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L19) diff --git a/docs/matter.js/modules/cluster_export.BasicInformation.md b/docs/matter.js/modules/cluster_export.BasicInformation.md index cc1c1b12b6..18fd93a982 100644 --- a/docs/matter.js/modules/cluster_export.BasicInformation.md +++ b/docs/matter.js/modules/cluster_export.BasicInformation.md @@ -38,7 +38,7 @@ number, which apply to the whole Node. #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:151](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L151) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:151](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L151) ___ @@ -55,7 +55,7 @@ cluster-specific. #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L38) ___ @@ -71,7 +71,7 @@ Body of the BasicInformation leave event #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L119) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L119) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L94) ___ @@ -97,7 +97,7 @@ Body of the BasicInformation reachableChanged event #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L133) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L133) ___ @@ -113,4 +113,4 @@ Body of the BasicInformation startUp event #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L104) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L104) diff --git a/docs/matter.js/modules/cluster_export.BinaryInputBasic.md b/docs/matter.js/modules/cluster_export.BinaryInputBasic.md index 09333bf8eb..8b172187f2 100644 --- a/docs/matter.js/modules/cluster_export.BinaryInputBasic.md +++ b/docs/matter.js/modules/cluster_export.BinaryInputBasic.md @@ -23,4 +23,4 @@ measurement. #### Defined in -[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L22) +[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L22) diff --git a/docs/matter.js/modules/cluster_export.Binding.md b/docs/matter.js/modules/cluster_export.Binding.md index 9b5b571353..d7deebdf99 100644 --- a/docs/matter.js/modules/cluster_export.Binding.md +++ b/docs/matter.js/modules/cluster_export.Binding.md @@ -54,7 +54,7 @@ binding target. #### Defined in -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L94) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.BooleanState.md b/docs/matter.js/modules/cluster_export.BooleanState.md index 58ec6b604f..e4296ef813 100644 --- a/docs/matter.js/modules/cluster_export.BooleanState.md +++ b/docs/matter.js/modules/cluster_export.BooleanState.md @@ -27,7 +27,7 @@ This cluster provides an interface to a boolean state called StateValue. #### Defined in -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L30) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L30) ___ @@ -43,4 +43,4 @@ Body of the BooleanState stateChange event #### Defined in -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L21) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L21) diff --git a/docs/matter.js/modules/cluster_export.BridgedDeviceBasicInformation.md b/docs/matter.js/modules/cluster_export.BridgedDeviceBasicInformation.md index f48786aa4c..9f08f6b44e 100644 --- a/docs/matter.js/modules/cluster_export.BridgedDeviceBasicInformation.md +++ b/docs/matter.js/modules/cluster_export.BridgedDeviceBasicInformation.md @@ -55,7 +55,7 @@ Bridged Device. See below for Conformance details. #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L109) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L62) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L62) ___ @@ -81,7 +81,7 @@ Body of the BridgedDeviceBasicInformation reachableChanged event #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L79) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L79) ___ @@ -97,4 +97,4 @@ Body of the BridgedDeviceBasicInformation startUp event #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L72) diff --git a/docs/matter.js/modules/cluster_export.Channel.md b/docs/matter.js/modules/cluster_export.Channel.md index 7565cfbb9e..d01b2080f1 100644 --- a/docs/matter.js/modules/cluster_export.Channel.md +++ b/docs/matter.js/modules/cluster_export.Channel.md @@ -45,7 +45,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L363) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L363) ## Variables @@ -57,7 +57,7 @@ These elements and properties are present in all Channel clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L220) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L220) ___ @@ -69,7 +69,7 @@ A ChannelCluster supports these elements if it supports feature ChannelList. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L277) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L277) ___ @@ -81,7 +81,7 @@ A ChannelCluster supports these elements if it supports features ChannelList or #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L305) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L305) ___ @@ -101,7 +101,7 @@ ChannelCluster supports optional features that you can enable with the ChannelCl #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L332) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L332) ___ @@ -116,7 +116,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:379](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L379) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:379](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L379) ___ @@ -128,7 +128,7 @@ A ChannelCluster supports these elements if it supports feature LineupInfo. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L291) ___ @@ -144,7 +144,7 @@ Input to the Channel changeChannelByNumber command #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L75) ___ @@ -160,7 +160,7 @@ Input to the Channel changeChannel command #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:146](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L146) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:146](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L146) ___ @@ -176,7 +176,7 @@ This command shall be generated in response to a ChangeChannel command. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L180) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L180) ___ @@ -195,7 +195,7 @@ other formats which can map into these numeric values. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L28) ___ @@ -212,7 +212,7 @@ LineupName, and PostalCode MUST uniquely identify a lineup. #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L122) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L122) ___ @@ -228,4 +228,4 @@ Input to the Channel skipChannel command #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L96) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L96) diff --git a/docs/matter.js/modules/cluster_export.ClientMonitoring.md b/docs/matter.js/modules/cluster_export.ClientMonitoring.md index b221485e84..2469c7c4b0 100644 --- a/docs/matter.js/modules/cluster_export.ClientMonitoring.md +++ b/docs/matter.js/modules/cluster_export.ClientMonitoring.md @@ -25,7 +25,7 @@ Client Monitoring allows for ensuring that listed clients meet the required moni #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L44) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L18) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L18) ___ @@ -47,7 +47,7 @@ Input to the ClientMonitoring registerClientMonitoring command #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L26) ___ @@ -59,4 +59,4 @@ Input to the ClientMonitoring unregisterClientMonitoring command #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L34) diff --git a/docs/matter.js/modules/cluster_export.ClusterFactory.md b/docs/matter.js/modules/cluster_export.ClusterFactory.md index 84e3917560..14b6112baa 100644 --- a/docs/matter.js/modules/cluster_export.ClusterFactory.md +++ b/docs/matter.js/modules/cluster_export.ClusterFactory.md @@ -62,7 +62,7 @@ Definition of a cluster attribute. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L43) +[packages/matter.js/src/cluster/ClusterFactory.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L43) ___ @@ -80,7 +80,7 @@ Extract the type of a cluster's attributes. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:316](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L316) +[packages/matter.js/src/cluster/ClusterFactory.ts:316](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L316) ___ @@ -92,7 +92,7 @@ Definition of a cluster command. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L48) +[packages/matter.js/src/cluster/ClusterFactory.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L48) ___ @@ -110,7 +110,7 @@ Extract the type of a cluster's commands. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L323) +[packages/matter.js/src/cluster/ClusterFactory.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L323) ___ @@ -128,9 +128,9 @@ A "definition" is the fully typed Cluster for a PartialDefinition. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L172) +[packages/matter.js/src/cluster/ClusterFactory.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L172) -[packages/matter.js/src/cluster/ClusterFactory.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L117) +[packages/matter.js/src/cluster/ClusterFactory.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L117) ___ @@ -142,7 +142,7 @@ An "element" is a single attribute, command or event of a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L155) +[packages/matter.js/src/cluster/ClusterFactory.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L155) ___ @@ -161,7 +161,7 @@ events) of a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L38) +[packages/matter.js/src/cluster/ClusterFactory.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L38) ___ @@ -173,7 +173,7 @@ Definition of a cluster event. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L53) +[packages/matter.js/src/cluster/ClusterFactory.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L53) ___ @@ -191,7 +191,7 @@ Extract the type of a cluster's events. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:330](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L330) +[packages/matter.js/src/cluster/ClusterFactory.ts:330](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L330) ___ @@ -218,7 +218,7 @@ features enabled. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L142) +[packages/matter.js/src/cluster/ClusterFactory.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L142) ___ @@ -230,7 +230,7 @@ A "MutableDefinition" is a Cluster with fields that may be modified. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L134) +[packages/matter.js/src/cluster/ClusterFactory.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L134) ___ @@ -243,7 +243,7 @@ empty elements to be present. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L107) +[packages/matter.js/src/cluster/ClusterFactory.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L107) ## Functions @@ -277,7 +277,7 @@ Create a conditional version of an unconditional element definition. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:298](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L298) +[packages/matter.js/src/cluster/ClusterFactory.ts:298](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L298) ___ @@ -305,7 +305,7 @@ Define a cluster component. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L160) +[packages/matter.js/src/cluster/ClusterFactory.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L160) ___ @@ -333,7 +333,7 @@ Define a cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L172) +[packages/matter.js/src/cluster/ClusterFactory.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L172) ___ @@ -363,7 +363,7 @@ Define an extensible cluster. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L192) +[packages/matter.js/src/cluster/ClusterFactory.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L192) ___ @@ -395,7 +395,7 @@ Define a cluster that can only be extended. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:205](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L205) +[packages/matter.js/src/cluster/ClusterFactory.ts:205](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L205) ___ @@ -422,7 +422,7 @@ This is used by extenders and does not convey type information. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L217) +[packages/matter.js/src/cluster/ClusterFactory.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L217) ___ @@ -448,7 +448,7 @@ Used by extenders. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:282](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L282) +[packages/matter.js/src/cluster/ClusterFactory.ts:282](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L282) ___ @@ -474,4 +474,4 @@ Used by extenders. #### Defined in -[packages/matter.js/src/cluster/ClusterFactory.ts:268](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterFactory.ts#L268) +[packages/matter.js/src/cluster/ClusterFactory.ts:268](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterFactory.ts#L268) diff --git a/docs/matter.js/modules/cluster_export.ColorControl.md b/docs/matter.js/modules/cluster_export.ColorControl.md index 0eecc7643b..f46b60bc56 100644 --- a/docs/matter.js/modules/cluster_export.ColorControl.md +++ b/docs/matter.js/modules/cluster_export.ColorControl.md @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1614](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1614) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1614](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1614) ## Variables @@ -82,7 +82,7 @@ These elements and properties are present in all ColorControl clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:808](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L808) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:808](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L808) ___ @@ -103,7 +103,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1579](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1579) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1579](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1579) ___ @@ -115,7 +115,7 @@ A ColorControlCluster supports these elements if it supports feature ColorLoop. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1494](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1494) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1494](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1494) ___ @@ -127,7 +127,7 @@ A ColorControlCluster supports these elements if it supports feature ColorTemper #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1328](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1328) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1328](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1328) ___ @@ -142,7 +142,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1636](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1636) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1636](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1636) ___ @@ -154,7 +154,7 @@ A ColorControlCluster supports these elements if it supports feature EnhancedHue #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1433](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1433) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1433](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1433) ___ @@ -180,7 +180,7 @@ The value of the ColorControl featureMap attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L77) ___ @@ -192,7 +192,7 @@ A ColorControlCluster supports these elements if it supports feature HueSaturati #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1199](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1199) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1199](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1199) ___ @@ -204,7 +204,7 @@ A ColorControlCluster supports these elements if it supports features HueSaturat #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1555](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1555) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1555](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1555) ___ @@ -226,7 +226,7 @@ The value of the ColorControl options attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L58) ___ @@ -242,7 +242,7 @@ Input to the ColorControl colorLoopSet command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:694](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L694) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:694](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L694) ___ @@ -258,7 +258,7 @@ Input to the ColorControl enhancedMoveHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:562](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L562) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:562](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L562) ___ @@ -274,7 +274,7 @@ Input to the ColorControl enhancedMoveToHueAndSaturation command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:627](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L627) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:627](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L627) ___ @@ -290,7 +290,7 @@ Input to the ColorControl enhancedMoveToHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L529) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L529) ___ @@ -306,7 +306,7 @@ Input to the ColorControl enhancedStepHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:590](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L590) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:590](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L590) ___ @@ -322,7 +322,7 @@ Input to the ColorControl moveColor command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:345](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L345) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:345](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L345) ___ @@ -338,7 +338,7 @@ Input to the ColorControl moveColorTemperature command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L404) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L404) ___ @@ -354,7 +354,7 @@ Input to the ColorControl moveHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L170) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L170) ___ @@ -370,7 +370,7 @@ Input to the ColorControl moveSaturation command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L255) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L255) ___ @@ -386,7 +386,7 @@ Input to the ColorControl moveToColor command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L332) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L332) ___ @@ -402,7 +402,7 @@ Input to the ColorControl moveToColorTemperature command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L392) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L392) ___ @@ -418,7 +418,7 @@ Input to the ColorControl moveToHueAndSaturation command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:319](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L319) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:319](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L319) ___ @@ -434,7 +434,7 @@ Input to the ColorControl moveToHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L129) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L129) ___ @@ -450,7 +450,7 @@ Input to the ColorControl moveToSaturation command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:243](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L243) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:243](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L243) ___ @@ -466,7 +466,7 @@ Input to the ColorControl stepColor command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:371](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L371) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:371](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L371) ___ @@ -482,7 +482,7 @@ Input to the ColorControl stepColorTemperature command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L464) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L464) ___ @@ -498,7 +498,7 @@ Input to the ColorControl stepHue command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L206) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L206) ___ @@ -514,7 +514,7 @@ Input to the ColorControl stepSaturation command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:284](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L284) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:284](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L284) ___ @@ -530,7 +530,7 @@ Input to the ColorControl stopMoveStep command #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:758](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L758) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:758](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L758) ___ @@ -556,7 +556,7 @@ The value of ColorControl.updateFlags #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:660](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L660) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:660](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L660) ___ @@ -568,4 +568,4 @@ A ColorControlCluster supports these elements if it supports feature Xy. #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1274](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1274) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1274](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1274) diff --git a/docs/matter.js/modules/cluster_export.ContentLauncher.md b/docs/matter.js/modules/cluster_export.ContentLauncher.md index 2b8a2d71f3..aef91b9f51 100644 --- a/docs/matter.js/modules/cluster_export.ContentLauncher.md +++ b/docs/matter.js/modules/cluster_export.ContentLauncher.md @@ -50,7 +50,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:578](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L578) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:578](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L578) ## Variables @@ -62,7 +62,7 @@ These elements and properties are present in all ContentLauncher clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:456](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L456) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:456](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L456) ___ @@ -84,7 +84,7 @@ factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:547](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L547) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:547](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L547) ___ @@ -99,7 +99,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:594](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L594) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:594](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L594) ___ @@ -111,7 +111,7 @@ A ContentLauncherCluster supports these elements if it supports feature ContentS #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:519](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L519) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:519](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L519) ___ @@ -123,7 +123,7 @@ A ContentLauncherCluster supports these elements if it supports features Content #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:534](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L534) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:534](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L534) ___ @@ -146,7 +146,7 @@ The value of the ContentLauncher supportedStreamingProtocols attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L25) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L25) ___ @@ -162,7 +162,7 @@ This object defines additional name=value pairs that can be used for identifying #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L343) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L343) ___ @@ -179,7 +179,7 @@ the Video Player during playback. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L134) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L134) ___ @@ -195,7 +195,7 @@ This object defines inputs to a search for content for display or playback. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L392) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L392) ___ @@ -214,7 +214,7 @@ because we don’t have any other usecases which require this datatype. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L68) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L68) ___ @@ -230,7 +230,7 @@ Input to the ContentLauncher launchContent command #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:408](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L408) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:408](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L408) ___ @@ -246,7 +246,7 @@ Input to the ContentLauncher launchUrl command #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:186](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L186) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:186](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L186) ___ @@ -264,7 +264,7 @@ WARNING TODO: Data in table above needs a max size #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L238) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L238) ___ @@ -280,7 +280,7 @@ This object defines inputs to a search for content for display or playback. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:364](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L364) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:364](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L364) ___ @@ -297,7 +297,7 @@ related properties. #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L97) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L97) ___ @@ -309,4 +309,4 @@ A ContentLauncherCluster supports these elements if it supports feature UrlPlayb #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:481](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L481) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:481](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L481) diff --git a/docs/matter.js/modules/cluster_export.Descriptor.md b/docs/matter.js/modules/cluster_export.Descriptor.md index 841095f9f8..b3f07447c7 100644 --- a/docs/matter.js/modules/cluster_export.Descriptor.md +++ b/docs/matter.js/modules/cluster_export.Descriptor.md @@ -37,7 +37,7 @@ type. #### Defined in -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L61) ___ @@ -54,4 +54,4 @@ Model specification for more information. #### Defined in -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L26) diff --git a/docs/matter.js/modules/cluster_export.DiagnosticLogs.md b/docs/matter.js/modules/cluster_export.DiagnosticLogs.md index b757a4f6ee..99fbab1d57 100644 --- a/docs/matter.js/modules/cluster_export.DiagnosticLogs.md +++ b/docs/matter.js/modules/cluster_export.DiagnosticLogs.md @@ -40,7 +40,7 @@ NOTE Support for Diagnostic Logs cluster is provisional. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L247) ___ @@ -56,7 +56,7 @@ Input to the DiagnosticLogs retrieveLogsRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L80) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L80) ___ @@ -73,4 +73,4 @@ following. #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L198) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L198) diff --git a/docs/matter.js/modules/cluster_export.DoorLock.md b/docs/matter.js/modules/cluster_export.DoorLock.md index a4bba8e2c3..60f2b221dd 100644 --- a/docs/matter.js/modules/cluster_export.DoorLock.md +++ b/docs/matter.js/modules/cluster_export.DoorLock.md @@ -109,7 +109,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2494](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2494) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2494](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2494) ## Variables @@ -137,7 +137,7 @@ The value of the DoorLock alarmMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L218) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L218) ___ @@ -149,7 +149,7 @@ These elements and properties are present in all DoorLock clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1279) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1279) ___ @@ -169,7 +169,7 @@ DoorLockCluster supports optional features that you can enable with the DoorLock #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2420](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2420) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2420](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2420) ___ @@ -184,7 +184,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2538](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2538) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2538](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2538) ___ @@ -196,7 +196,7 @@ A DoorLockCluster supports these elements if it supports features CredentialOver #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2103) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2103) ___ @@ -220,7 +220,7 @@ The value of the DoorLock credentialRulesSupport attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:577](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L577) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:577](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L577) ___ @@ -249,7 +249,7 @@ applies for. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:947](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L947) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:947](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L947) ___ @@ -276,7 +276,7 @@ The value of the DoorLock defaultConfigurationRegister attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L192) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L192) ___ @@ -288,7 +288,7 @@ A DoorLockCluster supports these elements if it supports feature DoorPositionSen #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1632](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1632) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1632](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1632) ___ @@ -300,7 +300,7 @@ A DoorLockCluster supports these elements if it supports feature HolidaySchedule #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2013](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2013) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2013](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2013) ___ @@ -329,7 +329,7 @@ The value of the DoorLock keypadOperationEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1091](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1091) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1091](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1091) ___ @@ -355,7 +355,7 @@ The value of the DoorLock keypadProgrammingEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1107) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1107) ___ @@ -380,7 +380,7 @@ The value of the DoorLock localProgrammingFeatures attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:206](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L206) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:206](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L206) ___ @@ -392,7 +392,7 @@ A DoorLockCluster supports these elements if it supports feature Logging. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1679](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1679) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1679](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1679) ___ @@ -424,7 +424,7 @@ The value of the DoorLock manualOperationEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1135) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1135) ___ @@ -436,7 +436,7 @@ A DoorLockCluster supports these elements if doesn't support feature USR. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2363) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2363) ___ @@ -448,7 +448,7 @@ A DoorLockCluster supports these elements if it supports features Notification a #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2122) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2122) ___ @@ -460,7 +460,7 @@ A DoorLockCluster supports these elements if it supports features Notification a #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2224) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2224) ___ @@ -472,7 +472,7 @@ A DoorLockCluster supports these elements if it supports feature Notification. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2164) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2164) ___ @@ -485,7 +485,7 @@ FingerCredentials and it doesn't support feature USR. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2312) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2312](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2312) ___ @@ -497,7 +497,7 @@ A DoorLockCluster supports these elements if it supports feature PinCredential. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1835](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1835) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1835](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1835) ___ @@ -510,7 +510,7 @@ USR. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2266) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2266) ___ @@ -522,7 +522,7 @@ A DoorLockCluster supports these elements if it supports features PinCredential #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2062](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2062) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2062](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2062) ___ @@ -550,7 +550,7 @@ The value of the DoorLock remoteOperationEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1120) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1120) ___ @@ -577,7 +577,7 @@ The value of the DoorLock remoteProgrammingEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1154) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1154) ___ @@ -589,7 +589,7 @@ A DoorLockCluster supports these elements if it supports feature RfidCredential. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1883](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1883) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1883](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1883) ___ @@ -602,7 +602,7 @@ USR. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2369](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2369) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2369](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2369) ___ @@ -630,7 +630,7 @@ The value of the DoorLock rfidOperationEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1168) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1168) ___ @@ -654,7 +654,7 @@ The value of the DoorLock rfidProgrammingEventMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1183) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1183) ___ @@ -680,7 +680,7 @@ The value of the DoorLock supportedOperatingModes attribute #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L179) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L179) ___ @@ -696,7 +696,7 @@ Input to the DoorLock clearCredential command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:814](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L814) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:814](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L814) ___ @@ -712,7 +712,7 @@ Input to the DoorLock clearHolidaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1084](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1084) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1084](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1084) ___ @@ -728,7 +728,7 @@ Input to the DoorLock clearUser command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:756](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L756) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:756](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L756) ___ @@ -744,7 +744,7 @@ Input to the DoorLock clearWeekDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1001](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1001) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1001](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1001) ___ @@ -760,7 +760,7 @@ Input to the DoorLock clearYearDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1044](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1044) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1044](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1044) ___ @@ -777,7 +777,7 @@ credential types and their corresponding indices (if any) for the event or user #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:370](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L370) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:370](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L370) ___ @@ -793,7 +793,7 @@ Body of the DoorLock doorLockAlarm event #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:304](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L304) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:304](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L304) ___ @@ -809,7 +809,7 @@ Body of the DoorLock doorStateChange event #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:563](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L563) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:563](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L563) ___ @@ -825,7 +825,7 @@ Input to the DoorLock getCredentialStatus command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:796](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L796) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:796](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L796) ___ @@ -839,7 +839,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:801](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L801) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:801](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L801) ___ @@ -855,7 +855,7 @@ Input to the DoorLock getHolidaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1066](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1066) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1066](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1066) ___ @@ -869,7 +869,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1071](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1071) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1071](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1071) ___ @@ -885,7 +885,7 @@ Input to the DoorLock getUser command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:733](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L733) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:733](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L733) ___ @@ -899,7 +899,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:738](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L738) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:738](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L738) ___ @@ -915,7 +915,7 @@ Input to the DoorLock getWeekDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:977](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L977) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:977](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L977) ___ @@ -929,7 +929,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:985](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L985) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:985](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L985) ___ @@ -945,7 +945,7 @@ Input to the DoorLock getYearDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1023](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1023) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1023](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1023) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1031](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1031) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1031](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1031) ___ @@ -975,7 +975,7 @@ Input to the DoorLock lockDoor command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:233](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L233) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:233](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L233) ___ @@ -991,7 +991,7 @@ Body of the DoorLock lockOperationError event #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:461](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L461) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:461](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L461) ___ @@ -1007,7 +1007,7 @@ Body of the DoorLock lockOperation event #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:393](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L393) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:393](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L393) ___ @@ -1023,7 +1023,7 @@ Body of the DoorLock lockUserChange event #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:883](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L883) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:883](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L883) ___ @@ -1039,7 +1039,7 @@ Input to the DoorLock setCredential command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:763](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L763) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:763](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L763) ___ @@ -1053,7 +1053,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:785](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L785) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:785](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L785) ___ @@ -1069,7 +1069,7 @@ Input to the DoorLock setHolidaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1054](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1054) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1054](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1054) ___ @@ -1085,7 +1085,7 @@ Input to the DoorLock setUser command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:718](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L718) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:718](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L718) ___ @@ -1101,7 +1101,7 @@ Input to the DoorLock setWeekDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:962](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L962) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:962](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L962) ___ @@ -1117,7 +1117,7 @@ Input to the DoorLock setYearDaySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1011](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1011) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1011](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1011) ___ @@ -1133,7 +1133,7 @@ Input to the DoorLock unlockDoor command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L240) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L240) ___ @@ -1149,7 +1149,7 @@ Input to the DoorLock unlockWithTimeout command #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L247) ___ @@ -1161,7 +1161,7 @@ A DoorLockCluster supports these elements if it supports feature User. #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1710](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1710) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1710](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1710) ___ @@ -1173,7 +1173,7 @@ A DoorLockCluster supports these elements if it supports feature WeekDayAccessSc #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1915](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1915) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1915](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1915) ___ @@ -1185,4 +1185,4 @@ A DoorLockCluster supports these elements if it supports feature YearDayAccessSc #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1964](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1964) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:1964](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L1964) diff --git a/docs/matter.js/modules/cluster_export.ElectricalMeasurement.md b/docs/matter.js/modules/cluster_export.ElectricalMeasurement.md index 2b41edb5e3..552ef76350 100644 --- a/docs/matter.js/modules/cluster_export.ElectricalMeasurement.md +++ b/docs/matter.js/modules/cluster_export.ElectricalMeasurement.md @@ -25,7 +25,7 @@ metering cluster.. #### Defined in -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L32) ___ @@ -37,4 +37,4 @@ Input to the ElectricalMeasurement getMeasurementProfileCommand command #### Defined in -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L19) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L19) diff --git a/docs/matter.js/modules/cluster_export.EthernetNetworkDiagnostics.md b/docs/matter.js/modules/cluster_export.EthernetNetworkDiagnostics.md index 82aaf5879b..dd476d9bea 100644 --- a/docs/matter.js/modules/cluster_export.EthernetNetworkDiagnostics.md +++ b/docs/matter.js/modules/cluster_export.EthernetNetworkDiagnostics.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L283) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L283) ## Variables @@ -50,7 +50,7 @@ These elements and properties are present in all EthernetNetworkDiagnostics clus #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L99) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L99) ___ @@ -74,7 +74,7 @@ EthernetNetworkDiagnosticsCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L252) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L252) ___ @@ -89,7 +89,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:299](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L299) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:299](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L299) ___ @@ -101,7 +101,7 @@ A EthernetNetworkDiagnosticsCluster supports these elements if it supports featu #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L183) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L183) ___ @@ -113,7 +113,7 @@ A EthernetNetworkDiagnosticsCluster supports these elements if it supports featu #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L159) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L159) ___ @@ -125,4 +125,4 @@ A EthernetNetworkDiagnosticsCluster supports these elements if it supports featu #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L216) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L216) diff --git a/docs/matter.js/modules/cluster_export.FanControl.md b/docs/matter.js/modules/cluster_export.FanControl.md index a0b69bacda..77bdd57cf2 100644 --- a/docs/matter.js/modules/cluster_export.FanControl.md +++ b/docs/matter.js/modules/cluster_export.FanControl.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L377) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L377) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all FanControl clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:169](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L169) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:169](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L169) ___ @@ -76,7 +76,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:353](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L353) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:353](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L353) ___ @@ -91,7 +91,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:394](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L394) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:394](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L394) ___ @@ -103,7 +103,7 @@ A FanControlCluster supports these elements if it supports feature MultiSpeed. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L247) ___ @@ -127,7 +127,7 @@ The value of the FanControl rockSetting attribute #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L115) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L115) ___ @@ -151,7 +151,7 @@ The value of the FanControl rockSupport attribute #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L108) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L108) ___ @@ -163,7 +163,7 @@ A FanControlCluster supports these elements if it supports feature Rocking. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:280](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L280) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L280) ___ @@ -175,7 +175,7 @@ A FanControlCluster supports these elements if it supports feature Wind. #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:313](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L313) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:313](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L313) ___ @@ -198,7 +198,7 @@ The value of the FanControl windSetting attribute #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L129) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L129) ___ @@ -221,4 +221,4 @@ The value of the FanControl windSupport attribute #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L122) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L122) diff --git a/docs/matter.js/modules/cluster_export.FaultInjection.md b/docs/matter.js/modules/cluster_export.FaultInjection.md index fec60ce964..a9646e106b 100644 --- a/docs/matter.js/modules/cluster_export.FaultInjection.md +++ b/docs/matter.js/modules/cluster_export.FaultInjection.md @@ -29,7 +29,7 @@ fault in the system). #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L50) ___ @@ -41,7 +41,7 @@ Input to the FaultInjection failAtFault command #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L27) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L27) ___ @@ -53,4 +53,4 @@ Input to the FaultInjection failRandomlyAtFault command #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L38) diff --git a/docs/matter.js/modules/cluster_export.FixedLabel.md b/docs/matter.js/modules/cluster_export.FixedLabel.md index 311b51b2d6..73c3f3e6f8 100644 --- a/docs/matter.js/modules/cluster_export.FixedLabel.md +++ b/docs/matter.js/modules/cluster_export.FixedLabel.md @@ -34,4 +34,4 @@ This cluster provides a feature for the device to tag an endpoint with zero or m #### Defined in -[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L31) diff --git a/docs/matter.js/modules/cluster_export.FlowMeasurement.md b/docs/matter.js/modules/cluster_export.FlowMeasurement.md index 71ed6da5d7..c6602efbc5 100644 --- a/docs/matter.js/modules/cluster_export.FlowMeasurement.md +++ b/docs/matter.js/modules/cluster_export.FlowMeasurement.md @@ -27,4 +27,4 @@ notifications of flow measurements. #### Defined in -[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.GeneralCommissioning.md b/docs/matter.js/modules/cluster_export.GeneralCommissioning.md index bfdf257c62..1d74f79ad8 100644 --- a/docs/matter.js/modules/cluster_export.GeneralCommissioning.md +++ b/docs/matter.js/modules/cluster_export.GeneralCommissioning.md @@ -42,7 +42,7 @@ those other clusters may depend on. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L184) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L184) ___ @@ -58,7 +58,7 @@ Input to the GeneralCommissioning armFailSafe command #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L76) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L118) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L118) ___ @@ -88,7 +88,7 @@ This structure provides some constant values that may be of use to all commissio #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L24) ___ @@ -107,7 +107,7 @@ See Section 11.9.6.1, “Common fields in General Commissioning cluster response #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L167) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L167) ___ @@ -123,7 +123,7 @@ Input to the GeneralCommissioning setRegulatoryConfig command #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L140) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L140) ___ @@ -142,4 +142,4 @@ See Section 11.9.6.1, “Common fields in General Commissioning cluster response #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L154) diff --git a/docs/matter.js/modules/cluster_export.GeneralDiagnostics.md b/docs/matter.js/modules/cluster_export.GeneralDiagnostics.md index bdd636ff26..2514f900d0 100644 --- a/docs/matter.js/modules/cluster_export.GeneralDiagnostics.md +++ b/docs/matter.js/modules/cluster_export.GeneralDiagnostics.md @@ -44,7 +44,7 @@ majority of Nodes. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:428](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L428) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:428](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L428) ___ @@ -60,7 +60,7 @@ Body of the GeneralDiagnostics bootReason event #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:400](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L400) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:400](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L400) ___ @@ -76,7 +76,7 @@ Body of the GeneralDiagnostics hardwareFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L356) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L356) ___ @@ -92,7 +92,7 @@ Body of the GeneralDiagnostics networkFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:390](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L390) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:390](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L390) ___ @@ -109,7 +109,7 @@ attribute. #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L65) ___ @@ -125,7 +125,7 @@ Body of the GeneralDiagnostics radioFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:380](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L380) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:380](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L380) ___ @@ -141,4 +141,4 @@ Input to the GeneralDiagnostics testEventTrigger command #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L303) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L303) diff --git a/docs/matter.js/modules/cluster_export.GroupKeyManagement.md b/docs/matter.js/modules/cluster_export.GroupKeyManagement.md index 46c7251483..02351f66d4 100644 --- a/docs/matter.js/modules/cluster_export.GroupKeyManagement.md +++ b/docs/matter.js/modules/cluster_export.GroupKeyManagement.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:479](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L479) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:479](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L479) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all GroupKeyManagement clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:266](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L266) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:266](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L266) ___ @@ -76,7 +76,7 @@ GroupKeyManagementCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:458](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L458) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:458](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L458) ___ @@ -92,7 +92,7 @@ This field uniquely identifies the group within the scope of the given Fabric. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L61) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L34) ___ @@ -123,7 +123,7 @@ This field shall provide the fabric-unique index for the associated group key se #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L126) ___ @@ -147,7 +147,7 @@ Each entry in GroupKeySetIDs is a GroupKeySetID field. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L247) ___ @@ -163,7 +163,7 @@ Input to the GroupKeyManagement keySetRead command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L216) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L216) ___ @@ -181,7 +181,7 @@ contents replaced by null. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L225) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L225) ___ @@ -197,7 +197,7 @@ Input to the GroupKeyManagement keySetRemove command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L232) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L232) ___ @@ -213,4 +213,4 @@ Input to the GroupKeyManagement keySetWrite command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L209) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L209) diff --git a/docs/matter.js/modules/cluster_export.Groups.md b/docs/matter.js/modules/cluster_export.Groups.md index 00d071e199..46dc585a7c 100644 --- a/docs/matter.js/modules/cluster_export.Groups.md +++ b/docs/matter.js/modules/cluster_export.Groups.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:296](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L296) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:296](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L296) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all Groups clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L158) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L158) ___ @@ -90,7 +90,7 @@ GroupsCluster supports optional features that you can enable with the GroupsClus #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:275](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L275) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:275](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L275) ___ @@ -112,7 +112,7 @@ The value of the Groups nameSupport attribute #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L28) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L28) ___ @@ -128,7 +128,7 @@ Input to the Groups addGroupIfIdentifying command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L136) ___ @@ -144,7 +144,7 @@ Input to the Groups addGroup command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L40) ___ @@ -160,7 +160,7 @@ The AddGroupResponse is sent by the Groups cluster server in response to an AddG #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L50) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L50) ___ @@ -176,7 +176,7 @@ Input to the Groups getGroupMembership command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L78) ___ @@ -216,7 +216,7 @@ GroupList field shall contain only as many groups as will fit. #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L109) ___ @@ -232,7 +232,7 @@ Input to the Groups removeGroup command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L119) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L119) ___ @@ -248,7 +248,7 @@ The RemoveGroupResponse command is generated by the server in response to the re #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L126) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L126) ___ @@ -264,7 +264,7 @@ Input to the Groups viewGroup command #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L60) ___ @@ -280,4 +280,4 @@ The ViewGroupResponse command is sent by the Groups cluster server in response t #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L67) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L67) diff --git a/docs/matter.js/modules/cluster_export.Identify.md b/docs/matter.js/modules/cluster_export.Identify.md index c6d4e49792..d3304e0f86 100644 --- a/docs/matter.js/modules/cluster_export.Identify.md +++ b/docs/matter.js/modules/cluster_export.Identify.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L312) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:312](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L312) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all Identify clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L179) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L179) ___ @@ -85,7 +85,7 @@ IdentifyCluster supports optional features that you can enable with the Identify #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L290) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L290) ___ @@ -100,7 +100,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L324) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:324](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L324) ___ @@ -112,7 +112,7 @@ A IdentifyCluster supports these elements if it supports feature Query. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L251) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L251) ___ @@ -129,7 +129,7 @@ case that the device is currently identifying itself. #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L152) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L152) ___ @@ -145,7 +145,7 @@ Input to the Identify identify command #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L65) ___ @@ -161,4 +161,4 @@ Input to the Identify triggerEffect command #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L120) diff --git a/docs/matter.js/modules/cluster_export.IlluminanceMeasurement.md b/docs/matter.js/modules/cluster_export.IlluminanceMeasurement.md index 846031851f..84a7d9b602 100644 --- a/docs/matter.js/modules/cluster_export.IlluminanceMeasurement.md +++ b/docs/matter.js/modules/cluster_export.IlluminanceMeasurement.md @@ -26,4 +26,4 @@ Attributes and commands for configuring the measurement of illuminance, and repo #### Defined in -[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.KeypadInput.md b/docs/matter.js/modules/cluster_export.KeypadInput.md index 4023c93a08..03b2b4d89c 100644 --- a/docs/matter.js/modules/cluster_export.KeypadInput.md +++ b/docs/matter.js/modules/cluster_export.KeypadInput.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:259](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L259) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:259](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L259) ## Variables @@ -49,7 +49,7 @@ These elements and properties are present in all KeypadInput clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L185) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L185) ___ @@ -71,7 +71,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L238) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L238) ___ @@ -87,7 +87,7 @@ Input to the KeypadInput sendKey command #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L111) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L111) ___ @@ -103,4 +103,4 @@ This command shall be generated in response to a SendKey command. #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:145](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L145) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:145](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L145) diff --git a/docs/matter.js/modules/cluster_export.LeafWetnessMeasurement.md b/docs/matter.js/modules/cluster_export.LeafWetnessMeasurement.md index d1408907c0..57df7e3c5d 100644 --- a/docs/matter.js/modules/cluster_export.LeafWetnessMeasurement.md +++ b/docs/matter.js/modules/cluster_export.LeafWetnessMeasurement.md @@ -26,4 +26,4 @@ limited to, leaf wetness, relative humidity, and soil moisture. #### Defined in -[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.LevelControl.md b/docs/matter.js/modules/cluster_export.LevelControl.md index 47439cd2e0..396f9fc730 100644 --- a/docs/matter.js/modules/cluster_export.LevelControl.md +++ b/docs/matter.js/modules/cluster_export.LevelControl.md @@ -48,7 +48,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:474](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L474) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:474](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L474) ## Variables @@ -60,7 +60,7 @@ These elements and properties are present in all LevelControl clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L193) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L193) ___ @@ -82,7 +82,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:451](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L451) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:451](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L451) ___ @@ -97,7 +97,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:488](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L488) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:488](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L488) ___ @@ -109,7 +109,7 @@ A LevelControlCluster supports these elements if it supports feature Frequency. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:405](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L405) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:405](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L405) ___ @@ -121,7 +121,7 @@ A LevelControlCluster supports these elements if it supports feature Lighting. #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:372](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L372) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:372](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L372) ___ @@ -144,7 +144,7 @@ The value of the LevelControl options attribute #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L31) ___ @@ -160,7 +160,7 @@ Input to the LevelControl move command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L55) ___ @@ -176,7 +176,7 @@ Input to the LevelControl moveToClosestFrequency command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:159](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L159) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:159](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L159) ___ @@ -192,7 +192,7 @@ Input to the LevelControl moveToLevel command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L38) ___ @@ -208,7 +208,7 @@ Input to the LevelControl moveToLevelWithOnOff command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L112) ___ @@ -224,7 +224,7 @@ Input to the LevelControl moveWithOnOff command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L124) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L124) ___ @@ -240,7 +240,7 @@ Input to the LevelControl step command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L89) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L89) ___ @@ -256,7 +256,7 @@ Input to the LevelControl stepWithOnOff command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L136) ___ @@ -272,7 +272,7 @@ Input to the LevelControl stop command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L102) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L102) ___ @@ -288,4 +288,4 @@ Input to the LevelControl stopWithOnOff command #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L149) diff --git a/docs/matter.js/modules/cluster_export.LocalizationConfiguration.md b/docs/matter.js/modules/cluster_export.LocalizationConfiguration.md index 0e073e6179..daa62350e5 100644 --- a/docs/matter.js/modules/cluster_export.LocalizationConfiguration.md +++ b/docs/matter.js/modules/cluster_export.LocalizationConfiguration.md @@ -32,4 +32,4 @@ localization information that a Node shall utilize when conveying values to a us #### Defined in -[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L29) +[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L29) diff --git a/docs/matter.js/modules/cluster_export.LowPower.md b/docs/matter.js/modules/cluster_export.LowPower.md index 269a23b75e..4067d5215d 100644 --- a/docs/matter.js/modules/cluster_export.LowPower.md +++ b/docs/matter.js/modules/cluster_export.LowPower.md @@ -26,4 +26,4 @@ This cluster provides an interface for managing low power mode on a device. #### Defined in -[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L22) +[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L22) diff --git a/docs/matter.js/modules/cluster_export.MediaInput.md b/docs/matter.js/modules/cluster_export.MediaInput.md index 81639a2916..29146db0da 100644 --- a/docs/matter.js/modules/cluster_export.MediaInput.md +++ b/docs/matter.js/modules/cluster_export.MediaInput.md @@ -39,7 +39,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:222](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L222) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:222](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L222) ## Variables @@ -51,7 +51,7 @@ These elements and properties are present in all MediaInput clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L120) ___ @@ -72,7 +72,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L200) ___ @@ -87,7 +87,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L234) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L234) ___ @@ -99,7 +99,7 @@ A MediaInputCluster supports these elements if it supports feature NameUpdates. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L178) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L178) ___ @@ -115,7 +115,7 @@ This contains information about an input. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L49) ___ @@ -131,7 +131,7 @@ Input to the MediaInput renameInput command #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L101) ___ @@ -147,4 +147,4 @@ Input to the MediaInput selectInput command #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:86](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L86) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:86](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L86) diff --git a/docs/matter.js/modules/cluster_export.MediaPlayback.md b/docs/matter.js/modules/cluster_export.MediaPlayback.md index edd695b02d..ef95eccdfb 100644 --- a/docs/matter.js/modules/cluster_export.MediaPlayback.md +++ b/docs/matter.js/modules/cluster_export.MediaPlayback.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:501](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L501) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:501](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L501) ## Variables @@ -55,7 +55,7 @@ A MediaPlaybackCluster supports these elements if it supports feature AdvancedSe #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:312](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L312) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:312](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L312) ___ @@ -67,7 +67,7 @@ These elements and properties are present in all MediaPlayback clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L213) ___ @@ -89,7 +89,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:478](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L478) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:478](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L478) ___ @@ -104,7 +104,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:515](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L515) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:515](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L515) ___ @@ -120,7 +120,7 @@ This structure defines a playback position within a media stream being played. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L147) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L147) ___ @@ -136,7 +136,7 @@ This command shall be generated in response to various Playback Commands. #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L88) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L88) ___ @@ -152,7 +152,7 @@ Input to the MediaPlayback seek command #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L174) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L174) ___ @@ -168,7 +168,7 @@ Input to the MediaPlayback skipBackward command #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L128) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L128) ___ @@ -184,7 +184,7 @@ Input to the MediaPlayback skipForward command #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:109](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L109) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:109](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L109) ___ @@ -196,4 +196,4 @@ A MediaPlaybackCluster supports these elements if it supports feature VariableSp #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:427](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L427) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:427](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L427) diff --git a/docs/matter.js/modules/cluster_export.ModeSelect.md b/docs/matter.js/modules/cluster_export.ModeSelect.md index 57d222ba77..8ef8ad9837 100644 --- a/docs/matter.js/modules/cluster_export.ModeSelect.md +++ b/docs/matter.js/modules/cluster_export.ModeSelect.md @@ -38,7 +38,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L278) ## Variables @@ -50,7 +50,7 @@ These elements and properties are present in all ModeSelect clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L120) ___ @@ -87,7 +87,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:256](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L256) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:256](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L256) ___ @@ -102,7 +102,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L290) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L290) ___ @@ -114,7 +114,7 @@ A ModeSelectCluster supports these elements if it supports feature OnOff. #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L215) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L215) ___ @@ -130,7 +130,7 @@ Input to the ModeSelect changeToMode command #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L101) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L101) ___ @@ -146,7 +146,7 @@ This is a struct representing a possible mode of the server. #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L60) ___ @@ -162,4 +162,4 @@ A Semantic Tag is meant to be interpreted by the client for the purpose the clus #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L33) diff --git a/docs/matter.js/modules/cluster_export.NetworkCommissioning.md b/docs/matter.js/modules/cluster_export.NetworkCommissioning.md index 47cc41d08e..b5fb924735 100644 --- a/docs/matter.js/modules/cluster_export.NetworkCommissioning.md +++ b/docs/matter.js/modules/cluster_export.NetworkCommissioning.md @@ -52,7 +52,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1121) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1121) ## Variables @@ -64,7 +64,7 @@ These elements and properties are present in all NetworkCommissioning clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:593](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L593) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:593](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L593) ___ @@ -97,7 +97,7 @@ NetworkCommissioningCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1081](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1081) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1081](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1081) ___ @@ -112,7 +112,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1141) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1141) ___ @@ -124,7 +124,7 @@ A NetworkCommissioningCluster supports these elements if it supports feature Thr #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1029](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1029) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1029](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1029) ___ @@ -140,7 +140,7 @@ Input to the NetworkCommissioning addOrUpdateThreadNetwork command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:545](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L545) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:545](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L545) ___ @@ -156,7 +156,7 @@ Input to the NetworkCommissioning addOrUpdateWiFiNetwork command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:493](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L493) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:493](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L493) ___ @@ -172,7 +172,7 @@ Input to the NetworkCommissioning connectNetwork command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:409](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L409) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:409](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L409) ___ @@ -217,7 +217,7 @@ See Section 11.8.7.2.2, “DebugText Field” for usage. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:448](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L448) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:448](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L448) ___ @@ -258,7 +258,7 @@ See Section 11.8.7.2.2, “DebugText Field” for usage. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:390](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L390) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:390](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L390) ___ @@ -274,7 +274,7 @@ NetworkInfoStruct struct describes an existing network configuration, as provide #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L26) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L26) ___ @@ -290,7 +290,7 @@ Input to the NetworkCommissioning removeNetwork command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:355](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L355) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:355](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L355) ___ @@ -306,7 +306,7 @@ Input to the NetworkCommissioning reorderNetwork command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:482](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L482) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:482](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L482) ___ @@ -322,7 +322,7 @@ Input to the NetworkCommissioning scanNetworks command #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:140](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L140) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:140](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L140) ___ @@ -344,7 +344,7 @@ NetworkingStatus matching the response. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:287](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L287) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:287](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L287) ___ @@ -360,7 +360,7 @@ ThreadInterfaceScanResultStruct represents a single Thread network scan result. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L258) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L258) ___ @@ -376,7 +376,7 @@ WiFiInterfaceScanResultStruct represents a single Wi-Fi network scan result. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L231) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L231) ___ @@ -388,7 +388,7 @@ A NetworkCommissioningCluster supports these elements if it supports feature WiF #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:997](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L997) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:997](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L997) ___ @@ -401,7 +401,7 @@ ThreadNetworkInterface. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:750](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L750) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:750](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L750) ___ @@ -428,4 +428,4 @@ WiFiInterfaceScanResultStruct. #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L166) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L166) diff --git a/docs/matter.js/modules/cluster_export.OccupancySensing.md b/docs/matter.js/modules/cluster_export.OccupancySensing.md index 630aca5ed4..eb314c25fd 100644 --- a/docs/matter.js/modules/cluster_export.OccupancySensing.md +++ b/docs/matter.js/modules/cluster_export.OccupancySensing.md @@ -32,7 +32,7 @@ Attributes and commands for configuring occupancy sensing, and reporting occupan #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L81) ___ @@ -54,7 +54,7 @@ All other bits are reserved. #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L22) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L22) ___ @@ -76,4 +76,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L57) diff --git a/docs/matter.js/modules/cluster_export.OnOff.md b/docs/matter.js/modules/cluster_export.OnOff.md index 64a846dc3a..64a7a61e5d 100644 --- a/docs/matter.js/modules/cluster_export.OnOff.md +++ b/docs/matter.js/modules/cluster_export.OnOff.md @@ -40,7 +40,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:305](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L305) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:305](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L305) ## Variables @@ -52,7 +52,7 @@ These elements and properties are present in all OnOff clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L130) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L130) ___ @@ -72,7 +72,7 @@ OnOffCluster supports optional features that you can enable with the OnOffCluste #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L283) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L283) ___ @@ -87,7 +87,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:317](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L317) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:317](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L317) ___ @@ -99,7 +99,7 @@ A OnOffCluster supports these elements if it supports feature LevelControlForLig #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L181) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L181) ___ @@ -122,7 +122,7 @@ The value of OnOff.onOffControl #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L77) ___ @@ -138,7 +138,7 @@ Input to the OnOff offWithEffect command #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L51) ___ @@ -154,4 +154,4 @@ Input to the OnOff onWithTimedOff command #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L84) diff --git a/docs/matter.js/modules/cluster_export.OnOffSwitchConfiguration.md b/docs/matter.js/modules/cluster_export.OnOffSwitchConfiguration.md index 840ef76963..21ff36655e 100644 --- a/docs/matter.js/modules/cluster_export.OnOffSwitchConfiguration.md +++ b/docs/matter.js/modules/cluster_export.OnOffSwitchConfiguration.md @@ -27,4 +27,4 @@ Attributes and commands for configuring On/Off switching devices. #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L37) diff --git a/docs/matter.js/modules/cluster_export.OperationalCredentials.md b/docs/matter.js/modules/cluster_export.OperationalCredentials.md index 7f7a432ad1..7999961211 100644 --- a/docs/matter.js/modules/cluster_export.OperationalCredentials.md +++ b/docs/matter.js/modules/cluster_export.OperationalCredentials.md @@ -46,7 +46,7 @@ the associated Fabrics. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:515](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L515) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:515](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L515) ___ @@ -62,7 +62,7 @@ Input to the OperationalCredentials addNoc command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L234) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L234) ___ @@ -78,7 +78,7 @@ Input to the OperationalCredentials addTrustedRootCertificate command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L503) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L503) ___ @@ -94,7 +94,7 @@ Input to the OperationalCredentials attestationRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:122](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L122) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:122](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L122) ___ @@ -115,7 +115,7 @@ See Section F.2, “Device Attestation Response test vector” for an example co #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L136) ___ @@ -131,7 +131,7 @@ Input to the OperationalCredentials certificateChainRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:176](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L176) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:176](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L176) ___ @@ -147,7 +147,7 @@ This command shall be generated in response to a CertificateChainRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L185) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L185) ___ @@ -163,7 +163,7 @@ Input to the OperationalCredentials csrRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L200) ___ @@ -184,7 +184,7 @@ See Section F.3, “Node Operational CSR Response test vector” for an example #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L215) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L215) ___ @@ -200,7 +200,7 @@ This structure encodes a Fabric Reference for a fabric within which a given Node #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L65) ___ @@ -219,7 +219,7 @@ TrustedRootCertificates attribute of the Node Operational Credentials cluster. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L40) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L40) ___ @@ -245,7 +245,7 @@ It provides status information about the success or failure of those commands. #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:444](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L444) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:444](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L444) ___ @@ -261,7 +261,7 @@ Input to the OperationalCredentials removeFabric command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:496](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L496) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:496](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L496) ___ @@ -277,7 +277,7 @@ Input to the OperationalCredentials updateFabricLabel command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:486](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L486) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:486](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L486) ___ @@ -293,4 +293,4 @@ Input to the OperationalCredentials updateNoc command #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:475](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L475) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:475](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L475) diff --git a/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateProvider.md b/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateProvider.md index 24e55c599d..f0d9b2ccb8 100644 --- a/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateProvider.md +++ b/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateProvider.md @@ -37,7 +37,7 @@ Provides an interface for providing OTA software updates #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L164) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L164) ___ @@ -53,7 +53,7 @@ Input to the OtaSoftwareUpdateProvider applyUpdateRequest command #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L111) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L111) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L142) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L142) ___ @@ -83,7 +83,7 @@ Input to the OtaSoftwareUpdateProvider notifyUpdateApplied command #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:152](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L152) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:152](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L152) ___ @@ -99,7 +99,7 @@ Input to the OtaSoftwareUpdateProvider queryImage command #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L54) ___ @@ -113,4 +113,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L95) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L95) diff --git a/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateRequestor.md b/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateRequestor.md index 9ddcd003c6..d19dbe7c46 100644 --- a/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateRequestor.md +++ b/docs/matter.js/modules/cluster_export.OtaSoftwareUpdateRequestor.md @@ -37,7 +37,7 @@ Provides an interface for downloading and applying OTA software updates #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L202) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L202) ___ @@ -53,7 +53,7 @@ Input to the OtaSoftwareUpdateRequestor announceOtaProvider command #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L120) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L120) ___ @@ -69,7 +69,7 @@ Body of the OtaSoftwareUpdateRequestor downloadError event #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L188) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L188) ___ @@ -85,7 +85,7 @@ This structure encodes a fabric-scoped location of an OTA provider on a given fa #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L37) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L37) ___ @@ -101,7 +101,7 @@ Body of the OtaSoftwareUpdateRequestor stateTransition event #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L166) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L166) ___ @@ -117,4 +117,4 @@ Body of the OtaSoftwareUpdateRequestor versionApplied event #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L178) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L178) diff --git a/docs/matter.js/modules/cluster_export.PowerSource.md b/docs/matter.js/modules/cluster_export.PowerSource.md index 5a9058da61..498053c051 100644 --- a/docs/matter.js/modules/cluster_export.PowerSource.md +++ b/docs/matter.js/modules/cluster_export.PowerSource.md @@ -51,7 +51,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1332](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1332) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1332](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1332) ## Variables @@ -63,7 +63,7 @@ These elements and properties are present in all PowerSource clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:899](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L899) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:899](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L899) ___ @@ -75,7 +75,7 @@ A PowerSourceCluster supports these elements if it supports feature Battery. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1061](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1061) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1061](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1061) ___ @@ -99,7 +99,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1307](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1307) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1307](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1307) ___ @@ -114,7 +114,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1351](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1351) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1351](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1351) ___ @@ -126,7 +126,7 @@ A PowerSourceCluster supports these elements if it supports feature Rechargeable #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1225) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1225) ___ @@ -138,7 +138,7 @@ A PowerSourceCluster supports these elements if it supports feature Replaceable. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1162) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1162) ___ @@ -154,7 +154,7 @@ Body of the PowerSource batChargeFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:856](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L856) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:856](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L856) ___ @@ -170,7 +170,7 @@ Body of the PowerSource batFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L181) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L181) ___ @@ -186,7 +186,7 @@ Body of the PowerSource wiredFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:93](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L93) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:93](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L93) ___ @@ -198,4 +198,4 @@ A PowerSourceCluster supports these elements if it supports feature Wired. #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:968](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L968) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:968](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L968) diff --git a/docs/matter.js/modules/cluster_export.PowerSourceConfiguration.md b/docs/matter.js/modules/cluster_export.PowerSourceConfiguration.md index b71a18c1d1..3331a524b1 100644 --- a/docs/matter.js/modules/cluster_export.PowerSourceConfiguration.md +++ b/docs/matter.js/modules/cluster_export.PowerSourceConfiguration.md @@ -27,4 +27,4 @@ ordering overview as well as linking to the one or more endpoints each supportin #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.PressureMeasurement.md b/docs/matter.js/modules/cluster_export.PressureMeasurement.md index 7559e1adf0..4d11b99559 100644 --- a/docs/matter.js/modules/cluster_export.PressureMeasurement.md +++ b/docs/matter.js/modules/cluster_export.PressureMeasurement.md @@ -35,7 +35,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L177) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L177) ## Variables @@ -47,7 +47,7 @@ These elements and properties are present in all PressureMeasurement clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L34) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L34) ___ @@ -69,7 +69,7 @@ PressureMeasurementCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L155) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L155) ___ @@ -84,7 +84,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L190) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L190) ___ @@ -96,4 +96,4 @@ A PressureMeasurementCluster supports these elements if it supports feature Exte #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L94) diff --git a/docs/matter.js/modules/cluster_export.ProxyConfiguration.md b/docs/matter.js/modules/cluster_export.ProxyConfiguration.md index 0eeb2bedbd..740c9f0f4e 100644 --- a/docs/matter.js/modules/cluster_export.ProxyConfiguration.md +++ b/docs/matter.js/modules/cluster_export.ProxyConfiguration.md @@ -27,7 +27,7 @@ This cluster provides a means for a proxy-capable device to be told the set of N #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L43) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L43) ___ @@ -51,4 +51,4 @@ specifically proxy. #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L31) diff --git a/docs/matter.js/modules/cluster_export.ProxyDiscovery.md b/docs/matter.js/modules/cluster_export.ProxyDiscovery.md index c2b3a5d69b..7ec44276c3 100644 --- a/docs/matter.js/modules/cluster_export.ProxyDiscovery.md +++ b/docs/matter.js/modules/cluster_export.ProxyDiscovery.md @@ -28,4 +28,4 @@ Discovery” and Section 9.15.7.4, “Step 3: Proxy Response” steps of the ove #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.PulseWidthModulation.md b/docs/matter.js/modules/cluster_export.PulseWidthModulation.md index 44e28cbbf2..d8819bdf07 100644 --- a/docs/matter.js/modules/cluster_export.PulseWidthModulation.md +++ b/docs/matter.js/modules/cluster_export.PulseWidthModulation.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:428](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L428) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:428](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L428) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all PulseWidthModulation clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:147](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L147) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:147](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L147) ___ @@ -77,7 +77,7 @@ PulseWidthModulationCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:405](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L405) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:405](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L405) ___ @@ -92,7 +92,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:442](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L442) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:442](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L442) ___ @@ -104,7 +104,7 @@ A PulseWidthModulationCluster supports these elements if it supports feature Fre #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L359) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L359) ___ @@ -116,7 +116,7 @@ A PulseWidthModulationCluster supports these elements if it supports feature Lig #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:326](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L326) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:326](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L326) ___ @@ -139,7 +139,7 @@ The value of the PulseWidthModulation options attribute #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L32) ___ @@ -155,7 +155,7 @@ Input to the PulseWidthModulation move command #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L61) ___ @@ -171,7 +171,7 @@ Input to the PulseWidthModulation moveToClosestFrequency command #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L113) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L113) ___ @@ -187,7 +187,7 @@ Input to the PulseWidthModulation moveToLevel command #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L39) ___ @@ -203,7 +203,7 @@ Input to the PulseWidthModulation step command #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L90) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L90) ___ @@ -219,4 +219,4 @@ Input to the PulseWidthModulation stop command #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L103) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L103) diff --git a/docs/matter.js/modules/cluster_export.PumpConfigurationAndControl.md b/docs/matter.js/modules/cluster_export.PumpConfigurationAndControl.md index 78c15254f3..8b7ba3165c 100644 --- a/docs/matter.js/modules/cluster_export.PumpConfigurationAndControl.md +++ b/docs/matter.js/modules/cluster_export.PumpConfigurationAndControl.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:950](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L950) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:950](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L950) ## Variables @@ -55,7 +55,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:666](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L666) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:666](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L666) ___ @@ -67,7 +67,7 @@ These elements and properties are present in all PumpConfigurationAndControl clu #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:271](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L271) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:271](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L271) ___ @@ -90,7 +90,7 @@ PumpConfigurationAndControlCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:910](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L910) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:910](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L910) ___ @@ -102,7 +102,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:784](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L784) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:784](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L784) ___ @@ -117,7 +117,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:974](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L974) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:974](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L974) ___ @@ -129,7 +129,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:840](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L840) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:840](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L840) ___ @@ -141,7 +141,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:637](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L637) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:637](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L637) ___ @@ -153,7 +153,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:813](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L813) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:813](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L813) ___ @@ -165,7 +165,7 @@ A PumpConfigurationAndControlCluster supports these elements if it supports feat #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:870](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L870) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:870](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L870) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L31) diff --git a/docs/matter.js/modules/cluster_export.RelativeHumidityMeasurement.md b/docs/matter.js/modules/cluster_export.RelativeHumidityMeasurement.md index 3cf762fc7e..b94ea7347d 100644 --- a/docs/matter.js/modules/cluster_export.RelativeHumidityMeasurement.md +++ b/docs/matter.js/modules/cluster_export.RelativeHumidityMeasurement.md @@ -28,4 +28,4 @@ limited to, leaf wetness, relative humidity, and soil moisture. #### Defined in -[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L25) +[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L25) diff --git a/docs/matter.js/modules/cluster_export.Scenes.md b/docs/matter.js/modules/cluster_export.Scenes.md index 432b499e9a..3ef44a4d0b 100644 --- a/docs/matter.js/modules/cluster_export.Scenes.md +++ b/docs/matter.js/modules/cluster_export.Scenes.md @@ -52,7 +52,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:557](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L557) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:557](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L557) ## Variables @@ -64,7 +64,7 @@ These elements and properties are present in all Scenes clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L338) ___ @@ -96,7 +96,7 @@ ScenesCluster supports optional features that you can enable with the ScenesClus #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:536](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L536) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:536](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L536) ___ @@ -119,7 +119,7 @@ The value of Scenes.mode #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L231) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L231) ___ @@ -141,7 +141,7 @@ The value of the Scenes nameSupport attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L39) ___ @@ -157,7 +157,7 @@ Input to the Scenes addScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L88) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L88) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L99) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L99) ___ @@ -187,7 +187,7 @@ This data type indicates a combination of an identifier and the value of an attr #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L51) ___ @@ -203,7 +203,7 @@ Input to the Scenes copyScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:238](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L238) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:238](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L238) ___ @@ -219,7 +219,7 @@ The CopySceneResponse command allows a server to respond to a CopyScene command. #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:293](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L293) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:293](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L293) ___ @@ -237,7 +237,7 @@ field. #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L78) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L78) ___ @@ -253,7 +253,7 @@ Input to the Scenes getSceneMembership command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L190) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L190) ___ @@ -291,7 +291,7 @@ frame to be exceeded, then the SceneList field shall contain only as many scenes #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:219](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L219) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:219](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L219) ___ @@ -307,7 +307,7 @@ Input to the Scenes recallScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L179) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L179) ___ @@ -323,7 +323,7 @@ Input to the Scenes removeAllScenes command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L148) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L148) ___ @@ -337,7 +337,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L153) ___ @@ -353,7 +353,7 @@ Input to the Scenes removeScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L129) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L129) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L137) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L137) ___ @@ -383,7 +383,7 @@ Input to the Scenes storeScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L163) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:168](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L168) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:168](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L168) ___ @@ -413,7 +413,7 @@ Input to the Scenes viewScene command #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L110) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L110) ___ @@ -427,4 +427,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L115) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L115) diff --git a/docs/matter.js/modules/cluster_export.SoftwareDiagnostics.md b/docs/matter.js/modules/cluster_export.SoftwareDiagnostics.md index dddcef880e..4a461741b8 100644 --- a/docs/matter.js/modules/cluster_export.SoftwareDiagnostics.md +++ b/docs/matter.js/modules/cluster_export.SoftwareDiagnostics.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L240) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L240) ## Variables @@ -49,7 +49,7 @@ These elements and properties are present in all SoftwareDiagnostics clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L112) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L112) ___ @@ -72,7 +72,7 @@ SoftwareDiagnosticsCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:218](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L218) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:218](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L218) ___ @@ -87,7 +87,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L252) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L252) ___ @@ -103,7 +103,7 @@ Body of the SoftwareDiagnostics softwareFault event #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L81) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L81) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L31) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L31) ___ @@ -129,4 +129,4 @@ A SoftwareDiagnosticsCluster supports these elements if it supports feature Wate #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L170) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L170) diff --git a/docs/matter.js/modules/cluster_export.SoilMoistureMeasurement.md b/docs/matter.js/modules/cluster_export.SoilMoistureMeasurement.md index 8412880e6d..fd43f40ebd 100644 --- a/docs/matter.js/modules/cluster_export.SoilMoistureMeasurement.md +++ b/docs/matter.js/modules/cluster_export.SoilMoistureMeasurement.md @@ -26,4 +26,4 @@ limited to, leaf wetness, relative humidity, and soil moisture. #### Defined in -[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.Switch.md b/docs/matter.js/modules/cluster_export.Switch.md index 53d63125df..39ce507047 100644 --- a/docs/matter.js/modules/cluster_export.Switch.md +++ b/docs/matter.js/modules/cluster_export.Switch.md @@ -46,7 +46,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:371](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L371) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:371](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L371) ## Variables @@ -58,7 +58,7 @@ These elements and properties are present in all Switch clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L107) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L107) ___ @@ -89,7 +89,7 @@ SwitchCluster supports optional features that you can enable with the SwitchClus #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:333](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L333) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:333](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L333) ___ @@ -104,7 +104,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:399](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L399) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:399](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L399) ___ @@ -116,7 +116,7 @@ A SwitchCluster supports these elements if it supports feature LatchingSwitch. #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L227) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L227) ___ @@ -128,7 +128,7 @@ A SwitchCluster supports these elements if it supports feature MomentarySwitch. #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L244) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L244) ___ @@ -140,7 +140,7 @@ A SwitchCluster supports these elements if it supports feature MomentarySwitchLo #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:260](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L260) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:260](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L260) ___ @@ -152,7 +152,7 @@ A SwitchCluster supports these elements if it supports feature MomentarySwitchMu #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:163](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L163) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:163](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L163) ___ @@ -164,7 +164,7 @@ A SwitchCluster supports these elements if it supports feature MomentarySwitchRe #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:290](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L290) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:290](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L290) ___ @@ -180,7 +180,7 @@ Body of the Switch initialPress event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L49) ___ @@ -196,7 +196,7 @@ Body of the Switch longPress event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L56) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L56) ___ @@ -212,7 +212,7 @@ Body of the Switch longRelease event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L63) ___ @@ -228,7 +228,7 @@ Body of the Switch multiPressComplete event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L32) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L32) ___ @@ -244,7 +244,7 @@ Body of the Switch multiPressOngoing event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L22) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L22) ___ @@ -260,7 +260,7 @@ Body of the Switch shortRelease event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L70) ___ @@ -276,4 +276,4 @@ Body of the Switch switchLatched event #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L42) diff --git a/docs/matter.js/modules/cluster_export.TargetNavigator.md b/docs/matter.js/modules/cluster_export.TargetNavigator.md index 38d133d5c0..e5713e9501 100644 --- a/docs/matter.js/modules/cluster_export.TargetNavigator.md +++ b/docs/matter.js/modules/cluster_export.TargetNavigator.md @@ -33,7 +33,7 @@ This cluster provides an interface for UX navigation within a set of targets on #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L110) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L110) ___ @@ -49,7 +49,7 @@ Input to the TargetNavigator navigateTarget command #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L45) ___ @@ -65,7 +65,7 @@ This command shall be generated in response to NavigateTarget command. #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L87) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L87) ___ @@ -81,4 +81,4 @@ This indicates an object describing the navigable target. #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.TemperatureMeasurement.md b/docs/matter.js/modules/cluster_export.TemperatureMeasurement.md index 44d843584e..9ff5ca62a5 100644 --- a/docs/matter.js/modules/cluster_export.TemperatureMeasurement.md +++ b/docs/matter.js/modules/cluster_export.TemperatureMeasurement.md @@ -27,4 +27,4 @@ provision of notifications of temperature measurements. #### Defined in -[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L24) +[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L24) diff --git a/docs/matter.js/modules/cluster_export.Thermostat.md b/docs/matter.js/modules/cluster_export.Thermostat.md index 478961bc6c..eaeddf5190 100644 --- a/docs/matter.js/modules/cluster_export.Thermostat.md +++ b/docs/matter.js/modules/cluster_export.Thermostat.md @@ -69,7 +69,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1537](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1537) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1537](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1537) ## Variables @@ -95,7 +95,7 @@ The value of the Thermostat acErrorCode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:336](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L336) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:336](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L336) ___ @@ -119,7 +119,7 @@ The value of the Thermostat alarmMask attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L136) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L136) ___ @@ -131,7 +131,7 @@ A ThermostatCluster supports these elements if it supports feature AutoMode. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1274](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1274) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1274](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1274) ___ @@ -143,7 +143,7 @@ These elements and properties are present in all Thermostat clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:579](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L579) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:579](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L579) ___ @@ -164,7 +164,7 @@ method. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1494](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1494) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1494](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1494) ___ @@ -179,7 +179,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1570](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1570) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1570](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1570) ___ @@ -191,7 +191,7 @@ A ThermostatCluster supports these elements if it supports features Cooling and #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1228) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1228) ___ @@ -203,7 +203,7 @@ A ThermostatCluster supports these elements if it supports feature Cooling. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1111) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1111) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:456](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L456) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:456](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L456) ___ @@ -238,7 +238,7 @@ A ThermostatCluster supports these elements if it supports features Heating and #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1251](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1251) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1251](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1251) ___ @@ -250,7 +250,7 @@ A ThermostatCluster supports these elements if it supports feature Heating. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1019](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1019) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1019](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1019) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:467](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L467) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:467](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L467) ___ @@ -279,7 +279,7 @@ A ThermostatCluster supports these elements if doesn't support feature LTNE. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1201](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1201) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1201](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1201) ___ @@ -301,7 +301,7 @@ The value of the Thermostat occupancy attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:428](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L428) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:428](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L428) ___ @@ -313,7 +313,7 @@ A ThermostatCluster supports these elements if it supports feature Occupancy. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:999](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L999) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:999](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L999) ___ @@ -337,7 +337,7 @@ The value of the Thermostat remoteSensing attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L36) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L36) ___ @@ -349,7 +349,7 @@ A ThermostatCluster supports these elements if it supports feature ScheduleConfi #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1308](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1308) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1308](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1308) ___ @@ -361,7 +361,7 @@ A ThermostatCluster supports these elements if it supports features Setback and #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1426](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1426) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1426](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1426) ___ @@ -373,7 +373,7 @@ A ThermostatCluster supports these elements if it supports feature Setback. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1365](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1365) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1365](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1365) ___ @@ -397,7 +397,7 @@ The value of the Thermostat thermostatProgrammingOperationMode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L164) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L164) ___ @@ -425,7 +425,7 @@ The value of the Thermostat thermostatRunningState attribute #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:186](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L186) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:186](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L186) ___ @@ -441,7 +441,7 @@ Input to the Thermostat getWeeklySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:505](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L505) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:505](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L505) ___ @@ -455,7 +455,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L513) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L513) ___ @@ -471,7 +471,7 @@ Input to the Thermostat setWeeklySchedule command #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:493](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L493) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:493](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L493) ___ @@ -487,7 +487,7 @@ Input to the Thermostat setpointRaiseLower command #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:418](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L418) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:418](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L418) ___ @@ -503,4 +503,4 @@ This represents a single transition in a Thermostat schedule #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:474](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L474) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:474](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L474) diff --git a/docs/matter.js/modules/cluster_export.ThermostatUserInterfaceConfiguration.md b/docs/matter.js/modules/cluster_export.ThermostatUserInterfaceConfiguration.md index eab273247a..74fed26b49 100644 --- a/docs/matter.js/modules/cluster_export.ThermostatUserInterfaceConfiguration.md +++ b/docs/matter.js/modules/cluster_export.ThermostatUserInterfaceConfiguration.md @@ -33,4 +33,4 @@ thermostat controller device, that supports a keypad and LCD screen. #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L94) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L94) diff --git a/docs/matter.js/modules/cluster_export.ThreadNetworkDiagnostics.md b/docs/matter.js/modules/cluster_export.ThreadNetworkDiagnostics.md index dcaa303e32..a98341f371 100644 --- a/docs/matter.js/modules/cluster_export.ThreadNetworkDiagnostics.md +++ b/docs/matter.js/modules/cluster_export.ThreadNetworkDiagnostics.md @@ -46,7 +46,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1174) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1174) ## Variables @@ -58,7 +58,7 @@ These elements and properties are present in all ThreadNetworkDiagnostics cluste #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:480](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L480) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:480](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L480) ___ @@ -82,7 +82,7 @@ ThreadNetworkDiagnosticsCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1150) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1150) ___ @@ -97,7 +97,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1191) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1191) ___ @@ -109,7 +109,7 @@ A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:714](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L714) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:714](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L714) ___ @@ -121,7 +121,7 @@ A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:821](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L821) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:821](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L821) ___ @@ -133,7 +133,7 @@ A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:744](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L744) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:744](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L744) ___ @@ -149,7 +149,7 @@ Body of the ThreadNetworkDiagnostics connectionStatus event #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:416](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L416) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:416](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L416) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L74) ___ @@ -179,7 +179,7 @@ Body of the ThreadNetworkDiagnostics networkFaultChange event #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:423](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L423) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:423](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L423) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:283](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L283) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:283](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L283) ___ @@ -212,7 +212,7 @@ This field shall specify the RLOC16 for the Node for which this route table entr #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L196) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L196) ___ @@ -226,4 +226,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:262](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L262) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:262](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L262) diff --git a/docs/matter.js/modules/cluster_export.TimeFormatLocalization.md b/docs/matter.js/modules/cluster_export.TimeFormatLocalization.md index df919e178b..aec3c89c63 100644 --- a/docs/matter.js/modules/cluster_export.TimeFormatLocalization.md +++ b/docs/matter.js/modules/cluster_export.TimeFormatLocalization.md @@ -37,7 +37,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L213) ## Variables @@ -49,7 +49,7 @@ These elements and properties are present in all TimeFormatLocalization clusters #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L115) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L115) ___ @@ -61,7 +61,7 @@ A TimeFormatLocalizationCluster supports these elements if it supports feature C #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L149) ___ @@ -87,7 +87,7 @@ TimeFormatLocalizationCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L191) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L191) ___ @@ -102,4 +102,4 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:225](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L225) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:225](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L225) diff --git a/docs/matter.js/modules/cluster_export.TimeSync.md b/docs/matter.js/modules/cluster_export.TimeSync.md index d422748b26..a186116f4a 100644 --- a/docs/matter.js/modules/cluster_export.TimeSync.md +++ b/docs/matter.js/modules/cluster_export.TimeSync.md @@ -44,7 +44,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:600](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L600) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:600](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L600) ## Variables @@ -56,7 +56,7 @@ These elements and properties are present in all TimeSync clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L291) ___ @@ -84,7 +84,7 @@ TimeSyncCluster supports optional features that you can enable with the TimeSync #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:576](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L576) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:576](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L576) ___ @@ -99,7 +99,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:617](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L617) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:617](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L617) ___ @@ -111,7 +111,7 @@ A TimeSyncCluster supports these elements if it supports feature NtpClient. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:394](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L394) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:394](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L394) ___ @@ -123,7 +123,7 @@ A TimeSyncCluster supports these elements if it supports feature NtpServer. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:544](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L544) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:544](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L544) ___ @@ -135,7 +135,7 @@ A TimeSyncCluster supports these elements if it supports feature TimeZone. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:416](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L416) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:416](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L416) ___ @@ -153,7 +153,7 @@ assumptions. #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L231) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L231) ___ @@ -169,7 +169,7 @@ Input to the TimeSync setUtcTime command #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:165](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L165) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:165](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L165) ___ @@ -185,7 +185,7 @@ Body of the TimeSync timeZoneStatus event #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:255](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L255) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:255](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L255) ___ @@ -199,4 +199,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L200) diff --git a/docs/matter.js/modules/cluster_export.UnitLocalization.md b/docs/matter.js/modules/cluster_export.UnitLocalization.md index bdc06a7db3..de3a7282a4 100644 --- a/docs/matter.js/modules/cluster_export.UnitLocalization.md +++ b/docs/matter.js/modules/cluster_export.UnitLocalization.md @@ -36,7 +36,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L127) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L127) ## Variables @@ -48,7 +48,7 @@ These elements and properties are present in all UnitLocalization clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L54) ___ @@ -75,7 +75,7 @@ factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L105) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L105) ___ @@ -90,7 +90,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:139](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L139) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:139](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L139) ___ @@ -102,4 +102,4 @@ A UnitLocalizationCluster supports these elements if it supports feature Tempera #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L72) diff --git a/docs/matter.js/modules/cluster_export.UserLabel.md b/docs/matter.js/modules/cluster_export.UserLabel.md index 226b949879..639f1f90d3 100644 --- a/docs/matter.js/modules/cluster_export.UserLabel.md +++ b/docs/matter.js/modules/cluster_export.UserLabel.md @@ -26,4 +26,4 @@ This cluster provides a feature to tag an endpoint with zero or more labels. #### Defined in -[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.ValidProxies.md b/docs/matter.js/modules/cluster_export.ValidProxies.md index a7cf778f93..ff68298a24 100644 --- a/docs/matter.js/modules/cluster_export.ValidProxies.md +++ b/docs/matter.js/modules/cluster_export.ValidProxies.md @@ -28,7 +28,7 @@ subscriptions on its behalf as per Section 9.15.7, “Proxy Discovery & Assignme #### Defined in -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L33) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L33) ___ @@ -44,4 +44,4 @@ Encapsulates the Node ID of a Valid Proxy. #### Defined in -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.WakeOnLan.md b/docs/matter.js/modules/cluster_export.WakeOnLan.md index 478b940c83..780fd960eb 100644 --- a/docs/matter.js/modules/cluster_export.WakeOnLan.md +++ b/docs/matter.js/modules/cluster_export.WakeOnLan.md @@ -27,4 +27,4 @@ On Wireless LAN (WLAN) protocol (see [Wake On LAN]). #### Defined in -[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L23) +[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L23) diff --git a/docs/matter.js/modules/cluster_export.WiFiNetworkDiagnostics.md b/docs/matter.js/modules/cluster_export.WiFiNetworkDiagnostics.md index fb6c2647b4..3b69ca151f 100644 --- a/docs/matter.js/modules/cluster_export.WiFiNetworkDiagnostics.md +++ b/docs/matter.js/modules/cluster_export.WiFiNetworkDiagnostics.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:449](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L449) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:449](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L449) ## Variables @@ -55,7 +55,7 @@ These elements and properties are present in all WiFiNetworkDiagnostics clusters #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L215) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L215) ___ @@ -78,7 +78,7 @@ WiFiNetworkDiagnosticsCluster.with() factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:426](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L426) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:426](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L426) ___ @@ -93,7 +93,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L463) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L463) ___ @@ -105,7 +105,7 @@ A WiFiNetworkDiagnosticsCluster supports these elements if it supports feature E #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:321](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L321) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:321](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L321) ___ @@ -117,7 +117,7 @@ A WiFiNetworkDiagnosticsCluster supports these elements if it supports feature P #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:369](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L369) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:369](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L369) ___ @@ -133,7 +133,7 @@ Body of the WiFiNetworkDiagnostics associationFailure event #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L142) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L142) ___ @@ -149,7 +149,7 @@ Body of the WiFiNetworkDiagnostics connectionStatus event #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L188) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L188) ___ @@ -165,4 +165,4 @@ Body of the WiFiNetworkDiagnostics disconnection event #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:102](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L102) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:102](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L102) diff --git a/docs/matter.js/modules/cluster_export.WindowCovering.md b/docs/matter.js/modules/cluster_export.WindowCovering.md index 066e2041c9..0e3542e99d 100644 --- a/docs/matter.js/modules/cluster_export.WindowCovering.md +++ b/docs/matter.js/modules/cluster_export.WindowCovering.md @@ -53,7 +53,7 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:958](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L958) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:958](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L958) ## Variables @@ -65,7 +65,7 @@ These elements and properties are present in all WindowCovering clusters. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:365](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L365) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:365](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L365) ___ @@ -87,7 +87,7 @@ factory method. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:913](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L913) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:913](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L913) ___ @@ -102,7 +102,7 @@ features is legal per the Matter specification. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:988](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L988) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:988](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L988) ___ @@ -130,7 +130,7 @@ The value of the WindowCovering configStatus attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L59) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L59) ___ @@ -142,7 +142,7 @@ A WindowCoveringCluster supports these elements if it supports features Lift and #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:869](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L869) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:869](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L869) ___ @@ -155,7 +155,7 @@ AbsolutePosition. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:562](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L562) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:562](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L562) ___ @@ -167,7 +167,7 @@ A WindowCoveringCluster supports these elements if it supports features Lift and #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:734](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L734) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:734](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L734) ___ @@ -179,7 +179,7 @@ A WindowCoveringCluster supports these elements if it supports feature Lift. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:657](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L657) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:657](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L657) ___ @@ -204,7 +204,7 @@ The value of the WindowCovering mode attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L181) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L181) ___ @@ -228,7 +228,7 @@ The value of the WindowCovering operationalStatus attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L106) ___ @@ -261,7 +261,7 @@ The value of the WindowCovering safetyStatus attribute #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:221](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L221) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:221](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L221) ___ @@ -273,7 +273,7 @@ A WindowCoveringCluster supports these elements if it supports features Tilt and #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:887](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L887) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:887](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L887) ___ @@ -286,7 +286,7 @@ AbsolutePosition. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:610](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L610) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:610](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L610) ___ @@ -298,7 +298,7 @@ A WindowCoveringCluster supports these elements if it supports features Tilt and #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:801](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L801) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:801](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L801) ___ @@ -310,7 +310,7 @@ A WindowCoveringCluster supports these elements if it supports feature Tilt. #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:695](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L695) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:695](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L695) ___ @@ -326,7 +326,7 @@ Input to the WindowCovering goToLiftPercentage command #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:291](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L291) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:291](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L291) ___ @@ -342,7 +342,7 @@ Input to the WindowCovering goToLiftValue command #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:311](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L311) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:311](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L311) ___ @@ -358,7 +358,7 @@ Input to the WindowCovering goToTiltPercentage command #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:301](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L301) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L301) ___ @@ -374,4 +374,4 @@ Input to the WindowCovering goToTiltValue command #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L318) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L318) diff --git a/docs/matter.js/modules/cluster_export.md b/docs/matter.js/modules/cluster_export.md index 027c7f0a92..b06fde4793 100644 --- a/docs/matter.js/modules/cluster_export.md +++ b/docs/matter.js/modules/cluster_export.md @@ -397,9 +397,9 @@ #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L463) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L463) -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L464) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L464) ___ @@ -409,9 +409,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L200) -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:201](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L201) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:201](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L201) ___ @@ -421,9 +421,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:836](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L836) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:836](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L836) -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:837](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L837) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:837](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L837) ___ @@ -433,9 +433,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:388](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L388) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:388](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L388) -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:389](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L389) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:389](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L389) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L29) +[packages/matter.js/src/cluster/server/AttributeServer.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L29) ___ @@ -461,9 +461,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L156) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L156) -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L157) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L157) ___ @@ -473,9 +473,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L338) -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L339) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L339) ___ @@ -492,7 +492,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L41) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L41) ___ @@ -510,7 +510,7 @@ Initial values for the cluster attribute #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L76) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L76) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:108](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L108) +[packages/matter.js/src/cluster/Cluster.ts:108](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L108) ___ @@ -542,7 +542,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L80) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L80) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L73) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L73) ___ @@ -568,9 +568,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L213) -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L214) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L214) ___ @@ -580,9 +580,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:239](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L239) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:239](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L239) -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L240) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L240) ___ @@ -592,9 +592,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L51) -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L52) ___ @@ -604,9 +604,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:435](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L435) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:435](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L435) -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:436](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L436) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:436](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L436) ___ @@ -616,9 +616,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L41) -[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L42) ___ @@ -628,9 +628,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L114) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L114) -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L115) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L115) ___ @@ -640,9 +640,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L57) -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L58) ___ @@ -652,9 +652,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L227) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L227) -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L228) ___ @@ -664,9 +664,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L404) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L404) -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:405](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L405) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:405](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L405) ___ @@ -676,9 +676,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L84) -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L85) ___ @@ -699,7 +699,7 @@ Strongly typed interface of a cluster client #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L142) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L142) ___ @@ -715,7 +715,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L134) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L134) ___ @@ -734,7 +734,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L248) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L248) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L135) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L135) ___ @@ -767,7 +767,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L263) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L263) ___ @@ -783,7 +783,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:258](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L258) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:258](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L258) ___ @@ -803,7 +803,7 @@ Strongly typed interface of a cluster server #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:318](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L318) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:318](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L318) ___ @@ -813,9 +813,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1760](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1760) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1760](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1760) -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1761](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1761) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1761](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1761) ___ @@ -833,7 +833,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L111) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L111) ___ @@ -849,7 +849,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L150) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L150) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L32) +[packages/matter.js/src/cluster/Cluster.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L32) ___ @@ -875,9 +875,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:621](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L621) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:621](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L621) -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:622](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L622) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:622](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L622) ___ @@ -887,9 +887,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L105) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L105) -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L106) ___ @@ -899,9 +899,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L263) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L263) -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L264) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L264) ___ @@ -911,9 +911,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2780](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2780) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2780](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2780) -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2781](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2781) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2781](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2781) ___ @@ -923,9 +923,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L181) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L181) -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:182](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L182) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:182](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L182) ___ @@ -935,9 +935,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L338) -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L339) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L339) ___ @@ -953,7 +953,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L49) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L49) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:246](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L246) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:246](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L246) ___ @@ -985,7 +985,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:809](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L809) +[packages/matter.js/src/cluster/Cluster.ts:809](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L809) ___ @@ -1001,7 +1001,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L200) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L200) ___ @@ -1011,9 +1011,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:419](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L419) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:419](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L419) -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:420](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L420) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:420](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L420) ___ @@ -1023,9 +1023,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L69) -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L70) ___ @@ -1035,9 +1035,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L45) -[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L46) ___ @@ -1047,9 +1047,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L70) -[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L71) ___ @@ -1059,9 +1059,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:500](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L500) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:500](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L500) -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:501](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L501) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:501](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L501) ___ @@ -1071,9 +1071,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:616](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L616) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:616](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L616) -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:617](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L617) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:617](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L617) ___ @@ -1089,7 +1089,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:593](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L593) +[packages/matter.js/src/cluster/Cluster.ts:593](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L593) ___ @@ -1120,9 +1120,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:836](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L836) +[packages/matter.js/src/cluster/Cluster.ts:836](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L836) -[packages/matter.js/src/cluster/Cluster.ts:856](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L856) +[packages/matter.js/src/cluster/Cluster.ts:856](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L856) ___ @@ -1132,9 +1132,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:484](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L484) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:484](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L484) -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:485](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L485) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:485](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L485) ___ @@ -1144,9 +1144,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:301](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L301) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L301) -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L302) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L302) ___ @@ -1156,9 +1156,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L337) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L337) -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L338) ___ @@ -1168,9 +1168,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L83) +[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L83) -[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L84) ___ @@ -1180,9 +1180,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L264) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L264) -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L265) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L265) ___ @@ -1192,9 +1192,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L74) -[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L75) ___ @@ -1204,9 +1204,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:528](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L528) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:528](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L528) -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L529) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L529) ___ @@ -1216,9 +1216,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L64) -[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L65) ___ @@ -1228,9 +1228,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L38) -[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L39) ___ @@ -1246,7 +1246,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:587](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L587) +[packages/matter.js/src/cluster/Cluster.ts:587](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L587) ___ @@ -1262,7 +1262,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:814](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L814) +[packages/matter.js/src/cluster/Cluster.ts:814](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L814) ___ @@ -1272,9 +1272,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L247) -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L248) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L248) ___ @@ -1284,9 +1284,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:555](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L555) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:555](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L555) -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:556](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L556) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:556](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L556) ___ @@ -1296,9 +1296,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L303) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L303) -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:304](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L304) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:304](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L304) ___ @@ -1308,9 +1308,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1188) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1188) -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1189) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1189) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L209) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L209) ___ @@ -1336,9 +1336,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L236) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L236) -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L237) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L237) ___ @@ -1348,9 +1348,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L361) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L361) -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:362](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L362) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:362](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L362) ___ @@ -1360,9 +1360,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L48) -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L49) ___ @@ -1372,9 +1372,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:895](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L895) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:895](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L895) -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:896](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L896) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:896](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L896) ___ @@ -1390,7 +1390,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:590](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L590) +[packages/matter.js/src/cluster/Cluster.ts:590](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L590) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:817](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L817) +[packages/matter.js/src/cluster/Cluster.ts:817](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L817) ___ @@ -1416,9 +1416,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L227) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L227) -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L228) ___ @@ -1428,9 +1428,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:316](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L316) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:316](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L316) -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:317](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L317) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:317](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L317) ___ @@ -1440,9 +1440,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1478](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1478) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1478](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1478) -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1479](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1479) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1479](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1479) ___ @@ -1452,9 +1452,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L48) -[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L49) ___ @@ -1464,9 +1464,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L216) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L216) -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L217) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L217) ___ @@ -1476,9 +1476,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L63) -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L64) ___ @@ -1488,9 +1488,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L38) -[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L39) ___ @@ -1500,9 +1500,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:482](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L482) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:482](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L482) -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:483](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L483) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:483](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L483) ___ @@ -1512,9 +1512,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1028](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1028) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1028](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1028) -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1029](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1029) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1029](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1029) ___ @@ -1524,9 +1524,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L76) -[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L77) ___ @@ -1542,7 +1542,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:625](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L625) +[packages/matter.js/src/cluster/Cluster.ts:625](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L625) ___ @@ -1558,7 +1558,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:620](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L620) +[packages/matter.js/src/cluster/Cluster.ts:620](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L620) ___ @@ -1568,9 +1568,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:562](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L562) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:562](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L562) -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:563](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L563) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:563](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L563) ___ @@ -1604,7 +1604,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L54) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L54) ___ @@ -1614,9 +1614,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L277) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L277) -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L278) ___ @@ -1626,9 +1626,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L74) -[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L75) ___ @@ -1644,7 +1644,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:253](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L253) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:253](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L253) ___ @@ -1654,9 +1654,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:446](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L446) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:446](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L446) -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:447](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L447) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:447](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L447) ___ @@ -1666,9 +1666,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L149) -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L150) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L150) ___ @@ -1678,9 +1678,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L72) -[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L73) +[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L73) ___ @@ -1690,9 +1690,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1703](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1703) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1703](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1703) -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1704](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1704) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1704](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1704) ___ @@ -1702,9 +1702,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L153) -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L154) ___ @@ -1714,9 +1714,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1384](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1384) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1384](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1384) -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1385](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1385) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1385](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1385) ___ @@ -1726,9 +1726,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L245) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L245) -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:246](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L246) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:246](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L246) ___ @@ -1738,9 +1738,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:652](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L652) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:652](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L652) -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:653](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L653) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:653](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L653) ___ @@ -1750,9 +1750,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L154) -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L155) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L155) ___ @@ -1762,9 +1762,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L44) -[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L45) ___ @@ -1774,9 +1774,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L60) -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L61) ___ @@ -1786,9 +1786,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L54) -[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L55) ___ @@ -1798,9 +1798,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:512](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L512) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:512](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L512) -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L513) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L513) ___ @@ -1810,9 +1810,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1084](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1084) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1084](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1084) -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1085](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1085) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1085](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1085) ## Variables @@ -1822,9 +1822,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:463](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L463) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:463](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L463) -[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L464) +[packages/matter.js/src/cluster/definitions/AccessControlCluster.ts:464](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccessControlCluster.ts#L464) ___ @@ -1834,9 +1834,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L200) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L200) -[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:201](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L201) +[packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts:201](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AccountLoginCluster.ts#L201) ___ @@ -1846,9 +1846,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:836](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L836) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:836](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L836) -[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:837](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L837) +[packages/matter.js/src/cluster/definitions/ActionsCluster.ts:837](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ActionsCluster.ts#L837) ___ @@ -1858,9 +1858,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:388](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L388) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:388](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L388) -[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:389](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L389) +[packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts:389](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AdministratorCommissioningCluster.ts#L389) ___ @@ -1874,7 +1874,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L21) +[packages/matter.js/src/cluster/ClusterHelper.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L21) ___ @@ -1884,9 +1884,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L156) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L156) -[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:157](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L157) +[packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts:157](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationBasicCluster.ts#L157) ___ @@ -1896,9 +1896,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L338) -[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L339) +[packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ApplicationLauncherCluster.ts#L339) ___ @@ -1908,9 +1908,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L213) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L213) -[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L214) +[packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/AudioOutputCluster.ts#L214) ___ @@ -1920,9 +1920,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:239](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L239) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:239](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L239) -[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:240](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L240) +[packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts:240](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BallastConfigurationCluster.ts#L240) ___ @@ -1932,9 +1932,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L51) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L51) -[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L52) +[packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BarrierControlCluster.ts#L52) ___ @@ -1944,9 +1944,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:435](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L435) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:435](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L435) -[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:436](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L436) +[packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts:436](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BasicInformationCluster.ts#L436) ___ @@ -1956,9 +1956,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L41) +[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L41) -[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L42) +[packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BinaryInputBasicCluster.ts#L42) ___ @@ -1968,9 +1968,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:114](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L114) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:114](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L114) -[packages/matter.js/src/cluster/definitions/BindingCluster.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L115) +[packages/matter.js/src/cluster/definitions/BindingCluster.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BindingCluster.ts#L115) ___ @@ -1980,9 +1980,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L57) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L57) -[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L58) +[packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BooleanStateCluster.ts#L58) ___ @@ -1992,9 +1992,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L227) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L227) -[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/BridgedDeviceBasicInformationCluster.ts#L228) ___ @@ -2004,9 +2004,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:404](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L404) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:404](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L404) -[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:405](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L405) +[packages/matter.js/src/cluster/definitions/ChannelCluster.ts:405](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ChannelCluster.ts#L405) ___ @@ -2016,9 +2016,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L84) -[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L85) +[packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ClientMonitoringCluster.ts#L85) ___ @@ -2028,9 +2028,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1760](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1760) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1760](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1760) -[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1761](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1761) +[packages/matter.js/src/cluster/definitions/ColorControlCluster.ts:1761](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ColorControlCluster.ts#L1761) ___ @@ -2040,9 +2040,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:621](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L621) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:621](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L621) -[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:622](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L622) +[packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts:622](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ContentLauncherCluster.ts#L622) ___ @@ -2052,9 +2052,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L105) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L105) -[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:106](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L106) +[packages/matter.js/src/cluster/definitions/DescriptorCluster.ts:106](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DescriptorCluster.ts#L106) ___ @@ -2064,9 +2064,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:263](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L263) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:263](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L263) -[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L264) +[packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DiagnosticLogsCluster.ts#L264) ___ @@ -2076,9 +2076,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2780](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2780) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2780](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2780) -[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2781](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2781) +[packages/matter.js/src/cluster/definitions/DoorLockCluster.ts:2781](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/DoorLockCluster.ts#L2781) ___ @@ -2088,9 +2088,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L181) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L181) -[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:182](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L182) +[packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts:182](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ElectricalMeasurementCluster.ts#L182) ___ @@ -2100,9 +2100,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L338) -[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:339](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L339) +[packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts:339](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/EthernetNetworkDiagnosticsCluster.ts#L339) ___ @@ -2112,9 +2112,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:419](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L419) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:419](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L419) -[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:420](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L420) +[packages/matter.js/src/cluster/definitions/FanControlCluster.ts:420](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FanControlCluster.ts#L420) ___ @@ -2124,9 +2124,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L69) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L69) -[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FaultInjectionCluster.ts#L70) ___ @@ -2136,9 +2136,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L45) -[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L46) +[packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FixedLabelCluster.ts#L46) ___ @@ -2148,9 +2148,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L70) +[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L70) -[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L71) +[packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/FlowMeasurementCluster.ts#L71) ___ @@ -2160,9 +2160,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:500](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L500) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:500](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L500) -[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:501](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L501) +[packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts:501](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralCommissioningCluster.ts#L501) ___ @@ -2172,9 +2172,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:616](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L616) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:616](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L616) -[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:617](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L617) +[packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts:617](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GeneralDiagnosticsCluster.ts#L617) ___ @@ -2184,9 +2184,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:484](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L484) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:484](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L484) -[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:485](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L485) +[packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts:485](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupKeyManagementCluster.ts#L485) ___ @@ -2196,9 +2196,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:301](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L301) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:301](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L301) -[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:302](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L302) +[packages/matter.js/src/cluster/definitions/GroupsCluster.ts:302](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/GroupsCluster.ts#L302) ___ @@ -2208,9 +2208,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:337](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L337) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:337](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L337) -[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:338](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L338) +[packages/matter.js/src/cluster/definitions/IdentifyCluster.ts:338](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IdentifyCluster.ts#L338) ___ @@ -2220,9 +2220,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L83) +[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L83) -[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L84) +[packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/IlluminanceMeasurementCluster.ts#L84) ___ @@ -2232,9 +2232,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L264) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L264) -[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:265](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L265) +[packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts:265](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/KeypadInputCluster.ts#L265) ___ @@ -2244,9 +2244,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L74) -[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LeafWetnessMeasurementCluster.ts#L75) ___ @@ -2256,9 +2256,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:528](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L528) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:528](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L528) -[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L529) +[packages/matter.js/src/cluster/definitions/LevelControlCluster.ts:529](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LevelControlCluster.ts#L529) ___ @@ -2268,9 +2268,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L64) -[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L65) +[packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LocalizationConfigurationCluster.ts#L65) ___ @@ -2280,9 +2280,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L38) -[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/LowPowerCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/LowPowerCluster.ts#L39) ___ @@ -2292,7 +2292,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L24) +[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L24) ___ @@ -2302,7 +2302,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L25) +[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L25) ___ @@ -2312,9 +2312,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:247](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L247) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:247](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L247) -[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:248](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L248) +[packages/matter.js/src/cluster/definitions/MediaInputCluster.ts:248](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaInputCluster.ts#L248) ___ @@ -2324,9 +2324,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:555](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L555) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:555](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L555) -[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:556](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L556) +[packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts:556](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/MediaPlaybackCluster.ts#L556) ___ @@ -2336,9 +2336,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:303](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L303) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:303](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L303) -[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:304](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L304) +[packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts:304](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ModeSelectCluster.ts#L304) ___ @@ -2348,9 +2348,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1188) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1188) -[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1189) +[packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts:1189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/NetworkCommissioningCluster.ts#L1189) ___ @@ -2360,9 +2360,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:236](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L236) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:236](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L236) -[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:237](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L237) +[packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts:237](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OccupancySensingCluster.ts#L237) ___ @@ -2372,9 +2372,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L361) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L361) -[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:362](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L362) +[packages/matter.js/src/cluster/definitions/OnOffCluster.ts:362](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffCluster.ts#L362) ___ @@ -2384,9 +2384,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L48) -[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OnOffSwitchConfigurationCluster.ts#L49) ___ @@ -2396,9 +2396,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:895](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L895) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:895](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L895) -[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:896](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L896) +[packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts:896](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OperationalCredentialsCluster.ts#L896) ___ @@ -2408,9 +2408,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L227) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L227) -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L228) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateProviderCluster.ts#L228) ___ @@ -2420,9 +2420,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:316](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L316) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:316](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L316) -[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:317](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L317) +[packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts:317](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/OtaSoftwareUpdateRequestorCluster.ts#L317) ___ @@ -2432,9 +2432,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1478](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1478) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1478](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1478) -[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1479](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1479) +[packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts:1479](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceCluster.ts#L1479) ___ @@ -2444,9 +2444,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L48) +[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L48) -[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L49) +[packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PowerSourceConfigurationCluster.ts#L49) ___ @@ -2456,9 +2456,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L216) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L216) -[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L217) +[packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PressureMeasurementCluster.ts#L217) ___ @@ -2468,9 +2468,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L63) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L63) -[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L64) +[packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyConfigurationCluster.ts#L64) ___ @@ -2480,9 +2480,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L38) +[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L38) -[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L39) +[packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ProxyDiscoveryCluster.ts#L39) ___ @@ -2492,9 +2492,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:482](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L482) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:482](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L482) -[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:483](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L483) +[packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts:483](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PulseWidthModulationCluster.ts#L483) ___ @@ -2504,9 +2504,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1028](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1028) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1028](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1028) -[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1029](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1029) +[packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts:1029](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/PumpConfigurationAndControlCluster.ts#L1029) ___ @@ -2516,9 +2516,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L76) +[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L76) -[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L77) +[packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/RelativeHumidityMeasurementCluster.ts#L77) ___ @@ -2528,9 +2528,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:562](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L562) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:562](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L562) -[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:563](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L563) +[packages/matter.js/src/cluster/definitions/ScenesCluster.ts:563](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ScenesCluster.ts#L563) ___ @@ -2540,9 +2540,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:277](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L277) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:277](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L277) -[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:278](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L278) +[packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts:278](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoftwareDiagnosticsCluster.ts#L278) ___ @@ -2552,9 +2552,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L74) +[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L74) -[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L75) +[packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SoilMoistureMeasurementCluster.ts#L75) ___ @@ -2564,9 +2564,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:446](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L446) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:446](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L446) -[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:447](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L447) +[packages/matter.js/src/cluster/definitions/SwitchCluster.ts:447](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/SwitchCluster.ts#L447) ___ @@ -2576,9 +2576,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:149](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L149) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:149](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L149) -[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:150](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L150) +[packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts:150](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TargetNavigatorCluster.ts#L150) ___ @@ -2588,9 +2588,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L72) +[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L72) -[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L73) +[packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TemperatureMeasurementCluster.ts#L73) ___ @@ -2600,9 +2600,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1703](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1703) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1703](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1703) -[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1704](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1704) +[packages/matter.js/src/cluster/definitions/ThermostatCluster.ts:1704](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatCluster.ts#L1704) ___ @@ -2612,9 +2612,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:153](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L153) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:153](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L153) -[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThermostatUserInterfaceConfigurationCluster.ts#L154) ___ @@ -2624,9 +2624,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1384](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1384) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1384](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1384) -[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1385](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1385) +[packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts:1385](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ThreadNetworkDiagnosticsCluster.ts#L1385) ___ @@ -2636,9 +2636,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:245](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L245) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:245](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L245) -[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:246](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L246) +[packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts:246](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeFormatLocalizationCluster.ts#L246) ___ @@ -2648,9 +2648,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:652](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L652) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:652](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L652) -[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:653](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L653) +[packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts:653](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/TimeSyncCluster.ts#L653) ___ @@ -2664,7 +2664,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L39) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L39) ___ @@ -2678,7 +2678,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L47) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L47) ___ @@ -2688,7 +2688,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:596](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L596) +[packages/matter.js/src/cluster/Cluster.ts:596](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L596) ___ @@ -2698,9 +2698,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L154) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L154) -[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L155) +[packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UnitLocalizationCluster.ts#L155) ___ @@ -2710,9 +2710,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L44) +[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L44) -[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L45) +[packages/matter.js/src/cluster/definitions/UserLabelCluster.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/UserLabelCluster.ts#L45) ___ @@ -2722,9 +2722,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L60) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L60) -[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L61) +[packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/ValidProxiesCluster.ts#L61) ___ @@ -2734,9 +2734,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L54) +[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L54) -[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L55) +[packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WakeOnLanCluster.ts#L55) ___ @@ -2746,9 +2746,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:512](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L512) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:512](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L512) -[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:513](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L513) +[packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts:513](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WiFiNetworkDiagnosticsCluster.ts#L513) ___ @@ -2758,9 +2758,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1084](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1084) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1084](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1084) -[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1085](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1085) +[packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts:1085](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/definitions/WindowCoveringCluster.ts#L1085) ## Functions @@ -2774,7 +2774,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L183) +[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L183) ___ @@ -2804,7 +2804,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L125) +[packages/matter.js/src/cluster/Cluster.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L125) ___ @@ -2818,7 +2818,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:213](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L213) +[packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts:213](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AdministratorCommissioningServer.ts#L213) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:884](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L884) +[packages/matter.js/src/cluster/Cluster.ts:884](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L884) ___ @@ -2889,7 +2889,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClient.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClient.ts#L42) +[packages/matter.js/src/cluster/client/ClusterClient.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClient.ts#L42) ___ @@ -2924,7 +2924,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L935) +[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L935) ___ @@ -2958,7 +2958,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServer.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServer.ts#L49) +[packages/matter.js/src/cluster/server/ClusterServer.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServer.ts#L49) ___ @@ -2990,7 +2990,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:641](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L641) +[packages/matter.js/src/cluster/Cluster.ts:641](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L641) ___ @@ -3020,7 +3020,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L185) +[packages/matter.js/src/cluster/Cluster.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L185) ___ @@ -3052,7 +3052,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:679](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L679) +[packages/matter.js/src/cluster/Cluster.ts:679](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L679) ___ @@ -3082,7 +3082,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:780](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L780) +[packages/matter.js/src/cluster/Cluster.ts:780](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L780) ___ @@ -3112,7 +3112,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:533](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L533) +[packages/matter.js/src/cluster/Cluster.ts:533](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L533) ___ @@ -3142,7 +3142,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:281](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L281) +[packages/matter.js/src/cluster/Cluster.ts:281](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L281) ___ @@ -3172,7 +3172,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:409](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L409) +[packages/matter.js/src/cluster/Cluster.ts:409](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L409) ___ @@ -3202,7 +3202,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:746](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L746) +[packages/matter.js/src/cluster/Cluster.ts:746](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L746) ___ @@ -3232,7 +3232,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:315](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L315) +[packages/matter.js/src/cluster/Cluster.ts:315](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L315) ___ @@ -3262,7 +3262,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:443](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L443) +[packages/matter.js/src/cluster/Cluster.ts:443](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L443) ___ @@ -3284,7 +3284,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GeneralCommissioningServer.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GeneralCommissioningServer.ts#L20) +[packages/matter.js/src/cluster/server/GeneralCommissioningServer.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GeneralCommissioningServer.ts#L20) ___ @@ -3310,7 +3310,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:856](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L856) +[packages/matter.js/src/cluster/Cluster.ts:856](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L856) ___ @@ -3324,7 +3324,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupKeyManagementServer.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupKeyManagementServer.ts#L13) +[packages/matter.js/src/cluster/server/GroupKeyManagementServer.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupKeyManagementServer.ts#L13) ___ @@ -3338,7 +3338,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L79) +[packages/matter.js/src/cluster/server/GroupsServer.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L79) ___ @@ -3352,7 +3352,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/LevelControlServer.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/LevelControlServer.ts#L14) +[packages/matter.js/src/cluster/server/LevelControlServer.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/LevelControlServer.ts#L14) ___ @@ -3366,7 +3366,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OnOffServer.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OnOffServer.ts#L16) +[packages/matter.js/src/cluster/server/OnOffServer.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OnOffServer.ts#L16) ___ @@ -3386,7 +3386,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L63) +[packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OperationalCredentialsServer.ts#L63) ___ @@ -3416,7 +3416,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L155) +[packages/matter.js/src/cluster/Cluster.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L155) ___ @@ -3448,7 +3448,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:660](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L660) +[packages/matter.js/src/cluster/Cluster.ts:660](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L660) ___ @@ -3478,7 +3478,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:763](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L763) +[packages/matter.js/src/cluster/Cluster.ts:763](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L763) ___ @@ -3508,7 +3508,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:503](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L503) +[packages/matter.js/src/cluster/Cluster.ts:503](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L503) ___ @@ -3538,7 +3538,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:249](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L249) +[packages/matter.js/src/cluster/Cluster.ts:249](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L249) ___ @@ -3568,7 +3568,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:377](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L377) +[packages/matter.js/src/cluster/Cluster.ts:377](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L377) ___ @@ -3582,7 +3582,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L133) +[packages/matter.js/src/cluster/server/ScenesServer.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L133) ___ @@ -3608,7 +3608,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:568](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L568) +[packages/matter.js/src/cluster/Cluster.ts:568](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L568) ___ @@ -3628,7 +3628,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L113) +[packages/matter.js/src/cluster/ClusterHelper.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L113) ___ @@ -3654,7 +3654,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:797](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L797) +[packages/matter.js/src/cluster/Cluster.ts:797](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L797) ___ @@ -3684,7 +3684,7 @@ Forces the presence of the specified optional attributes, so they can be used in #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) ___ @@ -3714,7 +3714,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L217) +[packages/matter.js/src/cluster/Cluster.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L217) ___ @@ -3744,7 +3744,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:345](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L345) +[packages/matter.js/src/cluster/Cluster.ts:345](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L345) ___ @@ -3774,7 +3774,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:473](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L473) +[packages/matter.js/src/cluster/Cluster.ts:473](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L473) ___ @@ -3803,7 +3803,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:282](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L282) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:282](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L282) ___ @@ -3830,7 +3830,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:401](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L401) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:401](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L401) ___ @@ -3863,7 +3863,7 @@ Factory function to create an AttributeClient for a given attribute. #### Defined in -[packages/matter.js/src/cluster/client/AttributeClient.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/AttributeClient.ts#L21) +[packages/matter.js/src/cluster/client/AttributeClient.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/AttributeClient.ts#L21) ___ @@ -3904,7 +3904,7 @@ Factory function to create an attribute server. #### Defined in -[packages/matter.js/src/cluster/server/AttributeServer.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/AttributeServer.ts#L34) +[packages/matter.js/src/cluster/server/AttributeServer.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/AttributeServer.ts#L34) ___ @@ -3918,7 +3918,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/GroupsServer.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/GroupsServer.ts#L172) +[packages/matter.js/src/cluster/server/GroupsServer.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/GroupsServer.ts#L172) ___ @@ -3938,7 +3938,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/IdentifyServer.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/IdentifyServer.ts#L10) +[packages/matter.js/src/cluster/server/IdentifyServer.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/IdentifyServer.ts#L10) ___ @@ -3959,7 +3959,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/LevelControlServer.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/LevelControlServer.ts#L60) +[packages/matter.js/src/cluster/server/LevelControlServer.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/LevelControlServer.ts#L60) ___ @@ -3980,7 +3980,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/OnOffServer.ts:98](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/OnOffServer.ts#L98) +[packages/matter.js/src/cluster/server/OnOffServer.ts:98](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/OnOffServer.ts#L98) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ScenesServer.ts:501](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ScenesServer.ts#L501) +[packages/matter.js/src/cluster/server/ScenesServer.ts:501](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ScenesServer.ts#L501) ___ @@ -4027,7 +4027,7 @@ Factory function to create an EVentClient for a given event. #### Defined in -[packages/matter.js/src/cluster/client/EventClient.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/EventClient.ts#L17) +[packages/matter.js/src/cluster/client/EventClient.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/EventClient.ts#L17) ___ @@ -4048,7 +4048,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L133) +[packages/matter.js/src/cluster/ClusterHelper.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L133) ___ @@ -4068,7 +4068,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L125) +[packages/matter.js/src/cluster/ClusterHelper.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L125) ___ @@ -4089,7 +4089,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L183) +[packages/matter.js/src/cluster/ClusterHelper.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L183) ___ @@ -4110,7 +4110,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:158](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L158) +[packages/matter.js/src/cluster/ClusterHelper.ts:158](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L158) ___ @@ -4130,7 +4130,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:121](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L121) +[packages/matter.js/src/cluster/ClusterHelper.ts:121](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L121) ___ @@ -4159,7 +4159,7 @@ obj is ClusterClientObj #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:267](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L267) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:267](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L267) ___ @@ -4188,7 +4188,7 @@ obj is ClusterClientObjInternal #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:273](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L273) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:273](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L273) ___ @@ -4217,7 +4217,7 @@ obj is ClusterServerObj #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:386](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L386) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:386](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L386) ___ @@ -4246,7 +4246,7 @@ obj is ClusterServerObjInternal #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:392](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L392) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:392](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L392) ___ @@ -4266,7 +4266,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L234) +[packages/matter.js/src/cluster/ClusterHelper.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L234) ___ @@ -4286,7 +4286,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L264) +[packages/matter.js/src/cluster/ClusterHelper.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L264) ___ @@ -4306,4 +4306,4 @@ ___ #### Defined in -[packages/matter.js/src/cluster/ClusterHelper.ts:252](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/ClusterHelper.ts#L252) +[packages/matter.js/src/cluster/ClusterHelper.ts:252](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/ClusterHelper.ts#L252) diff --git a/docs/matter.js/modules/codec_export.Base64.md b/docs/matter.js/modules/codec_export.Base64.md index 01f7abadd6..b59375a191 100644 --- a/docs/matter.js/modules/codec_export.Base64.md +++ b/docs/matter.js/modules/codec_export.Base64.md @@ -33,7 +33,7 @@ decoded bytes in a ByteArray #### Defined in -[packages/matter.js/src/codec/Base64Codec.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/Base64Codec.ts#L91) +[packages/matter.js/src/codec/Base64Codec.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/Base64Codec.ts#L91) ___ @@ -58,4 +58,4 @@ an encoded string #### Defined in -[packages/matter.js/src/codec/Base64Codec.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/Base64Codec.ts#L52) +[packages/matter.js/src/codec/Base64Codec.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/Base64Codec.ts#L52) diff --git a/docs/matter.js/modules/codec_export.md b/docs/matter.js/modules/codec_export.md index c640dfe637..8fabc41d71 100644 --- a/docs/matter.js/modules/codec_export.md +++ b/docs/matter.js/modules/codec_export.md @@ -34,6 +34,9 @@ - [BtpPacketPayload](../interfaces/codec_export.BtpPacketPayload.md) - [DecodedBtpPacket](../interfaces/codec_export.DecodedBtpPacket.md) - [DecodedBtpPacketPayload](../interfaces/codec_export.DecodedBtpPacketPayload.md) +- [DecodedMessage](../interfaces/codec_export.DecodedMessage.md) +- [DecodedPacket](../interfaces/codec_export.DecodedPacket.md) +- [DecodedPacketHeader](../interfaces/codec_export.DecodedPacketHeader.md) - [Message](../interfaces/codec_export.Message.md) - [Packet](../interfaces/codec_export.Packet.md) - [PacketHeader](../interfaces/codec_export.PacketHeader.md) @@ -99,7 +102,7 @@ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L55) +[packages/matter.js/src/codec/DerCodec.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L55) ___ @@ -120,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L88) +[packages/matter.js/src/codec/DnsCodec.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L88) ___ @@ -130,7 +133,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L97) +[packages/matter.js/src/codec/DnsCodec.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L97) ___ @@ -149,7 +152,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L72) +[packages/matter.js/src/codec/DnsCodec.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L72) ___ @@ -176,7 +179,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L79) +[packages/matter.js/src/codec/DnsCodec.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L79) ___ @@ -195,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:65](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L65) +[packages/matter.js/src/codec/DnsCodec.ts:65](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L65) ## Variables @@ -205,7 +208,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L14) +[packages/matter.js/src/codec/DerCodec.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L14) ___ @@ -215,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L12) +[packages/matter.js/src/codec/DerCodec.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L12) ___ @@ -225,7 +228,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L13) +[packages/matter.js/src/codec/DerCodec.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L13) ___ @@ -235,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:207](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L207) +[packages/matter.js/src/codec/DerCodec.ts:207](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L207) ___ @@ -245,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:228](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L228) +[packages/matter.js/src/codec/DerCodec.ts:228](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L228) ___ @@ -255,7 +258,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L224) +[packages/matter.js/src/codec/DerCodec.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L224) ___ @@ -268,7 +271,7 @@ when needed. #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L17) +[packages/matter.js/src/codec/DnsCodec.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L17) ___ @@ -278,7 +281,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L10) +[packages/matter.js/src/codec/DerCodec.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L10) ___ @@ -288,7 +291,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:208](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L208) +[packages/matter.js/src/codec/DerCodec.ts:208](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L208) ___ @@ -298,7 +301,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L11) +[packages/matter.js/src/codec/DerCodec.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L11) ## Functions @@ -321,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L35) +[packages/matter.js/src/codec/DnsCodec.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L35) ___ @@ -344,7 +347,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L27) +[packages/matter.js/src/codec/DnsCodec.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L27) ___ @@ -364,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:212](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L212) +[packages/matter.js/src/codec/DerCodec.ts:212](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L212) ___ @@ -384,7 +387,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:214](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L214) +[packages/matter.js/src/codec/DerCodec.ts:214](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L214) ___ @@ -411,7 +414,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L41) +[packages/matter.js/src/codec/DerCodec.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L41) ___ @@ -437,7 +440,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L46) +[packages/matter.js/src/codec/DerCodec.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L46) ___ @@ -463,7 +466,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L50) +[packages/matter.js/src/codec/DerCodec.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L50) ___ @@ -484,7 +487,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L40) +[packages/matter.js/src/codec/DerCodec.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L40) ___ @@ -506,7 +509,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:216](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L216) +[packages/matter.js/src/codec/DerCodec.ts:216](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L216) ___ @@ -531,7 +534,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L36) +[packages/matter.js/src/codec/DerCodec.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L36) ___ @@ -551,7 +554,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L209) +[packages/matter.js/src/codec/DerCodec.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L209) ___ @@ -571,7 +574,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L232) +[packages/matter.js/src/codec/DerCodec.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L232) ___ @@ -591,7 +594,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:233](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L233) +[packages/matter.js/src/codec/DerCodec.ts:233](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L233) ___ @@ -614,7 +617,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L19) +[packages/matter.js/src/codec/DnsCodec.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L19) ___ @@ -648,7 +651,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L200) +[packages/matter.js/src/codec/DerCodec.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L200) ___ @@ -671,7 +674,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L51) +[packages/matter.js/src/codec/DnsCodec.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L51) ___ @@ -691,7 +694,7 @@ ___ #### Defined in -[packages/matter.js/src/codec/DerCodec.ts:210](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DerCodec.ts#L210) +[packages/matter.js/src/codec/DerCodec.ts:210](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DerCodec.ts#L210) ___ @@ -714,4 +717,4 @@ ___ #### Defined in -[packages/matter.js/src/codec/DnsCodec.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/codec/DnsCodec.ts#L43) +[packages/matter.js/src/codec/DnsCodec.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/codec/DnsCodec.ts#L43) diff --git a/docs/matter.js/modules/common_export.md b/docs/matter.js/modules/common_export.md index 43c3db891b..8525219161 100644 --- a/docs/matter.js/modules/common_export.md +++ b/docs/matter.js/modules/common_export.md @@ -76,7 +76,7 @@ The properties are named identical as in the Matter specification. #### Defined in -[packages/matter.js/src/common/Scanner.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L16) +[packages/matter.js/src/common/Scanner.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L16) ___ @@ -89,7 +89,7 @@ Please decide for the best matching identifier that you have. #### Defined in -[packages/matter.js/src/common/Scanner.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/Scanner.ts#L60) +[packages/matter.js/src/common/Scanner.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/Scanner.ts#L60) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L162) +[packages/matter.js/src/common/InstanceBroadcaster.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L162) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L133) +[packages/matter.js/src/common/InstanceBroadcaster.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L133) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:182](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L182) +[packages/matter.js/src/common/InstanceBroadcaster.ts:182](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L182) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/common/ServerAddress.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/ServerAddress.ts#L18) +[packages/matter.js/src/common/ServerAddress.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/ServerAddress.ts#L18) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/common/ServerAddress.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/ServerAddress.ts#L13) +[packages/matter.js/src/common/ServerAddress.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/ServerAddress.ts#L13) ___ @@ -201,7 +201,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/common/ServerAddress.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/ServerAddress.ts#L7) +[packages/matter.js/src/common/ServerAddress.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/ServerAddress.ts#L7) ## Variables @@ -236,7 +236,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L11) +[packages/matter.js/src/common/InstanceBroadcaster.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L11) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[packages/matter.js/src/common/InstanceBroadcaster.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/InstanceBroadcaster.ts#L131) +[packages/matter.js/src/common/InstanceBroadcaster.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/InstanceBroadcaster.ts#L131) ## Functions @@ -266,7 +266,7 @@ ___ #### Defined in -[packages/matter.js/src/common/ServerAddress.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/ServerAddress.ts#L20) +[packages/matter.js/src/common/ServerAddress.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/ServerAddress.ts#L20) ___ @@ -299,7 +299,7 @@ If the function returns undefined or the error type do not match, the error is n #### Defined in -[packages/matter.js/src/common/TryCatchHandler.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TryCatchHandler.ts#L19) +[packages/matter.js/src/common/TryCatchHandler.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TryCatchHandler.ts#L19) ___ @@ -332,4 +332,4 @@ If the function returns undefined or the error type do not match, the error is n #### Defined in -[packages/matter.js/src/common/TryCatchHandler.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TryCatchHandler.ts#L47) +[packages/matter.js/src/common/TryCatchHandler.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TryCatchHandler.ts#L47) diff --git a/docs/matter.js/modules/crypto_export.md b/docs/matter.js/modules/crypto_export.md index cb15d562bf..98bf1c6457 100644 --- a/docs/matter.js/modules/crypto_export.md +++ b/docs/matter.js/modules/crypto_export.md @@ -71,7 +71,7 @@ #### Defined in -[packages/matter.js/src/crypto/Key.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L60) +[packages/matter.js/src/crypto/Key.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L60) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L20) +[packages/matter.js/src/crypto/Crypto.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L20) ## Variables @@ -91,7 +91,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L19) +[packages/matter.js/src/crypto/CryptoConstants.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L19) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L20) +[packages/matter.js/src/crypto/CryptoConstants.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L20) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L21) +[packages/matter.js/src/crypto/CryptoConstants.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L21) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L18) +[packages/matter.js/src/crypto/Crypto.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L18) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L16) +[packages/matter.js/src/crypto/Crypto.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L16) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L17) +[packages/matter.js/src/crypto/Crypto.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L17) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L14) +[packages/matter.js/src/crypto/Crypto.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L14) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L10) +[packages/matter.js/src/crypto/CryptoConstants.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L10) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L11) +[packages/matter.js/src/crypto/CryptoConstants.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L11) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L15) +[packages/matter.js/src/crypto/Crypto.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L15) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L15) +[packages/matter.js/src/crypto/CryptoConstants.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L15) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L14) +[packages/matter.js/src/crypto/CryptoConstants.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L14) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L12) +[packages/matter.js/src/crypto/CryptoConstants.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L12) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L13) +[packages/matter.js/src/crypto/Crypto.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L13) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L19) +[packages/matter.js/src/crypto/Crypto.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L19) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L17) +[packages/matter.js/src/crypto/CryptoConstants.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L17) ___ @@ -263,7 +263,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/CryptoConstants.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/CryptoConstants.ts#L18) +[packages/matter.js/src/crypto/CryptoConstants.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/CryptoConstants.ts#L18) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[packages/matter.js/src/crypto/Crypto.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Crypto.ts#L125) +[packages/matter.js/src/crypto/Crypto.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Crypto.ts#L125) ## Functions @@ -295,7 +295,7 @@ Generic key factory. #### Defined in -[packages/matter.js/src/crypto/Key.ts:452](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L452) +[packages/matter.js/src/crypto/Key.ts:452](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L452) ___ @@ -318,7 +318,7 @@ Private key factory. #### Defined in -[packages/matter.js/src/crypto/Key.ts:556](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L556) +[packages/matter.js/src/crypto/Key.ts:556](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L556) ___ @@ -341,7 +341,7 @@ Public key factory. #### Defined in -[packages/matter.js/src/crypto/Key.ts:575](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L575) +[packages/matter.js/src/crypto/Key.ts:575](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L575) ___ @@ -364,4 +364,4 @@ Symmetric key factory. #### Defined in -[packages/matter.js/src/crypto/Key.ts:586](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/crypto/Key.ts#L586) +[packages/matter.js/src/crypto/Key.ts:586](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/crypto/Key.ts#L586) diff --git a/docs/matter.js/modules/datatype_export.FabricIndex.md b/docs/matter.js/modules/datatype_export.FabricIndex.md index 6684176323..42a7eb93b4 100644 --- a/docs/matter.js/modules/datatype_export.FabricIndex.md +++ b/docs/matter.js/modules/datatype_export.FabricIndex.md @@ -19,7 +19,7 @@ #### Defined in -[packages/matter.js/src/datatype/FabricIndex.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L29) +[packages/matter.js/src/datatype/FabricIndex.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L29) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[packages/matter.js/src/datatype/FabricIndex.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L30) +[packages/matter.js/src/datatype/FabricIndex.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L30) diff --git a/docs/matter.js/modules/datatype_export.NodeId.md b/docs/matter.js/modules/datatype_export.NodeId.md index cc25d6c124..9125dfb2d4 100644 --- a/docs/matter.js/modules/datatype_export.NodeId.md +++ b/docs/matter.js/modules/datatype_export.NodeId.md @@ -30,7 +30,7 @@ #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L48) +[packages/matter.js/src/datatype/NodeId.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L48) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L39) +[packages/matter.js/src/datatype/NodeId.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L39) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L33) +[packages/matter.js/src/datatype/NodeId.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L33) diff --git a/docs/matter.js/modules/datatype_export.md b/docs/matter.js/modules/datatype_export.md index 2050673703..a80d7d9bbe 100644 --- a/docs/matter.js/modules/datatype_export.md +++ b/docs/matter.js/modules/datatype_export.md @@ -67,9 +67,9 @@ An Attribute ID is a 32 bit number and indicates an attribute defined in a clust #### Defined in -[packages/matter.js/src/datatype/AttributeId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/AttributeId.ts#L19) +[packages/matter.js/src/datatype/AttributeId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/AttributeId.ts#L19) -[packages/matter.js/src/datatype/AttributeId.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/AttributeId.ts#L17) +[packages/matter.js/src/datatype/AttributeId.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/AttributeId.ts#L17) ___ @@ -86,9 +86,9 @@ SHALL define conformance to that specification. #### Defined in -[packages/matter.js/src/datatype/ClusterId.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/ClusterId.ts#L20) +[packages/matter.js/src/datatype/ClusterId.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/ClusterId.ts#L20) -[packages/matter.js/src/datatype/ClusterId.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/ClusterId.ts#L18) +[packages/matter.js/src/datatype/ClusterId.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/ClusterId.ts#L18) ___ @@ -104,9 +104,9 @@ A Command ID is a 32 bit number and indicates a command defined in a cluster spe #### Defined in -[packages/matter.js/src/datatype/CommandId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/CommandId.ts#L19) +[packages/matter.js/src/datatype/CommandId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/CommandId.ts#L19) -[packages/matter.js/src/datatype/CommandId.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/CommandId.ts#L17) +[packages/matter.js/src/datatype/CommandId.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/CommandId.ts#L17) ___ @@ -122,9 +122,9 @@ A Device type ID is a 32-bit number that defines the type of the device. #### Defined in -[packages/matter.js/src/datatype/DeviceTypeId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/DeviceTypeId.ts#L19) +[packages/matter.js/src/datatype/DeviceTypeId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/DeviceTypeId.ts#L19) -[packages/matter.js/src/datatype/DeviceTypeId.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/DeviceTypeId.ts#L17) +[packages/matter.js/src/datatype/DeviceTypeId.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/DeviceTypeId.ts#L17) ___ @@ -140,9 +140,9 @@ A Endpoint Number is a 16-bit number that that indicates an instance of a device #### Defined in -[packages/matter.js/src/datatype/EndpointNumber.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EndpointNumber.ts#L19) +[packages/matter.js/src/datatype/EndpointNumber.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EndpointNumber.ts#L19) -[packages/matter.js/src/datatype/EndpointNumber.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EndpointNumber.ts#L17) +[packages/matter.js/src/datatype/EndpointNumber.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EndpointNumber.ts#L17) ___ @@ -158,9 +158,9 @@ An EVent ID is a 32 bit number and indicates an event defined in a cluster speci #### Defined in -[packages/matter.js/src/datatype/EventId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EventId.ts#L19) +[packages/matter.js/src/datatype/EventId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EventId.ts#L19) -[packages/matter.js/src/datatype/EventId.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EventId.ts#L17) +[packages/matter.js/src/datatype/EventId.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EventId.ts#L17) ___ @@ -177,9 +177,9 @@ a particular root CA. #### Defined in -[packages/matter.js/src/datatype/FabricId.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricId.ts#L21) +[packages/matter.js/src/datatype/FabricId.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricId.ts#L21) -[packages/matter.js/src/datatype/FabricId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricId.ts#L19) +[packages/matter.js/src/datatype/FabricId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricId.ts#L19) ___ @@ -200,11 +200,11 @@ a fabric, such as fabric-scoped data model elements, then the fabric-index value #### Defined in -[packages/matter.js/src/datatype/FabricIndex.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L24) +[packages/matter.js/src/datatype/FabricIndex.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L24) -[packages/matter.js/src/datatype/FabricIndex.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L22) +[packages/matter.js/src/datatype/FabricIndex.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L22) -[packages/matter.js/src/datatype/FabricIndex.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L28) +[packages/matter.js/src/datatype/FabricIndex.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L28) ___ @@ -227,9 +227,9 @@ The Group ID space is allocated as described in Table 2, “Group ID Allocations #### Defined in -[packages/matter.js/src/datatype/GroupId.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/GroupId.ts#L26) +[packages/matter.js/src/datatype/GroupId.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/GroupId.ts#L26) -[packages/matter.js/src/datatype/GroupId.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/GroupId.ts#L24) +[packages/matter.js/src/datatype/GroupId.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/GroupId.ts#L24) ___ @@ -246,11 +246,11 @@ group of Nodes on a Fabric. #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L25) +[packages/matter.js/src/datatype/NodeId.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L25) -[packages/matter.js/src/datatype/NodeId.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L23) +[packages/matter.js/src/datatype/NodeId.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L23) -[packages/matter.js/src/datatype/NodeId.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L29) +[packages/matter.js/src/datatype/NodeId.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L29) ___ @@ -267,7 +267,7 @@ authentication method provided by the Secure Channel architecture. #### Defined in -[packages/matter.js/src/datatype/SubjectId.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/SubjectId.ts#L16) +[packages/matter.js/src/datatype/SubjectId.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/SubjectId.ts#L16) ___ @@ -285,9 +285,9 @@ Connectivity Standards Alliance (see [CSA Manufacturer Code Database]). #### Defined in -[packages/matter.js/src/datatype/VendorId.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/VendorId.ts#L21) +[packages/matter.js/src/datatype/VendorId.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/VendorId.ts#L21) -[packages/matter.js/src/datatype/VendorId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/VendorId.ts#L19) +[packages/matter.js/src/datatype/VendorId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/VendorId.ts#L19) ## Variables @@ -299,7 +299,7 @@ Tlv schema for an Attribute Id. #### Defined in -[packages/matter.js/src/datatype/AttributeId.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/AttributeId.ts#L24) +[packages/matter.js/src/datatype/AttributeId.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/AttributeId.ts#L24) ___ @@ -311,7 +311,7 @@ Tlv schema for a cluster Id. #### Defined in -[packages/matter.js/src/datatype/ClusterId.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/ClusterId.ts#L25) +[packages/matter.js/src/datatype/ClusterId.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/ClusterId.ts#L25) ___ @@ -323,7 +323,7 @@ Tlv schema for an Command Id. #### Defined in -[packages/matter.js/src/datatype/CommandId.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/CommandId.ts#L24) +[packages/matter.js/src/datatype/CommandId.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/CommandId.ts#L24) ___ @@ -335,7 +335,7 @@ Tlv schema for a Device type ID. #### Defined in -[packages/matter.js/src/datatype/DeviceTypeId.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/DeviceTypeId.ts#L24) +[packages/matter.js/src/datatype/DeviceTypeId.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/DeviceTypeId.ts#L24) ___ @@ -347,7 +347,7 @@ Tlv schema for an Endpoint number. #### Defined in -[packages/matter.js/src/datatype/EndpointNumber.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EndpointNumber.ts#L24) +[packages/matter.js/src/datatype/EndpointNumber.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EndpointNumber.ts#L24) ___ @@ -359,7 +359,7 @@ Tlv schema for an Event Id. #### Defined in -[packages/matter.js/src/datatype/EventId.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EventId.ts#L24) +[packages/matter.js/src/datatype/EventId.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EventId.ts#L24) ___ @@ -371,7 +371,7 @@ Tlv schema for a Node Identifier. #### Defined in -[packages/matter.js/src/datatype/FabricId.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricId.ts#L26) +[packages/matter.js/src/datatype/FabricId.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricId.ts#L26) ___ @@ -383,7 +383,7 @@ Tlv Schema for a Fabric Index. #### Defined in -[packages/matter.js/src/datatype/FabricIndex.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L34) +[packages/matter.js/src/datatype/FabricIndex.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L34) ___ @@ -395,7 +395,7 @@ Tlv Schema for a Group Id. #### Defined in -[packages/matter.js/src/datatype/GroupId.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/GroupId.ts#L31) +[packages/matter.js/src/datatype/GroupId.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/GroupId.ts#L31) ___ @@ -407,7 +407,7 @@ Tlv schema for a Node Identifier. #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L57) +[packages/matter.js/src/datatype/NodeId.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L57) ___ @@ -419,7 +419,7 @@ Tlv schema for a Subject Id #### Defined in -[packages/matter.js/src/datatype/SubjectId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/SubjectId.ts#L19) +[packages/matter.js/src/datatype/SubjectId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/SubjectId.ts#L19) ___ @@ -431,7 +431,7 @@ Data model for a Vendor Identifier. #### Defined in -[packages/matter.js/src/datatype/VendorId.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/VendorId.ts#L26) +[packages/matter.js/src/datatype/VendorId.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/VendorId.ts#L26) ## Functions @@ -451,7 +451,7 @@ Data model for a Vendor Identifier. #### Defined in -[packages/matter.js/src/datatype/AttributeId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/AttributeId.ts#L19) +[packages/matter.js/src/datatype/AttributeId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/AttributeId.ts#L19) ___ @@ -471,7 +471,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/ClusterId.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/ClusterId.ts#L20) +[packages/matter.js/src/datatype/ClusterId.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/ClusterId.ts#L20) ___ @@ -491,7 +491,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/CommandId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/CommandId.ts#L19) +[packages/matter.js/src/datatype/CommandId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/CommandId.ts#L19) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/DeviceTypeId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/DeviceTypeId.ts#L19) +[packages/matter.js/src/datatype/DeviceTypeId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/DeviceTypeId.ts#L19) ___ @@ -531,7 +531,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/EndpointNumber.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EndpointNumber.ts#L19) +[packages/matter.js/src/datatype/EndpointNumber.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EndpointNumber.ts#L19) ___ @@ -551,7 +551,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/EventId.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/EventId.ts#L19) +[packages/matter.js/src/datatype/EventId.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/EventId.ts#L19) ___ @@ -571,7 +571,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/FabricId.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricId.ts#L21) +[packages/matter.js/src/datatype/FabricId.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricId.ts#L21) ___ @@ -591,7 +591,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/FabricIndex.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/FabricIndex.ts#L24) +[packages/matter.js/src/datatype/FabricIndex.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/FabricIndex.ts#L24) ___ @@ -611,7 +611,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/GroupId.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/GroupId.ts#L26) +[packages/matter.js/src/datatype/GroupId.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/GroupId.ts#L26) ___ @@ -631,7 +631,7 @@ ___ #### Defined in -[packages/matter.js/src/datatype/NodeId.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/NodeId.ts#L25) +[packages/matter.js/src/datatype/NodeId.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/NodeId.ts#L25) ___ @@ -651,4 +651,4 @@ ___ #### Defined in -[packages/matter.js/src/datatype/VendorId.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/datatype/VendorId.ts#L21) +[packages/matter.js/src/datatype/VendorId.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/datatype/VendorId.ts#L21) diff --git a/docs/matter.js/modules/device_export.md b/docs/matter.js/modules/device_export.md index 3897857839..25b8d33c74 100644 --- a/docs/matter.js/modules/device_export.md +++ b/docs/matter.js/modules/device_export.md @@ -66,7 +66,7 @@ #### Defined in -[packages/matter.js/src/device/PairedNode.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/PairedNode.ts#L87) +[packages/matter.js/src/device/PairedNode.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/PairedNode.ts#L87) ___ @@ -99,7 +99,7 @@ events on ClusterClients. The Filter methods can be used to filter out specific #### Defined in -[packages/matter.js/src/device/EndpointStructureLogger.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/EndpointStructureLogger.ts#L23) +[packages/matter.js/src/device/EndpointStructureLogger.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/EndpointStructureLogger.ts#L23) ## Variables @@ -113,7 +113,7 @@ events on ClusterClients. The Filter methods can be used to filter out specific #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L113) +[packages/matter.js/src/device/DeviceTypes.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L113) ## Functions @@ -143,7 +143,7 @@ events on ClusterClients. The Filter methods can be used to filter out specific #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L78) +[packages/matter.js/src/device/DeviceTypes.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L78) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:974](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L974) +[packages/matter.js/src/device/DeviceTypes.ts:974](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L974) ___ @@ -193,7 +193,7 @@ the custom ones are used if defined #### Defined in -[packages/matter.js/src/device/Device.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/Device.ts#L29) +[packages/matter.js/src/device/Device.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/Device.ts#L29) ___ @@ -227,7 +227,7 @@ for multiple clusters #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L36) +[packages/matter.js/src/device/OnOffDevices.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L36) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DeviceTypes.ts:983](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DeviceTypes.ts#L983) +[packages/matter.js/src/device/DeviceTypes.ts:983](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DeviceTypes.ts#L983) ___ @@ -268,4 +268,4 @@ ___ #### Defined in -[packages/matter.js/src/device/EndpointStructureLogger.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/EndpointStructureLogger.ts#L235) +[packages/matter.js/src/device/EndpointStructureLogger.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/EndpointStructureLogger.ts#L235) diff --git a/docs/matter.js/modules/export._internal_.ModelTraversal.md b/docs/matter.js/modules/export._internal_.ModelTraversal.md index 5351369d17..d38732c770 100644 --- a/docs/matter.js/modules/export._internal_.ModelTraversal.md +++ b/docs/matter.js/modules/export._internal_.ModelTraversal.md @@ -18,4 +18,4 @@ #### Defined in -[packages/matter.js/src/model/logic/ModelTraversal.ts:561](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelTraversal.ts#L561) +[packages/matter.js/src/model/logic/ModelTraversal.ts:561](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelTraversal.ts#L561) diff --git a/docs/matter.js/modules/export._internal_.md b/docs/matter.js/modules/export._internal_.md index 5c76a111a7..1543bce4e5 100644 --- a/docs/matter.js/modules/export._internal_.md +++ b/docs/matter.js/modules/export._internal_.md @@ -149,7 +149,7 @@ Re-exports [ElementSelector](export._internal_.ModelTraversal.md#elementselector #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L16) +[packages/matter.js/src/schema/BitmapSchema.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L16) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L14) +[packages/matter.js/src/schema/BitmapSchema.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L14) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L15) +[packages/matter.js/src/schema/BitmapSchema.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L15) ## Type Aliases @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L18) +[packages/matter.js/src/tlv/TlvArray.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L18) ___ @@ -198,7 +198,7 @@ Type for TlvAttributeReportData where the real data are represented with the sch #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L37) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L37) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L91) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L91) ___ @@ -232,7 +232,7 @@ Handlers to process cluster commands #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L131) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L131) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L99) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L99) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L105) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L105) ___ @@ -290,9 +290,9 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L19) +[packages/matter.js/src/schema/BitmapSchema.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L19) -[packages/matter.js/src/schema/BitmapSchema.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L25) +[packages/matter.js/src/schema/BitmapSchema.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L25) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Array.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Array.ts#L11) +[packages/matter.js/src/util/Array.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Array.ts#L11) ___ @@ -328,7 +328,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L198) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L198) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L73) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L73) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:104](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L104) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:104](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L104) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L90) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L90) ___ @@ -392,7 +392,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:95](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L95) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:95](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L95) ___ @@ -408,7 +408,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L112) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L112) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L128) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L128) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L118) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L118) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L82) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L82) ___ @@ -485,9 +485,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:922](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L922) +[packages/matter.js/src/cluster/Cluster.ts:922](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L922) -[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L935) +[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L935) ___ @@ -505,7 +505,7 @@ This type manages state that changes when we enter a cluster. #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:314](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L314) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:314](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L314) ___ @@ -532,7 +532,7 @@ Data that are collected initially or through the commissioning process and can b #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:100](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L100) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:100](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L100) ___ @@ -550,7 +550,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:125](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L125) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:125](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L125) ___ @@ -566,7 +566,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:110](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L110) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:110](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L110) ___ @@ -576,7 +576,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:49](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L49) +[packages/matter.js/src/mdns/MdnsScanner.ts:49](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L49) ___ @@ -592,7 +592,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterController.ts:63](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterController.ts#L63) +[packages/matter.js/src/MatterController.ts:63](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterController.ts#L63) ___ @@ -610,7 +610,7 @@ Commands exposed by the CommissioningServer #### Defined in -[packages/matter.js/src/CommissioningServer.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L200) +[packages/matter.js/src/CommissioningServer.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L200) ___ @@ -632,7 +632,7 @@ All steps are for execution sorted by stepNumber and subStepNumber #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L85) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L85) ___ @@ -652,7 +652,7 @@ Breadcrump value is stored for each step for transparency #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:76](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L76) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:76](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L76) ___ @@ -671,7 +671,7 @@ Types representation of a general commissioning response. #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L60) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L60) ___ @@ -694,7 +694,7 @@ ___ #### Defined in -[packages/matter.js/src/device/DimmableDevices.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/DimmableDevices.ts#L15) +[packages/matter.js/src/device/DimmableDevices.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/DimmableDevices.ts#L15) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[packages/matter.js/src/common/TryCatchHandler.ts:8](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/common/TryCatchHandler.ts#L8) +[packages/matter.js/src/common/TryCatchHandler.ts:8](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/common/TryCatchHandler.ts#L8) ___ @@ -737,7 +737,7 @@ Type for TlvEventData where the real data are represented with the schema and th #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L48) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L48) ___ @@ -754,7 +754,7 @@ ___ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L35) +[packages/matter.js/src/util/NamedHandler.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L35) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L70) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L70) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L217) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L217) ___ @@ -804,7 +804,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L12) +[packages/matter.js/src/tlv/TlvArray.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L12) ___ @@ -822,7 +822,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L14) +[packages/matter.js/src/tlv/TlvString.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L14) ___ @@ -838,7 +838,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:156](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L156) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:156](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L156) ___ @@ -855,9 +855,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L166) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L166) -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L170) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L170) ___ @@ -875,7 +875,7 @@ Cluster attributes accessible on the cluster server #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L54) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L54) ___ @@ -891,7 +891,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:85](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L85) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:85](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L85) ___ @@ -907,7 +907,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L27) +[packages/matter.js/src/tlv/TlvObject.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L27) ___ @@ -923,7 +923,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L53) +[packages/matter.js/src/schema/BitmapSchema.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L53) ___ @@ -939,7 +939,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L54) +[packages/matter.js/src/schema/BitmapSchema.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L54) ___ @@ -949,7 +949,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsScanner.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsScanner.ts#L45) +[packages/matter.js/src/mdns/MdnsScanner.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsScanner.ts#L45) ___ @@ -961,7 +961,7 @@ Map of Model -> name #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:309](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L309) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:309](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L309) ___ @@ -978,7 +978,7 @@ ___ #### Defined in -[packages/matter.js/src/device/OnOffDevices.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/device/OnOffDevices.ts#L24) +[packages/matter.js/src/device/OnOffDevices.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/device/OnOffDevices.ts#L24) ___ @@ -994,7 +994,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L155) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L155) ___ @@ -1010,7 +1010,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:66](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L66) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:66](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L66) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:88](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L88) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:88](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L88) ___ @@ -1042,7 +1042,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L30) +[packages/matter.js/src/tlv/TlvObject.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L30) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:220](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L220) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:220](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L220) ___ @@ -1074,7 +1074,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:227](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L227) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:227](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L227) ___ @@ -1090,7 +1090,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L235) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L235) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:250](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L250) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:250](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L250) ___ @@ -1118,7 +1118,7 @@ Supported combined types to stringify the data for the storage that can be used #### Defined in -[packages/matter.js/src/storage/StringifyTools.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StringifyTools.ts#L39) +[packages/matter.js/src/storage/StringifyTools.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StringifyTools.ts#L39) ___ @@ -1130,7 +1130,7 @@ Supported base types to stringify the data for the storage that can be used as k #### Defined in -[packages/matter.js/src/storage/StringifyTools.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StringifyTools.ts#L21) +[packages/matter.js/src/storage/StringifyTools.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StringifyTools.ts#L21) ___ @@ -1147,7 +1147,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L34) +[packages/matter.js/src/tlv/TlvObject.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L34) ___ @@ -1164,7 +1164,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L35) +[packages/matter.js/src/tlv/TlvObject.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L35) ___ @@ -1180,7 +1180,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L33) +[packages/matter.js/src/tlv/TlvObject.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L33) ___ @@ -1196,7 +1196,7 @@ ___ #### Defined in -[packages/matter.js/src/certificate/CertificateManager.ts:329](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/certificate/CertificateManager.ts#L329) +[packages/matter.js/src/certificate/CertificateManager.ts:329](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/certificate/CertificateManager.ts#L329) ___ @@ -1213,9 +1213,9 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L180) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L180) -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) ___ @@ -1231,7 +1231,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:87](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L87) +[packages/matter.js/src/cluster/client/ClusterClientTypes.ts:87](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/client/ClusterClientTypes.ts#L87) ## Variables @@ -1243,7 +1243,7 @@ See [MatterCoreSpecificationV1_0](../interfaces/spec_export.MatterCoreSpecificat #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L48) +[packages/matter.js/src/schema/PairingCodeSchema.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L48) ## Functions @@ -1272,7 +1272,7 @@ See [MatterCoreSpecificationV1_0](../interfaces/spec_export.MatterCoreSpecificat #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L25) +[packages/matter.js/src/schema/BitmapSchema.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L25) ___ @@ -1307,7 +1307,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/Cluster.ts#L935) +[packages/matter.js/src/cluster/Cluster.ts:935](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/Cluster.ts#L935) ___ @@ -1335,7 +1335,7 @@ ___ #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L170) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L170) ___ @@ -1365,4 +1365,4 @@ Forces the presence of the specified optional attributes, so they can be used in #### Defined in -[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) +[packages/matter.js/src/cluster/server/ClusterServerTypes.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/cluster/server/ClusterServerTypes.ts#L192) diff --git a/docs/matter.js/modules/export.md b/docs/matter.js/modules/export.md index b34a88794f..e26ce3513a 100644 --- a/docs/matter.js/modules/export.md +++ b/docs/matter.js/modules/export.md @@ -8,10 +8,13 @@ - [MatterApplicationClusterSpecificationV1\_0](export.md#matterapplicationclusterspecificationv1_0) - [MatterApplicationClusterSpecificationV1\_1](export.md#matterapplicationclusterspecificationv1_1) +- [MatterApplicationClusterSpecificationV1\_2](export.md#matterapplicationclusterspecificationv1_2) - [MatterCoreSpecificationV1\_0](export.md#mattercorespecificationv1_0) - [MatterCoreSpecificationV1\_1](export.md#mattercorespecificationv1_1) +- [MatterCoreSpecificationV1\_2](export.md#mattercorespecificationv1_2) - [MatterDeviceLibrarySpecificationV1\_0](export.md#matterdevicelibraryspecificationv1_0) - [MatterDeviceLibrarySpecificationV1\_1](export.md#matterdevicelibraryspecificationv1_1) +- [MatterDeviceLibrarySpecificationV1\_2](export.md#matterdevicelibraryspecificationv1_2) ### Modules @@ -54,6 +57,12 @@ Re-exports [MatterApplicationClusterSpecificationV1_1](../interfaces/spec_export ___ +### MatterApplicationClusterSpecificationV1\_2 + +Re-exports [MatterApplicationClusterSpecificationV1_2](../interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md) + +___ + ### MatterCoreSpecificationV1\_0 Re-exports [MatterCoreSpecificationV1_0](../interfaces/spec_export.MatterCoreSpecificationV1_0.md) @@ -66,6 +75,12 @@ Re-exports [MatterCoreSpecificationV1_1](../interfaces/spec_export.MatterCoreSpe ___ +### MatterCoreSpecificationV1\_2 + +Re-exports [MatterCoreSpecificationV1_2](../interfaces/spec_export.MatterCoreSpecificationV1_2.md) + +___ + ### MatterDeviceLibrarySpecificationV1\_0 Re-exports [MatterDeviceLibrarySpecificationV1_0](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_0.md) @@ -76,6 +91,12 @@ ___ Re-exports [MatterDeviceLibrarySpecificationV1_1](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_1.md) +___ + +### MatterDeviceLibrarySpecificationV1\_2 + +Re-exports [MatterDeviceLibrarySpecificationV1_2](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md) + ## Type Aliases ### CommissioningControllerOptions @@ -86,7 +107,7 @@ Constructor options for the CommissioningController class #### Defined in -[packages/matter.js/src/CommissioningController.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L36) +[packages/matter.js/src/CommissioningController.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L36) ___ @@ -104,7 +125,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L31) +[packages/matter.js/src/MatterServer.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L31) ___ @@ -116,7 +137,7 @@ Options needed to commission a new node #### Defined in -[packages/matter.js/src/CommissioningController.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningController.ts#L73) +[packages/matter.js/src/CommissioningController.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningController.ts#L73) ___ @@ -133,7 +154,7 @@ ___ #### Defined in -[packages/matter.js/src/MatterServer.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/MatterServer.ts#L19) +[packages/matter.js/src/MatterServer.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/MatterServer.ts#L19) ## Variables @@ -143,4 +164,4 @@ ___ #### Defined in -[packages/matter.js/src/CommissioningServer.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/CommissioningServer.ts#L75) +[packages/matter.js/src/CommissioningServer.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/CommissioningServer.ts#L75) diff --git a/docs/matter.js/modules/fabric_export.md b/docs/matter.js/modules/fabric_export.md index 53bb836007..90b378fdb0 100644 --- a/docs/matter.js/modules/fabric_export.md +++ b/docs/matter.js/modules/fabric_export.md @@ -44,4 +44,4 @@ #### Defined in -[packages/matter.js/src/fabric/Fabric.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/fabric/Fabric.ts#L31) +[packages/matter.js/src/fabric/Fabric.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/fabric/Fabric.ts#L31) diff --git a/docs/matter.js/modules/log_export.consoleLogger.md b/docs/matter.js/modules/log_export.consoleLogger.md index a4188614b3..c7d8c53639 100644 --- a/docs/matter.js/modules/log_export.consoleLogger.md +++ b/docs/matter.js/modules/log_export.consoleLogger.md @@ -20,4 +20,4 @@ The target for consoleLogger. #### Defined in -[packages/matter.js/src/log/Logger.ts:198](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L198) +[packages/matter.js/src/log/Logger.ts:198](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L198) diff --git a/docs/matter.js/modules/log_export.md b/docs/matter.js/modules/log_export.md index 6e3beaa907..4fa77d5560 100644 --- a/docs/matter.js/modules/log_export.md +++ b/docs/matter.js/modules/log_export.md @@ -43,4 +43,4 @@ Log messages to the console. This is the default logging mechanism. #### Defined in -[packages/matter.js/src/log/Logger.ts:171](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/log/Logger.ts#L171) +[packages/matter.js/src/log/Logger.ts:171](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/log/Logger.ts#L171) diff --git a/docs/matter.js/modules/mdns_export.md b/docs/matter.js/modules/mdns_export.md index 8415d70d6d..0f4991e339 100644 --- a/docs/matter.js/modules/mdns_export.md +++ b/docs/matter.js/modules/mdns_export.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L11) +[packages/matter.js/src/mdns/MdnsConsts.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L10) +[packages/matter.js/src/mdns/MdnsConsts.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L10) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L12) +[packages/matter.js/src/mdns/MdnsConsts.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L12) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L26) +[packages/matter.js/src/mdns/MdnsServer.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L26) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L27) +[packages/matter.js/src/mdns/MdnsServer.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L27) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsServer.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsServer.ts#L28) +[packages/matter.js/src/mdns/MdnsServer.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsServer.ts#L28) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L9) +[packages/matter.js/src/mdns/MdnsConsts.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L9) ## Functions @@ -117,7 +117,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L23) +[packages/matter.js/src/mdns/MdnsConsts.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L23) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L24) +[packages/matter.js/src/mdns/MdnsConsts.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L24) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L15) +[packages/matter.js/src/mdns/MdnsConsts.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L15) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L18) +[packages/matter.js/src/mdns/MdnsConsts.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L18) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L14) +[packages/matter.js/src/mdns/MdnsConsts.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L14) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L21) +[packages/matter.js/src/mdns/MdnsConsts.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L21) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L19) +[packages/matter.js/src/mdns/MdnsConsts.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L19) ___ @@ -258,4 +258,4 @@ ___ #### Defined in -[packages/matter.js/src/mdns/MdnsConsts.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/mdns/MdnsConsts.ts#L17) +[packages/matter.js/src/mdns/MdnsConsts.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/mdns/MdnsConsts.ts#L17) diff --git a/docs/matter.js/modules/model.Access.md b/docs/matter.js/modules/model.Access.md index 141490f83d..aee6dc6bf5 100644 --- a/docs/matter.js/modules/model.Access.md +++ b/docs/matter.js/modules/model.Access.md @@ -63,7 +63,7 @@ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:232](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L232) +[packages/matter.js/src/model/aspects/Access.ts:232](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L232) ___ @@ -75,7 +75,7 @@ All valid privilege tags. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:375](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L375) +[packages/matter.js/src/model/aspects/Access.ts:375](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L375) ___ @@ -90,7 +90,7 @@ like `[ RW, VA ]` or `[ Access.Rw.W, Access.Privilege.Operate ]`. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:398](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L398) +[packages/matter.js/src/model/aspects/Access.ts:398](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L398) ___ @@ -102,7 +102,7 @@ All atomic access control values. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:343](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L343) +[packages/matter.js/src/model/aspects/Access.ts:343](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L343) ___ @@ -114,7 +114,7 @@ A defined set of access control values. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:348](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L348) +[packages/matter.js/src/model/aspects/Access.ts:348](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L348) ___ @@ -126,7 +126,7 @@ All valid timed tags. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:390](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L390) +[packages/matter.js/src/model/aspects/Access.ts:390](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L390) ## Variables @@ -136,7 +136,7 @@ All valid timed tags. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:362](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L362) +[packages/matter.js/src/model/aspects/Access.ts:362](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L362) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:356](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L356) +[packages/matter.js/src/model/aspects/Access.ts:356](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L356) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:361](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L361) +[packages/matter.js/src/model/aspects/Access.ts:361](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L361) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:368](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L368) +[packages/matter.js/src/model/aspects/Access.ts:368](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L368) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:360](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L360) +[packages/matter.js/src/model/aspects/Access.ts:360](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L360) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:367](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L367) +[packages/matter.js/src/model/aspects/Access.ts:367](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L367) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:366](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L366) +[packages/matter.js/src/model/aspects/Access.ts:366](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L366) ___ @@ -217,7 +217,7 @@ Relative ordering of privilege. #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:323](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L323) +[packages/matter.js/src/model/aspects/Access.ts:323](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L323) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:350](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L350) +[packages/matter.js/src/model/aspects/Access.ts:350](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L350) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:352](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L352) +[packages/matter.js/src/model/aspects/Access.ts:352](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L352) ___ @@ -247,7 +247,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:353](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L353) +[packages/matter.js/src/model/aspects/Access.ts:353](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L353) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:357](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L357) +[packages/matter.js/src/model/aspects/Access.ts:357](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L357) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:370](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L370) +[packages/matter.js/src/model/aspects/Access.ts:370](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L370) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:355](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L355) +[packages/matter.js/src/model/aspects/Access.ts:355](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L355) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:359](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L359) +[packages/matter.js/src/model/aspects/Access.ts:359](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L359) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:365](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L365) +[packages/matter.js/src/model/aspects/Access.ts:365](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L365) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:364](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L364) +[packages/matter.js/src/model/aspects/Access.ts:364](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L364) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:363](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L363) +[packages/matter.js/src/model/aspects/Access.ts:363](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L363) ___ @@ -327,4 +327,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Access.ts:351](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Access.ts#L351) +[packages/matter.js/src/model/aspects/Access.ts:351](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Access.ts#L351) diff --git a/docs/matter.js/modules/model.AttributeElement.md b/docs/matter.js/modules/model.AttributeElement.md index 437359f5b5..d8e5befd48 100644 --- a/docs/matter.js/modules/model.AttributeElement.md +++ b/docs/matter.js/modules/model.AttributeElement.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/model/elements/AttributeElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L26) +[packages/matter.js/src/model/elements/AttributeElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L26) ___ @@ -33,9 +33,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/AttributeElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L24) +[packages/matter.js/src/model/elements/AttributeElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L24) -[packages/matter.js/src/model/elements/AttributeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L25) +[packages/matter.js/src/model/elements/AttributeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L25) ## Variables @@ -45,6 +45,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/AttributeElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L24) +[packages/matter.js/src/model/elements/AttributeElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L24) -[packages/matter.js/src/model/elements/AttributeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L25) +[packages/matter.js/src/model/elements/AttributeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L25) diff --git a/docs/matter.js/modules/model.BaseElement.md b/docs/matter.js/modules/model.BaseElement.md index 917c86d4d8..45c10084d4 100644 --- a/docs/matter.js/modules/model.BaseElement.md +++ b/docs/matter.js/modules/model.BaseElement.md @@ -25,7 +25,7 @@ #### Defined in -[packages/matter.js/src/model/elements/BaseElement.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L75) +[packages/matter.js/src/model/elements/BaseElement.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L75) ___ @@ -43,4 +43,4 @@ Element with optional type; used for factory functions and constructors. #### Defined in -[packages/matter.js/src/model/elements/BaseElement.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L80) +[packages/matter.js/src/model/elements/BaseElement.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L80) diff --git a/docs/matter.js/modules/model.ClusterElement.md b/docs/matter.js/modules/model.ClusterElement.md index e08141e8f4..358320feaa 100644 --- a/docs/matter.js/modules/model.ClusterElement.md +++ b/docs/matter.js/modules/model.ClusterElement.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L43) +[packages/matter.js/src/model/elements/ClusterElement.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L43) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L42) +[packages/matter.js/src/model/elements/ClusterElement.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L42) ___ @@ -48,9 +48,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L40) +[packages/matter.js/src/model/elements/ClusterElement.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L40) -[packages/matter.js/src/model/elements/ClusterElement.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L41) +[packages/matter.js/src/model/elements/ClusterElement.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L41) ## Variables @@ -60,6 +60,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L40) +[packages/matter.js/src/model/elements/ClusterElement.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L40) -[packages/matter.js/src/model/elements/ClusterElement.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L41) +[packages/matter.js/src/model/elements/ClusterElement.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L41) diff --git a/docs/matter.js/modules/model.ClusterModel.md b/docs/matter.js/modules/model.ClusterModel.md index 9449ad8a2e..11e59a58ae 100644 --- a/docs/matter.js/modules/model.ClusterModel.md +++ b/docs/matter.js/modules/model.ClusterModel.md @@ -18,4 +18,4 @@ #### Defined in -[packages/matter.js/src/model/models/ClusterModel.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/ClusterModel.ts#L73) +[packages/matter.js/src/model/models/ClusterModel.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/ClusterModel.ts#L73) diff --git a/docs/matter.js/modules/model.CommandElement.md b/docs/matter.js/modules/model.CommandElement.md index 65c05115b6..abde3ba278 100644 --- a/docs/matter.js/modules/model.CommandElement.md +++ b/docs/matter.js/modules/model.CommandElement.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L31) +[packages/matter.js/src/model/elements/CommandElement.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L31) ___ @@ -37,9 +37,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L29) +[packages/matter.js/src/model/elements/CommandElement.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L29) -[packages/matter.js/src/model/elements/CommandElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L30) +[packages/matter.js/src/model/elements/CommandElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L30) ## Variables @@ -49,6 +49,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L29) +[packages/matter.js/src/model/elements/CommandElement.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L29) -[packages/matter.js/src/model/elements/CommandElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L30) +[packages/matter.js/src/model/elements/CommandElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L30) diff --git a/docs/matter.js/modules/model.Conformance.Ast.md b/docs/matter.js/modules/model.Conformance.Ast.md index f25c43a4e0..2b331d4f8f 100644 --- a/docs/matter.js/modules/model.Conformance.Ast.md +++ b/docs/matter.js/modules/model.Conformance.Ast.md @@ -31,7 +31,7 @@ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:131](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L131) +[packages/matter.js/src/model/aspects/Conformance.ts:131](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L131) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L136) +[packages/matter.js/src/model/aspects/Conformance.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L136) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:135](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L135) +[packages/matter.js/src/model/aspects/Conformance.ts:135](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L135) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:127](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L127) +[packages/matter.js/src/model/aspects/Conformance.ts:127](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L127) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:129](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L129) +[packages/matter.js/src/model/aspects/Conformance.ts:129](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L129) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L130) +[packages/matter.js/src/model/aspects/Conformance.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L130) ___ @@ -100,4 +100,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L128) +[packages/matter.js/src/model/aspects/Conformance.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L128) diff --git a/docs/matter.js/modules/model.Conformance.md b/docs/matter.js/modules/model.Conformance.md index 60c07bedeb..d968e48ac6 100644 --- a/docs/matter.js/modules/model.Conformance.md +++ b/docs/matter.js/modules/model.Conformance.md @@ -60,9 +60,9 @@ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L84) +[packages/matter.js/src/model/aspects/Conformance.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L84) -[packages/matter.js/src/model/aspects/Conformance.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L126) +[packages/matter.js/src/model/aspects/Conformance.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L126) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L74) +[packages/matter.js/src/model/aspects/Conformance.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L74) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L196) +[packages/matter.js/src/model/aspects/Conformance.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L196) ___ @@ -95,7 +95,7 @@ include Flag but that is covered by string). #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L230) +[packages/matter.js/src/model/aspects/Conformance.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L230) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:192](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L192) +[packages/matter.js/src/model/aspects/Conformance.ts:192](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L192) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:194](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L194) +[packages/matter.js/src/model/aspects/Conformance.ts:194](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L194) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:224](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L224) +[packages/matter.js/src/model/aspects/Conformance.ts:224](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L224) ## Variables @@ -155,7 +155,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:185](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L185) +[packages/matter.js/src/model/aspects/Conformance.ts:185](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L185) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:179](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L179) +[packages/matter.js/src/model/aspects/Conformance.ts:179](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L179) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:186](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L186) +[packages/matter.js/src/model/aspects/Conformance.ts:186](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L186) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L181) +[packages/matter.js/src/model/aspects/Conformance.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L181) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L187) +[packages/matter.js/src/model/aspects/Conformance.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L187) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L189) +[packages/matter.js/src/model/aspects/Conformance.ts:189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L189) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L188) +[packages/matter.js/src/model/aspects/Conformance.ts:188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L188) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L190) +[packages/matter.js/src/model/aspects/Conformance.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L190) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:176](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L176) +[packages/matter.js/src/model/aspects/Conformance.ts:176](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L176) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:182](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L182) +[packages/matter.js/src/model/aspects/Conformance.ts:182](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L182) ___ @@ -255,7 +255,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L177) +[packages/matter.js/src/model/aspects/Conformance.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L177) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L183) +[packages/matter.js/src/model/aspects/Conformance.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L183) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L178) +[packages/matter.js/src/model/aspects/Conformance.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L178) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:180](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L180) +[packages/matter.js/src/model/aspects/Conformance.ts:180](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L180) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L184) +[packages/matter.js/src/model/aspects/Conformance.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L184) ## Functions @@ -315,7 +315,7 @@ type is Operator #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:331](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L331) +[packages/matter.js/src/model/aspects/Conformance.ts:331](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L331) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:340](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L340) +[packages/matter.js/src/model/aspects/Conformance.ts:340](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L340) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:335](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L335) +[packages/matter.js/src/model/aspects/Conformance.ts:335](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L335) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:280](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L280) +[packages/matter.js/src/model/aspects/Conformance.ts:280](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L280) ___ @@ -398,4 +398,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Conformance.ts:244](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Conformance.ts#L244) +[packages/matter.js/src/model/aspects/Conformance.ts:244](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Conformance.ts#L244) diff --git a/docs/matter.js/modules/model.Constraint.md b/docs/matter.js/modules/model.Constraint.md index 2d40afc2fc..8f58e33419 100644 --- a/docs/matter.js/modules/model.Constraint.md +++ b/docs/matter.js/modules/model.Constraint.md @@ -38,7 +38,7 @@ Parsed list structure. #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:94](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L94) +[packages/matter.js/src/model/aspects/Constraint.ts:94](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L94) ___ @@ -50,7 +50,7 @@ These are all ways to describe a constraint. #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L130) +[packages/matter.js/src/model/aspects/Constraint.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L130) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L89) +[packages/matter.js/src/model/aspects/Constraint.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L89) ## Functions @@ -83,7 +83,7 @@ Parse constraint DSL. Extremely lenient. #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L229) +[packages/matter.js/src/model/aspects/Constraint.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L229) ___ @@ -103,4 +103,4 @@ ___ #### Defined in -[packages/matter.js/src/model/aspects/Constraint.ts:354](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Constraint.ts#L354) +[packages/matter.js/src/model/aspects/Constraint.ts:354](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Constraint.ts#L354) diff --git a/docs/matter.js/modules/model.DatatypeElement.md b/docs/matter.js/modules/model.DatatypeElement.md index d469a3c837..d344b08397 100644 --- a/docs/matter.js/modules/model.DatatypeElement.md +++ b/docs/matter.js/modules/model.DatatypeElement.md @@ -32,9 +32,9 @@ and other metadata. #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L50) +[packages/matter.js/src/model/elements/DatatypeElement.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L50) -[packages/matter.js/src/model/elements/DatatypeElement.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L73) +[packages/matter.js/src/model/elements/DatatypeElement.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L73) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L41) +[packages/matter.js/src/model/elements/DatatypeElement.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L41) ___ @@ -54,9 +54,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L39) +[packages/matter.js/src/model/elements/DatatypeElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L39) -[packages/matter.js/src/model/elements/DatatypeElement.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L40) +[packages/matter.js/src/model/elements/DatatypeElement.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L40) ___ @@ -75,7 +75,7 @@ generating the Matter enum we ignore the string keys. #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L81) +[packages/matter.js/src/model/elements/DatatypeElement.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L81) ## Variables @@ -85,9 +85,9 @@ generating the Matter enum we ignore the string keys. #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L39) +[packages/matter.js/src/model/elements/DatatypeElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L39) -[packages/matter.js/src/model/elements/DatatypeElement.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L40) +[packages/matter.js/src/model/elements/DatatypeElement.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L40) ## Functions @@ -113,4 +113,4 @@ we can't use a TypeScript enum directly. #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L50) +[packages/matter.js/src/model/elements/DatatypeElement.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L50) diff --git a/docs/matter.js/modules/model.DeviceTypeElement.md b/docs/matter.js/modules/model.DeviceTypeElement.md index 9ef2905fb9..5298e4ea31 100644 --- a/docs/matter.js/modules/model.DeviceTypeElement.md +++ b/docs/matter.js/modules/model.DeviceTypeElement.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L32) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L32) ___ @@ -37,9 +37,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L30) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L30) -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L31) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L31) ## Variables @@ -49,6 +49,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L30) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L30) -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L31) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L31) diff --git a/docs/matter.js/modules/model.EndpointElement.md b/docs/matter.js/modules/model.EndpointElement.md index 856d715a44..887b643b46 100644 --- a/docs/matter.js/modules/model.EndpointElement.md +++ b/docs/matter.js/modules/model.EndpointElement.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/model/elements/EndpointElement.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L27) +[packages/matter.js/src/model/elements/EndpointElement.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L27) ___ @@ -33,9 +33,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EndpointElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L25) +[packages/matter.js/src/model/elements/EndpointElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L25) -[packages/matter.js/src/model/elements/EndpointElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L26) +[packages/matter.js/src/model/elements/EndpointElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L26) ## Variables @@ -45,6 +45,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EndpointElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L25) +[packages/matter.js/src/model/elements/EndpointElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L25) -[packages/matter.js/src/model/elements/EndpointElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L26) +[packages/matter.js/src/model/elements/EndpointElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L26) diff --git a/docs/matter.js/modules/model.EventElement.md b/docs/matter.js/modules/model.EventElement.md index 892c2d9ed4..7913de5d0f 100644 --- a/docs/matter.js/modules/model.EventElement.md +++ b/docs/matter.js/modules/model.EventElement.md @@ -28,7 +28,7 @@ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L29) +[packages/matter.js/src/model/elements/EventElement.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L29) ___ @@ -38,9 +38,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L27) +[packages/matter.js/src/model/elements/EventElement.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L27) -[packages/matter.js/src/model/elements/EventElement.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L28) +[packages/matter.js/src/model/elements/EventElement.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L28) ## Variables @@ -50,6 +50,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L27) +[packages/matter.js/src/model/elements/EventElement.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L27) -[packages/matter.js/src/model/elements/EventElement.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L28) +[packages/matter.js/src/model/elements/EventElement.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L28) diff --git a/docs/matter.js/modules/model.FabricElement.md b/docs/matter.js/modules/model.FabricElement.md index 058fd6b2e7..d43fc299f3 100644 --- a/docs/matter.js/modules/model.FabricElement.md +++ b/docs/matter.js/modules/model.FabricElement.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/model/elements/FabricElement.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L27) +[packages/matter.js/src/model/elements/FabricElement.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L27) ___ @@ -33,9 +33,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/FabricElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L25) +[packages/matter.js/src/model/elements/FabricElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L25) -[packages/matter.js/src/model/elements/FabricElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L26) +[packages/matter.js/src/model/elements/FabricElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L26) ## Variables @@ -45,6 +45,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/FabricElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L25) +[packages/matter.js/src/model/elements/FabricElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L25) -[packages/matter.js/src/model/elements/FabricElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L26) +[packages/matter.js/src/model/elements/FabricElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L26) diff --git a/docs/matter.js/modules/model.FeatureSet.md b/docs/matter.js/modules/model.FeatureSet.md index 508a892071..e158ca2ee0 100644 --- a/docs/matter.js/modules/model.FeatureSet.md +++ b/docs/matter.js/modules/model.FeatureSet.md @@ -20,7 +20,7 @@ #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L47) +[packages/matter.js/src/model/definitions/FeatureSet.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L47) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L45) +[packages/matter.js/src/model/definitions/FeatureSet.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L45) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FeatureSet.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FeatureSet.ts#L46) +[packages/matter.js/src/model/definitions/FeatureSet.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FeatureSet.ts#L46) diff --git a/docs/matter.js/modules/model.FieldValue.md b/docs/matter.js/modules/model.FieldValue.md index 28b4ebe363..b51ebf62b6 100644 --- a/docs/matter.js/modules/model.FieldValue.md +++ b/docs/matter.js/modules/model.FieldValue.md @@ -56,9 +56,9 @@ Celsius value, typically .1°C or .01°C #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L84) +[packages/matter.js/src/model/definitions/FieldValue.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L84) -[packages/matter.js/src/model/definitions/FieldValue.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L79) +[packages/matter.js/src/model/definitions/FieldValue.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L79) ___ @@ -68,9 +68,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L61) +[packages/matter.js/src/model/definitions/FieldValue.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L61) -[packages/matter.js/src/model/definitions/FieldValue.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L62) +[packages/matter.js/src/model/definitions/FieldValue.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L62) ___ @@ -89,9 +89,9 @@ Percent value, units of either 1% (.01) or .01% (.0001) #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L96) +[packages/matter.js/src/model/definitions/FieldValue.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L96) -[packages/matter.js/src/model/definitions/FieldValue.ts:91](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L91) +[packages/matter.js/src/model/definitions/FieldValue.ts:91](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L91) ___ @@ -110,7 +110,7 @@ A set of struct property values keyed by name. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L103) +[packages/matter.js/src/model/definitions/FieldValue.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L103) ___ @@ -129,9 +129,9 @@ Reference to a named field #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L72) +[packages/matter.js/src/model/definitions/FieldValue.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L72) -[packages/matter.js/src/model/definitions/FieldValue.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L67) +[packages/matter.js/src/model/definitions/FieldValue.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L67) ___ @@ -144,7 +144,7 @@ field indicating one of these types. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L48) +[packages/matter.js/src/model/definitions/FieldValue.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L48) ___ @@ -154,9 +154,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L35) +[packages/matter.js/src/model/definitions/FieldValue.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L35) -[packages/matter.js/src/model/definitions/FieldValue.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L36) +[packages/matter.js/src/model/definitions/FieldValue.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L36) ___ @@ -166,9 +166,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L32) +[packages/matter.js/src/model/definitions/FieldValue.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L32) -[packages/matter.js/src/model/definitions/FieldValue.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L33) +[packages/matter.js/src/model/definitions/FieldValue.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L33) ___ @@ -178,9 +178,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L41) +[packages/matter.js/src/model/definitions/FieldValue.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L41) -[packages/matter.js/src/model/definitions/FieldValue.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L42) +[packages/matter.js/src/model/definitions/FieldValue.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L42) ___ @@ -190,9 +190,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L38) +[packages/matter.js/src/model/definitions/FieldValue.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L38) -[packages/matter.js/src/model/definitions/FieldValue.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L39) +[packages/matter.js/src/model/definitions/FieldValue.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L39) ## Variables @@ -205,9 +205,9 @@ returned when casting to a field value if the cast is impossible #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L61) +[packages/matter.js/src/model/definitions/FieldValue.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L61) -[packages/matter.js/src/model/definitions/FieldValue.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L62) +[packages/matter.js/src/model/definitions/FieldValue.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L62) ___ @@ -217,9 +217,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L35) +[packages/matter.js/src/model/definitions/FieldValue.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L35) -[packages/matter.js/src/model/definitions/FieldValue.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L36) +[packages/matter.js/src/model/definitions/FieldValue.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L36) ___ @@ -229,9 +229,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L32) +[packages/matter.js/src/model/definitions/FieldValue.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L32) -[packages/matter.js/src/model/definitions/FieldValue.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L33) +[packages/matter.js/src/model/definitions/FieldValue.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L33) ___ @@ -241,9 +241,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L41) +[packages/matter.js/src/model/definitions/FieldValue.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L41) -[packages/matter.js/src/model/definitions/FieldValue.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L42) +[packages/matter.js/src/model/definitions/FieldValue.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L42) ___ @@ -253,9 +253,9 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L38) +[packages/matter.js/src/model/definitions/FieldValue.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L38) -[packages/matter.js/src/model/definitions/FieldValue.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L39) +[packages/matter.js/src/model/definitions/FieldValue.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L39) ## Functions @@ -275,7 +275,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:84](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L84) +[packages/matter.js/src/model/definitions/FieldValue.ts:84](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L84) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:96](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L96) +[packages/matter.js/src/model/definitions/FieldValue.ts:96](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L96) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L72) +[packages/matter.js/src/model/definitions/FieldValue.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L72) ___ @@ -338,7 +338,7 @@ Test for one of the special placeholder types. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L53) +[packages/matter.js/src/model/definitions/FieldValue.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L53) ___ @@ -362,7 +362,7 @@ number. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:134](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L134) +[packages/matter.js/src/model/definitions/FieldValue.ts:134](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L134) ___ @@ -384,7 +384,7 @@ Extract object properties from the value. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L172) +[packages/matter.js/src/model/definitions/FieldValue.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L172) ___ @@ -406,7 +406,7 @@ Get the referenced name if the FieldValue is a reference. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:210](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L210) +[packages/matter.js/src/model/definitions/FieldValue.ts:210](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L210) ___ @@ -428,7 +428,7 @@ Convert the field value to a "defacto-standard" form. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L111) +[packages/matter.js/src/model/definitions/FieldValue.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L111) ___ @@ -451,4 +451,4 @@ Unwrap wrapped values, leave others as-is. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:181](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L181) +[packages/matter.js/src/model/definitions/FieldValue.ts:181](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L181) diff --git a/docs/matter.js/modules/model.MatterElement.md b/docs/matter.js/modules/model.MatterElement.md index 8d755e0174..4fa137254a 100644 --- a/docs/matter.js/modules/model.MatterElement.md +++ b/docs/matter.js/modules/model.MatterElement.md @@ -24,7 +24,7 @@ #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L33) +[packages/matter.js/src/model/elements/MatterElement.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L33) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L32) +[packages/matter.js/src/model/elements/MatterElement.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L32) ___ @@ -44,9 +44,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L30) +[packages/matter.js/src/model/elements/MatterElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L30) -[packages/matter.js/src/model/elements/MatterElement.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L31) +[packages/matter.js/src/model/elements/MatterElement.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L31) ## Variables @@ -56,6 +56,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L30) +[packages/matter.js/src/model/elements/MatterElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L30) -[packages/matter.js/src/model/elements/MatterElement.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L31) +[packages/matter.js/src/model/elements/MatterElement.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L31) diff --git a/docs/matter.js/modules/model.MatterModel.md b/docs/matter.js/modules/model.MatterModel.md index 1aece3d0b4..c7a832234f 100644 --- a/docs/matter.js/modules/model.MatterModel.md +++ b/docs/matter.js/modules/model.MatterModel.md @@ -18,4 +18,4 @@ #### Defined in -[packages/matter.js/src/model/models/MatterModel.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/MatterModel.ts#L78) +[packages/matter.js/src/model/models/MatterModel.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/MatterModel.ts#L78) diff --git a/docs/matter.js/modules/model.MergeModels.md b/docs/matter.js/modules/model.MergeModels.md index b9bd8516fc..9b5c448b96 100644 --- a/docs/matter.js/modules/model.MergeModels.md +++ b/docs/matter.js/modules/model.MergeModels.md @@ -28,7 +28,7 @@ Priorities define rules that control how values are merged. #### Defined in -[packages/matter.js/src/model/logic/MergeModels.ts:286](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/MergeModels.ts#L286) +[packages/matter.js/src/model/logic/MergeModels.ts:286](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/MergeModels.ts#L286) ## Variables @@ -43,4 +43,4 @@ revisit the default at some point. #### Defined in -[packages/matter.js/src/model/logic/MergeModels.ts:304](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/MergeModels.ts#L304) +[packages/matter.js/src/model/logic/MergeModels.ts:304](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/MergeModels.ts#L304) diff --git a/docs/matter.js/modules/model.Metatype.md b/docs/matter.js/modules/model.Metatype.md index ef6320dc30..c5f1d04223 100644 --- a/docs/matter.js/modules/model.Metatype.md +++ b/docs/matter.js/modules/model.Metatype.md @@ -26,7 +26,7 @@ These are the native types used by this module. #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:235](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L235) +[packages/matter.js/src/model/definitions/Metatype.ts:235](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L235) ## Functions @@ -51,7 +51,7 @@ the cast value or FieldValue.Invalid if cast is not possible #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L83) +[packages/matter.js/src/model/definitions/Metatype.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L83) ___ @@ -73,7 +73,7 @@ Does the specific type have children? #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:31](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L31) +[packages/matter.js/src/model/definitions/Metatype.ts:31](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L31) ___ @@ -95,4 +95,4 @@ Determine the JS type for a metatype. #### Defined in -[packages/matter.js/src/model/definitions/Metatype.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Metatype.ts#L46) +[packages/matter.js/src/model/definitions/Metatype.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Metatype.ts#L46) diff --git a/docs/matter.js/modules/model.Model.md b/docs/matter.js/modules/model.Model.md index d0b8ea47dc..c130855676 100644 --- a/docs/matter.js/modules/model.Model.md +++ b/docs/matter.js/modules/model.Model.md @@ -40,7 +40,7 @@ #### Defined in -[packages/matter.js/src/model/models/Model.ts:394](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L394) +[packages/matter.js/src/model/models/Model.ts:394](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L394) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:396](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L396) +[packages/matter.js/src/model/models/Model.ts:396](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L396) ___ @@ -76,4 +76,4 @@ ___ #### Defined in -[packages/matter.js/src/model/models/Model.ts:400](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/models/Model.ts#L400) +[packages/matter.js/src/model/models/Model.ts:400](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/models/Model.ts#L400) diff --git a/docs/matter.js/modules/model.NodeElement.md b/docs/matter.js/modules/model.NodeElement.md index b797799c48..762c80061b 100644 --- a/docs/matter.js/modules/model.NodeElement.md +++ b/docs/matter.js/modules/model.NodeElement.md @@ -23,7 +23,7 @@ #### Defined in -[packages/matter.js/src/model/elements/NodeElement.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L27) +[packages/matter.js/src/model/elements/NodeElement.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L27) ___ @@ -33,9 +33,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/NodeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L25) +[packages/matter.js/src/model/elements/NodeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L25) -[packages/matter.js/src/model/elements/NodeElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L26) +[packages/matter.js/src/model/elements/NodeElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L26) ## Variables @@ -45,6 +45,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/NodeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L25) +[packages/matter.js/src/model/elements/NodeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L25) -[packages/matter.js/src/model/elements/NodeElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L26) +[packages/matter.js/src/model/elements/NodeElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L26) diff --git a/docs/matter.js/modules/model.Quality.md b/docs/matter.js/modules/model.Quality.md index 67eef84257..e1fc096ee5 100644 --- a/docs/matter.js/modules/model.Quality.md +++ b/docs/matter.js/modules/model.Quality.md @@ -36,7 +36,7 @@ Quality properties that apply to device types. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L190) +[packages/matter.js/src/model/aspects/Quality.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L190) ___ @@ -49,7 +49,7 @@ specification. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:211](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L211) +[packages/matter.js/src/model/aspects/Quality.ts:211](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L211) ___ @@ -61,7 +61,7 @@ Quality values that apply to attributes. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:175](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L175) +[packages/matter.js/src/model/aspects/Quality.ts:175](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L175) ___ @@ -73,7 +73,7 @@ Quality values that apply to attribute data. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L154) +[packages/matter.js/src/model/aspects/Quality.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L154) ___ @@ -91,7 +91,7 @@ Quality values that apply to data fields. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L142) +[packages/matter.js/src/model/aspects/Quality.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L142) ___ @@ -103,7 +103,7 @@ Various ways to define quality. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:101](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L101) +[packages/matter.js/src/model/aspects/Quality.ts:101](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L101) ___ @@ -115,7 +115,7 @@ Quality values that apply to device types. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L200) +[packages/matter.js/src/model/aspects/Quality.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L200) ___ @@ -127,7 +127,7 @@ Valid "other quality" flags. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:132](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L132) +[packages/matter.js/src/model/aspects/Quality.ts:132](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L132) ## Variables @@ -139,4 +139,4 @@ Runtime version of QualityFlag. #### Defined in -[packages/matter.js/src/model/aspects/Quality.ts:137](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/aspects/Quality.ts#L137) +[packages/matter.js/src/model/aspects/Quality.ts:137](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/aspects/Quality.ts#L137) diff --git a/docs/matter.js/modules/model.RequirementElement.md b/docs/matter.js/modules/model.RequirementElement.md index 8c9af6ecdf..85069b956e 100644 --- a/docs/matter.js/modules/model.RequirementElement.md +++ b/docs/matter.js/modules/model.RequirementElement.md @@ -27,7 +27,7 @@ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L40) +[packages/matter.js/src/model/elements/RequirementElement.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L40) ___ @@ -37,9 +37,9 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L38) +[packages/matter.js/src/model/elements/RequirementElement.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L38) -[packages/matter.js/src/model/elements/RequirementElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L39) +[packages/matter.js/src/model/elements/RequirementElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L39) ## Variables @@ -49,6 +49,6 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L38) +[packages/matter.js/src/model/elements/RequirementElement.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L38) -[packages/matter.js/src/model/elements/RequirementElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L39) +[packages/matter.js/src/model/elements/RequirementElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L39) diff --git a/docs/matter.js/modules/model.Specification.md b/docs/matter.js/modules/model.Specification.md index 15295bf5dc..502ffcdb6b 100644 --- a/docs/matter.js/modules/model.Specification.md +++ b/docs/matter.js/modules/model.Specification.md @@ -31,4 +31,4 @@ Information on the source of an element. #### Defined in -[packages/matter.js/src/model/definitions/Specification.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/Specification.ts#L29) +[packages/matter.js/src/model/definitions/Specification.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/Specification.ts#L29) diff --git a/docs/matter.js/modules/model.ValueElement.md b/docs/matter.js/modules/model.ValueElement.md index 42aa0009fe..931c42d0b6 100644 --- a/docs/matter.js/modules/model.ValueElement.md +++ b/docs/matter.js/modules/model.ValueElement.md @@ -30,7 +30,7 @@ as base types. #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L105) +[packages/matter.js/src/model/elements/ValueElement.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L105) ___ @@ -46,7 +46,7 @@ A pool of datatype definitions indexed by name. #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L92) +[packages/matter.js/src/model/elements/ValueElement.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L92) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:79](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L79) +[packages/matter.js/src/model/elements/ValueElement.ts:79](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L79) ___ @@ -68,4 +68,4 @@ Valid sizes for ints. #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L97) +[packages/matter.js/src/model/elements/ValueElement.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L97) diff --git a/docs/matter.js/modules/model.md b/docs/matter.js/modules/model.md index ef0413dbb4..5ee8ea247b 100644 --- a/docs/matter.js/modules/model.md +++ b/docs/matter.js/modules/model.md @@ -153,7 +153,7 @@ Any Matter element. #### Defined in -[packages/matter.js/src/model/elements/AnyElement.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AnyElement.ts#L19) +[packages/matter.js/src/model/elements/AnyElement.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AnyElement.ts#L19) ___ @@ -165,7 +165,7 @@ All Matter data elements. #### Defined in -[packages/matter.js/src/model/elements/AnyValueElement.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AnyValueElement.ts#L15) +[packages/matter.js/src/model/elements/AnyValueElement.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AnyValueElement.ts#L15) ___ @@ -177,11 +177,11 @@ A cluster property description. #### Defined in -[packages/matter.js/src/model/elements/AttributeElement.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L19) +[packages/matter.js/src/model/elements/AttributeElement.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L19) -[packages/matter.js/src/model/elements/AttributeElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L14) +[packages/matter.js/src/model/elements/AttributeElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L14) -[packages/matter.js/src/model/elements/AttributeElement.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L23) +[packages/matter.js/src/model/elements/AttributeElement.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L23) ___ @@ -211,11 +211,11 @@ functionality related to the element. #### Defined in -[packages/matter.js/src/model/elements/BaseElement.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L64) +[packages/matter.js/src/model/elements/BaseElement.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L64) -[packages/matter.js/src/model/elements/BaseElement.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L18) +[packages/matter.js/src/model/elements/BaseElement.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L18) -[packages/matter.js/src/model/elements/BaseElement.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L74) +[packages/matter.js/src/model/elements/BaseElement.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L74) ___ @@ -227,11 +227,11 @@ A cluster describes a set of related functionality. #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L35) +[packages/matter.js/src/model/elements/ClusterElement.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L35) -[packages/matter.js/src/model/elements/ClusterElement.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L17) +[packages/matter.js/src/model/elements/ClusterElement.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L17) -[packages/matter.js/src/model/elements/ClusterElement.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L39) +[packages/matter.js/src/model/elements/ClusterElement.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L39) ___ @@ -252,9 +252,9 @@ Defines different variants of clusters. #### Defined in -[packages/matter.js/src/model/logic/ClusterVariance.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ClusterVariance.ts#L41) +[packages/matter.js/src/model/logic/ClusterVariance.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ClusterVariance.ts#L41) -[packages/matter.js/src/model/logic/ClusterVariance.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ClusterVariance.ts#L15) +[packages/matter.js/src/model/logic/ClusterVariance.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ClusterVariance.ts#L15) ___ @@ -266,11 +266,11 @@ A command describes a remote procedure call. #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L24) +[packages/matter.js/src/model/elements/CommandElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L24) -[packages/matter.js/src/model/elements/CommandElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L14) +[packages/matter.js/src/model/elements/CommandElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L14) -[packages/matter.js/src/model/elements/CommandElement.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L28) +[packages/matter.js/src/model/elements/CommandElement.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L28) ___ @@ -282,11 +282,11 @@ A datatype element defines a standalone datatype. #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L34) +[packages/matter.js/src/model/elements/DatatypeElement.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L34) -[packages/matter.js/src/model/elements/DatatypeElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L14) +[packages/matter.js/src/model/elements/DatatypeElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L14) -[packages/matter.js/src/model/elements/DatatypeElement.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L38) +[packages/matter.js/src/model/elements/DatatypeElement.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L38) ___ @@ -307,7 +307,7 @@ Describes an error in model construction. #### Defined in -[packages/matter.js/src/model/definitions/DefinitionError.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/DefinitionError.ts#L10) +[packages/matter.js/src/model/definitions/DefinitionError.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/DefinitionError.ts#L10) ___ @@ -321,11 +321,11 @@ TODO - extract/merge DeviceTypes.ts? #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L25) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L25) -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L17) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L17) -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L29) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L29) ___ @@ -337,11 +337,11 @@ Runtime representation of an endpoint. #### Defined in -[packages/matter.js/src/model/elements/EndpointElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L20) +[packages/matter.js/src/model/elements/EndpointElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L20) -[packages/matter.js/src/model/elements/EndpointElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L14) +[packages/matter.js/src/model/elements/EndpointElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L14) -[packages/matter.js/src/model/elements/EndpointElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L24) +[packages/matter.js/src/model/elements/EndpointElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L24) ___ @@ -353,11 +353,11 @@ An event is triggered by endpoints. #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L22) +[packages/matter.js/src/model/elements/EventElement.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L22) -[packages/matter.js/src/model/elements/EventElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L14) +[packages/matter.js/src/model/elements/EventElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L14) -[packages/matter.js/src/model/elements/EventElement.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L26) +[packages/matter.js/src/model/elements/EventElement.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L26) ___ @@ -369,11 +369,11 @@ Runtime representation of a fabric. #### Defined in -[packages/matter.js/src/model/elements/FabricElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L20) +[packages/matter.js/src/model/elements/FabricElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L20) -[packages/matter.js/src/model/elements/FabricElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L14) +[packages/matter.js/src/model/elements/FabricElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L14) -[packages/matter.js/src/model/elements/FabricElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L24) +[packages/matter.js/src/model/elements/FabricElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L24) ___ @@ -387,9 +387,9 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L14) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L14) -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L11) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L11) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L10) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L10) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L12) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L12) ___ @@ -427,9 +427,9 @@ can capture the original semantic meaning. #### Defined in -[packages/matter.js/src/model/definitions/FieldValue.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L15) +[packages/matter.js/src/model/definitions/FieldValue.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L15) -[packages/matter.js/src/model/definitions/FieldValue.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/FieldValue.ts#L28) +[packages/matter.js/src/model/definitions/FieldValue.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/FieldValue.ts#L28) ___ @@ -439,9 +439,9 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L33) +[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L33) -[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L13) +[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L13) ___ @@ -461,7 +461,7 @@ Lists mandatory and optional elements for a specific context. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L15) +[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L15) ___ @@ -473,9 +473,9 @@ A list of component definitions. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L29) +[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L29) -[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L24) +[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L24) ___ @@ -497,7 +497,7 @@ we do not express statically with TypeScript. #### Defined in -[packages/matter.js/src/model/definitions/identifiers.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/identifiers.ts#L20) +[packages/matter.js/src/model/definitions/identifiers.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/identifiers.ts#L20) ___ @@ -509,11 +509,11 @@ The root model element. #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L25) +[packages/matter.js/src/model/elements/MatterElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L25) -[packages/matter.js/src/model/elements/MatterElement.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L19) +[packages/matter.js/src/model/elements/MatterElement.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L19) -[packages/matter.js/src/model/elements/MatterElement.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L29) +[packages/matter.js/src/model/elements/MatterElement.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L29) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[packages/matter.js/src/model/definitions/identifiers.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/definitions/identifiers.ts#L21) +[packages/matter.js/src/model/definitions/identifiers.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/definitions/identifiers.ts#L21) ___ @@ -535,7 +535,7 @@ An inferred with generated name and documentation. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L14) +[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L14) ___ @@ -547,9 +547,9 @@ A set of components keyed by generated names. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L27) +[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L27) -[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L22) +[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L22) ___ @@ -561,11 +561,11 @@ Runtime representation of a node. #### Defined in -[packages/matter.js/src/model/elements/NodeElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L20) +[packages/matter.js/src/model/elements/NodeElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L20) -[packages/matter.js/src/model/elements/NodeElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L14) +[packages/matter.js/src/model/elements/NodeElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L14) -[packages/matter.js/src/model/elements/NodeElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L24) +[packages/matter.js/src/model/elements/NodeElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L24) ___ @@ -577,11 +577,11 @@ Describes a cluster or cluster element requirement for a device. #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L30) +[packages/matter.js/src/model/elements/RequirementElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L30) -[packages/matter.js/src/model/elements/RequirementElement.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L14) +[packages/matter.js/src/model/elements/RequirementElement.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L14) -[packages/matter.js/src/model/elements/RequirementElement.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L37) +[packages/matter.js/src/model/elements/RequirementElement.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L37) ___ @@ -597,7 +597,7 @@ Input to traverse(). #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L26) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L26) ___ @@ -609,11 +609,11 @@ A base element for all elements that represent data values. #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L62) +[packages/matter.js/src/model/elements/ValueElement.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L62) -[packages/matter.js/src/model/elements/ValueElement.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L15) +[packages/matter.js/src/model/elements/ValueElement.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L15) -[packages/matter.js/src/model/elements/ValueElement.ts:78](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L78) +[packages/matter.js/src/model/elements/ValueElement.ts:78](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L78) ___ @@ -634,7 +634,7 @@ Attributes, Commands and Events. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts#L14) +[packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts#L14) ___ @@ -652,7 +652,7 @@ name is a string that identifies the source of the variant, such as "chip", #### Defined in -[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L21) +[packages/matter.js/src/model/logic/ModelVariantTraversal.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ModelVariantTraversal.ts#L21) ## Variables @@ -662,7 +662,7 @@ name is a string that identifies the source of the variant, such as "chip", #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L52) +[packages/matter.js/src/model/elements/EventElement.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L52) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:50](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L50) +[packages/matter.js/src/model/elements/EventElement.ts:50](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L50) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L17) +[packages/matter.js/src/model/elements/Globals.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L17) ___ @@ -778,7 +778,7 @@ these types or derive new types. #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L72) +[packages/matter.js/src/model/elements/Globals.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L72) ___ @@ -788,7 +788,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L51) +[packages/matter.js/src/model/elements/EventElement.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L51) ___ @@ -800,7 +800,7 @@ Canonical instance of the Matter Object Model. #### Defined in -[packages/matter.js/src/model/standard/Matter.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/standard/Matter.ts#L12) +[packages/matter.js/src/model/standard/Matter.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/standard/Matter.ts#L12) ___ @@ -810,7 +810,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L15) +[packages/matter.js/src/model/elements/Globals.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L15) ___ @@ -820,7 +820,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L16) +[packages/matter.js/src/model/elements/Globals.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L16) ___ @@ -830,7 +830,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L19) +[packages/matter.js/src/model/elements/Globals.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L19) ___ @@ -840,7 +840,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L20) +[packages/matter.js/src/model/elements/Globals.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L20) ___ @@ -850,7 +850,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L21) +[packages/matter.js/src/model/elements/Globals.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L21) ___ @@ -860,7 +860,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/Globals.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/Globals.ts#L18) +[packages/matter.js/src/model/elements/Globals.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/Globals.ts#L18) ## Functions @@ -880,7 +880,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/AttributeElement.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/AttributeElement.ts#L19) +[packages/matter.js/src/model/elements/AttributeElement.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/AttributeElement.ts#L19) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/BaseElement.ts:64](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/BaseElement.ts#L64) +[packages/matter.js/src/model/elements/BaseElement.ts:64](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/BaseElement.ts#L64) ___ @@ -921,7 +921,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ClusterElement.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ClusterElement.ts#L35) +[packages/matter.js/src/model/elements/ClusterElement.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ClusterElement.ts#L35) ___ @@ -944,7 +944,7 @@ flag -> component mapping. #### Defined in -[packages/matter.js/src/model/logic/ClusterVariance.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ClusterVariance.ts#L41) +[packages/matter.js/src/model/logic/ClusterVariance.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ClusterVariance.ts#L41) ___ @@ -964,7 +964,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/CommandElement.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/CommandElement.ts#L24) +[packages/matter.js/src/model/elements/CommandElement.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/CommandElement.ts#L24) ___ @@ -984,7 +984,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DatatypeElement.ts:34](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DatatypeElement.ts#L34) +[packages/matter.js/src/model/elements/DatatypeElement.ts:34](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DatatypeElement.ts#L34) ___ @@ -1011,7 +1011,7 @@ correct type. #### Defined in -[packages/matter.js/src/model/logic/DefaultValue.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/DefaultValue.ts#L21) +[packages/matter.js/src/model/logic/DefaultValue.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/DefaultValue.ts#L21) ___ @@ -1031,7 +1031,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/DeviceTypeElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L25) +[packages/matter.js/src/model/elements/DeviceTypeElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/DeviceTypeElement.ts#L25) ___ @@ -1051,7 +1051,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EndpointElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EndpointElement.ts#L20) +[packages/matter.js/src/model/elements/EndpointElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EndpointElement.ts#L20) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/EventElement.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/EventElement.ts#L22) +[packages/matter.js/src/model/elements/EventElement.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/EventElement.ts#L22) ___ @@ -1091,7 +1091,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/FabricElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/FabricElement.ts#L20) +[packages/matter.js/src/model/elements/FabricElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/FabricElement.ts#L20) ___ @@ -1111,7 +1111,7 @@ ___ #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L14) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L14) ___ @@ -1146,7 +1146,7 @@ indicates the ruleset needs augmentation. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L33) +[packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/IllegalFeatureCombinations.ts#L33) ___ @@ -1168,7 +1168,7 @@ Details components generated by analyzing variance of cluster elements. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L29) +[packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/InferredComponents.ts#L29) ___ @@ -1188,7 +1188,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/MatterElement.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/MatterElement.ts#L25) +[packages/matter.js/src/model/elements/MatterElement.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/MatterElement.ts#L25) ___ @@ -1211,7 +1211,7 @@ Merge multiple variants of an element into a single element. #### Defined in -[packages/matter.js/src/model/logic/MergeModels.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/MergeModels.ts#L17) +[packages/matter.js/src/model/logic/MergeModels.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/MergeModels.ts#L17) ___ @@ -1239,7 +1239,7 @@ Compute name and documentation a set of inferred components. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L27) +[packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/NamedComponents.ts#L27) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/NodeElement.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/NodeElement.ts#L20) +[packages/matter.js/src/model/elements/NodeElement.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/NodeElement.ts#L20) ___ @@ -1287,7 +1287,7 @@ a Validator #### Defined in -[packages/matter.js/src/model/logic/RecordValidator.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/RecordValidator.ts#L23) +[packages/matter.js/src/model/logic/RecordValidator.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/RecordValidator.ts#L23) ___ @@ -1307,7 +1307,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/RequirementElement.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/RequirementElement.ts#L30) +[packages/matter.js/src/model/elements/RequirementElement.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/RequirementElement.ts#L30) ___ @@ -1339,7 +1339,7 @@ logic we rely on for validation. #### Defined in -[packages/matter.js/src/model/logic/ValidateModel.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/ValidateModel.ts#L27) +[packages/matter.js/src/model/logic/ValidateModel.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/ValidateModel.ts#L27) ___ @@ -1360,7 +1360,7 @@ ___ #### Defined in -[packages/matter.js/src/model/elements/ValueElement.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/elements/ValueElement.ts#L62) +[packages/matter.js/src/model/elements/ValueElement.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/elements/ValueElement.ts#L62) ___ @@ -1383,7 +1383,7 @@ Convert a VarianceCondition to an array of FeatureBitmaps. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts#L23) +[packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/VarianceCondition.ts#L23) ___ @@ -1411,4 +1411,4 @@ If a name isn't present leaves the feature code intact. #### Defined in -[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L29) +[packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/model/logic/cluster-variance/FeatureBitmap.ts#L29) diff --git a/docs/matter.js/modules/net_export.md b/docs/matter.js/modules/net_export.md index 6d552817cf..f6a8b5e1e7 100644 --- a/docs/matter.js/modules/net_export.md +++ b/docs/matter.js/modules/net_export.md @@ -58,7 +58,7 @@ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L12) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L12) ## Variables @@ -68,7 +68,7 @@ #### Defined in -[packages/matter.js/src/net/fake/SimulatedNetwork.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L16) +[packages/matter.js/src/net/fake/SimulatedNetwork.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/fake/SimulatedNetwork.ts#L16) ## Functions @@ -88,4 +88,4 @@ obj is NetInterface #### Defined in -[packages/matter.js/src/net/NetInterface.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/net/NetInterface.ts#L19) +[packages/matter.js/src/net/NetInterface.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/net/NetInterface.ts#L19) diff --git a/docs/matter.js/modules/protocol_export.md b/docs/matter.js/modules/protocol_export.md index 68d3bd0395..e6b990a5c6 100644 --- a/docs/matter.js/modules/protocol_export.md +++ b/docs/matter.js/modules/protocol_export.md @@ -54,7 +54,7 @@ User specific options for the Commissioning process #### Defined in -[packages/matter.js/src/protocol/ControllerCommissioner.ts:38](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/ControllerCommissioner.ts#L38) +[packages/matter.js/src/protocol/ControllerCommissioner.ts:38](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/ControllerCommissioner.ts#L38) ___ @@ -72,4 +72,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/MessageExchange.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/MessageExchange.ts#L36) +[packages/matter.js/src/protocol/MessageExchange.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/MessageExchange.ts#L36) diff --git a/docs/matter.js/modules/protocol_interaction_export.md b/docs/matter.js/modules/protocol_interaction_export.md index fbb12ecc40..14df44e69e 100644 --- a/docs/matter.js/modules/protocol_interaction_export.md +++ b/docs/matter.js/modules/protocol_interaction_export.md @@ -118,7 +118,7 @@ Type for TlvAttributeReport where the real data are represented with the schema #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L32) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L32) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L68) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L68) ___ @@ -140,7 +140,7 @@ Type for TlvDataReport where the real data are represented with the schema and t #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L54) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L54) ___ @@ -171,7 +171,7 @@ Represents a fully qualified and decoded attribute value from a received DataRep #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L24) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L24) ___ @@ -189,7 +189,7 @@ Represents a decoded attribute value from a received DataReport where data versi #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L37) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L37) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L22) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L22) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L32) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L32) ___ @@ -257,7 +257,7 @@ Type for TlvEventReport where the real data are represented with the schema and #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L43) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L43) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:123](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L123) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:123](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L123) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L71) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L71) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L72) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L72) ___ @@ -305,7 +305,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L67) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L67) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:69](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L69) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:69](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L69) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:70](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L70) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:70](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L70) ___ @@ -335,7 +335,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L73) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L73) ___ @@ -345,7 +345,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L74) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L74) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L75) +[packages/matter.js/src/protocol/interaction/InteractionMessenger.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionMessenger.ts#L75) ## Variables @@ -365,7 +365,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:62](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L62) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:62](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L62) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L61) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L61) ___ @@ -389,7 +389,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:126](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L126) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:126](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L126) ___ @@ -403,7 +403,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:56](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L56) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:56](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L56) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:141](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L141) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:141](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L141) ___ @@ -427,7 +427,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:133](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L133) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:133](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L133) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L119) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L119) ___ @@ -455,7 +455,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L97) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L97) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:170](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L170) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:170](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L170) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:162](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L162) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:162](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L162) ___ @@ -497,7 +497,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:177](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L177) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:177](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L177) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L209) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L209) ___ @@ -523,7 +523,7 @@ Special version of the DataReport Message with pre-encoded report entries used b #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:219](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L219) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:219](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L219) ___ @@ -537,7 +537,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:105](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L105) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:105](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L105) ___ @@ -551,7 +551,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L77) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L77) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:90](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L90) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:90](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L90) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L67) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L67) ___ @@ -593,7 +593,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:155](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L155) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:155](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L155) ___ @@ -607,7 +607,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L148) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L148) ___ @@ -621,7 +621,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:249](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L249) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:249](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L249) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:257](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L257) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:257](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L257) ___ @@ -649,7 +649,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L184) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L184) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:199](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L199) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:199](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L199) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:112](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L112) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:112](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L112) ___ @@ -691,7 +691,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:193](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L193) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:193](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L193) ___ @@ -705,7 +705,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:229](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L229) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:229](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L229) ___ @@ -719,7 +719,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:242](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L242) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:242](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L242) ___ @@ -733,7 +733,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:264](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L264) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:264](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L264) ___ @@ -747,7 +747,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:270](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L270) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:270](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L270) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:279](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L279) +[packages/matter.js/src/protocol/interaction/InteractionProtocol.ts:279](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionProtocol.ts#L279) ## Functions @@ -781,7 +781,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L111) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L111) ___ @@ -803,7 +803,7 @@ Return if an AttributeReportPayload can be chunked or not. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:103](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L103) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:103](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L103) ___ @@ -825,7 +825,7 @@ Chunk an AttributeReportPayload into multiple AttributeReportPayloads. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L117) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L117) ___ @@ -845,7 +845,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:119](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L119) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:119](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L119) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:107](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L107) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:107](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L107) ___ @@ -887,7 +887,7 @@ Sort and use Tag compression to compress a list of AttributeReportPayloads. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L183) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L183) ___ @@ -917,7 +917,7 @@ Decodes the data for one attribute via a schema including array un-chunking. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L184) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L184) ___ @@ -939,7 +939,7 @@ Decodes the data for one unknown attribute via the AnySchema including array un- #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L209) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L209) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L120) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L120) ___ @@ -981,7 +981,7 @@ Encodes an AttributeReportPayload into a TlvStream (used for TlvAny type). #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:60](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L60) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:60](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L60) ___ @@ -1003,7 +1003,7 @@ Encodes an EventReportPayload into a TlvStream (used for TlvAny type). #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L71) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L71) ___ @@ -1023,7 +1023,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:115](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L115) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:115](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L115) ___ @@ -1045,7 +1045,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/InteractionServer.ts:99](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L99) +[packages/matter.js/src/protocol/interaction/InteractionServer.ts:99](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/InteractionServer.ts#L99) ___ @@ -1068,7 +1068,7 @@ DataReport. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L116) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L116) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L71) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L71) ___ @@ -1111,7 +1111,7 @@ a received DataReport. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L45) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L45) ___ @@ -1131,7 +1131,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L43) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L43) ___ @@ -1155,7 +1155,7 @@ a received DataReport. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:58](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L58) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:58](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L58) ___ @@ -1175,7 +1175,7 @@ ___ #### Defined in -[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L52) +[packages/matter.js/src/protocol/interaction/EventDataDecoder.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/EventDataDecoder.ts#L52) ___ @@ -1199,7 +1199,7 @@ ground for tag compression. #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L160) +[packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataEncoder.ts#L160) ___ @@ -1221,4 +1221,4 @@ Structure the data of a received DataReport into an endpointId/clusterId/attribu #### Defined in -[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:230](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L230) +[packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts:230](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/interaction/AttributeDataDecoder.ts#L230) diff --git a/docs/matter.js/modules/protocol_securechannel_export.md b/docs/matter.js/modules/protocol_securechannel_export.md index f97f4ce1cb..9c58133ac0 100644 --- a/docs/matter.js/modules/protocol_securechannel_export.md +++ b/docs/matter.js/modules/protocol_securechannel_export.md @@ -43,7 +43,7 @@ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L13) +[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L13) ## Variables @@ -58,7 +58,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L7) +[packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelMessages.ts#L7) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L37) +[packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/protocol/securechannel/SecureChannelStatusMessageSchema.ts#L37) diff --git a/docs/matter.js/modules/schema_export.md b/docs/matter.js/modules/schema_export.md index 639d5a22dc..b9342ccc9b 100644 --- a/docs/matter.js/modules/schema_export.md +++ b/docs/matter.js/modules/schema_export.md @@ -58,9 +58,9 @@ Defines the bit position and bit length of a numeric value. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L36) +[packages/matter.js/src/schema/BitmapSchema.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L36) -[packages/matter.js/src/schema/BitmapSchema.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L37) +[packages/matter.js/src/schema/BitmapSchema.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L37) ___ @@ -78,9 +78,9 @@ Defines the bit position and bit length of an enum flag. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:40](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L40) +[packages/matter.js/src/schema/BitmapSchema.ts:40](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L40) -[packages/matter.js/src/schema/BitmapSchema.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L41) +[packages/matter.js/src/schema/BitmapSchema.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L41) ___ @@ -92,9 +92,9 @@ Defines the bit position of a boolean flag. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:32](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L32) +[packages/matter.js/src/schema/BitmapSchema.ts:32](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L32) -[packages/matter.js/src/schema/BitmapSchema.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L33) +[packages/matter.js/src/schema/BitmapSchema.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L33) ___ @@ -113,9 +113,9 @@ Create a type with specified bit flags set #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L202) +[packages/matter.js/src/schema/BitmapSchema.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L202) -[packages/matter.js/src/schema/BitmapSchema.ts:196](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L196) +[packages/matter.js/src/schema/BitmapSchema.ts:196](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L196) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:44](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L44) +[packages/matter.js/src/schema/BitmapSchema.ts:44](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L44) ___ @@ -147,7 +147,7 @@ Create a partial bitmap from a flag sequence #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L191) +[packages/matter.js/src/schema/BitmapSchema.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L191) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L74) +[packages/matter.js/src/schema/PairingCodeSchema.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L74) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:57](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L57) +[packages/matter.js/src/schema/PairingCodeSchema.ts:57](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L57) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L45) +[packages/matter.js/src/schema/BitmapSchema.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L45) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L51) +[packages/matter.js/src/schema/BitmapSchema.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L51) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L48) +[packages/matter.js/src/schema/BitmapSchema.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L48) ## Variables @@ -235,7 +235,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/Base38Schema.ts:97](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/Base38Schema.ts#L97) +[packages/matter.js/src/schema/Base38Schema.ts:97](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/Base38Schema.ts#L97) ___ @@ -255,7 +255,7 @@ See [MatterCoreSpecificationV1_0](../interfaces/spec_export.MatterCoreSpecificat #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L35) +[packages/matter.js/src/schema/PairingCodeSchema.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L35) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L45) +[packages/matter.js/src/schema/PairingCodeSchema.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L45) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:120](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L120) +[packages/matter.js/src/schema/PairingCodeSchema.ts:120](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/QrCodeSchema.ts:217](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/QrCodeSchema.ts#L217) +[packages/matter.js/src/schema/QrCodeSchema.ts:217](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/QrCodeSchema.ts#L217) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/PairingCodeSchema.ts:72](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/PairingCodeSchema.ts#L72) +[packages/matter.js/src/schema/PairingCodeSchema.ts:72](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/PairingCodeSchema.ts#L72) ## Functions @@ -316,7 +316,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:37](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L37) +[packages/matter.js/src/schema/BitmapSchema.ts:37](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L37) ___ @@ -343,7 +343,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L41) +[packages/matter.js/src/schema/BitmapSchema.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L41) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L33) +[packages/matter.js/src/schema/BitmapSchema.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L33) ___ @@ -393,7 +393,7 @@ Create a bitmap schema with a named subset of flags set #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:202](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L202) +[packages/matter.js/src/schema/BitmapSchema.ts:202](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L202) ___ @@ -421,7 +421,7 @@ Declares a bitmap schema by indicating the bit position and their names. #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:231](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L231) +[packages/matter.js/src/schema/BitmapSchema.ts:231](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L231) ___ @@ -451,7 +451,7 @@ Create a full bitmap schema from a partial bitmap schema #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:215](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L215) +[packages/matter.js/src/schema/BitmapSchema.ts:215](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L215) ___ @@ -479,4 +479,4 @@ Declares a bitmap schema backed by a ByteArray by indicating the bit position an #### Defined in -[packages/matter.js/src/schema/BitmapSchema.ts:234](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/schema/BitmapSchema.ts#L234) +[packages/matter.js/src/schema/BitmapSchema.ts:234](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/schema/BitmapSchema.ts#L234) diff --git a/docs/matter.js/modules/session_export.md b/docs/matter.js/modules/session_export.md index 707b5b1eaf..3e31b5ad8a 100644 --- a/docs/matter.js/modules/session_export.md +++ b/docs/matter.js/modules/session_export.md @@ -70,7 +70,7 @@ #### Defined in -[packages/matter.js/src/session/Session.ts:12](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L12) +[packages/matter.js/src/session/Session.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L13) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L11) +[packages/matter.js/src/session/Session.ts:12](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L12) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L21) +[packages/matter.js/src/session/pase/PaseMessenger.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L21) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[packages/matter.js/src/session/Session.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L13) +[packages/matter.js/src/session/Session.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L14) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L22) +[packages/matter.js/src/session/case/CaseMessages.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L22) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L26) +[packages/matter.js/src/session/case/CaseMessages.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L26) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L23) +[packages/matter.js/src/session/case/CaseMessages.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L23) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:27](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L27) +[packages/matter.js/src/session/case/CaseMessages.ts:27](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L27) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L24) +[packages/matter.js/src/session/case/CaseMessages.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L24) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L25) +[packages/matter.js/src/session/case/CaseMessages.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L25) ___ @@ -172,7 +172,7 @@ Maximum sleep interval of node when in active mode. #### Defined in -[packages/matter.js/src/session/Session.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L16) +[packages/matter.js/src/session/Session.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L17) ___ @@ -184,7 +184,7 @@ Minimum amount the node SHOULD stay awake after network activity. #### Defined in -[packages/matter.js/src/session/Session.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L22) +[packages/matter.js/src/session/Session.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L23) ___ @@ -196,7 +196,7 @@ Maximum sleep interval of node when in idle mode. #### Defined in -[packages/matter.js/src/session/Session.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/Session.ts#L19) +[packages/matter.js/src/session/Session.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/Session.ts#L20) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessenger.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessenger.ts#L22) +[packages/matter.js/src/session/pase/PaseMessenger.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessenger.ts#L22) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:28](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L28) +[packages/matter.js/src/session/case/CaseMessages.ts:28](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L28) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L29) +[packages/matter.js/src/session/case/CaseMessages.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L29) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L41) +[packages/matter.js/src/session/case/CaseMessages.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L41) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L52) +[packages/matter.js/src/session/case/CaseMessages.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L52) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:61](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L61) +[packages/matter.js/src/session/case/CaseMessages.ts:61](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L61) ___ @@ -282,7 +282,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L68) +[packages/matter.js/src/session/case/CaseMessages.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L68) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:81](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L81) +[packages/matter.js/src/session/case/CaseMessages.ts:81](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L81) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:89](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L89) +[packages/matter.js/src/session/case/CaseMessages.ts:89](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L89) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessages.ts:48](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessages.ts#L48) +[packages/matter.js/src/session/pase/PaseMessages.ts:48](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessages.ts#L48) ___ @@ -338,7 +338,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessages.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessages.ts#L53) +[packages/matter.js/src/session/pase/PaseMessages.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessages.ts#L53) ___ @@ -352,7 +352,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessages.ts:59](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessages.ts#L59) +[packages/matter.js/src/session/pase/PaseMessages.ts:59](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessages.ts#L59) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessages.ts:24](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessages.ts#L24) +[packages/matter.js/src/session/pase/PaseMessages.ts:24](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessages.ts#L24) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[packages/matter.js/src/session/pase/PaseMessages.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/pase/PaseMessages.ts#L33) +[packages/matter.js/src/session/pase/PaseMessages.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/pase/PaseMessages.ts#L33) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[packages/matter.js/src/session/case/CaseMessages.ts:73](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/case/CaseMessages.ts#L73) +[packages/matter.js/src/session/case/CaseMessages.ts:73](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/case/CaseMessages.ts#L73) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:21](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L21) +[packages/matter.js/src/session/SessionManager.ts:21](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L21) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[packages/matter.js/src/session/SessionManager.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SessionManager.ts#L23) +[packages/matter.js/src/session/SessionManager.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SessionManager.ts#L23) ## Functions @@ -441,4 +441,4 @@ asserts session is SecureSession #### Defined in -[packages/matter.js/src/session/SecureSession.ts:324](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/session/SecureSession.ts#L324) +[packages/matter.js/src/session/SecureSession.ts:331](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/session/SecureSession.ts#L331) diff --git a/docs/matter.js/modules/spec_export.md b/docs/matter.js/modules/spec_export.md index d4b99a9cef..b33bd02afd 100644 --- a/docs/matter.js/modules/spec_export.md +++ b/docs/matter.js/modules/spec_export.md @@ -8,7 +8,10 @@ - [MatterApplicationClusterSpecificationV1\_0](../interfaces/spec_export.MatterApplicationClusterSpecificationV1_0.md) - [MatterApplicationClusterSpecificationV1\_1](../interfaces/spec_export.MatterApplicationClusterSpecificationV1_1.md) +- [MatterApplicationClusterSpecificationV1\_2](../interfaces/spec_export.MatterApplicationClusterSpecificationV1_2.md) - [MatterCoreSpecificationV1\_0](../interfaces/spec_export.MatterCoreSpecificationV1_0.md) - [MatterCoreSpecificationV1\_1](../interfaces/spec_export.MatterCoreSpecificationV1_1.md) +- [MatterCoreSpecificationV1\_2](../interfaces/spec_export.MatterCoreSpecificationV1_2.md) - [MatterDeviceLibrarySpecificationV1\_0](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_0.md) - [MatterDeviceLibrarySpecificationV1\_1](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_1.md) +- [MatterDeviceLibrarySpecificationV1\_2](../interfaces/spec_export.MatterDeviceLibrarySpecificationV1_2.md) diff --git a/docs/matter.js/modules/storage_export.md b/docs/matter.js/modules/storage_export.md index 7696290a47..44d5859acc 100644 --- a/docs/matter.js/modules/storage_export.md +++ b/docs/matter.js/modules/storage_export.md @@ -29,7 +29,7 @@ #### Defined in -[packages/matter.js/src/storage/StringifyTools.ts:47](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StringifyTools.ts#L47) +[packages/matter.js/src/storage/StringifyTools.ts:47](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StringifyTools.ts#L47) ## Functions @@ -49,7 +49,7 @@ #### Defined in -[packages/matter.js/src/storage/StringifyTools.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StringifyTools.ts#L82) +[packages/matter.js/src/storage/StringifyTools.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StringifyTools.ts#L82) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[packages/matter.js/src/storage/StringifyTools.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/storage/StringifyTools.ts#L55) +[packages/matter.js/src/storage/StringifyTools.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/storage/StringifyTools.ts#L55) diff --git a/docs/matter.js/modules/time_export.md b/docs/matter.js/modules/time_export.md index 26fa9e5225..b14be643fa 100644 --- a/docs/matter.js/modules/time_export.md +++ b/docs/matter.js/modules/time_export.md @@ -32,4 +32,4 @@ #### Defined in -[packages/matter.js/src/time/Time.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/time/Time.ts#L9) +[packages/matter.js/src/time/Time.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/time/Time.ts#L9) diff --git a/docs/matter.js/modules/tlv_export.md b/docs/matter.js/modules/tlv_export.md index 2def442544..5ff938b60d 100644 --- a/docs/matter.js/modules/tlv_export.md +++ b/docs/matter.js/modules/tlv_export.md @@ -100,7 +100,7 @@ #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L22) +[packages/matter.js/src/tlv/TlvArray.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L22) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:83](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L83) +[packages/matter.js/src/tlv/TlvNumber.ts:83](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L83) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L54) +[packages/matter.js/src/tlv/TlvSchema.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L54) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L25) +[packages/matter.js/src/tlv/TlvObject.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L25) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:52](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L52) +[packages/matter.js/src/tlv/TlvSchema.ts:52](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L52) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:111](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L111) +[packages/matter.js/src/tlv/TlvCodec.ts:111](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L111) ___ @@ -218,7 +218,7 @@ Converts [TlvType](../enums/tlv_export.TlvType.md) to the js primitive type. #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L67) +[packages/matter.js/src/tlv/TlvCodec.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L67) ___ @@ -230,7 +230,7 @@ Type and length or value, when applicable. #### Defined in -[packages/matter.js/src/tlv/TlvCodec.ts:53](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvCodec.ts#L53) +[packages/matter.js/src/tlv/TlvCodec.ts:53](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvCodec.ts#L53) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:36](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L36) +[packages/matter.js/src/tlv/TlvObject.ts:36](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L36) ___ @@ -264,7 +264,7 @@ Type defined by the TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvSchema.ts:92](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvSchema.ts#L92) +[packages/matter.js/src/tlv/TlvSchema.ts:92](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvSchema.ts#L92) ## Variables @@ -274,7 +274,7 @@ Type defined by the TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvAny.ts:200](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvAny.ts#L200) +[packages/matter.js/src/tlv/TlvAny.ts:200](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvAny.ts#L200) ___ @@ -286,7 +286,7 @@ Boolean TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvBoolean.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvBoolean.ts#L33) +[packages/matter.js/src/tlv/TlvBoolean.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvBoolean.ts#L33) ___ @@ -298,7 +298,7 @@ ByteString TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L68) +[packages/matter.js/src/tlv/TlvString.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L68) ___ @@ -308,7 +308,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:117](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L117) +[packages/matter.js/src/tlv/TlvNumber.ts:117](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L117) ___ @@ -318,7 +318,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:188](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L188) +[packages/matter.js/src/tlv/TlvNumber.ts:188](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L188) ___ @@ -328,7 +328,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L187) +[packages/matter.js/src/tlv/TlvNumber.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L187) ___ @@ -340,7 +340,7 @@ Unsigned integer TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:116](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L116) +[packages/matter.js/src/tlv/TlvNumber.ts:116](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L116) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L82) +[packages/matter.js/src/tlv/TlvString.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L82) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:124](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L124) +[packages/matter.js/src/tlv/TlvNumber.ts:124](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L124) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:130](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L130) +[packages/matter.js/src/tlv/TlvNumber.ts:130](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L130) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:136](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L136) +[packages/matter.js/src/tlv/TlvNumber.ts:136](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L136) ___ @@ -390,7 +390,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:118](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L118) +[packages/matter.js/src/tlv/TlvNumber.ts:118](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L118) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:113](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L113) +[packages/matter.js/src/tlv/TlvNumber.ts:113](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L113) ___ @@ -412,7 +412,7 @@ Void TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvNoArguments.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNoArguments.ts#L26) +[packages/matter.js/src/tlv/TlvNoArguments.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNoArguments.ts#L26) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:183](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L183) +[packages/matter.js/src/tlv/TlvNumber.ts:183](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L183) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:184](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L184) +[packages/matter.js/src/tlv/TlvNumber.ts:184](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L184) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:189](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L189) +[packages/matter.js/src/tlv/TlvNumber.ts:189](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L189) ___ @@ -454,7 +454,7 @@ String TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:71](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L71) +[packages/matter.js/src/tlv/TlvString.ts:71](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L71) ___ @@ -466,7 +466,7 @@ String TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:80](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L80) +[packages/matter.js/src/tlv/TlvString.ts:80](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L80) ___ @@ -478,7 +478,7 @@ String TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L74) +[packages/matter.js/src/tlv/TlvString.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L74) ___ @@ -490,7 +490,7 @@ String TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvString.ts:77](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvString.ts#L77) +[packages/matter.js/src/tlv/TlvString.ts:77](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvString.ts#L77) ___ @@ -500,7 +500,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:191](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L191) +[packages/matter.js/src/tlv/TlvNumber.ts:191](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L191) ___ @@ -510,7 +510,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:190](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L190) +[packages/matter.js/src/tlv/TlvNumber.ts:190](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L190) ___ @@ -520,7 +520,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:148](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L148) +[packages/matter.js/src/tlv/TlvNumber.ts:148](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L148) ___ @@ -530,7 +530,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:154](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L154) +[packages/matter.js/src/tlv/TlvNumber.ts:154](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L154) ___ @@ -540,7 +540,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:160](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L160) +[packages/matter.js/src/tlv/TlvNumber.ts:160](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L160) ___ @@ -550,7 +550,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L166) +[packages/matter.js/src/tlv/TlvNumber.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L166) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:142](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L142) +[packages/matter.js/src/tlv/TlvNumber.ts:142](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L142) ___ @@ -572,7 +572,7 @@ Void TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvVoid.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvVoid.ts#L33) +[packages/matter.js/src/tlv/TlvVoid.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvVoid.ts#L33) ## Functions @@ -601,7 +601,7 @@ Array TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvArray.ts:128](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvArray.ts#L128) +[packages/matter.js/src/tlv/TlvArray.ts:128](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvArray.ts#L128) ___ @@ -628,7 +628,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:173](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L173) +[packages/matter.js/src/tlv/TlvNumber.ts:173](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L173) ___ @@ -648,7 +648,7 @@ ___ #### Defined in -[packages/matter.js/src/tlv/TlvNumber.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNumber.ts#L172) +[packages/matter.js/src/tlv/TlvNumber.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNumber.ts#L172) ___ @@ -680,7 +680,7 @@ to the value being empty. #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:174](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L174) +[packages/matter.js/src/tlv/TlvObject.ts:174](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L174) ___ @@ -708,7 +708,7 @@ List TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:167](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L167) +[packages/matter.js/src/tlv/TlvObject.ts:167](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L167) ___ @@ -736,7 +736,7 @@ Nullable TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvNullable.ts:54](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvNullable.ts#L54) +[packages/matter.js/src/tlv/TlvNullable.ts:54](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvNullable.ts#L54) ___ @@ -764,7 +764,7 @@ Object TLV schema. #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:164](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L164) +[packages/matter.js/src/tlv/TlvObject.ts:164](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L164) ___ @@ -793,4 +793,4 @@ Object TLV optional field. #### Defined in -[packages/matter.js/src/tlv/TlvObject.ts:178](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/tlv/TlvObject.ts#L178) +[packages/matter.js/src/tlv/TlvObject.ts:178](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/tlv/TlvObject.ts#L178) diff --git a/docs/matter.js/modules/util_export.md b/docs/matter.js/modules/util_export.md index d31c1d5fb6..817601ab79 100644 --- a/docs/matter.js/modules/util_export.md +++ b/docs/matter.js/modules/util_export.md @@ -101,7 +101,7 @@ #### Defined in -[packages/matter.js/src/util/Array.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Array.ts#L15) +[packages/matter.js/src/util/Array.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Array.ts#L15) ___ @@ -124,7 +124,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/Array.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Array.ts#L9) +[packages/matter.js/src/util/Array.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Array.ts#L9) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Type.ts:67](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L67) +[packages/matter.js/src/util/Type.ts:67](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L67) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Type.ts:68](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L68) +[packages/matter.js/src/util/Type.ts:68](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L68) ___ @@ -175,9 +175,9 @@ Array of bytes, alias of Uint8Array. #### Defined in -[packages/matter.js/src/util/ByteArray.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L74) +[packages/matter.js/src/util/ByteArray.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L74) -[packages/matter.js/src/util/ByteArray.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L75) +[packages/matter.js/src/util/ByteArray.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L75) ___ @@ -209,7 +209,7 @@ Type that represents a class constructor of a defined type or extend of it #### Defined in -[packages/matter.js/src/util/Type.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L19) +[packages/matter.js/src/util/Type.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L19) ___ @@ -238,7 +238,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L7) +[packages/matter.js/src/util/NamedHandler.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L7) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Type.ts:55](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L55) +[packages/matter.js/src/util/Type.ts:55](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L55) ___ @@ -273,9 +273,9 @@ Merges two types into one. #### Defined in -[packages/matter.js/src/util/Type.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L14) +[packages/matter.js/src/util/Type.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L14) -[packages/matter.js/src/util/Type.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L10) +[packages/matter.js/src/util/Type.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L10) ___ @@ -293,9 +293,9 @@ Merge an array of objects into one. Currently assumes unique elements #### Defined in -[packages/matter.js/src/util/Type.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L30) +[packages/matter.js/src/util/Type.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L30) -[packages/matter.js/src/util/Type.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L22) +[packages/matter.js/src/util/Type.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L22) ___ @@ -314,9 +314,9 @@ Pluck an item from an array of objects if present #### Defined in -[packages/matter.js/src/util/Type.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L43) +[packages/matter.js/src/util/Type.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L43) -[packages/matter.js/src/util/Type.ts:35](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L35) +[packages/matter.js/src/util/Type.ts:35](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L35) ___ @@ -335,7 +335,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/Type.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L7) +[packages/matter.js/src/util/Type.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L7) ## Variables @@ -345,9 +345,9 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/ByteArray.ts:74](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L74) +[packages/matter.js/src/util/ByteArray.ts:74](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L74) -[packages/matter.js/src/util/ByteArray.ts:75](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/ByteArray.ts#L75) +[packages/matter.js/src/util/ByteArray.ts:75](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/ByteArray.ts#L75) ___ @@ -357,7 +357,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:23](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L23) +[packages/matter.js/src/util/Number.ts:23](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L23) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:22](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L22) +[packages/matter.js/src/util/Number.ts:22](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L22) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:18](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L18) +[packages/matter.js/src/util/Number.ts:18](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L18) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L14) +[packages/matter.js/src/util/Number.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L14) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:19](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L19) +[packages/matter.js/src/util/Number.ts:19](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L19) ___ @@ -407,7 +407,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L15) +[packages/matter.js/src/util/Number.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L15) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:20](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L20) +[packages/matter.js/src/util/Number.ts:20](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L20) ___ @@ -427,7 +427,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:16](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L16) +[packages/matter.js/src/util/Number.ts:16](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L16) ___ @@ -437,7 +437,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L17) +[packages/matter.js/src/util/Number.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L17) ___ @@ -447,7 +447,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L13) +[packages/matter.js/src/util/Number.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L13) ___ @@ -457,7 +457,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:8](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L8) +[packages/matter.js/src/util/Number.ts:8](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L8) ___ @@ -467,7 +467,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L9) +[packages/matter.js/src/util/Number.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L9) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:10](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L10) +[packages/matter.js/src/util/Number.ts:10](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L10) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:11](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L11) +[packages/matter.js/src/util/Number.ts:11](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L11) ___ @@ -502,7 +502,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/Number.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L7) +[packages/matter.js/src/util/Number.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L7) ## Functions @@ -530,7 +530,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/Type.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L14) +[packages/matter.js/src/util/Type.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L14) ___ @@ -556,7 +556,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Type.ts:30](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L30) +[packages/matter.js/src/util/Type.ts:30](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L30) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Type.ts:43](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L43) +[packages/matter.js/src/util/Type.ts:43](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L43) ___ @@ -613,7 +613,7 @@ rejected #### Defined in -[packages/matter.js/src/util/Promises.ts:42](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Promises.ts#L42) +[packages/matter.js/src/util/Promises.ts:42](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Promises.ts#L42) ___ @@ -637,7 +637,7 @@ Converts identifiers of the form "foo-bar", "foo_bar", "foo bar", "foo*bar", #### Defined in -[packages/matter.js/src/util/String.ts:15](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L15) +[packages/matter.js/src/util/String.ts:15](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L15) ___ @@ -668,7 +668,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/String.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L7) +[packages/matter.js/src/util/String.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L7) ___ @@ -696,7 +696,7 @@ Obtain a promise with functions to resolve and reject. #### Defined in -[packages/matter.js/src/util/Promises.ts:14](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Promises.ts#L14) +[packages/matter.js/src/util/Promises.ts:14](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Promises.ts#L14) ___ @@ -719,7 +719,7 @@ Create a human readable version of a list of items. #### Defined in -[packages/matter.js/src/util/String.ts:209](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L209) +[packages/matter.js/src/util/String.ts:209](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L209) ___ @@ -746,7 +746,7 @@ ___ #### Defined in -[packages/matter.js/src/util/NamedHandler.ts:46](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/NamedHandler.ts#L46) +[packages/matter.js/src/util/NamedHandler.ts:46](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/NamedHandler.ts#L46) ___ @@ -766,7 +766,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Ip.ts:17](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Ip.ts#L17) +[packages/matter.js/src/util/Ip.ts:17](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Ip.ts#L17) ___ @@ -786,7 +786,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Ip.ts:26](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Ip.ts#L26) +[packages/matter.js/src/util/Ip.ts:26](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Ip.ts#L26) ___ @@ -812,7 +812,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/DeepEqual.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/DeepEqual.ts#L7) +[packages/matter.js/src/util/DeepEqual.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/DeepEqual.ts#L7) ___ @@ -832,7 +832,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Ip.ts:9](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Ip.ts#L9) +[packages/matter.js/src/util/Ip.ts:9](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Ip.ts#L9) ___ @@ -852,7 +852,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Ip.ts:13](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Ip.ts#L13) +[packages/matter.js/src/util/Ip.ts:13](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Ip.ts#L13) ___ @@ -874,7 +874,7 @@ Same as "a == undefined" but keeps the kids happy #### Defined in -[packages/matter.js/src/util/Type.ts:51](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Type.ts#L51) +[packages/matter.js/src/util/Type.ts:51](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Type.ts#L51) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:39](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L39) +[packages/matter.js/src/util/Number.ts:39](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L39) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:33](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L33) +[packages/matter.js/src/util/Number.ts:33](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L33) ___ @@ -950,7 +950,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Ip.ts:41](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Ip.ts#L41) +[packages/matter.js/src/util/Ip.ts:41](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Ip.ts#L41) ___ @@ -972,7 +972,7 @@ Like JSON.stringify but targets well-formed JS and is slightly more readable. #### Defined in -[packages/matter.js/src/util/String.ts:82](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L82) +[packages/matter.js/src/util/String.ts:82](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L82) ___ @@ -1009,7 +1009,7 @@ SPDX-License-Identifier: Apache-2.0 #### Defined in -[packages/matter.js/src/util/Singleton.ts:7](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Singleton.ts#L7) +[packages/matter.js/src/util/Singleton.ts:7](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Singleton.ts#L7) ___ @@ -1029,7 +1029,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:29](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L29) +[packages/matter.js/src/util/Number.ts:29](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L29) ___ @@ -1049,7 +1049,7 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:45](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L45) +[packages/matter.js/src/util/Number.ts:45](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L45) ___ @@ -1069,4 +1069,4 @@ ___ #### Defined in -[packages/matter.js/src/util/Number.ts:25](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/Number.ts#L25) +[packages/matter.js/src/util/Number.ts:25](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/Number.ts#L25) diff --git a/docs/matter.js/modules/util_export.serialize.md b/docs/matter.js/modules/util_export.serialize.md index af8687ab10..3c7e9e595e 100644 --- a/docs/matter.js/modules/util_export.serialize.md +++ b/docs/matter.js/modules/util_export.serialize.md @@ -25,7 +25,7 @@ Custom serialization function key. #### Defined in -[packages/matter.js/src/util/String.ts:166](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L166) +[packages/matter.js/src/util/String.ts:166](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L166) ## Functions @@ -48,7 +48,7 @@ representation. #### Defined in -[packages/matter.js/src/util/String.ts:172](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L172) +[packages/matter.js/src/util/String.ts:172](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L172) ___ @@ -70,4 +70,4 @@ Test whether a value serializes as a structure or a primitive. #### Defined in -[packages/matter.js/src/util/String.ts:187](https://github.com/project-chip/matter.js/blob/ac2c2688/packages/matter.js/src/util/String.ts#L187) +[packages/matter.js/src/util/String.ts:187](https://github.com/project-chip/matter.js/blob/b7330d72/packages/matter.js/src/util/String.ts#L187) diff --git a/lerna.json b/lerna.json index 7f0bfc51be..d66287a012 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "command": { "run": { "stream": true diff --git a/models/package.json b/models/package.json index 9630c3d15f..3d81cd7389 100644 --- a/models/package.json +++ b/models/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter.js-intermediate-models", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter.js intermediate models", "private": true, "type": "module", @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/project-chip/matter.js#readme", "devDependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" } } diff --git a/package-lock.json b/package-lock.json index 77434d7785..f1f0ad9b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,24 +34,24 @@ }, "chip-testing": { "name": "@project-chip/matter.js-chip-testing", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter-node.js": "0.7.2", + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" } }, "codegen": { "name": "@project-chip/matter.js-codegen", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-intermediate-models": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-intermediate-models": "0.7.2" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/jsdom": "^21.1.6", "jsdom": "^22.1.0", "typescript": "^5.2.2", @@ -60,11 +60,11 @@ }, "models": { "name": "@project-chip/matter.js-intermediate-models", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "devDependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -13710,13 +13710,13 @@ }, "packages/matter-node-ble.js": { "name": "@project-chip/matter-node-ble.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, @@ -13730,11 +13730,11 @@ }, "packages/matter-node-shell.js": { "name": "@project-chip/matter-node-shell.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter-node-ble.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter-node-ble.js": "0.7.2", + "@project-chip/matter-node.js": "0.7.2", "child_process": "^1.0.2", "readline": "^1.3.0", "yargs": "^17.7.2" @@ -13743,7 +13743,7 @@ "shell": "dist/cjs/app.js" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "typescript": "^5.2.2" }, "engines": { @@ -13753,14 +13753,14 @@ }, "packages/matter-node.js": { "name": "@project-chip/matter-node.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js": "0.7.2", "node-localstorage": "^3.0.5" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/bn.js": "^5.1.3", "@types/bytebuffer": "^5.0.48", "@types/node-localstorage": "^1.3.3", @@ -13775,12 +13775,12 @@ }, "packages/matter-node.js-examples": { "name": "@project-chip/matter-node.js-examples", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { - "@project-chip/matter-node-ble.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter-node-ble.js": "0.7.2", + "@project-chip/matter-node.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" }, "bin": { "matter-bridge": "dist/esm/examples/BridgedDevicesNode.js", @@ -13834,14 +13834,14 @@ }, "packages/matter.js": { "name": "@project-chip/matter.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { "bn.js": "^5.2.1", "elliptic": "^6.5.4" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/bn.js": "^5.1.3", "@types/chai": "^4.3.10", "@types/elliptic": "^6.4.16", @@ -13853,7 +13853,7 @@ }, "packages/matter.js-tools": { "name": "@project-chip/matter.js-tools", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "license": "Apache-2.0", "dependencies": { "@npmcli/map-workspaces": "^3.0.4", diff --git a/packages/matter-node-ble.js/package.json b/packages/matter-node-ble.js/package.json index 98a043a3c9..9d74499f47 100644 --- a/packages/matter-node-ble.js/package.json +++ b/packages/matter-node-ble.js/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter-node-ble.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter BLE support for node.js", "keywords": [ "iot", @@ -29,12 +29,12 @@ "build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig src/tsconfig.json" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter.js": "0.7.2" }, "optionalDependencies": { "@abandonware/bleno": "^0.6.1", diff --git a/packages/matter-node-shell.js/package.json b/packages/matter-node-shell.js/package.json index 0af2332830..a540110ad0 100644 --- a/packages/matter-node-shell.js/package.json +++ b/packages/matter-node-shell.js/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter-node-shell.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Shell app for Matter controller", "keywords": [ "iot", @@ -32,12 +32,12 @@ "shell": "./dist/cjs/app.js" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "typescript": "^5.2.2" }, "dependencies": { - "@project-chip/matter-node-ble.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter-node-ble.js": "0.7.2", + "@project-chip/matter-node.js": "0.7.2", "child_process": "^1.0.2", "readline": "^1.3.0", "yargs": "^17.7.2" diff --git a/packages/matter-node.js-examples/package.json b/packages/matter-node.js-examples/package.json index e36e0f3228..f34a58bdc5 100644 --- a/packages/matter-node.js-examples/package.json +++ b/packages/matter-node.js-examples/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter-node.js-examples", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "CLI/Reference implementation scripts for Matter protocol for node.js", "keywords": [ "iot", @@ -47,9 +47,9 @@ "typescript": "^5.2.2" }, "dependencies": { - "@project-chip/matter-node-ble.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter-node.js": "0.7.2-alpha.0-20231202-84053025", - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025" + "@project-chip/matter-node-ble.js": "0.7.2", + "@project-chip/matter-node.js": "0.7.2", + "@project-chip/matter.js-tools": "0.7.2" }, "engines": { "_comment": "For Crypto.hkdf support", diff --git a/packages/matter-node.js/package.json b/packages/matter-node.js/package.json index 4c8c53f64f..1f77017696 100644 --- a/packages/matter-node.js/package.json +++ b/packages/matter-node.js/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter-node.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter protocol for node.js", "keywords": [ "iot", @@ -31,7 +31,7 @@ "test": "matter-test" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/bn.js": "^5.1.3", "@types/bytebuffer": "^5.0.48", "@types/node-localstorage": "^1.3.3", @@ -40,7 +40,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@project-chip/matter.js": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js": "0.7.2", "node-localstorage": "^3.0.5" }, "engines": { diff --git a/packages/matter.js-tools/package.json b/packages/matter.js-tools/package.json index c393e90992..ec4680c5d4 100644 --- a/packages/matter.js-tools/package.json +++ b/packages/matter.js-tools/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter.js-tools", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter.js tooling", "type": "module", "scripts": { diff --git a/packages/matter.js/package.json b/packages/matter.js/package.json index 4e7af99de8..0f8b328eb1 100644 --- a/packages/matter.js/package.json +++ b/packages/matter.js/package.json @@ -1,6 +1,6 @@ { "name": "@project-chip/matter.js", - "version": "0.7.2-alpha.0-20231202-84053025", + "version": "0.7.2", "description": "Matter protocol in pure js", "keywords": [ "iot", @@ -36,7 +36,7 @@ "elliptic": "^6.5.4" }, "devDependencies": { - "@project-chip/matter.js-tools": "0.7.2-alpha.0-20231202-84053025", + "@project-chip/matter.js-tools": "0.7.2", "@types/bn.js": "^5.1.3", "@types/chai": "^4.3.10", "@types/elliptic": "^6.4.16",