@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 { DeviceTypeId } from "../datatype/DeviceTypeId.js";
|
|
|
27
27
|
* The Access Control Cluster shall be present on the root node endpoint of each Node, and shall NOT be present on any
|
|
28
28
|
* other Endpoint of any Node.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10
|
|
31
31
|
*/
|
|
32
32
|
export declare namespace AccessControl {
|
|
33
33
|
/**
|
|
@@ -41,9 +41,9 @@ export declare namespace AccessControl {
|
|
|
41
41
|
export const name: "AccessControl";
|
|
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
|
-
export const revision:
|
|
46
|
+
export const revision: 3;
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
49
|
* Canonical metadata for the AccessControl cluster.
|
|
@@ -68,7 +68,9 @@ export declare namespace AccessControl {
|
|
|
68
68
|
* Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on the
|
|
69
69
|
* Node.
|
|
70
70
|
*
|
|
71
|
-
*
|
|
71
|
+
* Every AccessControlEntryStruct in the ACL attribute shall NOT include the AuxiliaryType field.
|
|
72
|
+
*
|
|
73
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.3
|
|
72
74
|
*/
|
|
73
75
|
acl: AccessControlEntry[];
|
|
74
76
|
|
|
@@ -80,7 +82,7 @@ export declare namespace AccessControl {
|
|
|
80
82
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
81
83
|
* than the required minimum.
|
|
82
84
|
*
|
|
83
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.5
|
|
84
86
|
*/
|
|
85
87
|
subjectsPerAccessControlEntry: number;
|
|
86
88
|
|
|
@@ -92,7 +94,7 @@ export declare namespace AccessControl {
|
|
|
92
94
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
93
95
|
* than the required minimum.
|
|
94
96
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
97
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.6
|
|
96
98
|
*/
|
|
97
99
|
targetsPerAccessControlEntry: number;
|
|
98
100
|
|
|
@@ -104,7 +106,7 @@ export declare namespace AccessControl {
|
|
|
104
106
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
105
107
|
* than the required minimum.
|
|
106
108
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.7
|
|
108
110
|
*/
|
|
109
111
|
accessControlEntriesPerFabric: number;
|
|
110
112
|
}
|
|
@@ -119,7 +121,7 @@ export declare namespace AccessControl {
|
|
|
119
121
|
*
|
|
120
122
|
* The Access Control Extension list shall support a single extension entry per supported fabric.
|
|
121
123
|
*
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.4
|
|
123
125
|
*/
|
|
124
126
|
extension: AccessControlExtension[];
|
|
125
127
|
}
|
|
@@ -143,7 +145,7 @@ export declare namespace AccessControl {
|
|
|
143
145
|
* See Section 9.10.4.2.1, "Managed Device Feature Usage Restrictions" for limitations on the use of access
|
|
144
146
|
* restrictions.
|
|
145
147
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.8
|
|
147
149
|
*/
|
|
148
150
|
commissioningArl: CommissioningAccessRestrictionEntry[];
|
|
149
151
|
|
|
@@ -166,11 +168,48 @@ export declare namespace AccessControl {
|
|
|
166
168
|
* See Section 9.10.4.2.1, "Managed Device Feature Usage Restrictions" for limitations on the use of access
|
|
167
169
|
* restrictions.
|
|
168
170
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.9
|
|
170
172
|
*/
|
|
171
173
|
arl: AccessRestrictionEntry[];
|
|
172
174
|
}
|
|
173
175
|
|
|
176
|
+
/**
|
|
177
|
+
* {@link AccessControl} supports these elements if it supports feature "Auxiliary".
|
|
178
|
+
*/
|
|
179
|
+
export interface AuxiliaryAttributes {
|
|
180
|
+
/**
|
|
181
|
+
* This attribute, when present, shall provide a list of additional ACL entries generated by the server that
|
|
182
|
+
* shall be applied during the Access Control Privilege Granting algorithm. These ACL entries are not writable
|
|
183
|
+
* or removable using this attribute; they reflect the underlying feature that generated them.
|
|
184
|
+
*
|
|
185
|
+
* Features such as the Groupcast cluster may cause entries to appear in this attribute as a result of internal
|
|
186
|
+
* configurations that grant access to certain subjects by mechanisms other than explicit management of the ACL
|
|
187
|
+
* list.
|
|
188
|
+
*
|
|
189
|
+
* The purpose of exposing these entries in the data model is to ensure transparency in the access granted to
|
|
190
|
+
* subjects.
|
|
191
|
+
*
|
|
192
|
+
* Changes to this attribute resulting from reconfiguration of the underlying features shall cause the
|
|
193
|
+
* AuxiliaryAccessUpdated event to be generated when they occur. See the AuxiliaryAccessUpdated Event for
|
|
194
|
+
* additional constraints.
|
|
195
|
+
*
|
|
196
|
+
* Servers SHOULD attempt to make the list as concise as possible while respecting the limits such as
|
|
197
|
+
* SubjectsPerAccessControlEntry and TargetsPerAccessControlEntry.
|
|
198
|
+
*
|
|
199
|
+
* The entries in this list shall NOT count towards the AccessControlEntriesPerFabric attribute limit, which
|
|
200
|
+
* applies only to the writable entries in the ACL attribute.
|
|
201
|
+
*
|
|
202
|
+
* Every AccessControlEntryStruct in the AuxiliaryACL shall have the AuxiliaryType field set to a value
|
|
203
|
+
* indicating the reason for existence of the entry in the list.
|
|
204
|
+
*
|
|
205
|
+
* Each feature which would cause entries to appear in this attribute shall individually specify the format of
|
|
206
|
+
* entries that are auto-generated, and under which circumstances they are generated.
|
|
207
|
+
*
|
|
208
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.10
|
|
209
|
+
*/
|
|
210
|
+
auxiliaryAcl: AccessControlEntry[];
|
|
211
|
+
}
|
|
212
|
+
|
|
174
213
|
/**
|
|
175
214
|
* Attributes that may appear in {@link AccessControl}.
|
|
176
215
|
*
|
|
@@ -190,7 +229,9 @@ export declare namespace AccessControl {
|
|
|
190
229
|
* Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on the
|
|
191
230
|
* Node.
|
|
192
231
|
*
|
|
193
|
-
*
|
|
232
|
+
* Every AccessControlEntryStruct in the ACL attribute shall NOT include the AuxiliaryType field.
|
|
233
|
+
*
|
|
234
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.3
|
|
194
235
|
*/
|
|
195
236
|
acl: AccessControlEntry[];
|
|
196
237
|
|
|
@@ -202,7 +243,7 @@ export declare namespace AccessControl {
|
|
|
202
243
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
203
244
|
* than the required minimum.
|
|
204
245
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.5
|
|
206
247
|
*/
|
|
207
248
|
subjectsPerAccessControlEntry: number;
|
|
208
249
|
|
|
@@ -214,7 +255,7 @@ export declare namespace AccessControl {
|
|
|
214
255
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
215
256
|
* than the required minimum.
|
|
216
257
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.6
|
|
218
259
|
*/
|
|
219
260
|
targetsPerAccessControlEntry: number;
|
|
220
261
|
|
|
@@ -226,7 +267,7 @@ export declare namespace AccessControl {
|
|
|
226
267
|
* implementation, it is recommended to only use the minimum value required and avoid reporting a higher value
|
|
227
268
|
* than the required minimum.
|
|
228
269
|
*
|
|
229
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.7
|
|
230
271
|
*/
|
|
231
272
|
accessControlEntriesPerFabric: number;
|
|
232
273
|
|
|
@@ -236,7 +277,7 @@ export declare namespace AccessControl {
|
|
|
236
277
|
*
|
|
237
278
|
* The Access Control Extension list shall support a single extension entry per supported fabric.
|
|
238
279
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.4
|
|
240
281
|
*/
|
|
241
282
|
extension: AccessControlExtension[];
|
|
242
283
|
|
|
@@ -255,7 +296,7 @@ export declare namespace AccessControl {
|
|
|
255
296
|
* See Section 9.10.4.2.1, "Managed Device Feature Usage Restrictions" for limitations on the use of access
|
|
256
297
|
* restrictions.
|
|
257
298
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.8
|
|
259
300
|
*/
|
|
260
301
|
commissioningArl: CommissioningAccessRestrictionEntry[];
|
|
261
302
|
|
|
@@ -278,9 +319,41 @@ export declare namespace AccessControl {
|
|
|
278
319
|
* See Section 9.10.4.2.1, "Managed Device Feature Usage Restrictions" for limitations on the use of access
|
|
279
320
|
* restrictions.
|
|
280
321
|
*
|
|
281
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.9
|
|
282
323
|
*/
|
|
283
324
|
arl: AccessRestrictionEntry[];
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* This attribute, when present, shall provide a list of additional ACL entries generated by the server that
|
|
328
|
+
* shall be applied during the Access Control Privilege Granting algorithm. These ACL entries are not writable
|
|
329
|
+
* or removable using this attribute; they reflect the underlying feature that generated them.
|
|
330
|
+
*
|
|
331
|
+
* Features such as the Groupcast cluster may cause entries to appear in this attribute as a result of internal
|
|
332
|
+
* configurations that grant access to certain subjects by mechanisms other than explicit management of the ACL
|
|
333
|
+
* list.
|
|
334
|
+
*
|
|
335
|
+
* The purpose of exposing these entries in the data model is to ensure transparency in the access granted to
|
|
336
|
+
* subjects.
|
|
337
|
+
*
|
|
338
|
+
* Changes to this attribute resulting from reconfiguration of the underlying features shall cause the
|
|
339
|
+
* AuxiliaryAccessUpdated event to be generated when they occur. See the AuxiliaryAccessUpdated Event for
|
|
340
|
+
* additional constraints.
|
|
341
|
+
*
|
|
342
|
+
* Servers SHOULD attempt to make the list as concise as possible while respecting the limits such as
|
|
343
|
+
* SubjectsPerAccessControlEntry and TargetsPerAccessControlEntry.
|
|
344
|
+
*
|
|
345
|
+
* The entries in this list shall NOT count towards the AccessControlEntriesPerFabric attribute limit, which
|
|
346
|
+
* applies only to the writable entries in the ACL attribute.
|
|
347
|
+
*
|
|
348
|
+
* Every AccessControlEntryStruct in the AuxiliaryACL shall have the AuxiliaryType field set to a value
|
|
349
|
+
* indicating the reason for existence of the entry in the list.
|
|
350
|
+
*
|
|
351
|
+
* Each feature which would cause entries to appear in this attribute shall individually specify the format of
|
|
352
|
+
* entries that are auto-generated, and under which circumstances they are generated.
|
|
353
|
+
*
|
|
354
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.6.10
|
|
355
|
+
*/
|
|
356
|
+
auxiliaryAcl: AccessControlEntry[];
|
|
284
357
|
}
|
|
285
358
|
|
|
286
359
|
/**
|
|
@@ -311,7 +384,7 @@ export declare namespace AccessControl {
|
|
|
311
384
|
* order to gain enhanced access. For this reason the device SHOULD perform the Fabric Table Vendor ID
|
|
312
385
|
* Verification Procedure.
|
|
313
386
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.8.1
|
|
315
388
|
*/
|
|
316
389
|
reviewFabricRestrictions(request: ReviewFabricRestrictionsRequest): MaybePromise<ReviewFabricRestrictionsResponse>;
|
|
317
390
|
}
|
|
@@ -335,7 +408,7 @@ export declare namespace AccessControl {
|
|
|
335
408
|
*
|
|
336
409
|
* - Each removed entry shall generate an event with ChangeType Removed.
|
|
337
410
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
411
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1
|
|
339
412
|
*/
|
|
340
413
|
accessControlEntryChanged: AccessControlEntryChangedEvent;
|
|
341
414
|
}
|
|
@@ -354,7 +427,7 @@ export declare namespace AccessControl {
|
|
|
354
427
|
*
|
|
355
428
|
* - Each removed extension shall generate an event with ChangeType Removed.
|
|
356
429
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
430
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2
|
|
358
431
|
*/
|
|
359
432
|
accessControlExtensionChanged: AccessControlExtensionChangedEvent;
|
|
360
433
|
}
|
|
@@ -369,11 +442,31 @@ export declare namespace AccessControl {
|
|
|
369
442
|
* receipt of the ReviewFabricRestrictions command, this event may include additional steps that the client may
|
|
370
443
|
* present to the user in order to help the user locate the user interface for the Managed Device feature.
|
|
371
444
|
*
|
|
372
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3
|
|
373
446
|
*/
|
|
374
447
|
fabricRestrictionReviewUpdate: FabricRestrictionReviewUpdateEvent;
|
|
375
448
|
}
|
|
376
449
|
|
|
450
|
+
/**
|
|
451
|
+
* {@link AccessControl} supports these elements if it supports feature "Auxiliary".
|
|
452
|
+
*/
|
|
453
|
+
export interface AuxiliaryEvents {
|
|
454
|
+
/**
|
|
455
|
+
* The server shall generate AuxiliaryAccessUpdated events whenever its AuxiliaryACL attribute data changes due
|
|
456
|
+
* to system management operations.
|
|
457
|
+
*
|
|
458
|
+
* This event SHOULD be generated only once per batch of changes, if many changes are done together.
|
|
459
|
+
*
|
|
460
|
+
* Administrators may use this event to trigger re-evaluation of overall access control currently granted to the
|
|
461
|
+
* node.
|
|
462
|
+
*
|
|
463
|
+
* Leaving a Fabric shall NOT generate this event.
|
|
464
|
+
*
|
|
465
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.4
|
|
466
|
+
*/
|
|
467
|
+
auxiliaryAccessUpdated: AuxiliaryAccessUpdatedEvent;
|
|
468
|
+
}
|
|
469
|
+
|
|
377
470
|
/**
|
|
378
471
|
* Events that may appear in {@link AccessControl}.
|
|
379
472
|
*
|
|
@@ -391,7 +484,7 @@ export declare namespace AccessControl {
|
|
|
391
484
|
*
|
|
392
485
|
* - Each removed entry shall generate an event with ChangeType Removed.
|
|
393
486
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
487
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1
|
|
395
488
|
*/
|
|
396
489
|
accessControlEntryChanged: AccessControlEntryChangedEvent;
|
|
397
490
|
|
|
@@ -405,7 +498,7 @@ export declare namespace AccessControl {
|
|
|
405
498
|
*
|
|
406
499
|
* - Each removed extension shall generate an event with ChangeType Removed.
|
|
407
500
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
501
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2
|
|
409
502
|
*/
|
|
410
503
|
accessControlExtensionChanged: AccessControlExtensionChangedEvent;
|
|
411
504
|
|
|
@@ -415,9 +508,24 @@ export declare namespace AccessControl {
|
|
|
415
508
|
* receipt of the ReviewFabricRestrictions command, this event may include additional steps that the client may
|
|
416
509
|
* present to the user in order to help the user locate the user interface for the Managed Device feature.
|
|
417
510
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3
|
|
419
512
|
*/
|
|
420
513
|
fabricRestrictionReviewUpdate: FabricRestrictionReviewUpdateEvent;
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* The server shall generate AuxiliaryAccessUpdated events whenever its AuxiliaryACL attribute data changes due
|
|
517
|
+
* to system management operations.
|
|
518
|
+
*
|
|
519
|
+
* This event SHOULD be generated only once per batch of changes, if many changes are done together.
|
|
520
|
+
*
|
|
521
|
+
* Administrators may use this event to trigger re-evaluation of overall access control currently granted to the
|
|
522
|
+
* node.
|
|
523
|
+
*
|
|
524
|
+
* Leaving a Fabric shall NOT generate this event.
|
|
525
|
+
*
|
|
526
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.4
|
|
527
|
+
*/
|
|
528
|
+
auxiliaryAccessUpdated: AuxiliaryAccessUpdatedEvent;
|
|
421
529
|
}
|
|
422
530
|
|
|
423
531
|
export type Components = [
|
|
@@ -429,15 +537,17 @@ export declare namespace AccessControl {
|
|
|
429
537
|
attributes: ManagedDeviceAttributes,
|
|
430
538
|
commands: ManagedDeviceCommands,
|
|
431
539
|
events: ManagedDeviceEvents
|
|
432
|
-
}
|
|
540
|
+
},
|
|
541
|
+
|
|
542
|
+
{ flags: { auxiliary: true }, attributes: AuxiliaryAttributes, events: AuxiliaryEvents }
|
|
433
543
|
];
|
|
434
544
|
|
|
435
|
-
export type Features = "Extension" | "ManagedDevice";
|
|
545
|
+
export type Features = "Extension" | "ManagedDevice" | "Auxiliary";
|
|
436
546
|
|
|
437
547
|
/**
|
|
438
548
|
* These are optional features supported by AccessControlCluster.
|
|
439
549
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.4
|
|
441
551
|
*/
|
|
442
552
|
export enum Feature {
|
|
443
553
|
/**
|
|
@@ -445,7 +555,7 @@ export declare namespace AccessControl {
|
|
|
445
555
|
*
|
|
446
556
|
* This feature indicates the device supports ACL Extension attribute.
|
|
447
557
|
*
|
|
448
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.4.1
|
|
449
559
|
*/
|
|
450
560
|
Extension = "Extension",
|
|
451
561
|
|
|
@@ -496,13 +606,25 @@ export declare namespace AccessControl {
|
|
|
496
606
|
* See Section 6.6.2, "Access Control Model" for a description of how access control is impacted by the ARL
|
|
497
607
|
* attribute.
|
|
498
608
|
*
|
|
499
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.4.2
|
|
610
|
+
*/
|
|
611
|
+
ManagedDevice = "ManagedDevice",
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* Auxiliary (AUX)
|
|
615
|
+
*
|
|
616
|
+
* This feature indicates that there may be entries in the AuxiliaryACL attribute which indicate synthesized ACL
|
|
617
|
+
* entries. For example, when this feature is supported, the configuration of groups via the Groupcast cluster
|
|
618
|
+
* may lead, under some circumstances, to some access being granted via auxiliary means (not explicit ACL
|
|
619
|
+
* attribute list writes) to some subjects by virtue of group membership. See the AuxiliaryACL attribute.
|
|
620
|
+
*
|
|
621
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.4.3
|
|
500
622
|
*/
|
|
501
|
-
|
|
623
|
+
Auxiliary = "Auxiliary"
|
|
502
624
|
}
|
|
503
625
|
|
|
504
626
|
/**
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7
|
|
506
628
|
*/
|
|
507
629
|
export class AccessControlEntry {
|
|
508
630
|
constructor(values?: Partial<AccessControlEntry>);
|
|
@@ -548,14 +670,14 @@ export declare namespace AccessControl {
|
|
|
548
670
|
* particular device type; a client granted Operate privilege may still be able to perform configuration in
|
|
549
671
|
* Fan Control Clusters included in other device types on the same Node.
|
|
550
672
|
*
|
|
551
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7.1
|
|
552
674
|
*/
|
|
553
675
|
privilege: AccessControlEntryPrivilege;
|
|
554
676
|
|
|
555
677
|
/**
|
|
556
678
|
* The AuthMode field shall specify the authentication mode required by this Access Control Entry.
|
|
557
679
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7.2
|
|
559
681
|
*/
|
|
560
682
|
authMode: AccessControlEntryAuthMode;
|
|
561
683
|
|
|
@@ -569,7 +691,7 @@ export declare namespace AccessControl {
|
|
|
569
691
|
*
|
|
570
692
|
* Subject ID shall be of type uint64 with semantics depending on the entry's AuthMode as follows:
|
|
571
693
|
*
|
|
572
|
-
* @see {@link MatterSpecification.
|
|
694
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7.3
|
|
573
695
|
*/
|
|
574
696
|
subjects: SubjectId[] | null;
|
|
575
697
|
|
|
@@ -587,15 +709,27 @@ export declare namespace AccessControl {
|
|
|
587
709
|
*
|
|
588
710
|
* A target grants access based on the presence of fields as follows:
|
|
589
711
|
*
|
|
590
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7.4
|
|
591
713
|
*/
|
|
592
714
|
targets: AccessControlTarget[] | null;
|
|
593
715
|
|
|
716
|
+
/**
|
|
717
|
+
* This field, if present, shall indicate the type of AuxiliaryACL entry stored. For example, for Groupcast
|
|
718
|
+
* cluster synthesized entries, this would be set to Groupcast. An administrator may use the information
|
|
719
|
+
* provided by this field to determine the feature that caused the auxiliary ACL entry to be created, so that
|
|
720
|
+
* access can be managed via that other feature's operations.
|
|
721
|
+
*
|
|
722
|
+
* This field shall NOT be present in entries in the ACL attribute.
|
|
723
|
+
*
|
|
724
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.7.5
|
|
725
|
+
*/
|
|
726
|
+
auxiliaryType?: AccessControlAuxiliaryType;
|
|
727
|
+
|
|
594
728
|
fabricIndex: FabricIndex;
|
|
595
729
|
}
|
|
596
730
|
|
|
597
731
|
/**
|
|
598
|
-
* @see {@link MatterSpecification.
|
|
732
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.8
|
|
599
733
|
*/
|
|
600
734
|
export class AccessControlExtension {
|
|
601
735
|
constructor(values?: Partial<AccessControlExtension>);
|
|
@@ -618,7 +752,7 @@ export declare namespace AccessControl {
|
|
|
618
752
|
* it. Such a canonical bytestream could be generated by encoding specific entry fields and sub-fields (such
|
|
619
753
|
* as lists) in specific order and specific format (e.g. TLV).
|
|
620
754
|
*
|
|
621
|
-
* @see {@link MatterSpecification.
|
|
755
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.8.1
|
|
622
756
|
*/
|
|
623
757
|
data: Bytes;
|
|
624
758
|
|
|
@@ -628,7 +762,7 @@ export declare namespace AccessControl {
|
|
|
628
762
|
/**
|
|
629
763
|
* This structure describes a current access restriction when there is no accessing fabric.
|
|
630
764
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.11
|
|
632
766
|
*/
|
|
633
767
|
export class CommissioningAccessRestrictionEntry {
|
|
634
768
|
constructor(values?: Partial<CommissioningAccessRestrictionEntry>);
|
|
@@ -637,7 +771,7 @@ export declare namespace AccessControl {
|
|
|
637
771
|
* This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
|
|
638
772
|
* of the list containing the entry.
|
|
639
773
|
*
|
|
640
|
-
* @see {@link MatterSpecification.
|
|
774
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.11.1
|
|
641
775
|
*/
|
|
642
776
|
endpoint: EndpointNumber;
|
|
643
777
|
|
|
@@ -645,7 +779,7 @@ export declare namespace AccessControl {
|
|
|
645
779
|
* This field shall indicate the cluster having associated access restrictions under the entry's Endpoint,
|
|
646
780
|
* scoped to the associated fabric of the list containing the entry.
|
|
647
781
|
*
|
|
648
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.11.2
|
|
649
783
|
*/
|
|
650
784
|
cluster: ClusterId;
|
|
651
785
|
|
|
@@ -655,7 +789,7 @@ export declare namespace AccessControl {
|
|
|
655
789
|
*
|
|
656
790
|
* This list shall NOT be empty.
|
|
657
791
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.11.3
|
|
659
793
|
*/
|
|
660
794
|
restrictions: AccessRestriction[];
|
|
661
795
|
}
|
|
@@ -663,7 +797,7 @@ export declare namespace AccessControl {
|
|
|
663
797
|
/**
|
|
664
798
|
* This structure describes a current access restriction on the fabric.
|
|
665
799
|
*
|
|
666
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.10
|
|
667
801
|
*/
|
|
668
802
|
export class AccessRestrictionEntry {
|
|
669
803
|
constructor(values?: Partial<AccessRestrictionEntry>);
|
|
@@ -672,7 +806,7 @@ export declare namespace AccessControl {
|
|
|
672
806
|
* This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
|
|
673
807
|
* of the list containing the entry.
|
|
674
808
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
809
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.10.1
|
|
676
810
|
*/
|
|
677
811
|
endpoint: EndpointNumber;
|
|
678
812
|
|
|
@@ -680,7 +814,7 @@ export declare namespace AccessControl {
|
|
|
680
814
|
* This field shall indicate the cluster having associated access restrictions under the entry's Endpoint,
|
|
681
815
|
* scoped to the associated fabric of the list containing the entry.
|
|
682
816
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
817
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.10.2
|
|
684
818
|
*/
|
|
685
819
|
cluster: ClusterId;
|
|
686
820
|
|
|
@@ -690,7 +824,7 @@ export declare namespace AccessControl {
|
|
|
690
824
|
*
|
|
691
825
|
* This list shall NOT be empty.
|
|
692
826
|
*
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.10.3
|
|
694
828
|
*/
|
|
695
829
|
restrictions: AccessRestriction[];
|
|
696
830
|
|
|
@@ -721,7 +855,7 @@ export declare namespace AccessControl {
|
|
|
721
855
|
* order to gain enhanced access. For this reason the device SHOULD perform the Fabric Table Vendor ID
|
|
722
856
|
* Verification Procedure.
|
|
723
857
|
*
|
|
724
|
-
* @see {@link MatterSpecification.
|
|
858
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.8.1
|
|
725
859
|
*/
|
|
726
860
|
export class ReviewFabricRestrictionsRequest {
|
|
727
861
|
constructor(values?: Partial<ReviewFabricRestrictionsRequest>);
|
|
@@ -730,7 +864,7 @@ export declare namespace AccessControl {
|
|
|
730
864
|
* When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
|
|
731
865
|
* empty list represents a generic request for review of all restrictions.
|
|
732
866
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
867
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.8.1.1
|
|
734
868
|
*/
|
|
735
869
|
arl: CommissioningAccessRestrictionEntry[];
|
|
736
870
|
}
|
|
@@ -739,7 +873,7 @@ export declare namespace AccessControl {
|
|
|
739
873
|
* Returns the review token for the request, which can be used to correlate with a FabricRestrictionReviewUpdate
|
|
740
874
|
* event.
|
|
741
875
|
*
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.8.2
|
|
743
877
|
*/
|
|
744
878
|
export class ReviewFabricRestrictionsResponse {
|
|
745
879
|
constructor(values?: Partial<ReviewFabricRestrictionsResponse>);
|
|
@@ -748,7 +882,7 @@ export declare namespace AccessControl {
|
|
|
748
882
|
* This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
|
|
749
883
|
* FabricRestrictionReviewUpdate event.
|
|
750
884
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.8.2.1
|
|
752
886
|
*/
|
|
753
887
|
token: number | bigint;
|
|
754
888
|
}
|
|
@@ -763,7 +897,7 @@ export declare namespace AccessControl {
|
|
|
763
897
|
*
|
|
764
898
|
* - Each removed entry shall generate an event with ChangeType Removed.
|
|
765
899
|
*
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1
|
|
767
901
|
*/
|
|
768
902
|
export class AccessControlEntryChangedEvent {
|
|
769
903
|
constructor(values?: Partial<AccessControlEntryChangedEvent>);
|
|
@@ -774,7 +908,7 @@ export declare namespace AccessControl {
|
|
|
774
908
|
* Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
|
|
775
909
|
* CASE or PASE session; the other shall be null.
|
|
776
910
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
911
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1.1
|
|
778
912
|
*/
|
|
779
913
|
adminNodeId: NodeId | null;
|
|
780
914
|
|
|
@@ -785,14 +919,14 @@ export declare namespace AccessControl {
|
|
|
785
919
|
* Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
|
|
786
920
|
* CASE or PASE session; the other shall be null.
|
|
787
921
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1.2
|
|
789
923
|
*/
|
|
790
924
|
adminPasscodeId: number | null;
|
|
791
925
|
|
|
792
926
|
/**
|
|
793
927
|
* The type of change as appropriate.
|
|
794
928
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
929
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1.3
|
|
796
930
|
*/
|
|
797
931
|
changeType: ChangeType;
|
|
798
932
|
|
|
@@ -802,7 +936,7 @@ export declare namespace AccessControl {
|
|
|
802
936
|
* This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
|
|
803
937
|
* scarce.
|
|
804
938
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.1.4
|
|
806
940
|
*/
|
|
807
941
|
latestValue: AccessControlEntry | null;
|
|
808
942
|
|
|
@@ -819,7 +953,7 @@ export declare namespace AccessControl {
|
|
|
819
953
|
*
|
|
820
954
|
* - Each removed extension shall generate an event with ChangeType Removed.
|
|
821
955
|
*
|
|
822
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2
|
|
823
957
|
*/
|
|
824
958
|
export class AccessControlExtensionChangedEvent {
|
|
825
959
|
constructor(values?: Partial<AccessControlExtensionChangedEvent>);
|
|
@@ -830,7 +964,7 @@ export declare namespace AccessControl {
|
|
|
830
964
|
* Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
|
|
831
965
|
* CASE or PASE session; the other shall be null.
|
|
832
966
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2.1
|
|
834
968
|
*/
|
|
835
969
|
adminNodeId: NodeId | null;
|
|
836
970
|
|
|
@@ -841,14 +975,14 @@ export declare namespace AccessControl {
|
|
|
841
975
|
* Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
|
|
842
976
|
* CASE or PASE session; the other shall be null.
|
|
843
977
|
*
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2.2
|
|
845
979
|
*/
|
|
846
980
|
adminPasscodeId: number | null;
|
|
847
981
|
|
|
848
982
|
/**
|
|
849
983
|
* The type of change as appropriate.
|
|
850
984
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
985
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2.3
|
|
852
986
|
*/
|
|
853
987
|
changeType: ChangeType;
|
|
854
988
|
|
|
@@ -858,7 +992,7 @@ export declare namespace AccessControl {
|
|
|
858
992
|
* This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
|
|
859
993
|
* scarce.
|
|
860
994
|
*
|
|
861
|
-
* @see {@link MatterSpecification.
|
|
995
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.2.4
|
|
862
996
|
*/
|
|
863
997
|
latestValue: AccessControlExtension | null;
|
|
864
998
|
|
|
@@ -871,7 +1005,7 @@ export declare namespace AccessControl {
|
|
|
871
1005
|
* ReviewFabricRestrictions command, this event may include additional steps that the client may present to the user
|
|
872
1006
|
* in order to help the user locate the user interface for the Managed Device feature.
|
|
873
1007
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3
|
|
875
1009
|
*/
|
|
876
1010
|
export class FabricRestrictionReviewUpdateEvent {
|
|
877
1011
|
constructor(values?: Partial<FabricRestrictionReviewUpdateEvent>);
|
|
@@ -880,7 +1014,7 @@ export declare namespace AccessControl {
|
|
|
880
1014
|
* This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
|
|
881
1015
|
* FabricRestrictionReviewUpdate event.
|
|
882
1016
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3.1
|
|
884
1018
|
*/
|
|
885
1019
|
token: number | bigint;
|
|
886
1020
|
|
|
@@ -894,7 +1028,7 @@ export declare namespace AccessControl {
|
|
|
894
1028
|
* Examples include "Please try again and immediately access device display for further instructions." or
|
|
895
1029
|
* "Please check email associated with your Acme account."
|
|
896
1030
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3.2
|
|
898
1032
|
*/
|
|
899
1033
|
instruction?: string;
|
|
900
1034
|
|
|
@@ -943,7 +1077,7 @@ export declare namespace AccessControl {
|
|
|
943
1077
|
* Administrator SHOULD provide details, such as the VID, to the user about the device sending the event so
|
|
944
1078
|
* that the user can make an informed decision about whether to trust the URL.
|
|
945
1079
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.3.3
|
|
947
1081
|
*/
|
|
948
1082
|
arlRequestFlowUrl?: string;
|
|
949
1083
|
|
|
@@ -951,7 +1085,35 @@ export declare namespace AccessControl {
|
|
|
951
1085
|
}
|
|
952
1086
|
|
|
953
1087
|
/**
|
|
954
|
-
*
|
|
1088
|
+
* The server shall generate AuxiliaryAccessUpdated events whenever its AuxiliaryACL attribute data changes due to
|
|
1089
|
+
* system management operations.
|
|
1090
|
+
*
|
|
1091
|
+
* This event SHOULD be generated only once per batch of changes, if many changes are done together.
|
|
1092
|
+
*
|
|
1093
|
+
* Administrators may use this event to trigger re-evaluation of overall access control currently granted to the
|
|
1094
|
+
* node.
|
|
1095
|
+
*
|
|
1096
|
+
* Leaving a Fabric shall NOT generate this event.
|
|
1097
|
+
*
|
|
1098
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.4
|
|
1099
|
+
*/
|
|
1100
|
+
export class AuxiliaryAccessUpdatedEvent {
|
|
1101
|
+
constructor(values?: Partial<AuxiliaryAccessUpdatedEvent>);
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* The AdminNodeID field shall contain the NodeID of the Administrator that caused the action which led to
|
|
1105
|
+
* changes to the AuxiliaryACL. If no information is available, such as when a change is internally initiated,
|
|
1106
|
+
* this field shall be null.
|
|
1107
|
+
*
|
|
1108
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.9.4.1
|
|
1109
|
+
*/
|
|
1110
|
+
adminNodeId: NodeId | null;
|
|
1111
|
+
|
|
1112
|
+
fabricIndex: FabricIndex;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.1
|
|
955
1117
|
*/
|
|
956
1118
|
export enum ChangeType {
|
|
957
1119
|
/**
|
|
@@ -971,7 +1133,7 @@ export declare namespace AccessControl {
|
|
|
971
1133
|
}
|
|
972
1134
|
|
|
973
1135
|
/**
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.2
|
|
975
1137
|
*/
|
|
976
1138
|
export enum AccessControlEntryPrivilege {
|
|
977
1139
|
/**
|
|
@@ -989,7 +1151,7 @@ export declare namespace AccessControl {
|
|
|
989
1151
|
*
|
|
990
1152
|
* This value implicitly grants View privileges
|
|
991
1153
|
*
|
|
992
|
-
* @see {@link MatterSpecification.
|
|
1154
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.2.1
|
|
993
1155
|
*/
|
|
994
1156
|
Operate = 3,
|
|
995
1157
|
|
|
@@ -998,7 +1160,7 @@ export declare namespace AccessControl {
|
|
|
998
1160
|
*
|
|
999
1161
|
* This value implicitly grants Operate & View privileges
|
|
1000
1162
|
*
|
|
1001
|
-
* @see {@link MatterSpecification.
|
|
1163
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.2.2
|
|
1002
1164
|
*/
|
|
1003
1165
|
Manage = 4,
|
|
1004
1166
|
|
|
@@ -1007,13 +1169,13 @@ export declare namespace AccessControl {
|
|
|
1007
1169
|
*
|
|
1008
1170
|
* This value implicitly grants Manage, Operate & View privileges
|
|
1009
1171
|
*
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1172
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.2.3
|
|
1011
1173
|
*/
|
|
1012
1174
|
Administer = 5
|
|
1013
1175
|
}
|
|
1014
1176
|
|
|
1015
1177
|
/**
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1178
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.3
|
|
1017
1179
|
*/
|
|
1018
1180
|
export enum AccessRestrictionType {
|
|
1019
1181
|
/**
|
|
@@ -1038,7 +1200,7 @@ export declare namespace AccessControl {
|
|
|
1038
1200
|
}
|
|
1039
1201
|
|
|
1040
1202
|
/**
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1203
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.4
|
|
1042
1204
|
*/
|
|
1043
1205
|
export enum AccessControlEntryAuthMode {
|
|
1044
1206
|
/**
|
|
@@ -1058,7 +1220,22 @@ export declare namespace AccessControl {
|
|
|
1058
1220
|
}
|
|
1059
1221
|
|
|
1060
1222
|
/**
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1223
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.5
|
|
1224
|
+
*/
|
|
1225
|
+
export enum AccessControlAuxiliaryType {
|
|
1226
|
+
/**
|
|
1227
|
+
* This ACL entry exists because of some system reason and is likely non-revocable
|
|
1228
|
+
*/
|
|
1229
|
+
System = 0,
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* Synthesized via Groupcast Cluster administrator-configured group membership
|
|
1233
|
+
*/
|
|
1234
|
+
Groupcast = 1
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.6
|
|
1062
1239
|
*/
|
|
1063
1240
|
export class AccessControlTarget {
|
|
1064
1241
|
constructor(values?: Partial<AccessControlTarget>);
|
|
@@ -1069,9 +1246,9 @@ export declare namespace AccessControl {
|
|
|
1069
1246
|
|
|
1070
1247
|
/**
|
|
1071
1248
|
* This structure describes an access restriction that would be applied to a specific data model element on a given
|
|
1072
|
-
* endpoint/cluster pair (see Section 9.10.5.
|
|
1249
|
+
* endpoint/cluster pair (see Section 9.10.5.10, "AccessRestrictionEntryStruct").
|
|
1073
1250
|
*
|
|
1074
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.9
|
|
1075
1252
|
*/
|
|
1076
1253
|
export class AccessRestriction {
|
|
1077
1254
|
constructor(values?: Partial<AccessRestriction>);
|
|
@@ -1079,7 +1256,7 @@ export declare namespace AccessControl {
|
|
|
1079
1256
|
/**
|
|
1080
1257
|
* This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
|
|
1081
1258
|
*
|
|
1082
|
-
* @see {@link MatterSpecification.
|
|
1259
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.9.1
|
|
1083
1260
|
*/
|
|
1084
1261
|
type: AccessRestrictionType;
|
|
1085
1262
|
|
|
@@ -1094,7 +1271,7 @@ export declare namespace AccessControl {
|
|
|
1094
1271
|
* A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
|
|
1095
1272
|
* the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
|
|
1096
1273
|
*
|
|
1097
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v16.Core} § 9.10.5.9.2
|
|
1098
1275
|
*/
|
|
1099
1276
|
id: number | null;
|
|
1100
1277
|
}
|