@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
|
@@ -18,7 +18,7 @@ import type { MaybePromise } from "@matter/general";
|
|
|
18
18
|
* The WebRTC transport requestor cluster provides a way for stream consumers (e.g. Matter Stream Viewer) to establish a
|
|
19
19
|
* WebRTC connection with a stream provider that implements the WebRTC Transport Provider Cluster.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6
|
|
22
22
|
*/
|
|
23
23
|
export declare namespace WebRtcTransportRequestor {
|
|
24
24
|
/**
|
|
@@ -32,7 +32,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
32
32
|
export const name: "WebRtcTransportRequestor";
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
35
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
36
36
|
*/
|
|
37
37
|
export const revision: 2;
|
|
38
38
|
|
|
@@ -51,7 +51,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
51
51
|
* This attribute shall be a list of WebRTCSessionStruct, which represents all the active WebRTC Sessions on
|
|
52
52
|
* this Node.
|
|
53
53
|
*
|
|
54
|
-
* @see {@link MatterSpecification.
|
|
54
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.4.1
|
|
55
55
|
*/
|
|
56
56
|
currentSessions: WebRtcTransportDefinitions.WebRtcSession[];
|
|
57
57
|
}
|
|
@@ -64,7 +64,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
64
64
|
* This attribute shall be a list of WebRTCSessionStruct, which represents all the active WebRTC Sessions on
|
|
65
65
|
* this Node.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.4.1
|
|
68
68
|
*/
|
|
69
69
|
currentSessions: WebRtcTransportDefinitions.WebRtcSession[];
|
|
70
70
|
}
|
|
@@ -82,7 +82,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
82
82
|
* fabric and the Peer Node ID entry stored in the Secure Session Context (see Chapter 4 Secure Channel, Secure
|
|
83
83
|
* Session Context section, in [[MatterCore]](#ref_MatterCore)) of the session this command was received on.
|
|
84
84
|
*
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1
|
|
86
86
|
*/
|
|
87
87
|
offer(request: OfferRequest): MaybePromise;
|
|
88
88
|
|
|
@@ -95,7 +95,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
95
95
|
* fabric and the Peer Node ID entry stored in the Secure Session Context of the session this command was
|
|
96
96
|
* received on.
|
|
97
97
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.2
|
|
99
99
|
*/
|
|
100
100
|
answer(request: AnswerRequest): MaybePromise;
|
|
101
101
|
|
|
@@ -110,14 +110,14 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
110
110
|
* fabric and the Peer Node ID entry stored in the Secure Session Context of the session this command was
|
|
111
111
|
* received on.
|
|
112
112
|
*
|
|
113
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.3
|
|
114
114
|
*/
|
|
115
115
|
iceCandidates(request: IceCandidatesRequest): MaybePromise;
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
118
|
* This command notifies the stream requestor that the provider has ended the WebRTC session.
|
|
119
119
|
*
|
|
120
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.4
|
|
121
121
|
*/
|
|
122
122
|
end(request: EndRequest): MaybePromise;
|
|
123
123
|
}
|
|
@@ -138,7 +138,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
138
138
|
* and the Peer Node ID entry stored in the Secure Session Context (see Chapter 4 Secure Channel, Secure Session
|
|
139
139
|
* Context section, in [[MatterCore]](#ref_MatterCore)) of the session this command was received on.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1
|
|
142
142
|
*/
|
|
143
143
|
export class OfferRequest {
|
|
144
144
|
constructor(values?: Partial<OfferRequest>);
|
|
@@ -146,7 +146,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
146
146
|
/**
|
|
147
147
|
* This field shall contain the ID of the established WebRTC session.
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1.1
|
|
150
150
|
*/
|
|
151
151
|
webRtcSessionId: number;
|
|
152
152
|
|
|
@@ -154,7 +154,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
154
154
|
* This field shall contain the string based SDP Offer. See WebRTC Transport for further details on SDP and
|
|
155
155
|
* Offer/Answer semantics.
|
|
156
156
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1.2
|
|
158
158
|
*/
|
|
159
159
|
sdp: string;
|
|
160
160
|
|
|
@@ -162,7 +162,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
162
162
|
* This field shall be a list of ICEServerStruct which contains the ICE servers and their credentials to use for
|
|
163
163
|
* this session. See ICEServerStruct for further details.
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1.3
|
|
166
166
|
*/
|
|
167
167
|
iceServers?: WebRtcTransportDefinitions.IceServer[];
|
|
168
168
|
|
|
@@ -170,7 +170,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
170
170
|
* This field controls the gathering and usage of ICE candidates and shall have one of the values found in
|
|
171
171
|
* ICETransportPolicy.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.1.4
|
|
174
174
|
*/
|
|
175
175
|
iceTransportPolicy?: string;
|
|
176
176
|
}
|
|
@@ -183,7 +183,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
183
183
|
* CurrentSessions, or if the matching entry's associated fabric and PeerNodeID do not match the accessing fabric
|
|
184
184
|
* and the Peer Node ID entry stored in the Secure Session Context of the session this command was received on.
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.2
|
|
187
187
|
*/
|
|
188
188
|
export class AnswerRequest {
|
|
189
189
|
constructor(values?: Partial<AnswerRequest>);
|
|
@@ -191,7 +191,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
191
191
|
/**
|
|
192
192
|
* This field shall contain the WebRTCSessionID of the established WebRTC session.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.2.1
|
|
195
195
|
*/
|
|
196
196
|
webRtcSessionId: number;
|
|
197
197
|
|
|
@@ -199,7 +199,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
199
199
|
* This field shall contain the string based SDP Answer. See WebRTC Transport for further details on SDP and
|
|
200
200
|
* Offer/Answer semantics.
|
|
201
201
|
*
|
|
202
|
-
* @see {@link MatterSpecification.
|
|
202
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.2.2
|
|
203
203
|
*/
|
|
204
204
|
sdp: string;
|
|
205
205
|
}
|
|
@@ -214,7 +214,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
214
214
|
* CurrentSessions, or if the matching entry's associated fabric and PeerNodeID do not match the accessing fabric
|
|
215
215
|
* and the Peer Node ID entry stored in the Secure Session Context of the session this command was received on.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.3
|
|
218
218
|
*/
|
|
219
219
|
export class IceCandidatesRequest {
|
|
220
220
|
constructor(values?: Partial<IceCandidatesRequest>);
|
|
@@ -222,14 +222,14 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
222
222
|
/**
|
|
223
223
|
* This field shall contain the WebRTCSessionID of the established WebRTC session.
|
|
224
224
|
*
|
|
225
|
-
* @see {@link MatterSpecification.
|
|
225
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.3.1
|
|
226
226
|
*/
|
|
227
227
|
webRtcSessionId: number;
|
|
228
228
|
|
|
229
229
|
/**
|
|
230
230
|
* This field shall contain a list of JSEP compliant ICE Candidate Format objects.
|
|
231
231
|
*
|
|
232
|
-
* @see {@link MatterSpecification.
|
|
232
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.3.2
|
|
233
233
|
*/
|
|
234
234
|
iceCandidates: WebRtcTransportDefinitions.IceCandidate[];
|
|
235
235
|
}
|
|
@@ -237,7 +237,7 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
237
237
|
/**
|
|
238
238
|
* This command notifies the stream requestor that the provider has ended the WebRTC session.
|
|
239
239
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.4
|
|
241
241
|
*/
|
|
242
242
|
export class EndRequest {
|
|
243
243
|
constructor(values?: Partial<EndRequest>);
|
|
@@ -245,14 +245,14 @@ export declare namespace WebRtcTransportRequestor {
|
|
|
245
245
|
/**
|
|
246
246
|
* This field shall contain the WebRTCSessionID of the established WebRTC session.
|
|
247
247
|
*
|
|
248
|
-
* @see {@link MatterSpecification.
|
|
248
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.4.1
|
|
249
249
|
*/
|
|
250
250
|
webRtcSessionId: number;
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
253
|
* This field shall be one of the values in WebRTCEndReasonEnum.
|
|
254
254
|
*
|
|
255
|
-
* @see {@link MatterSpecification.
|
|
255
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.6.5.4.2
|
|
256
256
|
*/
|
|
257
257
|
reason: WebRtcTransportDefinitions.WebRtcEndReason;
|
|
258
258
|
}
|
|
@@ -18,7 +18,7 @@ import type { Bytes, MaybePromise } from "@matter/general";
|
|
|
18
18
|
* by a Node to assist a user or Administrator in diagnosing potential problems. The Wi-Fi Network Diagnostics Cluster
|
|
19
19
|
* attempts to centralize all metrics that are relevant to a potential Wi-Fi radio running on a Node.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15
|
|
22
22
|
*/
|
|
23
23
|
export declare namespace WiFiNetworkDiagnostics {
|
|
24
24
|
/**
|
|
@@ -32,7 +32,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
32
32
|
export const name: "WiFiNetworkDiagnostics";
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
35
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
36
36
|
*/
|
|
37
37
|
export const revision: 1;
|
|
38
38
|
|
|
@@ -50,42 +50,42 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
50
50
|
/**
|
|
51
51
|
* Indicates the BSSID for which the Wi-Fi network the Node is currently connected.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.1
|
|
54
54
|
*/
|
|
55
55
|
bssid: Bytes | null;
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
* Indicates the current type of Wi-Fi security used.
|
|
59
59
|
*
|
|
60
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.2
|
|
61
61
|
*/
|
|
62
62
|
securityType: SecurityType | null;
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* Indicates the current IEEE 802.11 standard version in use by the Node, per the table below.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.3
|
|
68
68
|
*/
|
|
69
69
|
wiFiVersion: WiFiVersion | null;
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* Indicates the channel that Wi-Fi communication is currently operating on.
|
|
73
73
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.4
|
|
75
75
|
*/
|
|
76
76
|
channelNumber: number | null;
|
|
77
77
|
|
|
78
78
|
/**
|
|
79
79
|
* Indicates the current RSSI of the Node's Wi-Fi radio in dBm.
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.5
|
|
82
82
|
*/
|
|
83
83
|
rssi: number | null;
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
86
|
* Indicates the current maximum PHY rate of transfer of data in bits-per-second.
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.12
|
|
89
89
|
*/
|
|
90
90
|
currentMaxRate?: number | bigint | null;
|
|
91
91
|
}
|
|
@@ -98,7 +98,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
98
98
|
* Indicates the count of the number of missed beacons the Node has detected. If the Node does not have an
|
|
99
99
|
* ability to count beacons expected and not received, this value may remain set to zero.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.6
|
|
102
102
|
*/
|
|
103
103
|
beaconLostCount: number | null;
|
|
104
104
|
|
|
@@ -106,7 +106,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
106
106
|
* Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to retain
|
|
107
107
|
* all packets on the network interface. The attribute shall be reset to 0 upon a reboot of the Node.
|
|
108
108
|
*
|
|
109
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.13
|
|
110
110
|
*/
|
|
111
111
|
overrunCount: number | bigint | null;
|
|
112
112
|
}
|
|
@@ -121,35 +121,35 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
121
121
|
* BeaconLostCount. If the Node does not have an ability to report count of beacons received, this value may
|
|
122
122
|
* remain set to zero.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.7
|
|
125
125
|
*/
|
|
126
126
|
beaconRxCount: number | null;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
129
|
* Indicates the number of multicast packets received by the Node.
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.8
|
|
132
132
|
*/
|
|
133
133
|
packetMulticastRxCount: number | null;
|
|
134
134
|
|
|
135
135
|
/**
|
|
136
136
|
* Indicates the number of multicast packets transmitted by the Node.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.9
|
|
139
139
|
*/
|
|
140
140
|
packetMulticastTxCount: number | null;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* Indicates the number of unicast packets received by the Node.
|
|
144
144
|
*
|
|
145
|
-
* @see {@link MatterSpecification.
|
|
145
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.10
|
|
146
146
|
*/
|
|
147
147
|
packetUnicastRxCount: number | null;
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
150
|
* Indicates the number of unicast packets transmitted by the Node.
|
|
151
151
|
*
|
|
152
|
-
* @see {@link MatterSpecification.
|
|
152
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.11
|
|
153
153
|
*/
|
|
154
154
|
packetUnicastTxCount: number | null;
|
|
155
155
|
}
|
|
@@ -164,42 +164,42 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
164
164
|
/**
|
|
165
165
|
* Indicates the BSSID for which the Wi-Fi network the Node is currently connected.
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.1
|
|
168
168
|
*/
|
|
169
169
|
bssid: Bytes | null;
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
172
|
* Indicates the current type of Wi-Fi security used.
|
|
173
173
|
*
|
|
174
|
-
* @see {@link MatterSpecification.
|
|
174
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.2
|
|
175
175
|
*/
|
|
176
176
|
securityType: SecurityType | null;
|
|
177
177
|
|
|
178
178
|
/**
|
|
179
179
|
* Indicates the current IEEE 802.11 standard version in use by the Node, per the table below.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.3
|
|
182
182
|
*/
|
|
183
183
|
wiFiVersion: WiFiVersion | null;
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* Indicates the channel that Wi-Fi communication is currently operating on.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.4
|
|
189
189
|
*/
|
|
190
190
|
channelNumber: number | null;
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
193
|
* Indicates the current RSSI of the Node's Wi-Fi radio in dBm.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.5
|
|
196
196
|
*/
|
|
197
197
|
rssi: number | null;
|
|
198
198
|
|
|
199
199
|
/**
|
|
200
200
|
* Indicates the current maximum PHY rate of transfer of data in bits-per-second.
|
|
201
201
|
*
|
|
202
|
-
* @see {@link MatterSpecification.
|
|
202
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.12
|
|
203
203
|
*/
|
|
204
204
|
currentMaxRate: number | bigint | null;
|
|
205
205
|
|
|
@@ -207,7 +207,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
207
207
|
* Indicates the count of the number of missed beacons the Node has detected. If the Node does not have an
|
|
208
208
|
* ability to count beacons expected and not received, this value may remain set to zero.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.6
|
|
211
211
|
*/
|
|
212
212
|
beaconLostCount: number | null;
|
|
213
213
|
|
|
@@ -215,7 +215,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
215
215
|
* Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to retain
|
|
216
216
|
* all packets on the network interface. The attribute shall be reset to 0 upon a reboot of the Node.
|
|
217
217
|
*
|
|
218
|
-
* @see {@link MatterSpecification.
|
|
218
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.13
|
|
219
219
|
*/
|
|
220
220
|
overrunCount: number | bigint | null;
|
|
221
221
|
|
|
@@ -225,35 +225,35 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
225
225
|
* BeaconLostCount. If the Node does not have an ability to report count of beacons received, this value may
|
|
226
226
|
* remain set to zero.
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.7
|
|
229
229
|
*/
|
|
230
230
|
beaconRxCount: number | null;
|
|
231
231
|
|
|
232
232
|
/**
|
|
233
233
|
* Indicates the number of multicast packets received by the Node.
|
|
234
234
|
*
|
|
235
|
-
* @see {@link MatterSpecification.
|
|
235
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.8
|
|
236
236
|
*/
|
|
237
237
|
packetMulticastRxCount: number | null;
|
|
238
238
|
|
|
239
239
|
/**
|
|
240
240
|
* Indicates the number of multicast packets transmitted by the Node.
|
|
241
241
|
*
|
|
242
|
-
* @see {@link MatterSpecification.
|
|
242
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.9
|
|
243
243
|
*/
|
|
244
244
|
packetMulticastTxCount: number | null;
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
247
|
* Indicates the number of unicast packets received by the Node.
|
|
248
248
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.10
|
|
250
250
|
*/
|
|
251
251
|
packetUnicastRxCount: number | null;
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* Indicates the number of unicast packets transmitted by the Node.
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.6.11
|
|
257
257
|
*/
|
|
258
258
|
packetUnicastTxCount: number | null;
|
|
259
259
|
}
|
|
@@ -279,7 +279,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
279
279
|
*
|
|
280
280
|
* - PacketUnicastTxCount
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.7.1
|
|
283
283
|
*/
|
|
284
284
|
resetCounts(): MaybePromise;
|
|
285
285
|
}
|
|
@@ -297,7 +297,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
297
297
|
* The Disconnection Event shall indicate that a Node's Wi-Fi connection has been disconnected as a result of
|
|
298
298
|
* de-authenticated or dis-association and indicates the reason.
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.1
|
|
301
301
|
*/
|
|
302
302
|
disconnection?: DisconnectionEvent;
|
|
303
303
|
|
|
@@ -306,7 +306,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
306
306
|
* access point, but is unable to successfully associate or authenticate, after exhausting all internal retries
|
|
307
307
|
* of its supplicant.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.2
|
|
310
310
|
*/
|
|
311
311
|
associationFailure?: AssociationFailureEvent;
|
|
312
312
|
|
|
@@ -315,7 +315,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
315
315
|
* Connected, in this context, shall mean that a Node acting as a Wi-Fi station is successfully associated to a
|
|
316
316
|
* Wi-Fi Access Point.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.3
|
|
319
319
|
*/
|
|
320
320
|
connectionStatus?: ConnectionStatusEvent;
|
|
321
321
|
}
|
|
@@ -331,7 +331,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
331
331
|
* The Disconnection Event shall indicate that a Node's Wi-Fi connection has been disconnected as a result of
|
|
332
332
|
* de-authenticated or dis-association and indicates the reason.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.1
|
|
335
335
|
*/
|
|
336
336
|
disconnection: DisconnectionEvent;
|
|
337
337
|
|
|
@@ -340,7 +340,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
340
340
|
* access point, but is unable to successfully associate or authenticate, after exhausting all internal retries
|
|
341
341
|
* of its supplicant.
|
|
342
342
|
*
|
|
343
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.2
|
|
344
344
|
*/
|
|
345
345
|
associationFailure: AssociationFailureEvent;
|
|
346
346
|
|
|
@@ -349,7 +349,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
349
349
|
* Connected, in this context, shall mean that a Node acting as a Wi-Fi station is successfully associated to a
|
|
350
350
|
* Wi-Fi Access Point.
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.3
|
|
353
353
|
*/
|
|
354
354
|
connectionStatus: ConnectionStatusEvent;
|
|
355
355
|
}
|
|
@@ -364,7 +364,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
364
364
|
/**
|
|
365
365
|
* These are optional features supported by WiFiNetworkDiagnosticsCluster.
|
|
366
366
|
*
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
367
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.4
|
|
368
368
|
*/
|
|
369
369
|
export enum Feature {
|
|
370
370
|
/**
|
|
@@ -384,7 +384,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.5.1
|
|
388
388
|
*/
|
|
389
389
|
export enum SecurityType {
|
|
390
390
|
/**
|
|
@@ -419,7 +419,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
/**
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.5.2
|
|
423
423
|
*/
|
|
424
424
|
export enum WiFiVersion {
|
|
425
425
|
A = 0,
|
|
@@ -447,7 +447,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
447
447
|
* The Disconnection Event shall indicate that a Node's Wi-Fi connection has been disconnected as a result of
|
|
448
448
|
* de-authenticated or dis-association and indicates the reason.
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.1
|
|
451
451
|
*/
|
|
452
452
|
export class DisconnectionEvent {
|
|
453
453
|
constructor(values?: Partial<DisconnectionEvent>);
|
|
@@ -456,7 +456,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
456
456
|
* This field shall contain the Reason Code field value for the Disassociation or Deauthentication event that
|
|
457
457
|
* caused the disconnection and the value shall align with Table 9-49 "Reason codes" of IEEE 802.11-2020.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.1.1
|
|
460
460
|
*/
|
|
461
461
|
reasonCode: number;
|
|
462
462
|
}
|
|
@@ -466,7 +466,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
466
466
|
* point, but is unable to successfully associate or authenticate, after exhausting all internal retries of its
|
|
467
467
|
* supplicant.
|
|
468
468
|
*
|
|
469
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.2
|
|
470
470
|
*/
|
|
471
471
|
export class AssociationFailureEvent {
|
|
472
472
|
constructor(values?: Partial<AssociationFailureEvent>);
|
|
@@ -474,7 +474,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
474
474
|
/**
|
|
475
475
|
* The Status field shall be set to a value from the AssociationFailureCauseEnum.
|
|
476
476
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.2.1
|
|
478
478
|
*/
|
|
479
479
|
associationFailureCause: AssociationFailureCause;
|
|
480
480
|
|
|
@@ -491,7 +491,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
491
491
|
*
|
|
492
492
|
* Table 9-50 "Status codes" of IEEE 802.11-2020 contains a description of all values possible.
|
|
493
493
|
*
|
|
494
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.2.2
|
|
495
495
|
*/
|
|
496
496
|
status: number;
|
|
497
497
|
}
|
|
@@ -501,7 +501,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
501
501
|
* Connected, in this context, shall mean that a Node acting as a Wi-Fi station is successfully associated to a
|
|
502
502
|
* Wi-Fi Access Point.
|
|
503
503
|
*
|
|
504
|
-
* @see {@link MatterSpecification.
|
|
504
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.8.3
|
|
505
505
|
*/
|
|
506
506
|
export class ConnectionStatusEvent {
|
|
507
507
|
constructor(values?: Partial<ConnectionStatusEvent>);
|
|
@@ -509,7 +509,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.5.3
|
|
513
513
|
*/
|
|
514
514
|
export enum AssociationFailureCause {
|
|
515
515
|
/**
|
|
@@ -534,7 +534,7 @@ export declare namespace WiFiNetworkDiagnostics {
|
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v16.Core} § 11.15.5.4
|
|
538
538
|
*/
|
|
539
539
|
export enum ConnectionStatus {
|
|
540
540
|
/**
|
|
@@ -18,7 +18,7 @@ import type { Bytes, MaybePromise } from "@matter/general";
|
|
|
18
18
|
* Manager device type provides. Privileged nodes within the same fabric as a Network Infrastructure Manager can use
|
|
19
19
|
* these interfaces to request information related to the Wi-Fi Network such as SSID and Passphrase.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2
|
|
22
22
|
*/
|
|
23
23
|
export declare namespace WiFiNetworkManagement {
|
|
24
24
|
/**
|
|
@@ -32,7 +32,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
32
32
|
export const name: "WiFiNetworkManagement";
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
35
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
36
36
|
*/
|
|
37
37
|
export const revision: 1;
|
|
38
38
|
|
|
@@ -60,7 +60,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
60
60
|
* encoding. The most common encoding is UTF-8, however this is just a convention. Some configurations may use
|
|
61
61
|
* Latin-1 or other character sets.
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.4.1
|
|
64
64
|
*/
|
|
65
65
|
ssid: Bytes | null;
|
|
66
66
|
|
|
@@ -82,7 +82,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
82
82
|
* by clients that use wildcard reads or otherwise routinely read all available attributes. It can be
|
|
83
83
|
* retrieved using the NetworkPassphraseRequest command.
|
|
84
84
|
*
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.4.2
|
|
86
86
|
*/
|
|
87
87
|
passphraseSurrogate: number | bigint | null;
|
|
88
88
|
}
|
|
@@ -104,7 +104,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
104
104
|
* encoding. The most common encoding is UTF-8, however this is just a convention. Some configurations may use
|
|
105
105
|
* Latin-1 or other character sets.
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.4.1
|
|
108
108
|
*/
|
|
109
109
|
ssid: Bytes | null;
|
|
110
110
|
|
|
@@ -126,7 +126,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
126
126
|
* by clients that use wildcard reads or otherwise routinely read all available attributes. It can be
|
|
127
127
|
* retrieved using the NetworkPassphraseRequest command.
|
|
128
128
|
*
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
129
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.4.2
|
|
130
130
|
*/
|
|
131
131
|
passphraseSurrogate: number | bigint | null;
|
|
132
132
|
}
|
|
@@ -147,7 +147,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
147
147
|
*
|
|
148
148
|
* Otherwise a NetworkPassphraseResponse shall be generated.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.5.1
|
|
151
151
|
*/
|
|
152
152
|
networkPassphraseRequest(): MaybePromise<NetworkPassphraseResponse>;
|
|
153
153
|
}
|
|
@@ -162,7 +162,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
162
162
|
/**
|
|
163
163
|
* This command shall be generated in response to a NetworkPassphraseRequest command.
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.5.2
|
|
166
166
|
*/
|
|
167
167
|
export class NetworkPassphraseResponse {
|
|
168
168
|
constructor(values?: Partial<NetworkPassphraseResponse>);
|
|
@@ -184,7 +184,7 @@ export declare namespace WiFiNetworkManagement {
|
|
|
184
184
|
* Commissioning cluster does not currently support configuring Matter devices to connect to operational
|
|
185
185
|
* networks utilizing such a passphrase.
|
|
186
186
|
*
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
187
|
+
* @see {@link MatterSpecification.v16.Cluster} § 10.2.5.2.1
|
|
188
188
|
*/
|
|
189
189
|
passphrase: Bytes;
|
|
190
190
|
}
|