@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
|
@@ -16,7 +16,7 @@ import type { MaybePromise } from "@matter/general";
|
|
|
16
16
|
*
|
|
17
17
|
* This cluster provides facilities to configure and play Chime sounds, such as those used in a doorbell.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8
|
|
20
20
|
*/
|
|
21
21
|
export declare namespace Chime {
|
|
22
22
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace Chime {
|
|
|
30
30
|
export const name: "Chime";
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
33
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
34
34
|
*/
|
|
35
35
|
export const revision: 2;
|
|
36
36
|
|
|
@@ -49,7 +49,7 @@ export declare namespace Chime {
|
|
|
49
49
|
* This attribute shall contain all installed chime sounds, represented by a list of Chime Sounds. Each entry in
|
|
50
50
|
* this list shall have a unique ChimeID value and a unique Name value.
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.1
|
|
53
53
|
*/
|
|
54
54
|
installedChimeSounds: ChimeSound[];
|
|
55
55
|
|
|
@@ -62,7 +62,7 @@ export declare namespace Chime {
|
|
|
62
62
|
* attribute while a chime is currently playing shall NOT affect the playback in progress and shall only apply
|
|
63
63
|
* starting at the next PlayChimeSound command invocation.
|
|
64
64
|
*
|
|
65
|
-
* @see {@link MatterSpecification.
|
|
65
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.2
|
|
66
66
|
*/
|
|
67
67
|
selectedChime: number;
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ export declare namespace Chime {
|
|
|
70
70
|
* Indicates if chime sounds can currently be played or not, and may be written by the client to enable /
|
|
71
71
|
* disable playing of chime sounds.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.3
|
|
74
74
|
*/
|
|
75
75
|
enabled: boolean;
|
|
76
76
|
}
|
|
@@ -83,7 +83,7 @@ export declare namespace Chime {
|
|
|
83
83
|
* This attribute shall contain all installed chime sounds, represented by a list of Chime Sounds. Each entry in
|
|
84
84
|
* this list shall have a unique ChimeID value and a unique Name value.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.1
|
|
87
87
|
*/
|
|
88
88
|
installedChimeSounds: ChimeSound[];
|
|
89
89
|
|
|
@@ -96,7 +96,7 @@ export declare namespace Chime {
|
|
|
96
96
|
* attribute while a chime is currently playing shall NOT affect the playback in progress and shall only apply
|
|
97
97
|
* starting at the next PlayChimeSound command invocation.
|
|
98
98
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.2
|
|
100
100
|
*/
|
|
101
101
|
selectedChime: number;
|
|
102
102
|
|
|
@@ -104,7 +104,7 @@ export declare namespace Chime {
|
|
|
104
104
|
* Indicates if chime sounds can currently be played or not, and may be written by the client to enable /
|
|
105
105
|
* disable playing of chime sounds.
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.5.3
|
|
108
108
|
*/
|
|
109
109
|
enabled: boolean;
|
|
110
110
|
}
|
|
@@ -117,7 +117,7 @@ export declare namespace Chime {
|
|
|
117
117
|
* This command will play the currently selected chime or the chime passed in. In either case the server shall
|
|
118
118
|
* generate the ChimeStartedPlaying event.
|
|
119
119
|
*
|
|
120
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.6.1
|
|
121
121
|
*/
|
|
122
122
|
playChimeSound(request: PlayChimeSoundRequest): MaybePromise;
|
|
123
123
|
}
|
|
@@ -136,7 +136,7 @@ export declare namespace Chime {
|
|
|
136
136
|
*
|
|
137
137
|
* The data on this event shall contain the following information.
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.7.1
|
|
140
140
|
*/
|
|
141
141
|
chimeStartedPlaying: ChimeStartedPlayingEvent;
|
|
142
142
|
}
|
|
@@ -150,7 +150,7 @@ export declare namespace Chime {
|
|
|
150
150
|
*
|
|
151
151
|
* The data on this event shall contain the following information.
|
|
152
152
|
*
|
|
153
|
-
* @see {@link MatterSpecification.
|
|
153
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.7.1
|
|
154
154
|
*/
|
|
155
155
|
chimeStartedPlaying: ChimeStartedPlayingEvent;
|
|
156
156
|
}
|
|
@@ -160,7 +160,7 @@ export declare namespace Chime {
|
|
|
160
160
|
/**
|
|
161
161
|
* This struct is used to encode information needed to define a Chime Sound.
|
|
162
162
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
163
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.4.1
|
|
164
164
|
*/
|
|
165
165
|
export class ChimeSound {
|
|
166
166
|
constructor(values?: Partial<ChimeSound>);
|
|
@@ -168,14 +168,14 @@ export declare namespace Chime {
|
|
|
168
168
|
/**
|
|
169
169
|
* This field shall represent the unique ID for a Chime sound.
|
|
170
170
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.4.1.1
|
|
172
172
|
*/
|
|
173
173
|
chimeId: number;
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
176
|
* This field shall represent the unique user friendly name of the Chime Sound.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.4.1.2
|
|
179
179
|
*/
|
|
180
180
|
name: string;
|
|
181
181
|
}
|
|
@@ -184,7 +184,7 @@ export declare namespace Chime {
|
|
|
184
184
|
* This command will play the currently selected chime or the chime passed in. In either case the server shall
|
|
185
185
|
* generate the ChimeStartedPlaying event.
|
|
186
186
|
*
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
187
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.6.1
|
|
188
188
|
*/
|
|
189
189
|
export class PlayChimeSoundRequest {
|
|
190
190
|
constructor(values?: Partial<PlayChimeSoundRequest>);
|
|
@@ -193,7 +193,7 @@ export declare namespace Chime {
|
|
|
193
193
|
* This field shall represent the unique ID for a Chime sound to play if present, instead of the current value
|
|
194
194
|
* in SelectedChime.
|
|
195
195
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.6.1.1
|
|
197
197
|
*/
|
|
198
198
|
chimeId?: number;
|
|
199
199
|
}
|
|
@@ -203,7 +203,7 @@ export declare namespace Chime {
|
|
|
203
203
|
*
|
|
204
204
|
* The data on this event shall contain the following information.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.7.1
|
|
207
207
|
*/
|
|
208
208
|
export class ChimeStartedPlayingEvent {
|
|
209
209
|
constructor(values?: Partial<ChimeStartedPlayingEvent>);
|
|
@@ -211,7 +211,7 @@ export declare namespace Chime {
|
|
|
211
211
|
/**
|
|
212
212
|
* This field shall represent the unique ID for the Chime sound that just started playing.
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v16.Cluster} § 11.8.7.1.1
|
|
215
215
|
*/
|
|
216
216
|
chimeId: number;
|
|
217
217
|
}
|
|
@@ -17,7 +17,7 @@ import type { ThreeLevelAuto } from "../globals/ThreeLevelAuto.js";
|
|
|
17
17
|
*
|
|
18
18
|
* This cluster provides an interface for controlling a Closure.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4
|
|
21
21
|
*/
|
|
22
22
|
export declare namespace ClosureControl {
|
|
23
23
|
/**
|
|
@@ -31,7 +31,7 @@ export declare namespace ClosureControl {
|
|
|
31
31
|
export const name: "ClosureControl";
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
34
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
35
35
|
*/
|
|
36
36
|
export const revision: 1;
|
|
37
37
|
|
|
@@ -55,7 +55,7 @@ export declare namespace ClosureControl {
|
|
|
55
55
|
* design of the internals of a closure implementation to help illustrate the aspects of function that are
|
|
56
56
|
* considered by the cluster's normative text.
|
|
57
57
|
*
|
|
58
|
-
* @see {@link MatterSpecification.
|
|
58
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.2
|
|
59
59
|
*/
|
|
60
60
|
mainState: MainState;
|
|
61
61
|
|
|
@@ -66,7 +66,7 @@ export declare namespace ClosureControl {
|
|
|
66
66
|
*
|
|
67
67
|
* There shall NOT be duplicate values of ClosureErrorEnum within the CurrentErrorList.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.3
|
|
70
70
|
*/
|
|
71
71
|
currentErrorList: ClosureError[];
|
|
72
72
|
|
|
@@ -89,7 +89,7 @@ export declare namespace ClosureControl {
|
|
|
89
89
|
*
|
|
90
90
|
* - The Stop command.
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.4
|
|
93
93
|
*/
|
|
94
94
|
overallCurrentState: OverallCurrentState | null;
|
|
95
95
|
|
|
@@ -99,7 +99,7 @@ export declare namespace ClosureControl {
|
|
|
99
99
|
*
|
|
100
100
|
* Null, if the state is unknown. For example after a reboot.
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.5
|
|
103
103
|
*/
|
|
104
104
|
overallTargetState: OverallTargetState | null;
|
|
105
105
|
}
|
|
@@ -135,7 +135,7 @@ export declare namespace ClosureControl {
|
|
|
135
135
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the reporting
|
|
136
136
|
* of this attribute in order to keep track of the remaining duration.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.1
|
|
139
139
|
*/
|
|
140
140
|
countdownTime?: number | null;
|
|
141
141
|
}
|
|
@@ -147,7 +147,7 @@ export declare namespace ClosureControl {
|
|
|
147
147
|
/**
|
|
148
148
|
* This attribute shall specify whether the latch mechanism can be latched or unlatched remotely.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.6
|
|
151
151
|
*/
|
|
152
152
|
latchControlModes: LatchControlModes;
|
|
153
153
|
}
|
|
@@ -168,7 +168,7 @@ export declare namespace ClosureControl {
|
|
|
168
168
|
* design of the internals of a closure implementation to help illustrate the aspects of function that are
|
|
169
169
|
* considered by the cluster's normative text.
|
|
170
170
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.2
|
|
172
172
|
*/
|
|
173
173
|
mainState: MainState;
|
|
174
174
|
|
|
@@ -179,7 +179,7 @@ export declare namespace ClosureControl {
|
|
|
179
179
|
*
|
|
180
180
|
* There shall NOT be duplicate values of ClosureErrorEnum within the CurrentErrorList.
|
|
181
181
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.3
|
|
183
183
|
*/
|
|
184
184
|
currentErrorList: ClosureError[];
|
|
185
185
|
|
|
@@ -202,7 +202,7 @@ export declare namespace ClosureControl {
|
|
|
202
202
|
*
|
|
203
203
|
* - The Stop command.
|
|
204
204
|
*
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.4
|
|
206
206
|
*/
|
|
207
207
|
overallCurrentState: OverallCurrentState | null;
|
|
208
208
|
|
|
@@ -212,7 +212,7 @@ export declare namespace ClosureControl {
|
|
|
212
212
|
*
|
|
213
213
|
* Null, if the state is unknown. For example after a reboot.
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.5
|
|
216
216
|
*/
|
|
217
217
|
overallTargetState: OverallTargetState | null;
|
|
218
218
|
|
|
@@ -243,14 +243,14 @@ export declare namespace ClosureControl {
|
|
|
243
243
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the reporting
|
|
244
244
|
* of this attribute in order to keep track of the remaining duration.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.1
|
|
247
247
|
*/
|
|
248
248
|
countdownTime: number | null;
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
251
|
* This attribute shall specify whether the latch mechanism can be latched or unlatched remotely.
|
|
252
252
|
*
|
|
253
|
-
* @see {@link MatterSpecification.
|
|
253
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.7.6
|
|
254
254
|
*/
|
|
255
255
|
latchControlModes: LatchControlModes;
|
|
256
256
|
}
|
|
@@ -269,7 +269,7 @@ export declare namespace ClosureControl {
|
|
|
269
269
|
* server, invokes a command that includes both position and speed, a server that does not support the speed
|
|
270
270
|
* feature would simply ignore the speed field while still adjusting its position as requested.
|
|
271
271
|
*
|
|
272
|
-
* @see {@link MatterSpecification.
|
|
272
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.2
|
|
273
273
|
*/
|
|
274
274
|
moveTo(request: MoveToRequest): MaybePromise;
|
|
275
275
|
}
|
|
@@ -294,7 +294,7 @@ export declare namespace ClosureControl {
|
|
|
294
294
|
* A status code of SUCCESS shall always be returned, regardless of the value of the MainState attribute when
|
|
295
295
|
* this command is received.
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.1
|
|
298
298
|
*/
|
|
299
299
|
stop(): MaybePromise;
|
|
300
300
|
}
|
|
@@ -306,7 +306,7 @@ export declare namespace ClosureControl {
|
|
|
306
306
|
/**
|
|
307
307
|
* This command is used to trigger a calibration of the closure.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.3
|
|
310
310
|
*/
|
|
311
311
|
calibrate(): MaybePromise;
|
|
312
312
|
}
|
|
@@ -330,7 +330,7 @@ export declare namespace ClosureControl {
|
|
|
330
330
|
*
|
|
331
331
|
* This event shall contain the following fields:
|
|
332
332
|
*
|
|
333
|
-
* @see {@link MatterSpecification.
|
|
333
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.1
|
|
334
334
|
*/
|
|
335
335
|
operationalError: OperationalErrorEvent;
|
|
336
336
|
|
|
@@ -344,7 +344,7 @@ export declare namespace ClosureControl {
|
|
|
344
344
|
*
|
|
345
345
|
* - False, when the closure is in an insecure state, e.g. unauthorized/undetectable access is possible.
|
|
346
346
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.4
|
|
348
348
|
*/
|
|
349
349
|
secureStateChanged: SecureStateChangedEvent;
|
|
350
350
|
}
|
|
@@ -357,7 +357,7 @@ export declare namespace ClosureControl {
|
|
|
357
357
|
* This event, if supported, shall be generated when the overall operation ends, either successfully or
|
|
358
358
|
* otherwise. For example, the event is sent upon the completion of a movement operation in a blind.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.2
|
|
361
361
|
*/
|
|
362
362
|
movementCompleted: void;
|
|
363
363
|
}
|
|
@@ -376,7 +376,7 @@ export declare namespace ClosureControl {
|
|
|
376
376
|
*
|
|
377
377
|
* - False, when the actuator is in a Disengaged state, preventing any actuator movements.
|
|
378
378
|
*
|
|
379
|
-
* @see {@link MatterSpecification.
|
|
379
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.3
|
|
380
380
|
*/
|
|
381
381
|
engageStateChanged: EngageStateChangedEvent;
|
|
382
382
|
}
|
|
@@ -394,7 +394,7 @@ export declare namespace ClosureControl {
|
|
|
394
394
|
*
|
|
395
395
|
* This event shall contain the following fields:
|
|
396
396
|
*
|
|
397
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.1
|
|
398
398
|
*/
|
|
399
399
|
operationalError: OperationalErrorEvent;
|
|
400
400
|
|
|
@@ -408,7 +408,7 @@ export declare namespace ClosureControl {
|
|
|
408
408
|
*
|
|
409
409
|
* - False, when the closure is in an insecure state, e.g. unauthorized/undetectable access is possible.
|
|
410
410
|
*
|
|
411
|
-
* @see {@link MatterSpecification.
|
|
411
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.4
|
|
412
412
|
*/
|
|
413
413
|
secureStateChanged: SecureStateChangedEvent;
|
|
414
414
|
|
|
@@ -416,7 +416,7 @@ export declare namespace ClosureControl {
|
|
|
416
416
|
* This event, if supported, shall be generated when the overall operation ends, either successfully or
|
|
417
417
|
* otherwise. For example, the event is sent upon the completion of a movement operation in a blind.
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.2
|
|
420
420
|
*/
|
|
421
421
|
movementCompleted: void;
|
|
422
422
|
|
|
@@ -430,7 +430,7 @@ export declare namespace ClosureControl {
|
|
|
430
430
|
*
|
|
431
431
|
* - False, when the actuator is in a Disengaged state, preventing any actuator movements.
|
|
432
432
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.3
|
|
434
434
|
*/
|
|
435
435
|
engageStateChanged: EngageStateChangedEvent;
|
|
436
436
|
}
|
|
@@ -449,7 +449,7 @@ export declare namespace ClosureControl {
|
|
|
449
449
|
/**
|
|
450
450
|
* These are optional features supported by ClosureControlCluster.
|
|
451
451
|
*
|
|
452
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5
|
|
453
453
|
*/
|
|
454
454
|
export enum Feature {
|
|
455
455
|
/**
|
|
@@ -458,7 +458,7 @@ export declare namespace ClosureControl {
|
|
|
458
458
|
* This feature shall indicate that the closure can be set to discrete positions, including at minimum the
|
|
459
459
|
* FullyOpen and FullyClosed positions.
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.1
|
|
462
462
|
*/
|
|
463
463
|
Positioning = "Positioning",
|
|
464
464
|
|
|
@@ -468,7 +468,7 @@ export declare namespace ClosureControl {
|
|
|
468
468
|
* This feature shall indicate that the closure can be latched and unlatched. When latched, the feature secures
|
|
469
469
|
* an axis, preventing associated actuators from moving components along that axis.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.2
|
|
472
472
|
*/
|
|
473
473
|
MotionLatching = "MotionLatching",
|
|
474
474
|
|
|
@@ -480,7 +480,7 @@ export declare namespace ClosureControl {
|
|
|
480
480
|
* OverallCurrentState attribute shall immediately follow the OverallTargetState attribute. The state transition
|
|
481
481
|
* diagram remains applicable, however, transitions involving the Stop state shall be omitted.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.3
|
|
484
484
|
*/
|
|
485
485
|
Instantaneous = "Instantaneous",
|
|
486
486
|
|
|
@@ -490,7 +490,7 @@ export declare namespace ClosureControl {
|
|
|
490
490
|
* This feature shall indicate that the closure supports configurable speed during motion toward a target
|
|
491
491
|
* position. The feature uses the values in ThreeLevelAutoEnum to set the supported speed levels.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.4
|
|
494
494
|
*/
|
|
495
495
|
Speed = "Speed",
|
|
496
496
|
|
|
@@ -500,7 +500,7 @@ export declare namespace ClosureControl {
|
|
|
500
500
|
* This feature shall indicate that the closure can be set to a designated Ventilation position (e.g., partially
|
|
501
501
|
* open).
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.5
|
|
504
504
|
*/
|
|
505
505
|
Ventilation = "Ventilation",
|
|
506
506
|
|
|
@@ -510,7 +510,7 @@ export declare namespace ClosureControl {
|
|
|
510
510
|
* This feature shall indicate that the closure can be set to a dedicated Pedestrian position. The Pedestrian
|
|
511
511
|
* position provides a clear walkway through the closure.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.6
|
|
514
514
|
*/
|
|
515
515
|
Pedestrian = "Pedestrian",
|
|
516
516
|
|
|
@@ -520,7 +520,7 @@ export declare namespace ClosureControl {
|
|
|
520
520
|
* This feature shall indicate the capability to trigger a calibration procedure. The calibration can either be
|
|
521
521
|
* fully automated, or require manual steps not described in this specification.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.7
|
|
524
524
|
*/
|
|
525
525
|
Calibration = "Calibration",
|
|
526
526
|
|
|
@@ -531,7 +531,7 @@ export declare namespace ClosureControl {
|
|
|
531
531
|
* protection against wind. A protection is manufacturer-specific, and it could be a simple software limitation,
|
|
532
532
|
* or a mechanical system deployed by the closure.
|
|
533
533
|
*
|
|
534
|
-
* @see {@link MatterSpecification.
|
|
534
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.8
|
|
535
535
|
*/
|
|
536
536
|
Protection = "Protection",
|
|
537
537
|
|
|
@@ -540,13 +540,13 @@ export declare namespace ClosureControl {
|
|
|
540
540
|
*
|
|
541
541
|
* This feature shall indicate that the closure can be operated manually by a user, such as to open a window.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.5.9
|
|
544
544
|
*/
|
|
545
545
|
ManuallyOperable = "ManuallyOperable"
|
|
546
546
|
}
|
|
547
547
|
|
|
548
548
|
/**
|
|
549
|
-
* @see {@link MatterSpecification.
|
|
549
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.3
|
|
550
550
|
*/
|
|
551
551
|
export enum MainState {
|
|
552
552
|
/**
|
|
@@ -600,7 +600,7 @@ export declare namespace ClosureControl {
|
|
|
600
600
|
*
|
|
601
601
|
* The general closure error values are defined in the table below.
|
|
602
602
|
*
|
|
603
|
-
* @see {@link MatterSpecification.
|
|
603
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.4
|
|
604
604
|
*/
|
|
605
605
|
export enum ClosureError {
|
|
606
606
|
/**
|
|
@@ -633,7 +633,7 @@ export declare namespace ClosureControl {
|
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.5
|
|
637
637
|
*/
|
|
638
638
|
export class OverallCurrentState {
|
|
639
639
|
constructor(values?: Partial<OverallCurrentState>);
|
|
@@ -651,7 +651,7 @@ export declare namespace ClosureControl {
|
|
|
651
651
|
* closed if the value of this field is FullyClosed. Otherwise those clients SHOULD consider the closure opened
|
|
652
652
|
* (non-closed).
|
|
653
653
|
*
|
|
654
|
-
* @see {@link MatterSpecification.
|
|
654
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.5.1
|
|
655
655
|
*/
|
|
656
656
|
position?: CurrentPosition | null;
|
|
657
657
|
|
|
@@ -672,7 +672,7 @@ export declare namespace ClosureControl {
|
|
|
672
672
|
* achieve a latched state. Such products are built with springs or similar mechanisms to unlatch but
|
|
673
673
|
* require the user to latch manually.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.5.2
|
|
676
676
|
*/
|
|
677
677
|
latch?: boolean | null;
|
|
678
678
|
|
|
@@ -685,7 +685,7 @@ export declare namespace ClosureControl {
|
|
|
685
685
|
* most accurate current overall speed shall be used. Otherwise, the value used shall be the most appropriate
|
|
686
686
|
* default supported speed value.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.5.3
|
|
689
689
|
*/
|
|
690
690
|
speed?: ThreeLevelAuto;
|
|
691
691
|
|
|
@@ -712,13 +712,13 @@ export declare namespace ClosureControl {
|
|
|
712
712
|
* intended only as supplementary information and not as a replacement for a comprehensive security system. It
|
|
713
713
|
* is primarily useful for closures on the outer shell of objects, such as garage doors, windows, or doors.
|
|
714
714
|
*
|
|
715
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.5.4
|
|
716
716
|
*/
|
|
717
717
|
secureState: boolean | null;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
/**
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.6
|
|
722
722
|
*/
|
|
723
723
|
export class OverallTargetState {
|
|
724
724
|
constructor(values?: Partial<OverallTargetState>);
|
|
@@ -727,7 +727,7 @@ export declare namespace ClosureControl {
|
|
|
727
727
|
* This field shall indicate the target position that the closure is moving to. It shall be null if there is no
|
|
728
728
|
* target position.
|
|
729
729
|
*
|
|
730
|
-
* @see {@link MatterSpecification.
|
|
730
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.6.1
|
|
731
731
|
*/
|
|
732
732
|
position?: TargetPosition | null;
|
|
733
733
|
|
|
@@ -735,7 +735,7 @@ export declare namespace ClosureControl {
|
|
|
735
735
|
* This field shall indicate the desired latching state of the closure. It shall be null if there is no desired
|
|
736
736
|
* latching state.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.6.2
|
|
739
739
|
*/
|
|
740
740
|
latch?: boolean | null;
|
|
741
741
|
|
|
@@ -744,13 +744,13 @@ export declare namespace ClosureControl {
|
|
|
744
744
|
* target position. If no speed value has yet been set, the server shall select and set one of the speed values
|
|
745
745
|
* defined in the ThreeLevelAutoEnum.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.6.3
|
|
748
748
|
*/
|
|
749
749
|
speed?: ThreeLevelAuto;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
/**
|
|
753
|
-
* @see {@link MatterSpecification.
|
|
753
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.7
|
|
754
754
|
*/
|
|
755
755
|
export class LatchControlModes {
|
|
756
756
|
constructor(values?: Partial<LatchControlModes> | number);
|
|
@@ -764,7 +764,7 @@ export declare namespace ClosureControl {
|
|
|
764
764
|
*
|
|
765
765
|
* - 1 = the latch can be latched via remote control (e.g., electronic or remote actuation).
|
|
766
766
|
*
|
|
767
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.7.1
|
|
768
768
|
*/
|
|
769
769
|
remoteLatching?: boolean;
|
|
770
770
|
|
|
@@ -777,7 +777,7 @@ export declare namespace ClosureControl {
|
|
|
777
777
|
*
|
|
778
778
|
* - 1 = the latch can be unlatched via remote control (e.g., electronic or remote actuation).
|
|
779
779
|
*
|
|
780
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.7.2
|
|
781
781
|
*/
|
|
782
782
|
remoteUnlatching?: boolean;
|
|
783
783
|
}
|
|
@@ -791,7 +791,7 @@ export declare namespace ClosureControl {
|
|
|
791
791
|
* server, invokes a command that includes both position and speed, a server that does not support the speed feature
|
|
792
792
|
* would simply ignore the speed field while still adjusting its position as requested.
|
|
793
793
|
*
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.2
|
|
795
795
|
*/
|
|
796
796
|
export class MoveToRequest {
|
|
797
797
|
constructor(values?: Partial<MoveToRequest>);
|
|
@@ -810,7 +810,7 @@ export declare namespace ClosureControl {
|
|
|
810
810
|
* OverallTargetState attribute is NULL, the position is unknown and the fallback is not applicable; in this
|
|
811
811
|
* case the field shall be ignored and the closure shall NOT change its position.
|
|
812
812
|
*
|
|
813
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.2.1
|
|
814
814
|
*/
|
|
815
815
|
position?: TargetPosition;
|
|
816
816
|
|
|
@@ -833,7 +833,7 @@ export declare namespace ClosureControl {
|
|
|
833
833
|
* OverallTargetState.Latch or, if the "LatchControlModes" attribute specifies that manual intervention is
|
|
834
834
|
* required to latch - respond with INVALID_IN_STATE and remain in its current state.
|
|
835
835
|
*
|
|
836
|
-
* @see {@link MatterSpecification.
|
|
836
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.2.2
|
|
837
837
|
*/
|
|
838
838
|
latch?: boolean;
|
|
839
839
|
|
|
@@ -849,7 +849,7 @@ export declare namespace ClosureControl {
|
|
|
849
849
|
* If the closure supports the Speed(SP) feature, it shall set the Speed field of the OverallCurrentState
|
|
850
850
|
* attribute to the new speed.
|
|
851
851
|
*
|
|
852
|
-
* @see {@link MatterSpecification.
|
|
852
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.8.2.3
|
|
853
853
|
*/
|
|
854
854
|
speed?: ThreeLevelAuto;
|
|
855
855
|
}
|
|
@@ -860,7 +860,7 @@ export declare namespace ClosureControl {
|
|
|
860
860
|
*
|
|
861
861
|
* This event shall contain the following fields:
|
|
862
862
|
*
|
|
863
|
-
* @see {@link MatterSpecification.
|
|
863
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.1
|
|
864
864
|
*/
|
|
865
865
|
export class OperationalErrorEvent {
|
|
866
866
|
constructor(values?: Partial<OperationalErrorEvent>);
|
|
@@ -877,7 +877,7 @@ export declare namespace ClosureControl {
|
|
|
877
877
|
*
|
|
878
878
|
* - False, when the closure is in an insecure state, e.g. unauthorized/undetectable access is possible.
|
|
879
879
|
*
|
|
880
|
-
* @see {@link MatterSpecification.
|
|
880
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.4
|
|
881
881
|
*/
|
|
882
882
|
export class SecureStateChangedEvent {
|
|
883
883
|
constructor(values?: Partial<SecureStateChangedEvent>);
|
|
@@ -894,7 +894,7 @@ export declare namespace ClosureControl {
|
|
|
894
894
|
*
|
|
895
895
|
* - False, when the actuator is in a Disengaged state, preventing any actuator movements.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.9.3
|
|
898
898
|
*/
|
|
899
899
|
export class EngageStateChangedEvent {
|
|
900
900
|
constructor(values?: Partial<EngageStateChangedEvent>);
|
|
@@ -902,7 +902,7 @@ export declare namespace ClosureControl {
|
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
/**
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.1
|
|
906
906
|
*/
|
|
907
907
|
export enum CurrentPosition {
|
|
908
908
|
/**
|
|
@@ -952,13 +952,13 @@ export declare namespace ClosureControl {
|
|
|
952
952
|
* If no such separately defined position exists on the closure, the Signature value shall have the same
|
|
953
953
|
* position meaning as FullyOpened.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.1.1
|
|
956
956
|
*/
|
|
957
957
|
OpenedAtSignature = 5
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
/**
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.4.6.2
|
|
962
962
|
*/
|
|
963
963
|
export enum TargetPosition {
|
|
964
964
|
/**
|