@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
|
@@ -27,7 +27,7 @@ import type { Status } from "../globals/Status.js";
|
|
|
27
27
|
*
|
|
28
28
|
* > NOTE: Support for Content Control cluster is provisional.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13
|
|
31
31
|
*/
|
|
32
32
|
export declare namespace ContentControl {
|
|
33
33
|
/**
|
|
@@ -41,7 +41,7 @@ export declare namespace ContentControl {
|
|
|
41
41
|
export const name: "ContentControl";
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
44
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
45
45
|
*/
|
|
46
46
|
export const revision: 1;
|
|
47
47
|
|
|
@@ -60,7 +60,7 @@ export declare namespace ContentControl {
|
|
|
60
60
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or turned
|
|
61
61
|
* on (TRUE).
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.1
|
|
64
64
|
*/
|
|
65
65
|
enabled: boolean;
|
|
66
66
|
}
|
|
@@ -82,7 +82,7 @@ export declare namespace ContentControl {
|
|
|
82
82
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for the
|
|
83
83
|
* oldest viewers. Each rating in the list shall be unique.
|
|
84
84
|
*
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.2
|
|
86
86
|
*/
|
|
87
87
|
onDemandRatings: RatingName[];
|
|
88
88
|
|
|
@@ -98,7 +98,7 @@ export declare namespace ContentControl {
|
|
|
98
98
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
99
99
|
* user when the attribute changes.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.3
|
|
102
102
|
*/
|
|
103
103
|
onDemandRatingThreshold: string;
|
|
104
104
|
}
|
|
@@ -119,7 +119,7 @@ export declare namespace ContentControl {
|
|
|
119
119
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for the
|
|
120
120
|
* oldest viewers. Each rating in the list shall be unique.
|
|
121
121
|
*
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
122
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.4
|
|
123
123
|
*/
|
|
124
124
|
scheduledContentRatings: RatingName[];
|
|
125
125
|
|
|
@@ -135,7 +135,7 @@ export declare namespace ContentControl {
|
|
|
135
135
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
136
136
|
* user when the attribute changes.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.5
|
|
139
139
|
*/
|
|
140
140
|
scheduledContentRatingThreshold: string;
|
|
141
141
|
}
|
|
@@ -148,7 +148,7 @@ export declare namespace ContentControl {
|
|
|
148
148
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day when
|
|
149
149
|
* the Content Control feature is activated.
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.6
|
|
152
152
|
*/
|
|
153
153
|
screenDailyTime: number;
|
|
154
154
|
|
|
@@ -160,7 +160,7 @@ export declare namespace ContentControl {
|
|
|
160
160
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully (with
|
|
161
161
|
* the correct PIN).
|
|
162
162
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
163
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.7
|
|
164
164
|
*/
|
|
165
165
|
remainingScreenTime: number;
|
|
166
166
|
}
|
|
@@ -178,7 +178,7 @@ export declare namespace ContentControl {
|
|
|
178
178
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
179
179
|
* user when the attribute changes.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.8
|
|
182
182
|
*/
|
|
183
183
|
blockUnrated: boolean;
|
|
184
184
|
}
|
|
@@ -190,7 +190,7 @@ export declare namespace ContentControl {
|
|
|
190
190
|
/**
|
|
191
191
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
192
192
|
*
|
|
193
|
-
* @see {@link MatterSpecification.
|
|
193
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.9
|
|
194
194
|
*/
|
|
195
195
|
blockChannelList: BlockChannel[];
|
|
196
196
|
}
|
|
@@ -202,7 +202,7 @@ export declare namespace ContentControl {
|
|
|
202
202
|
/**
|
|
203
203
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
204
204
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.10
|
|
206
206
|
*/
|
|
207
207
|
blockApplicationList: AppInfo[];
|
|
208
208
|
}
|
|
@@ -218,7 +218,7 @@ export declare namespace ContentControl {
|
|
|
218
218
|
* content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be multiple
|
|
219
219
|
* entries in this attribute list for the same day of week.
|
|
220
220
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
221
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.11
|
|
222
222
|
*/
|
|
223
223
|
blockContentTimeWindow: TimeWindow[];
|
|
224
224
|
}
|
|
@@ -234,7 +234,7 @@ export declare namespace ContentControl {
|
|
|
234
234
|
* Indicates whether the Content Control feature implemented on a media device is turned off (FALSE) or turned
|
|
235
235
|
* on (TRUE).
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.1
|
|
238
238
|
*/
|
|
239
239
|
enabled: boolean;
|
|
240
240
|
|
|
@@ -251,7 +251,7 @@ export declare namespace ContentControl {
|
|
|
251
251
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for the
|
|
252
252
|
* oldest viewers. Each rating in the list shall be unique.
|
|
253
253
|
*
|
|
254
|
-
* @see {@link MatterSpecification.
|
|
254
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.2
|
|
255
255
|
*/
|
|
256
256
|
onDemandRatings: RatingName[];
|
|
257
257
|
|
|
@@ -267,7 +267,7 @@ export declare namespace ContentControl {
|
|
|
267
267
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
268
268
|
* user when the attribute changes.
|
|
269
269
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.3
|
|
271
271
|
*/
|
|
272
272
|
onDemandRatingThreshold: string;
|
|
273
273
|
|
|
@@ -283,7 +283,7 @@ export declare namespace ContentControl {
|
|
|
283
283
|
* The ratings in this collection shall be in order from a rating for the youngest viewers to the one for the
|
|
284
284
|
* oldest viewers. Each rating in the list shall be unique.
|
|
285
285
|
*
|
|
286
|
-
* @see {@link MatterSpecification.
|
|
286
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.4
|
|
287
287
|
*/
|
|
288
288
|
scheduledContentRatings: RatingName[];
|
|
289
289
|
|
|
@@ -299,7 +299,7 @@ export declare namespace ContentControl {
|
|
|
299
299
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
300
300
|
* user when the attribute changes.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.5
|
|
303
303
|
*/
|
|
304
304
|
scheduledContentRatingThreshold: string;
|
|
305
305
|
|
|
@@ -307,7 +307,7 @@ export declare namespace ContentControl {
|
|
|
307
307
|
* Indicates the amount of time (in seconds) which the User is allowed to spend watching TV within one day when
|
|
308
308
|
* the Content Control feature is activated.
|
|
309
309
|
*
|
|
310
|
-
* @see {@link MatterSpecification.
|
|
310
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.6
|
|
311
311
|
*/
|
|
312
312
|
screenDailyTime: number;
|
|
313
313
|
|
|
@@ -319,7 +319,7 @@ export declare namespace ContentControl {
|
|
|
319
319
|
* This attribute shall be updated when the AddBonusTime command is received and processed successfully (with
|
|
320
320
|
* the correct PIN).
|
|
321
321
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.7
|
|
323
323
|
*/
|
|
324
324
|
remainingScreenTime: number;
|
|
325
325
|
|
|
@@ -332,21 +332,21 @@ export declare namespace ContentControl {
|
|
|
332
332
|
* example, if the feature does not control content within apps, then the device should make this clear to the
|
|
333
333
|
* user when the attribute changes.
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.8
|
|
336
336
|
*/
|
|
337
337
|
blockUnrated: boolean;
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
340
|
* Indicates a set of channels that shall be blocked when the Content Control feature is activated.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.9
|
|
343
343
|
*/
|
|
344
344
|
blockChannelList: BlockChannel[];
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
347
|
* Indicates a set of applications that shall be blocked when the Content Control feature is activated.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.10
|
|
350
350
|
*/
|
|
351
351
|
blockApplicationList: AppInfo[];
|
|
352
352
|
|
|
@@ -357,7 +357,7 @@ export declare namespace ContentControl {
|
|
|
357
357
|
* content which is playing and generate an event EnteringBlockContentTimeWindow. There shall NOT be multiple
|
|
358
358
|
* entries in this attribute list for the same day of week.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.7.11
|
|
361
361
|
*/
|
|
362
362
|
blockContentTimeWindow: TimeWindow[];
|
|
363
363
|
}
|
|
@@ -371,7 +371,7 @@ export declare namespace ContentControl {
|
|
|
371
371
|
*
|
|
372
372
|
* Upon receipt of the Enable command, the media device shall set the Enabled attribute to TRUE.
|
|
373
373
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
374
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.4
|
|
375
375
|
*/
|
|
376
376
|
enable(): MaybePromise;
|
|
377
377
|
|
|
@@ -380,7 +380,7 @@ export declare namespace ContentControl {
|
|
|
380
380
|
*
|
|
381
381
|
* On receipt of the Disable command, the media device shall set the Enabled attribute to FALSE.
|
|
382
382
|
*
|
|
383
|
-
* @see {@link MatterSpecification.
|
|
383
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.5
|
|
384
384
|
*/
|
|
385
385
|
disable(): MaybePromise;
|
|
386
386
|
}
|
|
@@ -396,7 +396,7 @@ export declare namespace ContentControl {
|
|
|
396
396
|
* one of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating error
|
|
397
397
|
* status shall be returned.
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.10
|
|
400
400
|
*/
|
|
401
401
|
setOnDemandRatingThreshold(request: SetOnDemandRatingThresholdRequest): MaybePromise;
|
|
402
402
|
}
|
|
@@ -412,7 +412,7 @@ export declare namespace ContentControl {
|
|
|
412
412
|
* field is one of values present in the ScheduledContentRatings attribute. If not, then a response with
|
|
413
413
|
* InvalidRating error status shall be returned.
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.11
|
|
416
416
|
*/
|
|
417
417
|
setScheduledContentRatingThreshold(request: SetScheduledContentRatingThresholdRequest): MaybePromise;
|
|
418
418
|
}
|
|
@@ -441,7 +441,7 @@ export declare namespace ContentControl {
|
|
|
441
441
|
*
|
|
442
442
|
* - The client has provided a PINCode that matches the expected PIN value.
|
|
443
443
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.6
|
|
445
445
|
*/
|
|
446
446
|
addBonusTime(request: AddBonusTimeRequest): MaybePromise;
|
|
447
447
|
|
|
@@ -451,7 +451,7 @@ export declare namespace ContentControl {
|
|
|
451
451
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute to
|
|
452
452
|
* the ScreenTime value.
|
|
453
453
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.7
|
|
455
455
|
*/
|
|
456
456
|
setScreenDailyTime(request: SetScreenDailyTimeRequest): MaybePromise;
|
|
457
457
|
}
|
|
@@ -467,7 +467,7 @@ export declare namespace ContentControl {
|
|
|
467
467
|
* Upon receipt of the BlockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
468
468
|
* TRUE.
|
|
469
469
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.8
|
|
471
471
|
*/
|
|
472
472
|
blockUnratedContent(): MaybePromise;
|
|
473
473
|
|
|
@@ -478,7 +478,7 @@ export declare namespace ContentControl {
|
|
|
478
478
|
* Upon receipt of the UnblockUnratedContent command, the media device shall set the BlockUnrated attribute to
|
|
479
479
|
* FALSE.
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.9
|
|
482
482
|
*/
|
|
483
483
|
unblockUnratedContent(): MaybePromise;
|
|
484
484
|
}
|
|
@@ -502,7 +502,7 @@ export declare namespace ContentControl {
|
|
|
502
502
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
503
503
|
* ChannelAlreadyExist error Status shall be returned.
|
|
504
504
|
*
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
505
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.12
|
|
506
506
|
*/
|
|
507
507
|
addBlockChannels(request: AddBlockChannelsRequest): MaybePromise;
|
|
508
508
|
|
|
@@ -514,7 +514,7 @@ export declare namespace ContentControl {
|
|
|
514
514
|
* indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList attribute,
|
|
515
515
|
* then a response with ChannelNotExist error Status shall be returned.
|
|
516
516
|
*
|
|
517
|
-
* @see {@link MatterSpecification.
|
|
517
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.13
|
|
518
518
|
*/
|
|
519
519
|
removeBlockChannels(request: RemoveBlockChannelsRequest): MaybePromise;
|
|
520
520
|
}
|
|
@@ -537,7 +537,7 @@ export declare namespace ContentControl {
|
|
|
537
537
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a
|
|
538
538
|
* response with ApplicationAlreadyExist error Status shall be returned.
|
|
539
539
|
*
|
|
540
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.14
|
|
541
541
|
*/
|
|
542
542
|
addBlockApplications(request: AddBlockApplicationsRequest): MaybePromise;
|
|
543
543
|
|
|
@@ -549,7 +549,7 @@ export declare namespace ContentControl {
|
|
|
549
549
|
* field which are not present in the BlockApplicationList attribute, then a response with ApplicationNotExist
|
|
550
550
|
* error Status shall be returned.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.15
|
|
553
553
|
*/
|
|
554
554
|
removeBlockApplications(request: RemoveBlockApplicationsRequest): MaybePromise;
|
|
555
555
|
}
|
|
@@ -571,7 +571,7 @@ export declare namespace ContentControl {
|
|
|
571
571
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media
|
|
572
572
|
* device shall replace the original time window with the new time window passed in this command.
|
|
573
573
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
574
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.16
|
|
575
575
|
*/
|
|
576
576
|
setBlockContentTimeWindow(request: SetBlockContentTimeWindowRequest): MaybePromise;
|
|
577
577
|
|
|
@@ -584,7 +584,7 @@ export declare namespace ContentControl {
|
|
|
584
584
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow
|
|
585
585
|
* attribute, then a response with TimeWindowNotExist error status shall be returned.
|
|
586
586
|
*
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.17
|
|
588
588
|
*/
|
|
589
589
|
removeBlockContentTimeWindow(request: RemoveBlockContentTimeWindowRequest): MaybePromise;
|
|
590
590
|
}
|
|
@@ -610,7 +610,7 @@ export declare namespace ContentControl {
|
|
|
610
610
|
* configuration of the Content Control settings exposed by this cluster. The ResetPIN command can also be used
|
|
611
611
|
* to obtain the default PIN.
|
|
612
612
|
*
|
|
613
|
-
* @see {@link MatterSpecification.
|
|
613
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.1
|
|
614
614
|
*/
|
|
615
615
|
updatePin(request: UpdatePinRequest): MaybePromise;
|
|
616
616
|
|
|
@@ -619,7 +619,7 @@ export declare namespace ContentControl {
|
|
|
619
619
|
*
|
|
620
620
|
* If this command is executed successfully, a ResetPINResponse command with a new PIN shall be returned.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.2
|
|
623
623
|
*/
|
|
624
624
|
resetPin(): MaybePromise<ResetPinResponse>;
|
|
625
625
|
}
|
|
@@ -646,7 +646,7 @@ export declare namespace ContentControl {
|
|
|
646
646
|
/**
|
|
647
647
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.9.1
|
|
650
650
|
*/
|
|
651
651
|
remainingScreenTimeExpired: void;
|
|
652
652
|
}
|
|
@@ -659,7 +659,7 @@ export declare namespace ContentControl {
|
|
|
659
659
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
660
660
|
* BlockContentTimeWindow attribute.
|
|
661
661
|
*
|
|
662
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.9.2
|
|
663
663
|
*/
|
|
664
664
|
enteringBlockContentTimeWindow: void;
|
|
665
665
|
}
|
|
@@ -674,7 +674,7 @@ export declare namespace ContentControl {
|
|
|
674
674
|
/**
|
|
675
675
|
* This event shall be generated when the RemainingScreenTime equals 0.
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.9.1
|
|
678
678
|
*/
|
|
679
679
|
remainingScreenTimeExpired: void;
|
|
680
680
|
|
|
@@ -682,7 +682,7 @@ export declare namespace ContentControl {
|
|
|
682
682
|
* This event shall be generated when entering a period of blocked content as configured in the
|
|
683
683
|
* BlockContentTimeWindow attribute.
|
|
684
684
|
*
|
|
685
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.9.2
|
|
686
686
|
*/
|
|
687
687
|
enteringBlockContentTimeWindow: void;
|
|
688
688
|
}
|
|
@@ -730,7 +730,7 @@ export declare namespace ContentControl {
|
|
|
730
730
|
/**
|
|
731
731
|
* These are optional features supported by ContentControlCluster.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.4
|
|
734
734
|
*/
|
|
735
735
|
export enum Feature {
|
|
736
736
|
/**
|
|
@@ -792,7 +792,7 @@ export declare namespace ContentControl {
|
|
|
792
792
|
}
|
|
793
793
|
|
|
794
794
|
/**
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.2
|
|
796
796
|
*/
|
|
797
797
|
export class RatingName {
|
|
798
798
|
constructor(values?: Partial<RatingName>);
|
|
@@ -802,20 +802,20 @@ export declare namespace ContentControl {
|
|
|
802
802
|
* system is dependent upon the region or country where the Node has been provisioned, and may vary from one
|
|
803
803
|
* country to another.
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.2.1
|
|
806
806
|
*/
|
|
807
807
|
ratingName: string;
|
|
808
808
|
|
|
809
809
|
/**
|
|
810
810
|
* This field shall specify a human readable (displayable) description for RatingName.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.2.2
|
|
813
813
|
*/
|
|
814
814
|
ratingNameDesc?: string;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
/**
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
818
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.3
|
|
819
819
|
*/
|
|
820
820
|
export class BlockChannel {
|
|
821
821
|
constructor(values?: Partial<BlockChannel>);
|
|
@@ -824,7 +824,7 @@ export declare namespace ContentControl {
|
|
|
824
824
|
* This field shall indicate a unique index value for a blocked channel. This value may be used to indicate one
|
|
825
825
|
* selected channel which will be removed from BlockChannelList attribute.
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.3.1
|
|
828
828
|
*/
|
|
829
829
|
blockChannelIndex: number | null;
|
|
830
830
|
|
|
@@ -834,7 +834,7 @@ export declare namespace ContentControl {
|
|
|
834
834
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
835
835
|
* represented by a major or minor number.
|
|
836
836
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
837
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.3.2
|
|
838
838
|
*/
|
|
839
839
|
majorNumber: number;
|
|
840
840
|
|
|
@@ -844,7 +844,7 @@ export declare namespace ContentControl {
|
|
|
844
844
|
* This field is required but shall be set to 0 for channels such as over-the-top channels that are not
|
|
845
845
|
* represented by a major or minor number.
|
|
846
846
|
*
|
|
847
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.3.3
|
|
848
848
|
*/
|
|
849
849
|
minorNumber: number;
|
|
850
850
|
|
|
@@ -852,13 +852,13 @@ export declare namespace ContentControl {
|
|
|
852
852
|
* This field shall indicate the unique identifier for a specific channel. This field is optional, but SHOULD be
|
|
853
853
|
* provided when MajorNumber and MinorNumber are not available.
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.3.4
|
|
856
856
|
*/
|
|
857
857
|
identifier?: string;
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
/**
|
|
861
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.4
|
|
862
862
|
*/
|
|
863
863
|
export class AppInfo {
|
|
864
864
|
constructor(values?: Partial<AppInfo>);
|
|
@@ -870,7 +870,7 @@ export declare namespace ContentControl {
|
|
|
870
870
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
871
871
|
* assign an ApplicationID to each Content App.
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.4.1
|
|
874
874
|
*/
|
|
875
875
|
catalogVendorId: number;
|
|
876
876
|
|
|
@@ -878,13 +878,13 @@ export declare namespace ContentControl {
|
|
|
878
878
|
* This field shall indicate the application identifier, expressed as a string, such as "PruneVideo" or "Company
|
|
879
879
|
* X". This field shall be unique within a catalog.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.4.2
|
|
882
882
|
*/
|
|
883
883
|
applicationId: string;
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
/**
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.5
|
|
888
888
|
*/
|
|
889
889
|
export class TimeWindow {
|
|
890
890
|
constructor(values?: Partial<TimeWindow>);
|
|
@@ -893,21 +893,21 @@ export declare namespace ContentControl {
|
|
|
893
893
|
* This field shall indicate a unique index of a specific time window. This value may be used to indicate a
|
|
894
894
|
* selected time window which will be removed from the BlockContentTimeWindow attribute.
|
|
895
895
|
*
|
|
896
|
-
* @see {@link MatterSpecification.
|
|
896
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.5.1
|
|
897
897
|
*/
|
|
898
898
|
timeWindowIndex: number | null;
|
|
899
899
|
|
|
900
900
|
/**
|
|
901
901
|
* This field shall indicate a day of week.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.5.2
|
|
904
904
|
*/
|
|
905
905
|
dayOfWeek: DayOfWeek;
|
|
906
906
|
|
|
907
907
|
/**
|
|
908
908
|
* This field shall indicate one or more discrete time periods.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.5.3
|
|
911
911
|
*/
|
|
912
912
|
timePeriod: TimePeriod[];
|
|
913
913
|
}
|
|
@@ -919,7 +919,7 @@ export declare namespace ContentControl {
|
|
|
919
919
|
* of values present in the OnDemandRatings attribute. If not, then a response with InvalidRating error status shall
|
|
920
920
|
* be returned.
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.10
|
|
923
923
|
*/
|
|
924
924
|
export class SetOnDemandRatingThresholdRequest {
|
|
925
925
|
constructor(values?: Partial<SetOnDemandRatingThresholdRequest>);
|
|
@@ -928,7 +928,7 @@ export declare namespace ContentControl {
|
|
|
928
928
|
* This field indicates a threshold rating for filtering on-demand content. This field shall be set to one of
|
|
929
929
|
* the values present in the OnDemandRatings attribute
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.10.1
|
|
932
932
|
*/
|
|
933
933
|
rating: string;
|
|
934
934
|
}
|
|
@@ -940,7 +940,7 @@ export declare namespace ContentControl {
|
|
|
940
940
|
* is one of values present in the ScheduledContentRatings attribute. If not, then a response with InvalidRating
|
|
941
941
|
* error status shall be returned.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.11
|
|
944
944
|
*/
|
|
945
945
|
export class SetScheduledContentRatingThresholdRequest {
|
|
946
946
|
constructor(values?: Partial<SetScheduledContentRatingThresholdRequest>);
|
|
@@ -949,7 +949,7 @@ export declare namespace ContentControl {
|
|
|
949
949
|
* This field indicates a threshold rating for filtering scheduled content. This field shall be set to one of
|
|
950
950
|
* the values present in the ScheduledContentRatings attribute.
|
|
951
951
|
*
|
|
952
|
-
* @see {@link MatterSpecification.
|
|
952
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.11.1
|
|
953
953
|
*/
|
|
954
954
|
rating: string;
|
|
955
955
|
}
|
|
@@ -974,7 +974,7 @@ export declare namespace ContentControl {
|
|
|
974
974
|
*
|
|
975
975
|
* - The client has provided a PINCode that matches the expected PIN value.
|
|
976
976
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
977
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.6
|
|
978
978
|
*/
|
|
979
979
|
export class AddBonusTimeRequest {
|
|
980
980
|
constructor(values?: Partial<AddBonusTimeRequest>);
|
|
@@ -987,7 +987,7 @@ export declare namespace ContentControl {
|
|
|
987
987
|
* permission is allowed to invoke this command only if the PIN passed in this command is equal to the current
|
|
988
988
|
* PIN value.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.6.1
|
|
991
991
|
*/
|
|
992
992
|
pinCode?: string;
|
|
993
993
|
|
|
@@ -995,7 +995,7 @@ export declare namespace ContentControl {
|
|
|
995
995
|
* This field shall indicate the amount of extra time (in seconds) to increase RemainingScreenTime. This field
|
|
996
996
|
* shall NOT exceed the remaining time of this day.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.6.2
|
|
999
999
|
*/
|
|
1000
1000
|
bonusTime: number;
|
|
1001
1001
|
}
|
|
@@ -1006,7 +1006,7 @@ export declare namespace ContentControl {
|
|
|
1006
1006
|
* Upon receipt of the SetScreenDailyTime command, the media device shall set the ScreenDailyTime attribute to the
|
|
1007
1007
|
* ScreenTime value.
|
|
1008
1008
|
*
|
|
1009
|
-
* @see {@link MatterSpecification.
|
|
1009
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.7
|
|
1010
1010
|
*/
|
|
1011
1011
|
export class SetScreenDailyTimeRequest {
|
|
1012
1012
|
constructor(values?: Partial<SetScreenDailyTimeRequest>);
|
|
@@ -1015,7 +1015,7 @@ export declare namespace ContentControl {
|
|
|
1015
1015
|
* This field shall indicate the time (in seconds) which the User is allowed to spend watching TV on this media
|
|
1016
1016
|
* device within one day.
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.7.1
|
|
1019
1019
|
*/
|
|
1020
1020
|
screenTime: number;
|
|
1021
1021
|
}
|
|
@@ -1034,7 +1034,7 @@ export declare namespace ContentControl {
|
|
|
1034
1034
|
* If all channels in Channel field already exist in the BlockChannelList attribute, then a response with
|
|
1035
1035
|
* ChannelAlreadyExist error Status shall be returned.
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.12
|
|
1038
1038
|
*/
|
|
1039
1039
|
export class AddBlockChannelsRequest {
|
|
1040
1040
|
constructor(values?: Partial<AddBlockChannelsRequest>);
|
|
@@ -1044,7 +1044,7 @@ export declare namespace ContentControl {
|
|
|
1044
1044
|
* This field shall be set to values present in ChannelList attribute in the Channel cluster. The
|
|
1045
1045
|
* BlockChannelIndex field passed in this command shall be NULL.
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.12.1
|
|
1048
1048
|
*/
|
|
1049
1049
|
channels: BlockChannel[];
|
|
1050
1050
|
}
|
|
@@ -1057,7 +1057,7 @@ export declare namespace ContentControl {
|
|
|
1057
1057
|
* indicated by ChannelIndexes passed in this command field are not present in the BlockChannelList attribute, then
|
|
1058
1058
|
* a response with ChannelNotExist error Status shall be returned.
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.13
|
|
1061
1061
|
*/
|
|
1062
1062
|
export class RemoveBlockChannelsRequest {
|
|
1063
1063
|
constructor(values?: Partial<RemoveBlockChannelsRequest>);
|
|
@@ -1066,7 +1066,7 @@ export declare namespace ContentControl {
|
|
|
1066
1066
|
* This field shall specify a set of indexes indicating Which channels shall be removed from the
|
|
1067
1067
|
* BlockChannelList attribute.
|
|
1068
1068
|
*
|
|
1069
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.13.1
|
|
1070
1070
|
*/
|
|
1071
1071
|
channelIndexes: number[];
|
|
1072
1072
|
}
|
|
@@ -1085,7 +1085,7 @@ export declare namespace ContentControl {
|
|
|
1085
1085
|
* If all applications in Applications field are already present in BlockApplicationList attribute, then a response
|
|
1086
1086
|
* with ApplicationAlreadyExist error Status shall be returned.
|
|
1087
1087
|
*
|
|
1088
|
-
* @see {@link MatterSpecification.
|
|
1088
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.14
|
|
1089
1089
|
*/
|
|
1090
1090
|
export class AddBlockApplicationsRequest {
|
|
1091
1091
|
constructor(values?: Partial<AddBlockApplicationsRequest>);
|
|
@@ -1094,7 +1094,7 @@ export declare namespace ContentControl {
|
|
|
1094
1094
|
* This field indicates a set of applications that shall be blocked when the Content Control feature is
|
|
1095
1095
|
* activated.
|
|
1096
1096
|
*
|
|
1097
|
-
* @see {@link MatterSpecification.
|
|
1097
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.14.1
|
|
1098
1098
|
*/
|
|
1099
1099
|
applications: AppInfo[];
|
|
1100
1100
|
}
|
|
@@ -1107,7 +1107,7 @@ export declare namespace ContentControl {
|
|
|
1107
1107
|
* which are not present in the BlockApplicationList attribute, then a response with ApplicationNotExist error
|
|
1108
1108
|
* Status shall be returned.
|
|
1109
1109
|
*
|
|
1110
|
-
* @see {@link MatterSpecification.
|
|
1110
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.15
|
|
1111
1111
|
*/
|
|
1112
1112
|
export class RemoveBlockApplicationsRequest {
|
|
1113
1113
|
constructor(values?: Partial<RemoveBlockApplicationsRequest>);
|
|
@@ -1115,7 +1115,7 @@ export declare namespace ContentControl {
|
|
|
1115
1115
|
/**
|
|
1116
1116
|
* This field indicates a set of applications which shall be removed from BlockApplicationList attribute.
|
|
1117
1117
|
*
|
|
1118
|
-
* @see {@link MatterSpecification.
|
|
1118
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.15.1
|
|
1119
1119
|
*/
|
|
1120
1120
|
applications: AppInfo[];
|
|
1121
1121
|
}
|
|
@@ -1133,7 +1133,7 @@ export declare namespace ContentControl {
|
|
|
1133
1133
|
* If the TimeWindowIndex field is not NULL and presents in the BlockContentTimeWindow attribute, the media device
|
|
1134
1134
|
* shall replace the original time window with the new time window passed in this command.
|
|
1135
1135
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.16
|
|
1137
1137
|
*/
|
|
1138
1138
|
export class SetBlockContentTimeWindowRequest {
|
|
1139
1139
|
constructor(values?: Partial<SetBlockContentTimeWindowRequest>);
|
|
@@ -1141,7 +1141,7 @@ export declare namespace ContentControl {
|
|
|
1141
1141
|
/**
|
|
1142
1142
|
* This field shall indicate a time window requested to set to the BlockContentTimeWindow attribute.
|
|
1143
1143
|
*
|
|
1144
|
-
* @see {@link MatterSpecification.
|
|
1144
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.16.1
|
|
1145
1145
|
*/
|
|
1146
1146
|
timeWindow: TimeWindow;
|
|
1147
1147
|
}
|
|
@@ -1155,7 +1155,7 @@ export declare namespace ContentControl {
|
|
|
1155
1155
|
* If one or more time window indexes passed in this command are not present in BlockContentTimeWindow attribute,
|
|
1156
1156
|
* then a response with TimeWindowNotExist error status shall be returned.
|
|
1157
1157
|
*
|
|
1158
|
-
* @see {@link MatterSpecification.
|
|
1158
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.17
|
|
1159
1159
|
*/
|
|
1160
1160
|
export class RemoveBlockContentTimeWindowRequest {
|
|
1161
1161
|
constructor(values?: Partial<RemoveBlockContentTimeWindowRequest>);
|
|
@@ -1164,7 +1164,7 @@ export declare namespace ContentControl {
|
|
|
1164
1164
|
* This field shall specify a set of time window indexes indicating which time windows will be removed from the
|
|
1165
1165
|
* BlockContentTimeWindow attribute.
|
|
1166
1166
|
*
|
|
1167
|
-
* @see {@link MatterSpecification.
|
|
1167
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.17.1
|
|
1168
1168
|
*/
|
|
1169
1169
|
timeWindowIndexes: number[];
|
|
1170
1170
|
}
|
|
@@ -1186,7 +1186,7 @@ export declare namespace ContentControl {
|
|
|
1186
1186
|
* configuration of the Content Control settings exposed by this cluster. The ResetPIN command can also be used to
|
|
1187
1187
|
* obtain the default PIN.
|
|
1188
1188
|
*
|
|
1189
|
-
* @see {@link MatterSpecification.
|
|
1189
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.1
|
|
1190
1190
|
*/
|
|
1191
1191
|
export class UpdatePinRequest {
|
|
1192
1192
|
constructor(values?: Partial<UpdatePinRequest>);
|
|
@@ -1195,14 +1195,14 @@ export declare namespace ContentControl {
|
|
|
1195
1195
|
* This field shall specify the original PIN. Once the UpdatePIN command is performed successfully, it shall be
|
|
1196
1196
|
* invalid.
|
|
1197
1197
|
*
|
|
1198
|
-
* @see {@link MatterSpecification.
|
|
1198
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.1.1
|
|
1199
1199
|
*/
|
|
1200
1200
|
oldPin: string;
|
|
1201
1201
|
|
|
1202
1202
|
/**
|
|
1203
1203
|
* This field shall indicate a new PIN for the Content Control feature.
|
|
1204
1204
|
*
|
|
1205
|
-
* @see {@link MatterSpecification.
|
|
1205
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.1.2
|
|
1206
1206
|
*/
|
|
1207
1207
|
newPin: string;
|
|
1208
1208
|
}
|
|
@@ -1210,7 +1210,7 @@ export declare namespace ContentControl {
|
|
|
1210
1210
|
/**
|
|
1211
1211
|
* This command shall be generated in response to a ResetPIN command.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.3
|
|
1214
1214
|
*/
|
|
1215
1215
|
export class ResetPinResponse {
|
|
1216
1216
|
constructor(values?: Partial<ResetPinResponse>);
|
|
@@ -1218,13 +1218,13 @@ export declare namespace ContentControl {
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* This field shall indicate a new PIN of the Content Control feature.
|
|
1220
1220
|
*
|
|
1221
|
-
* @see {@link MatterSpecification.
|
|
1221
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.8.3.1
|
|
1222
1222
|
*/
|
|
1223
1223
|
pinCode: string;
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
1226
|
/**
|
|
1227
|
-
* @see {@link MatterSpecification.
|
|
1227
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.1
|
|
1228
1228
|
*/
|
|
1229
1229
|
export class DayOfWeek {
|
|
1230
1230
|
constructor(values?: Partial<DayOfWeek> | number);
|
|
@@ -1266,7 +1266,7 @@ export declare namespace ContentControl {
|
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
1268
|
/**
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.6
|
|
1270
1270
|
*/
|
|
1271
1271
|
export class TimePeriod {
|
|
1272
1272
|
constructor(values?: Partial<TimePeriod>);
|
|
@@ -1274,21 +1274,21 @@ export declare namespace ContentControl {
|
|
|
1274
1274
|
/**
|
|
1275
1275
|
* This field shall indicate the starting hour.
|
|
1276
1276
|
*
|
|
1277
|
-
* @see {@link MatterSpecification.
|
|
1277
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.6.1
|
|
1278
1278
|
*/
|
|
1279
1279
|
startHour: number;
|
|
1280
1280
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* This field shall indicate the starting minute.
|
|
1283
1283
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.6.2
|
|
1285
1285
|
*/
|
|
1286
1286
|
startMinute: number;
|
|
1287
1287
|
|
|
1288
1288
|
/**
|
|
1289
1289
|
* This field shall indicate the ending hour. EndHour shall be equal to or greater than StartHour
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.6.3
|
|
1292
1292
|
*/
|
|
1293
1293
|
endHour: number;
|
|
1294
1294
|
|
|
@@ -1297,13 +1297,13 @@ export declare namespace ContentControl {
|
|
|
1297
1297
|
* than StartMinute. If the EndHour is equal to 23 and the EndMinute is equal to 59, all contents shall be
|
|
1298
1298
|
* blocked until 23:59:59.
|
|
1299
1299
|
*
|
|
1300
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.5.6.4
|
|
1301
1301
|
*/
|
|
1302
1302
|
endMinute: number;
|
|
1303
1303
|
}
|
|
1304
1304
|
|
|
1305
1305
|
/**
|
|
1306
|
-
* @see {@link MatterSpecification.
|
|
1306
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1307
1307
|
*/
|
|
1308
1308
|
export enum StatusCode {
|
|
1309
1309
|
/**
|
|
@@ -1360,7 +1360,7 @@ export declare namespace ContentControl {
|
|
|
1360
1360
|
/**
|
|
1361
1361
|
* Thrown for cluster status code {@link StatusCode.InvalidPinCode}.
|
|
1362
1362
|
*
|
|
1363
|
-
* @see {@link MatterSpecification.
|
|
1363
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1364
1364
|
*/
|
|
1365
1365
|
export class InvalidPinCodeError extends StatusResponseError {
|
|
1366
1366
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1369,7 +1369,7 @@ export declare namespace ContentControl {
|
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Thrown for cluster status code {@link StatusCode.InvalidRating}.
|
|
1371
1371
|
*
|
|
1372
|
-
* @see {@link MatterSpecification.
|
|
1372
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1373
1373
|
*/
|
|
1374
1374
|
export class InvalidRatingError extends StatusResponseError {
|
|
1375
1375
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1378,7 +1378,7 @@ export declare namespace ContentControl {
|
|
|
1378
1378
|
/**
|
|
1379
1379
|
* Thrown for cluster status code {@link StatusCode.InvalidChannel}.
|
|
1380
1380
|
*
|
|
1381
|
-
* @see {@link MatterSpecification.
|
|
1381
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1382
1382
|
*/
|
|
1383
1383
|
export class InvalidChannelError extends StatusResponseError {
|
|
1384
1384
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1387,7 +1387,7 @@ export declare namespace ContentControl {
|
|
|
1387
1387
|
/**
|
|
1388
1388
|
* Thrown for cluster status code {@link StatusCode.ChannelAlreadyExist}.
|
|
1389
1389
|
*
|
|
1390
|
-
* @see {@link MatterSpecification.
|
|
1390
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1391
1391
|
*/
|
|
1392
1392
|
export class ChannelAlreadyExistError extends StatusResponseError {
|
|
1393
1393
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1396,7 +1396,7 @@ export declare namespace ContentControl {
|
|
|
1396
1396
|
/**
|
|
1397
1397
|
* Thrown for cluster status code {@link StatusCode.ChannelNotExist}.
|
|
1398
1398
|
*
|
|
1399
|
-
* @see {@link MatterSpecification.
|
|
1399
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1400
1400
|
*/
|
|
1401
1401
|
export class ChannelNotExistError extends StatusResponseError {
|
|
1402
1402
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1405,7 +1405,7 @@ export declare namespace ContentControl {
|
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Thrown for cluster status code {@link StatusCode.UnidentifiableApplication}.
|
|
1407
1407
|
*
|
|
1408
|
-
* @see {@link MatterSpecification.
|
|
1408
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1409
1409
|
*/
|
|
1410
1410
|
export class UnidentifiableApplicationError extends StatusResponseError {
|
|
1411
1411
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1414,7 +1414,7 @@ export declare namespace ContentControl {
|
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Thrown for cluster status code {@link StatusCode.ApplicationAlreadyExist}.
|
|
1416
1416
|
*
|
|
1417
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1418
1418
|
*/
|
|
1419
1419
|
export class ApplicationAlreadyExistError extends StatusResponseError {
|
|
1420
1420
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1423,7 +1423,7 @@ export declare namespace ContentControl {
|
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Thrown for cluster status code {@link StatusCode.ApplicationNotExist}.
|
|
1425
1425
|
*
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1427
1427
|
*/
|
|
1428
1428
|
export class ApplicationNotExistError extends StatusResponseError {
|
|
1429
1429
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1432,7 +1432,7 @@ export declare namespace ContentControl {
|
|
|
1432
1432
|
/**
|
|
1433
1433
|
* Thrown for cluster status code {@link StatusCode.TimeWindowAlreadyExist}.
|
|
1434
1434
|
*
|
|
1435
|
-
* @see {@link MatterSpecification.
|
|
1435
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1436
1436
|
*/
|
|
1437
1437
|
export class TimeWindowAlreadyExistError extends StatusResponseError {
|
|
1438
1438
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -1441,7 +1441,7 @@ export declare namespace ContentControl {
|
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Thrown for cluster status code {@link StatusCode.TimeWindowNotExist}.
|
|
1443
1443
|
*
|
|
1444
|
-
* @see {@link MatterSpecification.
|
|
1444
|
+
* @see {@link MatterSpecification.v16.Cluster} § 6.13.6.1
|
|
1445
1445
|
*/
|
|
1446
1446
|
export class TimeWindowNotExistError extends StatusResponseError {
|
|
1447
1447
|
constructor(message?: string, code?: Status, clusterCode?: number)
|