@matter/types 0.17.4 → 0.17.5-alpha.0-20260702-a2cd6f764
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +252 -75
- package/dist/cjs/clusters/account-login.d.ts +22 -22
- package/dist/cjs/clusters/actions.d.ts +76 -76
- package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
- package/dist/cjs/clusters/administrator-commissioning.d.ts +25 -25
- package/dist/cjs/clusters/air-quality.d.ts +6 -6
- package/dist/cjs/clusters/alarm-base.d.ts +25 -25
- package/dist/cjs/clusters/ambient-context-sensing.d.js +22 -0
- package/dist/cjs/clusters/ambient-context-sensing.d.js.map +6 -0
- package/dist/cjs/clusters/ambient-context-sensing.d.ts +706 -0
- package/dist/cjs/clusters/ambient-context-sensing.js +34 -0
- package/dist/cjs/clusters/ambient-context-sensing.js.map +6 -0
- package/dist/cjs/clusters/application-basic.d.ts +22 -22
- package/dist/cjs/clusters/application-launcher.d.ts +30 -30
- package/dist/cjs/clusters/audio-output.d.ts +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +111 -73
- package/dist/cjs/clusters/binding.d.ts +9 -9
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +64 -41
- package/dist/cjs/clusters/boolean-state.d.ts +55 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +60 -60
- package/dist/cjs/clusters/camera-av-settings-user-level-management.d.ts +71 -71
- package/dist/cjs/clusters/camera-av-stream-management.d.ts +262 -232
- package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/channel.d.ts +101 -101
- package/dist/cjs/clusters/chime.d.ts +18 -18
- package/dist/cjs/clusters/closure-control.d.ts +59 -59
- package/dist/cjs/clusters/closure-dimension.d.ts +60 -60
- package/dist/cjs/clusters/color-control.d.ts +226 -228
- package/dist/cjs/clusters/commissioner-control.d.ts +14 -14
- package/dist/cjs/clusters/commodity-metering.d.ts +13 -13
- package/dist/cjs/clusters/commodity-price.d.ts +38 -38
- package/dist/cjs/clusters/commodity-tariff.d.ts +106 -106
- package/dist/cjs/clusters/concentration-measurement.d.ts +29 -29
- package/dist/cjs/clusters/content-app-observer.d.ts +12 -12
- package/dist/cjs/clusters/content-control.d.ts +103 -103
- package/dist/cjs/clusters/content-launcher.d.ts +65 -65
- package/dist/cjs/clusters/descriptor.d.ts +19 -19
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +30 -30
- package/dist/cjs/clusters/device-energy-management.d.ts +128 -128
- package/dist/cjs/clusters/diagnostic-logs.d.ts +29 -29
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +26 -26
- package/dist/cjs/clusters/dishwasher-mode.d.ts +29 -29
- package/dist/cjs/clusters/door-lock.d.ts +330 -330
- package/dist/cjs/clusters/ecosystem-information.d.ts +21 -21
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +43 -43
- package/dist/cjs/clusters/electrical-grid-conditions.d.ts +22 -22
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +67 -67
- package/dist/cjs/clusters/energy-evse-mode.d.ts +30 -30
- package/dist/cjs/clusters/energy-evse.d.ts +122 -122
- package/dist/cjs/clusters/energy-preference.d.ts +22 -26
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +23 -23
- package/dist/cjs/clusters/fan-control.d.ts +41 -41
- package/dist/cjs/clusters/fixed-label.d.ts +4 -4
- package/dist/cjs/clusters/flow-measurement.d.ts +11 -11
- package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/general-commissioning.d.ts +62 -60
- package/dist/cjs/clusters/general-diagnostics.d.ts +142 -71
- package/dist/cjs/clusters/group-key-management.d.ts +213 -80
- package/dist/cjs/clusters/groupcast.d.js +22 -0
- package/dist/cjs/clusters/groupcast.d.js.map +6 -0
- package/dist/cjs/clusters/groupcast.d.ts +961 -0
- package/dist/cjs/clusters/groupcast.js +34 -0
- package/dist/cjs/clusters/groupcast.js.map +6 -0
- package/dist/cjs/clusters/groups.d.ts +44 -36
- package/dist/cjs/clusters/hepa-filter-monitoring.d.ts +15 -15
- package/dist/cjs/clusters/icd-management.d.ts +55 -53
- package/dist/cjs/clusters/identify.d.ts +15 -15
- package/dist/cjs/clusters/illuminance-measurement.d.ts +14 -14
- package/dist/cjs/clusters/index.d.ts +3 -0
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +9 -0
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +36 -81
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +979 -1193
- package/dist/cjs/clusters/keypad-input.d.ts +12 -12
- package/dist/cjs/clusters/label.d.ts +7 -7
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +7 -7
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +14 -14
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +30 -30
- package/dist/cjs/clusters/level-control.d.ts +57 -57
- package/dist/cjs/clusters/localization-configuration.d.ts +6 -6
- package/dist/cjs/clusters/low-power.d.ts +3 -3
- package/dist/cjs/clusters/media-input.d.ts +20 -20
- package/dist/cjs/clusters/media-playback.d.ts +92 -92
- package/dist/cjs/clusters/messages.d.ts +56 -56
- package/dist/cjs/clusters/meter-identification.d.ts +14 -14
- package/dist/cjs/clusters/microwave-oven-control.d.ts +31 -31
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +27 -27
- package/dist/cjs/clusters/mode-base.d.ts +39 -39
- package/dist/cjs/clusters/mode-select.d.ts +25 -25
- package/dist/cjs/clusters/network-commissioning.d.ts +124 -116
- package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/occupancy-sensing.d.ts +67 -47
- package/dist/cjs/clusters/on-off.d.ts +60 -46
- package/dist/cjs/clusters/operational-credentials.d.ts +65 -65
- package/dist/cjs/clusters/operational-state.d.ts +38 -38
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +39 -39
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +58 -58
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +22 -22
- package/dist/cjs/clusters/oven-mode.d.ts +45 -43
- package/dist/cjs/clusters/ozone-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pm1-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pm10-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pm25-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/power-source-configuration.d.ts +4 -4
- package/dist/cjs/clusters/power-source.d.ts +92 -92
- package/dist/cjs/clusters/power-topology.d.ts +7 -43
- package/dist/cjs/clusters/pressure-measurement.d.ts +22 -22
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +111 -111
- package/dist/cjs/clusters/push-av-stream-transport.d.ts +129 -147
- package/dist/cjs/clusters/radon-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +22 -22
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +11 -11
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +34 -34
- package/dist/cjs/clusters/rvc-operational-state.d.ts +33 -33
- package/dist/cjs/clusters/rvc-run-mode.d.ts +40 -40
- package/dist/cjs/clusters/scenes-management.d.ts +94 -94
- package/dist/cjs/clusters/service-area.d.ts +47 -47
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +126 -90
- package/dist/cjs/clusters/software-diagnostics.d.ts +24 -24
- package/dist/cjs/clusters/soil-measurement.d.ts +6 -6
- package/dist/cjs/clusters/switch.d.ts +43 -43
- package/dist/cjs/clusters/target-navigator.d.ts +22 -22
- package/dist/cjs/clusters/temperature-alarm.d.js +22 -0
- package/dist/cjs/clusters/temperature-alarm.d.js.map +6 -0
- package/dist/cjs/clusters/temperature-alarm.d.ts +706 -0
- package/dist/cjs/clusters/temperature-alarm.js +34 -0
- package/dist/cjs/clusters/temperature-alarm.js.map +6 -0
- package/dist/cjs/clusters/temperature-control.d.ts +22 -22
- package/dist/cjs/clusters/temperature-measurement.d.ts +11 -11
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +11 -11
- package/dist/cjs/clusters/thermostat.d.ts +1001 -200
- package/dist/cjs/clusters/thread-border-router-management.d.ts +26 -26
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +187 -187
- package/dist/cjs/clusters/thread-network-directory.d.ts +21 -21
- package/dist/cjs/clusters/time-format-localization.d.ts +11 -11
- package/dist/cjs/clusters/time-synchronization.d.ts +85 -85
- package/dist/cjs/clusters/tls-certificate-management.d.ts +62 -62
- package/dist/cjs/clusters/tls-client-management.d.ts +36 -36
- package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
- package/dist/cjs/clusters/unit-localization.d.ts +8 -8
- package/dist/cjs/clusters/user-label.d.ts +4 -4
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +45 -45
- package/dist/cjs/clusters/wake-on-lan.d.ts +6 -6
- package/dist/cjs/clusters/water-heater-management.d.ts +32 -32
- package/dist/cjs/clusters/water-heater-mode.d.ts +29 -29
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +15 -15
- package/dist/cjs/clusters/web-rtc-transport-definitions.d.ts +22 -22
- package/dist/cjs/clusters/web-rtc-transport-provider.d.ts +52 -105
- package/dist/cjs/clusters/web-rtc-transport-requestor.d.ts +22 -22
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +46 -46
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +9 -9
- package/dist/cjs/clusters/window-covering.d.ts +61 -61
- package/dist/cjs/clusters/zone-management.d.ts +79 -79
- package/dist/cjs/datatype/AttributeId.d.ts +1 -1
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts +3 -3
- package/dist/cjs/datatype/ClusterId.d.ts +1 -1
- package/dist/cjs/datatype/CommandId.d.ts +1 -1
- package/dist/cjs/datatype/DataVersion.d.ts +1 -1
- package/dist/cjs/datatype/DeviceTypeId.d.ts +1 -1
- package/dist/cjs/datatype/EndpointNumber.d.ts +1 -1
- package/dist/cjs/datatype/EntryIndex.d.ts +1 -1
- package/dist/cjs/datatype/EventId.d.ts +1 -1
- package/dist/cjs/datatype/EventNumber.d.ts +1 -1
- package/dist/cjs/datatype/FabricId.d.ts +1 -1
- package/dist/cjs/datatype/FabricIndex.d.ts +4 -3
- package/dist/cjs/datatype/FabricIndex.d.ts.map +1 -1
- package/dist/cjs/datatype/FabricIndex.js.map +1 -1
- package/dist/cjs/datatype/FieldId.d.ts +1 -1
- package/dist/cjs/datatype/GlobalFabricId.d.ts +1 -1
- package/dist/cjs/datatype/GroupId.d.ts +1 -1
- package/dist/cjs/datatype/NodeId.d.ts +1 -1
- package/dist/cjs/datatype/SubjectId.d.ts +1 -1
- package/dist/cjs/datatype/VendorId.d.ts +1 -1
- package/dist/cjs/dcl/attestation-certificate.d.ts +1 -1
- package/dist/cjs/dcl/device-attestation-revocation.d.ts +3 -3
- package/dist/cjs/dcl/device-software-compliance.d.ts +1 -1
- package/dist/cjs/dcl/device-software-version.d.ts +1 -1
- package/dist/cjs/dcl/device.d.ts +2 -2
- package/dist/cjs/dcl/operational-certificate.d.ts +1 -1
- package/dist/cjs/dcl/vendor.d.ts +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/CertificationType.d.ts +24 -0
- package/dist/cjs/globals/CertificationType.d.ts.map +1 -0
- package/dist/cjs/globals/CertificationType.js +35 -0
- package/dist/cjs/globals/CertificationType.js.map +6 -0
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +34 -2
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js +3 -0
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/PowerThreshold.d.ts +5 -5
- package/dist/cjs/globals/PowerThreshold.js +3 -3
- package/dist/cjs/globals/PowerThresholdSource.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/StreamUsage.d.ts +5 -5
- package/dist/cjs/globals/TariffPriceType.d.ts +6 -6
- package/dist/cjs/globals/TariffUnit.d.ts +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/Viewport.d.ts +6 -6
- package/dist/cjs/globals/Viewport.js +4 -4
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/globals/index.d.ts +1 -0
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +1 -0
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/cjs/protocol/messages/TlvDataReport.d.ts +3 -1
- package/dist/cjs/protocol/messages/TlvDataReport.d.ts.map +1 -1
- package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts +1 -1
- package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts +1 -1
- package/dist/cjs/protocol/messages/TlvReadRequest.d.ts +2 -1
- package/dist/cjs/protocol/messages/TlvReadRequest.d.ts.map +1 -1
- package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts +2 -2
- package/dist/cjs/protocol/messages/TlvStatusResponse.js +1 -1
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts +2 -1
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -1
- package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts +1 -1
- package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts +1 -1
- package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts +2 -1
- package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts.map +1 -1
- package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts +2 -1
- package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributeData.d.ts +2 -1
- package/dist/cjs/protocol/types/TlvAttributeData.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributePath.d.ts +2 -1
- package/dist/cjs/protocol/types/TlvAttributePath.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributePath.js +2 -1
- package/dist/cjs/protocol/types/TlvAttributePath.js.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributeReport.d.ts +3 -1
- package/dist/cjs/protocol/types/TlvAttributeReport.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts +1 -0
- package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts +2 -1
- package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts.map +1 -1
- package/dist/cjs/protocol/types/TlvClusterPath.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvCommandData.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvCommandPath.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvCommandStatus.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvEventData.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvEventFilter.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvEventPath.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvEventReport.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvEventStatus.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts +1 -1
- package/dist/cjs/protocol/types/TlvStatus.d.ts +1 -1
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts +1 -1
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -1
- package/dist/cjs/schema/Base38Schema.d.ts +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +26 -12
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +8 -1
- package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
- package/dist/cjs/tlv/TlvArray.d.ts +1 -1
- package/dist/cjs/tlv/TlvBoolean.d.ts +1 -1
- package/dist/cjs/tlv/TlvCodec.d.ts +4 -4
- package/dist/cjs/tlv/TlvCodec.js +2 -2
- package/dist/cjs/tlv/TlvNullable.d.ts +1 -1
- package/dist/cjs/tlv/TlvNumber.d.ts +1 -1
- package/dist/cjs/tlv/TlvObject.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +252 -75
- package/dist/esm/clusters/account-login.d.ts +22 -22
- package/dist/esm/clusters/actions.d.ts +76 -76
- package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
- package/dist/esm/clusters/administrator-commissioning.d.ts +25 -25
- package/dist/esm/clusters/air-quality.d.ts +6 -6
- package/dist/esm/clusters/alarm-base.d.ts +25 -25
- package/dist/esm/clusters/ambient-context-sensing.d.js +6 -0
- package/dist/esm/clusters/ambient-context-sensing.d.js.map +6 -0
- package/dist/esm/clusters/ambient-context-sensing.d.ts +706 -0
- package/dist/esm/clusters/ambient-context-sensing.js +14 -0
- package/dist/esm/clusters/ambient-context-sensing.js.map +6 -0
- package/dist/esm/clusters/application-basic.d.ts +22 -22
- package/dist/esm/clusters/application-launcher.d.ts +30 -30
- package/dist/esm/clusters/audio-output.d.ts +17 -17
- package/dist/esm/clusters/basic-information.d.ts +111 -73
- package/dist/esm/clusters/binding.d.ts +9 -9
- package/dist/esm/clusters/boolean-state-configuration.d.ts +64 -41
- package/dist/esm/clusters/boolean-state.d.ts +55 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +60 -60
- package/dist/esm/clusters/camera-av-settings-user-level-management.d.ts +71 -71
- package/dist/esm/clusters/camera-av-stream-management.d.ts +262 -232
- package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/channel.d.ts +101 -101
- package/dist/esm/clusters/chime.d.ts +18 -18
- package/dist/esm/clusters/closure-control.d.ts +59 -59
- package/dist/esm/clusters/closure-dimension.d.ts +60 -60
- package/dist/esm/clusters/color-control.d.ts +226 -228
- package/dist/esm/clusters/commissioner-control.d.ts +14 -14
- package/dist/esm/clusters/commodity-metering.d.ts +13 -13
- package/dist/esm/clusters/commodity-price.d.ts +38 -38
- package/dist/esm/clusters/commodity-tariff.d.ts +106 -106
- package/dist/esm/clusters/concentration-measurement.d.ts +29 -29
- package/dist/esm/clusters/content-app-observer.d.ts +12 -12
- package/dist/esm/clusters/content-control.d.ts +103 -103
- package/dist/esm/clusters/content-launcher.d.ts +65 -65
- package/dist/esm/clusters/descriptor.d.ts +19 -19
- package/dist/esm/clusters/device-energy-management-mode.d.ts +30 -30
- package/dist/esm/clusters/device-energy-management.d.ts +128 -128
- package/dist/esm/clusters/diagnostic-logs.d.ts +29 -29
- package/dist/esm/clusters/dishwasher-alarm.d.ts +26 -26
- package/dist/esm/clusters/dishwasher-mode.d.ts +29 -29
- package/dist/esm/clusters/door-lock.d.ts +330 -330
- package/dist/esm/clusters/ecosystem-information.d.ts +21 -21
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +43 -43
- package/dist/esm/clusters/electrical-grid-conditions.d.ts +22 -22
- package/dist/esm/clusters/electrical-power-measurement.d.ts +67 -67
- package/dist/esm/clusters/energy-evse-mode.d.ts +30 -30
- package/dist/esm/clusters/energy-evse.d.ts +122 -122
- package/dist/esm/clusters/energy-preference.d.ts +22 -26
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +23 -23
- package/dist/esm/clusters/fan-control.d.ts +41 -41
- package/dist/esm/clusters/fixed-label.d.ts +4 -4
- package/dist/esm/clusters/flow-measurement.d.ts +11 -11
- package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/general-commissioning.d.ts +62 -60
- package/dist/esm/clusters/general-diagnostics.d.ts +142 -71
- package/dist/esm/clusters/group-key-management.d.ts +213 -80
- package/dist/esm/clusters/groupcast.d.js +6 -0
- package/dist/esm/clusters/groupcast.d.js.map +6 -0
- package/dist/esm/clusters/groupcast.d.ts +961 -0
- package/dist/esm/clusters/groupcast.js +14 -0
- package/dist/esm/clusters/groupcast.js.map +6 -0
- package/dist/esm/clusters/groups.d.ts +44 -36
- package/dist/esm/clusters/hepa-filter-monitoring.d.ts +15 -15
- package/dist/esm/clusters/icd-management.d.ts +55 -53
- package/dist/esm/clusters/identify.d.ts +15 -15
- package/dist/esm/clusters/illuminance-measurement.d.ts +14 -14
- package/dist/esm/clusters/index.d.ts +3 -0
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +9 -0
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +36 -81
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +979 -1193
- package/dist/esm/clusters/keypad-input.d.ts +12 -12
- package/dist/esm/clusters/label.d.ts +7 -7
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +7 -7
- package/dist/esm/clusters/laundry-washer-controls.d.ts +14 -14
- package/dist/esm/clusters/laundry-washer-mode.d.ts +30 -30
- package/dist/esm/clusters/level-control.d.ts +57 -57
- package/dist/esm/clusters/localization-configuration.d.ts +6 -6
- package/dist/esm/clusters/low-power.d.ts +3 -3
- package/dist/esm/clusters/media-input.d.ts +20 -20
- package/dist/esm/clusters/media-playback.d.ts +92 -92
- package/dist/esm/clusters/messages.d.ts +56 -56
- package/dist/esm/clusters/meter-identification.d.ts +14 -14
- package/dist/esm/clusters/microwave-oven-control.d.ts +31 -31
- package/dist/esm/clusters/microwave-oven-mode.d.ts +27 -27
- package/dist/esm/clusters/mode-base.d.ts +39 -39
- package/dist/esm/clusters/mode-select.d.ts +25 -25
- package/dist/esm/clusters/network-commissioning.d.ts +124 -116
- package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/occupancy-sensing.d.ts +67 -47
- package/dist/esm/clusters/on-off.d.ts +60 -46
- package/dist/esm/clusters/operational-credentials.d.ts +65 -65
- package/dist/esm/clusters/operational-state.d.ts +38 -38
- package/dist/esm/clusters/ota-software-update-provider.d.ts +39 -39
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +58 -58
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +22 -22
- package/dist/esm/clusters/oven-mode.d.ts +45 -43
- package/dist/esm/clusters/ozone-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/pm1-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/pm10-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/pm25-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/power-source-configuration.d.ts +4 -4
- package/dist/esm/clusters/power-source.d.ts +92 -92
- package/dist/esm/clusters/power-topology.d.ts +7 -43
- package/dist/esm/clusters/pressure-measurement.d.ts +22 -22
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +111 -111
- package/dist/esm/clusters/push-av-stream-transport.d.ts +129 -147
- package/dist/esm/clusters/radon-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/refrigerator-alarm.d.ts +22 -22
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +11 -11
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/rvc-clean-mode.d.ts +34 -34
- package/dist/esm/clusters/rvc-operational-state.d.ts +33 -33
- package/dist/esm/clusters/rvc-run-mode.d.ts +40 -40
- package/dist/esm/clusters/scenes-management.d.ts +94 -94
- package/dist/esm/clusters/service-area.d.ts +47 -47
- package/dist/esm/clusters/smoke-co-alarm.d.ts +126 -90
- package/dist/esm/clusters/software-diagnostics.d.ts +24 -24
- package/dist/esm/clusters/soil-measurement.d.ts +6 -6
- package/dist/esm/clusters/switch.d.ts +43 -43
- package/dist/esm/clusters/target-navigator.d.ts +22 -22
- package/dist/esm/clusters/temperature-alarm.d.js +6 -0
- package/dist/esm/clusters/temperature-alarm.d.js.map +6 -0
- package/dist/esm/clusters/temperature-alarm.d.ts +706 -0
- package/dist/esm/clusters/temperature-alarm.js +14 -0
- package/dist/esm/clusters/temperature-alarm.js.map +6 -0
- package/dist/esm/clusters/temperature-control.d.ts +22 -22
- package/dist/esm/clusters/temperature-measurement.d.ts +11 -11
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +11 -11
- package/dist/esm/clusters/thermostat.d.ts +1001 -200
- package/dist/esm/clusters/thread-border-router-management.d.ts +26 -26
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +187 -187
- package/dist/esm/clusters/thread-network-directory.d.ts +21 -21
- package/dist/esm/clusters/time-format-localization.d.ts +11 -11
- package/dist/esm/clusters/time-synchronization.d.ts +85 -85
- package/dist/esm/clusters/tls-certificate-management.d.ts +62 -62
- package/dist/esm/clusters/tls-client-management.d.ts +36 -36
- package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
- package/dist/esm/clusters/unit-localization.d.ts +8 -8
- package/dist/esm/clusters/user-label.d.ts +4 -4
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +45 -45
- package/dist/esm/clusters/wake-on-lan.d.ts +6 -6
- package/dist/esm/clusters/water-heater-management.d.ts +32 -32
- package/dist/esm/clusters/water-heater-mode.d.ts +29 -29
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts +15 -15
- package/dist/esm/clusters/web-rtc-transport-definitions.d.ts +22 -22
- package/dist/esm/clusters/web-rtc-transport-provider.d.ts +52 -105
- package/dist/esm/clusters/web-rtc-transport-requestor.d.ts +22 -22
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +46 -46
- package/dist/esm/clusters/wi-fi-network-management.d.ts +9 -9
- package/dist/esm/clusters/window-covering.d.ts +61 -61
- package/dist/esm/clusters/zone-management.d.ts +79 -79
- package/dist/esm/datatype/AttributeId.d.ts +1 -1
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts +3 -3
- package/dist/esm/datatype/ClusterId.d.ts +1 -1
- package/dist/esm/datatype/CommandId.d.ts +1 -1
- package/dist/esm/datatype/DataVersion.d.ts +1 -1
- package/dist/esm/datatype/DeviceTypeId.d.ts +1 -1
- package/dist/esm/datatype/EndpointNumber.d.ts +1 -1
- package/dist/esm/datatype/EntryIndex.d.ts +1 -1
- package/dist/esm/datatype/EventId.d.ts +1 -1
- package/dist/esm/datatype/EventNumber.d.ts +1 -1
- package/dist/esm/datatype/FabricId.d.ts +1 -1
- package/dist/esm/datatype/FabricIndex.d.ts +4 -3
- package/dist/esm/datatype/FabricIndex.d.ts.map +1 -1
- package/dist/esm/datatype/FabricIndex.js.map +1 -1
- package/dist/esm/datatype/FieldId.d.ts +1 -1
- package/dist/esm/datatype/GlobalFabricId.d.ts +1 -1
- package/dist/esm/datatype/GroupId.d.ts +1 -1
- package/dist/esm/datatype/NodeId.d.ts +1 -1
- package/dist/esm/datatype/SubjectId.d.ts +1 -1
- package/dist/esm/datatype/VendorId.d.ts +1 -1
- package/dist/esm/dcl/attestation-certificate.d.ts +1 -1
- package/dist/esm/dcl/device-attestation-revocation.d.ts +3 -3
- package/dist/esm/dcl/device-software-compliance.d.ts +1 -1
- package/dist/esm/dcl/device-software-version.d.ts +1 -1
- package/dist/esm/dcl/device.d.ts +2 -2
- package/dist/esm/dcl/operational-certificate.d.ts +1 -1
- package/dist/esm/dcl/vendor.d.ts +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/CertificationType.d.ts +24 -0
- package/dist/esm/globals/CertificationType.d.ts.map +1 -0
- package/dist/esm/globals/CertificationType.js +15 -0
- package/dist/esm/globals/CertificationType.js.map +6 -0
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +34 -2
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js +3 -0
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/PowerThreshold.d.ts +5 -5
- package/dist/esm/globals/PowerThreshold.js +3 -3
- package/dist/esm/globals/PowerThresholdSource.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/StreamUsage.d.ts +5 -5
- package/dist/esm/globals/TariffPriceType.d.ts +6 -6
- package/dist/esm/globals/TariffUnit.d.ts +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/Viewport.d.ts +6 -6
- package/dist/esm/globals/Viewport.js +4 -4
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/globals/index.d.ts +1 -0
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +1 -0
- package/dist/esm/globals/index.js.map +1 -1
- package/dist/esm/protocol/messages/TlvDataReport.d.ts +3 -1
- package/dist/esm/protocol/messages/TlvDataReport.d.ts.map +1 -1
- package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts +1 -1
- package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts +1 -1
- package/dist/esm/protocol/messages/TlvReadRequest.d.ts +2 -1
- package/dist/esm/protocol/messages/TlvReadRequest.d.ts.map +1 -1
- package/dist/esm/protocol/messages/TlvStatusResponse.d.ts +2 -2
- package/dist/esm/protocol/messages/TlvStatusResponse.js +1 -1
- package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts +2 -1
- package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -1
- package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts +1 -1
- package/dist/esm/protocol/messages/TlvTimedRequest.d.ts +1 -1
- package/dist/esm/protocol/messages/TlvWriteRequest.d.ts +2 -1
- package/dist/esm/protocol/messages/TlvWriteRequest.d.ts.map +1 -1
- package/dist/esm/protocol/messages/TlvWriteResponse.d.ts +2 -1
- package/dist/esm/protocol/messages/TlvWriteResponse.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvAttributeData.d.ts +2 -1
- package/dist/esm/protocol/types/TlvAttributeData.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvAttributePath.d.ts +2 -1
- package/dist/esm/protocol/types/TlvAttributePath.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvAttributePath.js +2 -1
- package/dist/esm/protocol/types/TlvAttributePath.js.map +1 -1
- package/dist/esm/protocol/types/TlvAttributeReport.d.ts +3 -1
- package/dist/esm/protocol/types/TlvAttributeReport.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvAttributeReportData.d.ts +1 -0
- package/dist/esm/protocol/types/TlvAttributeReportData.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvAttributeStatus.d.ts +2 -1
- package/dist/esm/protocol/types/TlvAttributeStatus.d.ts.map +1 -1
- package/dist/esm/protocol/types/TlvClusterPath.d.ts +1 -1
- package/dist/esm/protocol/types/TlvCommandData.d.ts +1 -1
- package/dist/esm/protocol/types/TlvCommandPath.d.ts +1 -1
- package/dist/esm/protocol/types/TlvCommandStatus.d.ts +1 -1
- package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts +1 -1
- package/dist/esm/protocol/types/TlvEventData.d.ts +1 -1
- package/dist/esm/protocol/types/TlvEventFilter.d.ts +1 -1
- package/dist/esm/protocol/types/TlvEventPath.d.ts +1 -1
- package/dist/esm/protocol/types/TlvEventReport.d.ts +1 -1
- package/dist/esm/protocol/types/TlvEventStatus.d.ts +1 -1
- package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts +1 -1
- package/dist/esm/protocol/types/TlvStatus.d.ts +1 -1
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts +1 -1
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -1
- package/dist/esm/schema/Base38Schema.d.ts +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +26 -12
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +8 -1
- package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
- package/dist/esm/tlv/TlvArray.d.ts +1 -1
- package/dist/esm/tlv/TlvBoolean.d.ts +1 -1
- package/dist/esm/tlv/TlvCodec.d.ts +4 -4
- package/dist/esm/tlv/TlvCodec.js +2 -2
- package/dist/esm/tlv/TlvNullable.d.ts +1 -1
- package/dist/esm/tlv/TlvNumber.d.ts +1 -1
- package/dist/esm/tlv/TlvObject.d.ts +1 -1
- package/package.json +4 -4
- package/src/clusters/access-control.d.ts +252 -75
- package/src/clusters/account-login.d.ts +22 -22
- package/src/clusters/actions.d.ts +76 -76
- package/src/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
- package/src/clusters/administrator-commissioning.d.ts +25 -25
- package/src/clusters/air-quality.d.ts +6 -6
- package/src/clusters/alarm-base.d.ts +25 -25
- package/src/clusters/ambient-context-sensing.d.ts +706 -0
- package/src/clusters/ambient-context-sensing.js +13 -0
- package/src/clusters/application-basic.d.ts +22 -22
- package/src/clusters/application-launcher.d.ts +30 -30
- package/src/clusters/audio-output.d.ts +17 -17
- package/src/clusters/basic-information.d.ts +111 -73
- package/src/clusters/binding.d.ts +9 -9
- package/src/clusters/boolean-state-configuration.d.ts +64 -41
- package/src/clusters/boolean-state.d.ts +55 -12
- package/src/clusters/bridged-device-basic-information.d.ts +60 -60
- package/src/clusters/camera-av-settings-user-level-management.d.ts +71 -71
- package/src/clusters/camera-av-stream-management.d.ts +262 -232
- package/src/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
- package/src/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
- package/src/clusters/channel.d.ts +101 -101
- package/src/clusters/chime.d.ts +18 -18
- package/src/clusters/closure-control.d.ts +59 -59
- package/src/clusters/closure-dimension.d.ts +60 -60
- package/src/clusters/color-control.d.ts +226 -228
- package/src/clusters/commissioner-control.d.ts +14 -14
- package/src/clusters/commodity-metering.d.ts +13 -13
- package/src/clusters/commodity-price.d.ts +38 -38
- package/src/clusters/commodity-tariff.d.ts +106 -106
- package/src/clusters/concentration-measurement.d.ts +29 -29
- package/src/clusters/content-app-observer.d.ts +12 -12
- package/src/clusters/content-control.d.ts +103 -103
- package/src/clusters/content-launcher.d.ts +65 -65
- package/src/clusters/descriptor.d.ts +19 -19
- package/src/clusters/device-energy-management-mode.d.ts +30 -30
- package/src/clusters/device-energy-management.d.ts +128 -128
- package/src/clusters/diagnostic-logs.d.ts +29 -29
- package/src/clusters/dishwasher-alarm.d.ts +26 -26
- package/src/clusters/dishwasher-mode.d.ts +29 -29
- package/src/clusters/door-lock.d.ts +330 -330
- package/src/clusters/ecosystem-information.d.ts +21 -21
- package/src/clusters/electrical-energy-measurement.d.ts +43 -43
- package/src/clusters/electrical-grid-conditions.d.ts +22 -22
- package/src/clusters/electrical-power-measurement.d.ts +67 -67
- package/src/clusters/energy-evse-mode.d.ts +30 -30
- package/src/clusters/energy-evse.d.ts +122 -122
- package/src/clusters/energy-preference.d.ts +22 -26
- package/src/clusters/ethernet-network-diagnostics.d.ts +23 -23
- package/src/clusters/fan-control.d.ts +41 -41
- package/src/clusters/fixed-label.d.ts +4 -4
- package/src/clusters/flow-measurement.d.ts +11 -11
- package/src/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
- package/src/clusters/general-commissioning.d.ts +62 -60
- package/src/clusters/general-diagnostics.d.ts +142 -71
- package/src/clusters/group-key-management.d.ts +213 -80
- package/src/clusters/groupcast.d.ts +961 -0
- package/src/clusters/groupcast.js +13 -0
- package/src/clusters/groups.d.ts +44 -36
- package/src/clusters/hepa-filter-monitoring.d.ts +15 -15
- package/src/clusters/icd-management.d.ts +55 -53
- package/src/clusters/identify.d.ts +15 -15
- package/src/clusters/illuminance-measurement.d.ts +14 -14
- package/src/clusters/index.ts +3 -0
- package/src/clusters/joint-fabric-administrator.d.ts +36 -81
- package/src/clusters/joint-fabric-datastore.d.ts +979 -1193
- package/src/clusters/keypad-input.d.ts +12 -12
- package/src/clusters/label.d.ts +7 -7
- package/src/clusters/laundry-dryer-controls.d.ts +7 -7
- package/src/clusters/laundry-washer-controls.d.ts +14 -14
- package/src/clusters/laundry-washer-mode.d.ts +30 -30
- package/src/clusters/level-control.d.ts +57 -57
- package/src/clusters/localization-configuration.d.ts +6 -6
- package/src/clusters/low-power.d.ts +3 -3
- package/src/clusters/media-input.d.ts +20 -20
- package/src/clusters/media-playback.d.ts +92 -92
- package/src/clusters/messages.d.ts +56 -56
- package/src/clusters/meter-identification.d.ts +14 -14
- package/src/clusters/microwave-oven-control.d.ts +31 -31
- package/src/clusters/microwave-oven-mode.d.ts +27 -27
- package/src/clusters/mode-base.d.ts +39 -39
- package/src/clusters/mode-select.d.ts +25 -25
- package/src/clusters/network-commissioning.d.ts +124 -116
- package/src/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
- package/src/clusters/occupancy-sensing.d.ts +67 -47
- package/src/clusters/on-off.d.ts +60 -46
- package/src/clusters/operational-credentials.d.ts +65 -65
- package/src/clusters/operational-state.d.ts +38 -38
- package/src/clusters/ota-software-update-provider.d.ts +39 -39
- package/src/clusters/ota-software-update-requestor.d.ts +58 -58
- package/src/clusters/oven-cavity-operational-state.d.ts +22 -22
- package/src/clusters/oven-mode.d.ts +45 -43
- package/src/clusters/ozone-concentration-measurement.d.ts +25 -25
- package/src/clusters/pm1-concentration-measurement.d.ts +25 -25
- package/src/clusters/pm10-concentration-measurement.d.ts +25 -25
- package/src/clusters/pm25-concentration-measurement.d.ts +25 -25
- package/src/clusters/power-source-configuration.d.ts +4 -4
- package/src/clusters/power-source.d.ts +92 -92
- package/src/clusters/power-topology.d.ts +7 -43
- package/src/clusters/pressure-measurement.d.ts +22 -22
- package/src/clusters/pump-configuration-and-control.d.ts +111 -111
- package/src/clusters/push-av-stream-transport.d.ts +129 -147
- package/src/clusters/radon-concentration-measurement.d.ts +25 -25
- package/src/clusters/refrigerator-alarm.d.ts +22 -22
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
- package/src/clusters/relative-humidity-measurement.d.ts +11 -11
- package/src/clusters/resource-monitoring.d.ts +20 -20
- package/src/clusters/rvc-clean-mode.d.ts +34 -34
- package/src/clusters/rvc-operational-state.d.ts +33 -33
- package/src/clusters/rvc-run-mode.d.ts +40 -40
- package/src/clusters/scenes-management.d.ts +94 -94
- package/src/clusters/service-area.d.ts +47 -47
- package/src/clusters/smoke-co-alarm.d.ts +126 -90
- package/src/clusters/software-diagnostics.d.ts +24 -24
- package/src/clusters/soil-measurement.d.ts +6 -6
- package/src/clusters/switch.d.ts +43 -43
- package/src/clusters/target-navigator.d.ts +22 -22
- package/src/clusters/temperature-alarm.d.ts +706 -0
- package/src/clusters/temperature-alarm.js +13 -0
- package/src/clusters/temperature-control.d.ts +22 -22
- package/src/clusters/temperature-measurement.d.ts +11 -11
- package/src/clusters/thermostat-user-interface-configuration.d.ts +11 -11
- package/src/clusters/thermostat.d.ts +1001 -200
- package/src/clusters/thread-border-router-management.d.ts +26 -26
- package/src/clusters/thread-network-diagnostics.d.ts +187 -187
- package/src/clusters/thread-network-directory.d.ts +21 -21
- package/src/clusters/time-format-localization.d.ts +11 -11
- package/src/clusters/time-synchronization.d.ts +85 -85
- package/src/clusters/tls-certificate-management.d.ts +62 -62
- package/src/clusters/tls-client-management.d.ts +36 -36
- package/src/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
- package/src/clusters/unit-localization.d.ts +8 -8
- package/src/clusters/user-label.d.ts +4 -4
- package/src/clusters/valve-configuration-and-control.d.ts +45 -45
- package/src/clusters/wake-on-lan.d.ts +6 -6
- package/src/clusters/water-heater-management.d.ts +32 -32
- package/src/clusters/water-heater-mode.d.ts +29 -29
- package/src/clusters/water-tank-level-monitoring.d.ts +15 -15
- package/src/clusters/web-rtc-transport-definitions.d.ts +22 -22
- package/src/clusters/web-rtc-transport-provider.d.ts +52 -105
- package/src/clusters/web-rtc-transport-requestor.d.ts +22 -22
- package/src/clusters/wi-fi-network-diagnostics.d.ts +46 -46
- package/src/clusters/wi-fi-network-management.d.ts +9 -9
- package/src/clusters/window-covering.d.ts +61 -61
- package/src/clusters/zone-management.d.ts +79 -79
- package/src/datatype/AttributeId.ts +1 -1
- package/src/datatype/CaseAuthenticatedTag.ts +4 -4
- package/src/datatype/ClusterId.ts +1 -1
- package/src/datatype/CommandId.ts +1 -1
- package/src/datatype/DataVersion.ts +1 -1
- package/src/datatype/DeviceTypeId.ts +1 -1
- package/src/datatype/EndpointNumber.ts +1 -1
- package/src/datatype/EntryIndex.ts +1 -1
- package/src/datatype/EventId.ts +1 -1
- package/src/datatype/EventNumber.ts +1 -1
- package/src/datatype/FabricId.ts +1 -1
- package/src/datatype/FabricIndex.ts +4 -3
- package/src/datatype/FieldId.ts +1 -1
- package/src/datatype/GlobalFabricId.ts +1 -1
- package/src/datatype/GroupId.ts +1 -1
- package/src/datatype/NodeId.ts +1 -1
- package/src/datatype/SubjectId.ts +1 -1
- package/src/datatype/VendorId.ts +1 -1
- package/src/dcl/attestation-certificate.ts +1 -1
- package/src/dcl/device-attestation-revocation.ts +3 -3
- package/src/dcl/device-software-compliance.ts +1 -1
- package/src/dcl/device-software-version.ts +1 -1
- package/src/dcl/device.ts +2 -2
- package/src/dcl/operational-certificate.ts +1 -1
- package/src/dcl/vendor.ts +1 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/CertificationType.ts +27 -0
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +37 -2
- package/src/globals/PowerThreshold.ts +5 -5
- package/src/globals/PowerThresholdSource.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/StreamUsage.ts +5 -5
- package/src/globals/TariffPriceType.ts +6 -6
- package/src/globals/TariffUnit.ts +1 -1
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/Viewport.ts +6 -6
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/globals/index.ts +1 -0
- package/src/protocol/messages/TlvDataReport.ts +1 -1
- package/src/protocol/messages/TlvInvokeRequest.ts +1 -1
- package/src/protocol/messages/TlvInvokeResponse.ts +1 -1
- package/src/protocol/messages/TlvReadRequest.ts +1 -1
- package/src/protocol/messages/TlvStatusResponse.ts +2 -2
- package/src/protocol/messages/TlvSubscribeRequest.ts +1 -1
- package/src/protocol/messages/TlvSubscribeResponse.ts +1 -1
- package/src/protocol/messages/TlvTimedRequest.ts +1 -1
- package/src/protocol/messages/TlvWriteRequest.ts +1 -1
- package/src/protocol/messages/TlvWriteResponse.ts +1 -1
- package/src/protocol/types/TlvAttributeData.ts +1 -1
- package/src/protocol/types/TlvAttributePath.ts +2 -1
- package/src/protocol/types/TlvAttributeReport.ts +1 -1
- package/src/protocol/types/TlvAttributeStatus.ts +1 -1
- package/src/protocol/types/TlvClusterPath.ts +1 -1
- package/src/protocol/types/TlvCommandData.ts +1 -1
- package/src/protocol/types/TlvCommandPath.ts +1 -1
- package/src/protocol/types/TlvCommandStatus.ts +1 -1
- package/src/protocol/types/TlvDataVersionFilter.ts +1 -1
- package/src/protocol/types/TlvEventData.ts +1 -1
- package/src/protocol/types/TlvEventFilter.ts +1 -1
- package/src/protocol/types/TlvEventPath.ts +1 -1
- package/src/protocol/types/TlvEventReport.ts +1 -1
- package/src/protocol/types/TlvEventStatus.ts +1 -1
- package/src/protocol/types/TlvInvokeResponseData.ts +1 -1
- package/src/protocol/types/TlvStatus.ts +1 -1
- package/src/protocol/types/WildcardPathFlagsBitmap.ts +1 -1
- package/src/schema/Base38Schema.ts +1 -1
- package/src/schema/PairingCodeSchema.ts +20 -12
- package/src/tlv/TlvArray.ts +1 -1
- package/src/tlv/TlvBoolean.ts +1 -1
- package/src/tlv/TlvCodec.ts +7 -7
- package/src/tlv/TlvNullable.ts +2 -2
- package/src/tlv/TlvNumber.ts +1 -1
- package/src/tlv/TlvObject.ts +1 -1
- package/src/tlv/TlvString.ts +1 -1
|
@@ -44,7 +44,7 @@ import type { Status } from "../globals/Status.js";
|
|
|
44
44
|
* Certificate Management and TLS Client Management sections in [[MatterCore]](#ref_MatterCore)). Nodes supporting this
|
|
45
45
|
* cluster shall also support the TLS Client Management Cluster and its dependencies.
|
|
46
46
|
*
|
|
47
|
-
* @see {@link MatterSpecification.
|
|
47
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7
|
|
48
48
|
*/
|
|
49
49
|
export declare namespace PushAvStreamTransport {
|
|
50
50
|
/**
|
|
@@ -58,7 +58,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
58
58
|
export const name: "PushAvStreamTransport";
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
61
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
62
62
|
*/
|
|
63
63
|
export const revision: 2;
|
|
64
64
|
|
|
@@ -78,7 +78,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
78
78
|
* of Ingestion Method and Container Format that the Node supports. Nodes shall support at least the combination
|
|
79
79
|
* CMAFIngest,CMAF.
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.9.1
|
|
82
82
|
*/
|
|
83
83
|
supportedFormats: SupportedFormat[];
|
|
84
84
|
|
|
@@ -91,7 +91,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
91
91
|
* Resource Management and Stream Priorities and the currently used bandwidth of the total available specified
|
|
92
92
|
* by MaxNetworkBandwidth.
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.9.2
|
|
95
95
|
*/
|
|
96
96
|
currentConnections: TransportConfiguration[];
|
|
97
97
|
}
|
|
@@ -108,7 +108,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
108
108
|
* of Ingestion Method and Container Format that the Node supports. Nodes shall support at least the combination
|
|
109
109
|
* CMAFIngest,CMAF.
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.9.1
|
|
112
112
|
*/
|
|
113
113
|
supportedFormats: SupportedFormat[];
|
|
114
114
|
|
|
@@ -121,7 +121,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
121
121
|
* Resource Management and Stream Priorities and the currently used bandwidth of the total available specified
|
|
122
122
|
* by MaxNetworkBandwidth.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.9.2
|
|
125
125
|
*/
|
|
126
126
|
currentConnections: TransportConfiguration[];
|
|
127
127
|
}
|
|
@@ -133,21 +133,21 @@ export declare namespace PushAvStreamTransport {
|
|
|
133
133
|
/**
|
|
134
134
|
* This command shall allocate a transport and return a PushTransportConnectionID.
|
|
135
135
|
*
|
|
136
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.1
|
|
137
137
|
*/
|
|
138
138
|
allocatePushTransport(request: AllocatePushTransportRequest): MaybePromise<AllocatePushTransportResponse>;
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
141
|
* This command shall be generated to request the Node deallocates the specified transport.
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.3
|
|
144
144
|
*/
|
|
145
145
|
deallocatePushTransport(request: DeallocatePushTransportRequest): MaybePromise;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* This command is used to request the Node modifies the configuration of the specified push transport.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.4
|
|
151
151
|
*/
|
|
152
152
|
modifyPushTransport(request: ModifyPushTransportRequest): MaybePromise;
|
|
153
153
|
|
|
@@ -155,14 +155,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
155
155
|
* This command shall be generated to request the Node modifies the Transport Status of a specified transport or
|
|
156
156
|
* all transports.
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.5
|
|
159
159
|
*/
|
|
160
160
|
setTransportStatus(request: SetTransportStatusRequest): MaybePromise;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
163
|
* This command shall be generated to request the Node to manually start the specified push transport.
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6
|
|
166
166
|
*/
|
|
167
167
|
manuallyTriggerTransport(request: ManuallyTriggerTransportRequest): MaybePromise;
|
|
168
168
|
|
|
@@ -170,7 +170,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
170
170
|
* This command shall return the Transport Configuration for the specified push transport or all allocated
|
|
171
171
|
* transports for the fabric if null.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.7
|
|
174
174
|
*/
|
|
175
175
|
findTransport(request: FindTransportRequest): MaybePromise<FindTransportResponse>;
|
|
176
176
|
}
|
|
@@ -195,7 +195,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
195
195
|
*
|
|
196
196
|
* The data on this event shall contain the following information.
|
|
197
197
|
*
|
|
198
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1
|
|
199
199
|
*/
|
|
200
200
|
pushTransportBegin: PushTransportBeginEvent;
|
|
201
201
|
|
|
@@ -207,7 +207,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
207
207
|
*
|
|
208
208
|
* The data on this event shall contain the following information.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2
|
|
211
211
|
*/
|
|
212
212
|
pushTransportEnd: PushTransportEndEvent;
|
|
213
213
|
}
|
|
@@ -230,7 +230,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
230
230
|
*
|
|
231
231
|
* The data on this event shall contain the following information.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1
|
|
234
234
|
*/
|
|
235
235
|
pushTransportBegin: PushTransportBeginEvent;
|
|
236
236
|
|
|
@@ -242,7 +242,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
242
242
|
*
|
|
243
243
|
* The data on this event shall contain the following information.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2
|
|
246
246
|
*/
|
|
247
247
|
pushTransportEnd: PushTransportEndEvent;
|
|
248
248
|
}
|
|
@@ -253,7 +253,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
253
253
|
/**
|
|
254
254
|
* These are optional features supported by PushAvStreamTransportCluster.
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.6
|
|
257
257
|
*/
|
|
258
258
|
export enum Feature {
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
262
262
|
* When this feature is supported, the Sensitivity for a Motion Trigger can be set per zone. When not supported,
|
|
263
263
|
* only a single sensitivity can be used for all Motion Triggers.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.6.1
|
|
266
266
|
*/
|
|
267
267
|
PerZoneSensitivity = "PerZoneSensitivity",
|
|
268
268
|
|
|
@@ -272,7 +272,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
272
272
|
* When this feature is supported and a transport activates it, metadata shall be included within the uploaded
|
|
273
273
|
* data.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.6.2
|
|
276
276
|
*/
|
|
277
277
|
Metadata = "Metadata"
|
|
278
278
|
}
|
|
@@ -281,7 +281,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
281
281
|
* This struct holds the combination of container format and ingest method which represents a valid combination for
|
|
282
282
|
* a transport.
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.6
|
|
285
285
|
*/
|
|
286
286
|
export class SupportedFormat {
|
|
287
287
|
constructor(values?: Partial<SupportedFormat>);
|
|
@@ -290,7 +290,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
290
290
|
* This field shall indicate a supported container format that when combined with IngestMethod, can be used in a
|
|
291
291
|
* transport.
|
|
292
292
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
293
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.6.1
|
|
294
294
|
*/
|
|
295
295
|
containerFormat: ContainerFormat;
|
|
296
296
|
|
|
@@ -298,7 +298,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
298
298
|
* This field shall indicate a supported ingest method that when combined with ContainerFormat, can be used in a
|
|
299
299
|
* transport.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.6.2
|
|
302
302
|
*/
|
|
303
303
|
ingestMethod: IngestMethods;
|
|
304
304
|
}
|
|
@@ -306,7 +306,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
306
306
|
/**
|
|
307
307
|
* This encodes the current configuration of an allocated transport.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.16
|
|
310
310
|
*/
|
|
311
311
|
export class TransportConfiguration {
|
|
312
312
|
constructor(values?: Partial<TransportConfiguration>);
|
|
@@ -314,21 +314,21 @@ export declare namespace PushAvStreamTransport {
|
|
|
314
314
|
/**
|
|
315
315
|
* This field shall be a PushTransportConnectionID representing a unique transport.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.16.1
|
|
318
318
|
*/
|
|
319
319
|
connectionId: number;
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
322
|
* This field shall represent the Stream Transport Status of the transport.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.16.2
|
|
325
325
|
*/
|
|
326
326
|
transportStatus: TransportStatus;
|
|
327
327
|
|
|
328
328
|
/**
|
|
329
329
|
* This field shall represent the Stream Transport Options of the transport.
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.16.3
|
|
332
332
|
*/
|
|
333
333
|
transportOptions?: TransportOptions;
|
|
334
334
|
|
|
@@ -338,7 +338,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
338
338
|
/**
|
|
339
339
|
* This command shall allocate a transport and return a PushTransportConnectionID.
|
|
340
340
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
341
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.1
|
|
342
342
|
*/
|
|
343
343
|
export class AllocatePushTransportRequest {
|
|
344
344
|
constructor(values?: Partial<AllocatePushTransportRequest>);
|
|
@@ -346,7 +346,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
346
346
|
/**
|
|
347
347
|
* This field shall represent the configuration options of the transport to be allocated.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.1.1
|
|
350
350
|
*/
|
|
351
351
|
transportOptions: TransportOptions;
|
|
352
352
|
}
|
|
@@ -354,7 +354,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
354
354
|
/**
|
|
355
355
|
* This command shall be generated in response to a successful AllocatePushTransport command.
|
|
356
356
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
357
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.2
|
|
358
358
|
*/
|
|
359
359
|
export class AllocatePushTransportResponse {
|
|
360
360
|
constructor(values?: Partial<AllocatePushTransportResponse>);
|
|
@@ -366,7 +366,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
366
366
|
* shall be populated with the first video and audio stream entries that exist in the VideoStreams and
|
|
367
367
|
* AudioStreams lists.
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.2.1
|
|
370
370
|
*/
|
|
371
371
|
transportConfiguration: TransportConfiguration;
|
|
372
372
|
}
|
|
@@ -374,7 +374,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
374
374
|
/**
|
|
375
375
|
* This command shall be generated to request the Node deallocates the specified transport.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.3
|
|
378
378
|
*/
|
|
379
379
|
export class DeallocatePushTransportRequest {
|
|
380
380
|
constructor(values?: Partial<DeallocatePushTransportRequest>);
|
|
@@ -382,7 +382,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
382
382
|
/**
|
|
383
383
|
* This field shall be a PushTransportConnectionID representing the allocated transport to deallocate.
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.3.1
|
|
386
386
|
*/
|
|
387
387
|
connectionId: number;
|
|
388
388
|
}
|
|
@@ -390,7 +390,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
390
390
|
/**
|
|
391
391
|
* This command is used to request the Node modifies the configuration of the specified push transport.
|
|
392
392
|
*
|
|
393
|
-
* @see {@link MatterSpecification.
|
|
393
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.4
|
|
394
394
|
*/
|
|
395
395
|
export class ModifyPushTransportRequest {
|
|
396
396
|
constructor(values?: Partial<ModifyPushTransportRequest>);
|
|
@@ -398,14 +398,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
398
398
|
/**
|
|
399
399
|
* This field shall be a PushTransportConnectionID representing the transport to modify.
|
|
400
400
|
*
|
|
401
|
-
* @see {@link MatterSpecification.
|
|
401
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.4.1
|
|
402
402
|
*/
|
|
403
403
|
connectionId: number;
|
|
404
404
|
|
|
405
405
|
/**
|
|
406
406
|
* This field shall represent the Transport Options to modify.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.4.2
|
|
409
409
|
*/
|
|
410
410
|
transportOptions: TransportOptions;
|
|
411
411
|
}
|
|
@@ -414,7 +414,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
414
414
|
* This command shall be generated to request the Node modifies the Transport Status of a specified transport or all
|
|
415
415
|
* transports.
|
|
416
416
|
*
|
|
417
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.5
|
|
418
418
|
*/
|
|
419
419
|
export class SetTransportStatusRequest {
|
|
420
420
|
constructor(values?: Partial<SetTransportStatusRequest>);
|
|
@@ -423,14 +423,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
423
423
|
* This field shall be a PushTransportConnectionID representing the transport to modify. If null is passed, all
|
|
424
424
|
* transports belonging to the calling fabric will be modified.
|
|
425
425
|
*
|
|
426
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.5.1
|
|
427
427
|
*/
|
|
428
428
|
connectionId: number | null;
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
431
|
* This field shall be a TransportStatusEnum and represent the new transport status to apply.
|
|
432
432
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.5.2
|
|
434
434
|
*/
|
|
435
435
|
transportStatus: TransportStatus;
|
|
436
436
|
}
|
|
@@ -438,7 +438,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
438
438
|
/**
|
|
439
439
|
* This command shall be generated to request the Node to manually start the specified push transport.
|
|
440
440
|
*
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6
|
|
442
442
|
*/
|
|
443
443
|
export class ManuallyTriggerTransportRequest {
|
|
444
444
|
constructor(values?: Partial<ManuallyTriggerTransportRequest>);
|
|
@@ -446,14 +446,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
446
446
|
/**
|
|
447
447
|
* This field shall be a PushTransportConnectionID representing the push transport to start or stop.
|
|
448
448
|
*
|
|
449
|
-
* @see {@link MatterSpecification.
|
|
449
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6.1
|
|
450
450
|
*/
|
|
451
451
|
connectionId: number;
|
|
452
452
|
|
|
453
453
|
/**
|
|
454
454
|
* This field shall provide information as to why the transport was started or stopped.
|
|
455
455
|
*
|
|
456
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6.2
|
|
457
457
|
*/
|
|
458
458
|
activationReason: TriggerActivationReason;
|
|
459
459
|
|
|
@@ -461,7 +461,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
461
461
|
* This field shall be a struct of type TransportMotionTriggerTimeControlStruct, but the BlindDuration field
|
|
462
462
|
* shall be ignored.
|
|
463
463
|
*
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6.3
|
|
465
465
|
*/
|
|
466
466
|
timeControl?: TransportMotionTriggerTimeControl;
|
|
467
467
|
|
|
@@ -470,7 +470,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
470
470
|
* in the recording via the UserDefined field of AVMetadataStruct. The format and meaning of this field is not
|
|
471
471
|
* defined in this specification and is up to the users, vendors, or ecosystems deploying it.
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.6.4
|
|
474
474
|
*/
|
|
475
475
|
userDefined?: Bytes;
|
|
476
476
|
}
|
|
@@ -479,7 +479,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
479
479
|
* This command shall return the Transport Configuration for the specified push transport or all allocated
|
|
480
480
|
* transports for the fabric if null.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.7
|
|
483
483
|
*/
|
|
484
484
|
export class FindTransportRequest {
|
|
485
485
|
constructor(values?: Partial<FindTransportRequest>);
|
|
@@ -487,7 +487,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
487
487
|
/**
|
|
488
488
|
* This field shall be a PushTransportConnectionID or NULL representing the allocated push transport.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.7.1
|
|
491
491
|
*/
|
|
492
492
|
connectionId: number | null;
|
|
493
493
|
}
|
|
@@ -495,7 +495,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
495
495
|
/**
|
|
496
496
|
* This command shall be generated in response to a successful FindTransport command.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.8
|
|
499
499
|
*/
|
|
500
500
|
export class FindTransportResponse {
|
|
501
501
|
constructor(values?: Partial<FindTransportResponse>);
|
|
@@ -503,7 +503,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
503
503
|
/**
|
|
504
504
|
* This field shall be a list of Transport Configurations.
|
|
505
505
|
*
|
|
506
|
-
* @see {@link MatterSpecification.
|
|
506
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.10.8.1
|
|
507
507
|
*/
|
|
508
508
|
transportConfigurations: TransportConfiguration[];
|
|
509
509
|
}
|
|
@@ -519,7 +519,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
519
519
|
*
|
|
520
520
|
* The data on this event shall contain the following information.
|
|
521
521
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
522
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1
|
|
523
523
|
*/
|
|
524
524
|
export class PushTransportBeginEvent {
|
|
525
525
|
constructor(values?: Partial<PushTransportBeginEvent>);
|
|
@@ -527,35 +527,35 @@ export declare namespace PushAvStreamTransport {
|
|
|
527
527
|
/**
|
|
528
528
|
* This field shall be a PushTransportConnectionID representing the push transport which started transmitting.
|
|
529
529
|
*
|
|
530
|
-
* @see {@link MatterSpecification.
|
|
530
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1.1
|
|
531
531
|
*/
|
|
532
532
|
connectionId: number;
|
|
533
533
|
|
|
534
534
|
/**
|
|
535
535
|
* This field shall represent the type of trigger which caused this event to be generated.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1.2
|
|
538
538
|
*/
|
|
539
539
|
triggerType: TransportTriggerType;
|
|
540
540
|
|
|
541
541
|
/**
|
|
542
542
|
* This field shall only be present when the TriggerType is Command and provides the reason for the event.
|
|
543
543
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
544
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1.3
|
|
545
545
|
*/
|
|
546
546
|
activationReason?: TriggerActivationReason;
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
549
|
* This field shall indicate the container type chosen for this transport.
|
|
550
550
|
*
|
|
551
|
-
* @see {@link MatterSpecification.
|
|
551
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1.4
|
|
552
552
|
*/
|
|
553
553
|
containerType?: ContainerFormat;
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
556
|
* This field shall represent the CMAF Session number of the recording session that was triggered.
|
|
557
557
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.1.5
|
|
559
559
|
*/
|
|
560
560
|
cmafSessionNumber?: number | bigint;
|
|
561
561
|
}
|
|
@@ -568,7 +568,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
568
568
|
*
|
|
569
569
|
* The data on this event shall contain the following information.
|
|
570
570
|
*
|
|
571
|
-
* @see {@link MatterSpecification.
|
|
571
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2
|
|
572
572
|
*/
|
|
573
573
|
export class PushTransportEndEvent {
|
|
574
574
|
constructor(values?: Partial<PushTransportEndEvent>);
|
|
@@ -576,21 +576,21 @@ export declare namespace PushAvStreamTransport {
|
|
|
576
576
|
/**
|
|
577
577
|
* This field shall be a PushTransportConnectionID representing the push transport which stopped transmitting.
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2.1
|
|
580
580
|
*/
|
|
581
581
|
connectionId: number;
|
|
582
582
|
|
|
583
583
|
/**
|
|
584
584
|
* This field shall indicate the container type chosen for this transport.
|
|
585
585
|
*
|
|
586
|
-
* @see {@link MatterSpecification.
|
|
586
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2.2
|
|
587
587
|
*/
|
|
588
588
|
containerType?: ContainerFormat;
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
591
|
* This field shall represent the CMAF Session number of the recording session that ended.
|
|
592
592
|
*
|
|
593
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.11.2.3
|
|
594
594
|
*/
|
|
595
595
|
cmafSessionNumber?: number | bigint;
|
|
596
596
|
}
|
|
@@ -598,7 +598,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
598
598
|
/**
|
|
599
599
|
* The Trigger Type determines the basic operation of the Push Transport and when it will actually transmit content.
|
|
600
600
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
601
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.1
|
|
602
602
|
*/
|
|
603
603
|
export enum TransportTriggerType {
|
|
604
604
|
/**
|
|
@@ -607,7 +607,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
607
607
|
* When set to this value, transport will only occur if a command is invoked to trigger it. This could be a
|
|
608
608
|
* ManuallyTriggerTransport command or an internally triggered command such as a physical button press.
|
|
609
609
|
*
|
|
610
|
-
* @see {@link MatterSpecification.
|
|
610
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.1.1
|
|
611
611
|
*/
|
|
612
612
|
Command = 0,
|
|
613
613
|
|
|
@@ -617,7 +617,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
617
617
|
* When set to this value, transport will occur if either the Motion Detector becomes triggered, or
|
|
618
618
|
* ManuallyTriggerTransport is invoked. This is generally known as event driven recording.
|
|
619
619
|
*
|
|
620
|
-
* @see {@link MatterSpecification.
|
|
620
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.1.2
|
|
621
621
|
*/
|
|
622
622
|
Motion = 1,
|
|
623
623
|
|
|
@@ -627,13 +627,13 @@ export declare namespace PushAvStreamTransport {
|
|
|
627
627
|
* When set to this value, transport will always occur so long as the TransportStatus is Active. This is
|
|
628
628
|
* generally known as 24/7 always-on recording.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.1.3
|
|
631
631
|
*/
|
|
632
632
|
Continuous = 2
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.2
|
|
637
637
|
*/
|
|
638
638
|
export enum TransportStatus {
|
|
639
639
|
/**
|
|
@@ -648,7 +648,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
/**
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
651
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.3
|
|
652
652
|
*/
|
|
653
653
|
export enum ContainerFormat {
|
|
654
654
|
/**
|
|
@@ -658,13 +658,13 @@ export declare namespace PushAvStreamTransport {
|
|
|
658
658
|
* described in MPEGCMAF. Nodes using CMAF as the container format shall also use CMAFIngest as the ingestion
|
|
659
659
|
* format.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.3.1
|
|
662
662
|
*/
|
|
663
663
|
Cmaf = 0
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
/**
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.4
|
|
668
668
|
*/
|
|
669
669
|
export enum IngestMethods {
|
|
670
670
|
/**
|
|
@@ -672,13 +672,13 @@ export declare namespace PushAvStreamTransport {
|
|
|
672
672
|
*
|
|
673
673
|
* This value shall mean that CMAF Ingestion is utilized. See CMAF Ingestion for full details.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.4.1
|
|
676
676
|
*/
|
|
677
677
|
CmafIngest = 0
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
/**
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
681
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.5
|
|
682
682
|
*/
|
|
683
683
|
export enum TriggerActivationReason {
|
|
684
684
|
/**
|
|
@@ -705,7 +705,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
705
705
|
/**
|
|
706
706
|
* This type indicates the exact mode of CMAF that is in use.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.7
|
|
709
709
|
*/
|
|
710
710
|
export enum CmafInterface {
|
|
711
711
|
/**
|
|
@@ -713,7 +713,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
713
713
|
*
|
|
714
714
|
* This value indicates that only the operations specified in CMAF Interface-1 will be done.
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.7.1
|
|
717
717
|
*/
|
|
718
718
|
Interface1 = 0,
|
|
719
719
|
|
|
@@ -723,7 +723,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
723
723
|
* This value indicates the operations specified in CMAF Interface-2 with the DASH specific portions will be
|
|
724
724
|
* done.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.7.2
|
|
727
727
|
*/
|
|
728
728
|
Interface2Dash = 1,
|
|
729
729
|
|
|
@@ -733,7 +733,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
733
733
|
* This value indicates the operations specified in CMAF Interface-2 with the HLS specific portions will be
|
|
734
734
|
* done.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.7.3
|
|
737
737
|
*/
|
|
738
738
|
Interface2Hls = 2
|
|
739
739
|
}
|
|
@@ -742,7 +742,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
742
742
|
* This struct holds a video stream id and the symbolic stream name associated with it. For CMAF based transports,
|
|
743
743
|
* this becomes a CMAF Track.
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.8
|
|
746
746
|
*/
|
|
747
747
|
export class VideoStream {
|
|
748
748
|
constructor(values?: Partial<VideoStream>);
|
|
@@ -751,7 +751,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
751
751
|
* This field shall identify the unique name assigned to this stream. In CMAF, this value becomes the CMAF track
|
|
752
752
|
* name.
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.8.1
|
|
755
755
|
*/
|
|
756
756
|
videoStreamName: string;
|
|
757
757
|
|
|
@@ -759,7 +759,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
759
759
|
* This field shall indicate the video stream identified by the VideoStreamID entry in the AllocatedVideoStreams
|
|
760
760
|
* list to use.
|
|
761
761
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.8.2
|
|
763
763
|
*/
|
|
764
764
|
videoStreamId: number;
|
|
765
765
|
}
|
|
@@ -768,7 +768,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
768
768
|
* This struct holds a video stream id and the symbolic stream name associated with it. For CMAF based transports,
|
|
769
769
|
* this becomes a CMAF Track.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.9
|
|
772
772
|
*/
|
|
773
773
|
export class AudioStream {
|
|
774
774
|
constructor(values?: Partial<AudioStream>);
|
|
@@ -777,7 +777,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
777
777
|
* This field shall identify the unique name assigned to this stream. In CMAF, this value becomes the CMAF track
|
|
778
778
|
* name.
|
|
779
779
|
*
|
|
780
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.9.1
|
|
781
781
|
*/
|
|
782
782
|
audioStreamName: string;
|
|
783
783
|
|
|
@@ -785,7 +785,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
785
785
|
* This field shall indicate the audio stream identified by the AudioStreamID entry in the AllocatedAudioStreams
|
|
786
786
|
* list to use.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.9.2
|
|
789
789
|
*/
|
|
790
790
|
audioStreamId: number;
|
|
791
791
|
}
|
|
@@ -793,7 +793,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
793
793
|
/**
|
|
794
794
|
* This struct encodes options for configuration of the CMAF container format.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10
|
|
797
797
|
*/
|
|
798
798
|
export class CmafContainerOptions {
|
|
799
799
|
constructor(values?: Partial<CmafContainerOptions>);
|
|
@@ -803,7 +803,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
803
803
|
* number and type of operations that occur within each CMAF session. See CMAFInterfaceEnum for details on CMAF
|
|
804
804
|
* Interfaces.
|
|
805
805
|
*
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.1
|
|
807
807
|
*/
|
|
808
808
|
cmafInterface: CmafInterface;
|
|
809
809
|
|
|
@@ -812,7 +812,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
812
812
|
* multiple of the KeyFrameInterval for the associated video stream. It is recommended to use a value of 4000 (4
|
|
813
813
|
* seconds).
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.2
|
|
816
816
|
*/
|
|
817
817
|
segmentDuration: number;
|
|
818
818
|
|
|
@@ -825,14 +825,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
825
825
|
* the end to end latency requirements needed. Each chunk results in an additional 144 bytes of overhead in the
|
|
826
826
|
* resulting file.
|
|
827
827
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
828
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.3
|
|
829
829
|
*/
|
|
830
830
|
chunkDuration: number;
|
|
831
831
|
|
|
832
832
|
/**
|
|
833
833
|
* This field is deprecated and has been replaced with the VideoStreams and AudioStreams fields.
|
|
834
834
|
*
|
|
835
|
-
* @see {@link MatterSpecification.
|
|
835
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.4
|
|
836
836
|
*/
|
|
837
837
|
sessionGroup?: number;
|
|
838
838
|
|
|
@@ -840,28 +840,10 @@ export declare namespace PushAvStreamTransport {
|
|
|
840
840
|
* This field is deprecated and has been replaced with the VideoStreamName or AudioStreamName fields of the
|
|
841
841
|
* associated stream entry in the VideoStreams or AudioStreams lists
|
|
842
842
|
*
|
|
843
|
-
* @see {@link MatterSpecification.
|
|
843
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.5
|
|
844
844
|
*/
|
|
845
845
|
trackName?: string;
|
|
846
846
|
|
|
847
|
-
/**
|
|
848
|
-
* This field, if present, shall indicate the CENC key to be used to encrypt the CMAF data. When absent, the
|
|
849
|
-
* CMAF data shall be sent without CENC encryption added. See CMAF Background for further details on CMAF CENC
|
|
850
|
-
* encryption.
|
|
851
|
-
*
|
|
852
|
-
* @see {@link MatterSpecification.v151.Cluster} § 11.7.7.10.6
|
|
853
|
-
*/
|
|
854
|
-
cencKey?: Bytes;
|
|
855
|
-
|
|
856
|
-
/**
|
|
857
|
-
* This field, if present, shall indicate the opaque CENC Key ID (KID) that represents the key in the
|
|
858
|
-
* Controllers ecosystem. This fields maps to the KID value as specified in ISO 23001-7:2023 or later. See CMAF
|
|
859
|
-
* Background for further details on CMAF CENC encryption.
|
|
860
|
-
*
|
|
861
|
-
* @see {@link MatterSpecification.v151.Cluster} § 11.7.7.10.7
|
|
862
|
-
*/
|
|
863
|
-
cencKeyId?: Bytes;
|
|
864
|
-
|
|
865
847
|
/**
|
|
866
848
|
* This field, if present and true, indicates that AVMetadataStruct based Metadata tracks and boxes may be
|
|
867
849
|
* included in the CMAF segments. If this field is not present or is false, metadata tracks and boxes shall NOT
|
|
@@ -882,7 +864,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
882
864
|
*
|
|
883
865
|
* - Use a single Box for non-time synced data points.
|
|
884
866
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
867
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.10.6
|
|
886
868
|
*/
|
|
887
869
|
metadataEnabled?: boolean;
|
|
888
870
|
}
|
|
@@ -890,7 +872,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
890
872
|
/**
|
|
891
873
|
* This struct encodes the specific container type options struct
|
|
892
874
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
875
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.11
|
|
894
876
|
*/
|
|
895
877
|
export class ContainerOptions {
|
|
896
878
|
constructor(values?: Partial<ContainerOptions>);
|
|
@@ -898,7 +880,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
898
880
|
/**
|
|
899
881
|
* This field shall indicate the container type chosen for this transport.
|
|
900
882
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.11.1
|
|
902
884
|
*/
|
|
903
885
|
containerType: ContainerFormat;
|
|
904
886
|
|
|
@@ -906,7 +888,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
906
888
|
* This field shall contain a CMAF Container Options if the ContainerType is set to CMAF, otherwise this field
|
|
907
889
|
* shall be omitted.
|
|
908
890
|
*
|
|
909
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.11.2
|
|
910
892
|
*/
|
|
911
893
|
cmafContainerOptions?: CmafContainerOptions;
|
|
912
894
|
}
|
|
@@ -914,7 +896,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
914
896
|
/**
|
|
915
897
|
* This struct encodes the options that configure the per Zone portion of a Trigger configuration.
|
|
916
898
|
*
|
|
917
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.12
|
|
918
900
|
*/
|
|
919
901
|
export class TransportZoneOptions {
|
|
920
902
|
constructor(values?: Partial<TransportZoneOptions>);
|
|
@@ -925,7 +907,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
925
907
|
* complement of the union of all the Zones defined in the Zone Management Cluster on this endpoint will
|
|
926
908
|
* activate the trigger.
|
|
927
909
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.12.1
|
|
929
911
|
*/
|
|
930
912
|
zone: number | null;
|
|
931
913
|
|
|
@@ -934,16 +916,16 @@ export declare namespace PushAvStreamTransport {
|
|
|
934
916
|
* implementation specifics as the Sensitivity attribute in the Zone Management Cluster. This field shall only
|
|
935
917
|
* be included when PerZoneSensitivity is supported, otherwise the value from MotionSensitivity is used.
|
|
936
918
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.12.2
|
|
938
920
|
*/
|
|
939
921
|
sensitivity?: number;
|
|
940
922
|
}
|
|
941
923
|
|
|
942
924
|
/**
|
|
943
925
|
* This struct encodes the conditions and options that configures the trigger for the push transport. The transport
|
|
944
|
-
* shall only start transmitting AV Streams when
|
|
926
|
+
* shall only start transmitting AV Streams when its associated trigger is activated.
|
|
945
927
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13
|
|
947
929
|
*/
|
|
948
930
|
export class TransportTriggerOptions {
|
|
949
931
|
constructor(values?: Partial<TransportTriggerOptions>);
|
|
@@ -951,16 +933,16 @@ export declare namespace PushAvStreamTransport {
|
|
|
951
933
|
/**
|
|
952
934
|
* This field shall indicate the type of the transport trigger.
|
|
953
935
|
*
|
|
954
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13.1
|
|
955
937
|
*/
|
|
956
938
|
triggerType: TransportTriggerType;
|
|
957
939
|
|
|
958
940
|
/**
|
|
959
941
|
* This field shall be a list of TransportZoneOptionsStruct containing the Motion Zones to trigger on. If this
|
|
960
|
-
* list is null, empty, or the Zone Management Cluster is not supported on this endpoint, then motion
|
|
961
|
-
* shall cause the trigger to activate. The maximum size of this list is MaxZones
|
|
942
|
+
* list is null, empty, or if the Zone Management Cluster is not supported on this endpoint, then motion
|
|
943
|
+
* anywhere shall cause the trigger to activate. The maximum size of this list is MaxZones
|
|
962
944
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
945
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13.2
|
|
964
946
|
*/
|
|
965
947
|
motionZones?: TransportZoneOptions[] | null;
|
|
966
948
|
|
|
@@ -972,7 +954,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
972
954
|
* the Zone Management Cluster shall be used. If this is null and the Zone Management Cluster is not supported
|
|
973
955
|
* on this endpoint, a value of 10 shall be used.
|
|
974
956
|
*
|
|
975
|
-
* @see {@link MatterSpecification.
|
|
957
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13.3
|
|
976
958
|
*/
|
|
977
959
|
motionSensitivity?: number | null;
|
|
978
960
|
|
|
@@ -980,7 +962,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
980
962
|
* This field shall control timing around repeated activation of the trigger (see
|
|
981
963
|
* TransportMotionTriggerTimeControlStruct). If TriggerType is Motion Value, this field shall be required.
|
|
982
964
|
*
|
|
983
|
-
* @see {@link MatterSpecification.
|
|
965
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13.4
|
|
984
966
|
*/
|
|
985
967
|
motionTimeControl?: TransportMotionTriggerTimeControl;
|
|
986
968
|
|
|
@@ -1003,7 +985,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1003
985
|
* within the remainder of this length. For this reason, it is recommended that a value of at least two times
|
|
1004
986
|
* SegmentDuration be used so that a full segment is always included if available.
|
|
1005
987
|
*
|
|
1006
|
-
* @see {@link MatterSpecification.
|
|
988
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.13.5
|
|
1007
989
|
*/
|
|
1008
990
|
maxPreRollLen?: number;
|
|
1009
991
|
}
|
|
@@ -1041,7 +1023,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1041
1023
|
* Since multiple triggers (and corresponding push transports) may be activated by the same motion, the Node shall
|
|
1042
1024
|
* perform this process independently for each motion trigger activated.
|
|
1043
1025
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1026
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.14
|
|
1045
1027
|
*/
|
|
1046
1028
|
export class TransportMotionTriggerTimeControl {
|
|
1047
1029
|
constructor(values?: Partial<TransportMotionTriggerTimeControl>);
|
|
@@ -1049,7 +1031,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1049
1031
|
/**
|
|
1050
1032
|
* This field shall indicate the initial duration (in seconds) of the recording, following the initial trigger.
|
|
1051
1033
|
*
|
|
1052
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.14.1
|
|
1053
1035
|
*/
|
|
1054
1036
|
initialDuration: number;
|
|
1055
1037
|
|
|
@@ -1057,7 +1039,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1057
1039
|
* This field shall indicate the duration (in seconds) that the MotionDetectedDuration value is to be extended
|
|
1058
1040
|
* by if motion is still detected during this period.
|
|
1059
1041
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1042
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.14.2
|
|
1061
1043
|
*/
|
|
1062
1044
|
augmentationDuration: number;
|
|
1063
1045
|
|
|
@@ -1065,7 +1047,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1065
1047
|
* This field shall indicate the maximum duration (in seconds) after initial motion detection that additional
|
|
1066
1048
|
* motion will be detected.
|
|
1067
1049
|
*
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.14.3
|
|
1069
1051
|
*/
|
|
1070
1052
|
maxDuration: number;
|
|
1071
1053
|
|
|
@@ -1073,7 +1055,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1073
1055
|
* This field shall indicate the duration (in seconds) after a transport finishes transmitting that the Node
|
|
1074
1056
|
* shall NOT activate the trigger again.
|
|
1075
1057
|
*
|
|
1076
|
-
* @see {@link MatterSpecification.
|
|
1058
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.14.4
|
|
1077
1059
|
*/
|
|
1078
1060
|
blindDuration: number;
|
|
1079
1061
|
}
|
|
@@ -1081,7 +1063,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1081
1063
|
/**
|
|
1082
1064
|
* This encodes the options and configuration of a transport.
|
|
1083
1065
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1066
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15
|
|
1085
1067
|
*/
|
|
1086
1068
|
export class TransportOptions {
|
|
1087
1069
|
constructor(values?: Partial<TransportOptions>);
|
|
@@ -1089,7 +1071,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1089
1071
|
/**
|
|
1090
1072
|
* This field contains the StreamUsageEnum of this transport.
|
|
1091
1073
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1074
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.1
|
|
1093
1075
|
*/
|
|
1094
1076
|
streamUsage: StreamUsage;
|
|
1095
1077
|
|
|
@@ -1105,7 +1087,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1105
1087
|
* - If present and non-null, the specific video stream identified by the VideoStreamID shall be added as an
|
|
1106
1088
|
* entry to the VideoStreams field using the VideoStreamName of video.
|
|
1107
1089
|
*
|
|
1108
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.2
|
|
1109
1091
|
*/
|
|
1110
1092
|
videoStreamId?: number | null;
|
|
1111
1093
|
|
|
@@ -1121,7 +1103,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1121
1103
|
* - If present and non-null, the specific audio stream identified by the AudioStreamID shall be added as an
|
|
1122
1104
|
* entry to the AudioStreams field using the AudioStreamName of audio.
|
|
1123
1105
|
*
|
|
1124
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.3
|
|
1125
1107
|
*/
|
|
1126
1108
|
audioStreamId?: number | null;
|
|
1127
1109
|
|
|
@@ -1130,7 +1112,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1130
1112
|
* and TLSCCDID values (see Chapter 14, Certificate Authority ID (CAID) Mapping and the ProvisionEndpoint
|
|
1131
1113
|
* command in the TLS Client Management Cluster sections in [[MatterCore]](#ref_MatterCore)).
|
|
1132
1114
|
*
|
|
1133
|
-
* @see {@link MatterSpecification.
|
|
1115
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.4
|
|
1134
1116
|
*/
|
|
1135
1117
|
tlsEndpointId: number;
|
|
1136
1118
|
|
|
@@ -1143,7 +1125,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1143
1125
|
* session, track, and segment names as these will be internally appended. See Section 11.7.1.2, "Operation" for
|
|
1144
1126
|
* further restrictions on the characters allowed in the URL.
|
|
1145
1127
|
*
|
|
1146
|
-
* @see {@link MatterSpecification.
|
|
1128
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.5
|
|
1147
1129
|
*/
|
|
1148
1130
|
url: string;
|
|
1149
1131
|
|
|
@@ -1151,14 +1133,14 @@ export declare namespace PushAvStreamTransport {
|
|
|
1151
1133
|
* This field shall be of type TransportTriggerOptionsStruct and represents the Trigger Type and its sub
|
|
1152
1134
|
* options.
|
|
1153
1135
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.6
|
|
1155
1137
|
*/
|
|
1156
1138
|
triggerOptions: TransportTriggerOptions;
|
|
1157
1139
|
|
|
1158
1140
|
/**
|
|
1159
1141
|
* This field shall be of type IngestMethodsEnum and represents the Ingest Method to be used.
|
|
1160
1142
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.
|
|
1143
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.7
|
|
1162
1144
|
*/
|
|
1163
1145
|
ingestMethod: IngestMethods;
|
|
1164
1146
|
|
|
@@ -1166,7 +1148,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1166
1148
|
* This field shall be of type ContainerOptionsStruct and represents the type of Push AV Stream Container to be
|
|
1167
1149
|
* uploaded and any additional options relating to the Container Format used.
|
|
1168
1150
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1151
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.8
|
|
1170
1152
|
*/
|
|
1171
1153
|
containerOptions: ContainerOptions;
|
|
1172
1154
|
|
|
@@ -1174,7 +1156,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1174
1156
|
* This field shall be an unsigned 32 bit integer representing the TTL in seconds of a transport allocation. If
|
|
1175
1157
|
* not present, the transport shall never expire.
|
|
1176
1158
|
*
|
|
1177
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.9
|
|
1178
1160
|
*/
|
|
1179
1161
|
expiryTime?: number;
|
|
1180
1162
|
|
|
@@ -1182,7 +1164,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1182
1164
|
* This field shall be a list of VideoStreamStruct which indicates the requested video streams and the stream
|
|
1183
1165
|
* names for this transport.
|
|
1184
1166
|
*
|
|
1185
|
-
* @see {@link MatterSpecification.
|
|
1167
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.10
|
|
1186
1168
|
*/
|
|
1187
1169
|
videoStreams?: VideoStream[];
|
|
1188
1170
|
|
|
@@ -1190,13 +1172,13 @@ export declare namespace PushAvStreamTransport {
|
|
|
1190
1172
|
* This field shall be a list of AudioStreamStruct which indicates the requested audio streams and the stream
|
|
1191
1173
|
* names for this transport.
|
|
1192
1174
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1175
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.7.15.11
|
|
1194
1176
|
*/
|
|
1195
1177
|
audioStreams?: AudioStream[];
|
|
1196
1178
|
}
|
|
1197
1179
|
|
|
1198
1180
|
/**
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1181
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1200
1182
|
*/
|
|
1201
1183
|
export enum StatusCode {
|
|
1202
1184
|
/**
|
|
@@ -1263,7 +1245,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1263
1245
|
/**
|
|
1264
1246
|
* Thrown for cluster status code {@link StatusCode.InvalidTlsEndpoint}.
|
|
1265
1247
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1248
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1267
1249
|
*/
|
|
1268
1250
|
export class InvalidTlsEndpointError extends StatusResponseError {
|
|
1269
1251
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1272,7 +1254,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1272
1254
|
/**
|
|
1273
1255
|
* Thrown for cluster status code {@link StatusCode.InvalidStream}.
|
|
1274
1256
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1276
1258
|
*/
|
|
1277
1259
|
export class InvalidStreamError extends StatusResponseError {
|
|
1278
1260
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1281,7 +1263,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1281
1263
|
/**
|
|
1282
1264
|
* Thrown for cluster status code {@link StatusCode.InvalidUrl}.
|
|
1283
1265
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1266
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1285
1267
|
*/
|
|
1286
1268
|
export class InvalidUrlError extends StatusResponseError {
|
|
1287
1269
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1290,7 +1272,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1290
1272
|
/**
|
|
1291
1273
|
* Thrown for cluster status code {@link StatusCode.InvalidZone}.
|
|
1292
1274
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1294
1276
|
*/
|
|
1295
1277
|
export class InvalidZoneError extends StatusResponseError {
|
|
1296
1278
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1299,7 +1281,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1299
1281
|
/**
|
|
1300
1282
|
* Thrown for cluster status code {@link StatusCode.InvalidCombination}.
|
|
1301
1283
|
*
|
|
1302
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1303
1285
|
*/
|
|
1304
1286
|
export class InvalidCombinationError extends StatusResponseError {
|
|
1305
1287
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1308,7 +1290,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1308
1290
|
/**
|
|
1309
1291
|
* Thrown for cluster status code {@link StatusCode.InvalidTriggerType}.
|
|
1310
1292
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1312
1294
|
*/
|
|
1313
1295
|
export class InvalidTriggerTypeError extends StatusResponseError {
|
|
1314
1296
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1317,7 +1299,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1317
1299
|
/**
|
|
1318
1300
|
* Thrown for cluster status code {@link StatusCode.InvalidTransportStatus}.
|
|
1319
1301
|
*
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1302
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1321
1303
|
*/
|
|
1322
1304
|
export class InvalidTransportStatusError extends StatusResponseError {
|
|
1323
1305
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1326,7 +1308,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1326
1308
|
/**
|
|
1327
1309
|
* Thrown for cluster status code {@link StatusCode.InvalidOptions}.
|
|
1328
1310
|
*
|
|
1329
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1330
1312
|
*/
|
|
1331
1313
|
export class InvalidOptionsError extends StatusResponseError {
|
|
1332
1314
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1335,7 +1317,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1335
1317
|
/**
|
|
1336
1318
|
* Thrown for cluster status code {@link StatusCode.InvalidStreamUsage}.
|
|
1337
1319
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1320
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1339
1321
|
*/
|
|
1340
1322
|
export class InvalidStreamUsageError extends StatusResponseError {
|
|
1341
1323
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1344,7 +1326,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1344
1326
|
/**
|
|
1345
1327
|
* Thrown for cluster status code {@link StatusCode.InvalidTime}.
|
|
1346
1328
|
*
|
|
1347
|
-
* @see {@link MatterSpecification.
|
|
1329
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1348
1330
|
*/
|
|
1349
1331
|
export class InvalidTimeError extends StatusResponseError {
|
|
1350
1332
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1353,7 +1335,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1353
1335
|
/**
|
|
1354
1336
|
* Thrown for cluster status code {@link StatusCode.InvalidPreRollLength}.
|
|
1355
1337
|
*
|
|
1356
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1357
1339
|
*/
|
|
1358
1340
|
export class InvalidPreRollLengthError extends StatusResponseError {
|
|
1359
1341
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1362,7 +1344,7 @@ export declare namespace PushAvStreamTransport {
|
|
|
1362
1344
|
/**
|
|
1363
1345
|
* Thrown for cluster status code {@link StatusCode.DuplicateStreamValues}.
|
|
1364
1346
|
*
|
|
1365
|
-
* @see {@link MatterSpecification.
|
|
1347
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.7.8.1
|
|
1366
1348
|
*/
|
|
1367
1349
|
export class DuplicateStreamValuesError extends StatusResponseError {
|
|
1368
1350
|
constructor(message?: string, code?: Status, clusterCode?: number)
|