@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, Bytes } from "@matter/general";
|
|
|
18
18
|
* Node to assist a user or Administrator in diagnosing potential problems. The Software Diagnostics Cluster attempts to
|
|
19
19
|
* centralize all metrics that are relevant to the software that may be running on a Node.
|
|
20
20
|
*
|
|
21
|
-
* @see {@link MatterSpecification.
|
|
21
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13
|
|
22
22
|
*/
|
|
23
23
|
export declare namespace SoftwareDiagnostics {
|
|
24
24
|
/**
|
|
@@ -32,7 +32,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
32
32
|
export const name: "SoftwareDiagnostics";
|
|
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
|
|
|
@@ -51,7 +51,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
51
51
|
* This attribute shall be a list of ThreadMetricsStruct structs. Each active thread on the Node shall be
|
|
52
52
|
* represented by a single entry within the ThreadMetrics attribute.
|
|
53
53
|
*
|
|
54
|
-
* @see {@link MatterSpecification.
|
|
54
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.1
|
|
55
55
|
*/
|
|
56
56
|
threadMetrics?: ThreadMetrics[];
|
|
57
57
|
|
|
@@ -59,14 +59,14 @@ export declare namespace SoftwareDiagnostics {
|
|
|
59
59
|
* Indicates the current amount of heap memory, in bytes, that are free for allocation. The effective amount may
|
|
60
60
|
* be smaller due to heap fragmentation or other reasons.
|
|
61
61
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.2
|
|
63
63
|
*/
|
|
64
64
|
currentHeapFree?: number | bigint;
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
67
|
* Indicates the current amount of heap memory, in bytes, that is being used.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.3
|
|
70
70
|
*/
|
|
71
71
|
currentHeapUsed?: number | bigint;
|
|
72
72
|
}
|
|
@@ -79,7 +79,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
79
79
|
* Indicates the maximum amount of heap memory, in bytes, that has been used by the Node. This value shall only
|
|
80
80
|
* be reset upon a Node reboot or upon receiving of the ResetWatermarks command.
|
|
81
81
|
*
|
|
82
|
-
* @see {@link MatterSpecification.
|
|
82
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.4
|
|
83
83
|
*/
|
|
84
84
|
currentHeapHighWatermark: number | bigint;
|
|
85
85
|
}
|
|
@@ -95,7 +95,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
95
95
|
* This attribute shall be a list of ThreadMetricsStruct structs. Each active thread on the Node shall be
|
|
96
96
|
* represented by a single entry within the ThreadMetrics attribute.
|
|
97
97
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.1
|
|
99
99
|
*/
|
|
100
100
|
threadMetrics: ThreadMetrics[];
|
|
101
101
|
|
|
@@ -103,14 +103,14 @@ export declare namespace SoftwareDiagnostics {
|
|
|
103
103
|
* Indicates the current amount of heap memory, in bytes, that are free for allocation. The effective amount may
|
|
104
104
|
* be smaller due to heap fragmentation or other reasons.
|
|
105
105
|
*
|
|
106
|
-
* @see {@link MatterSpecification.
|
|
106
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.2
|
|
107
107
|
*/
|
|
108
108
|
currentHeapFree: number | bigint;
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* Indicates the current amount of heap memory, in bytes, that is being used.
|
|
112
112
|
*
|
|
113
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.3
|
|
114
114
|
*/
|
|
115
115
|
currentHeapUsed: number | bigint;
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
118
118
|
* Indicates the maximum amount of heap memory, in bytes, that has been used by the Node. This value shall only
|
|
119
119
|
* be reset upon a Node reboot or upon receiving of the ResetWatermarks command.
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.6.4
|
|
122
122
|
*/
|
|
123
123
|
currentHeapHighWatermark: number | bigint;
|
|
124
124
|
}
|
|
@@ -136,7 +136,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
136
136
|
*
|
|
137
137
|
* - The CurrentHeapHighWatermark attribute
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.7.1
|
|
140
140
|
*/
|
|
141
141
|
resetWatermarks(): MaybePromise;
|
|
142
142
|
}
|
|
@@ -153,7 +153,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
153
153
|
/**
|
|
154
154
|
* This Event shall be generated when a software fault occurs on the Node.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1
|
|
157
157
|
*/
|
|
158
158
|
softwareFault?: SoftwareFaultEvent;
|
|
159
159
|
}
|
|
@@ -168,7 +168,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
168
168
|
/**
|
|
169
169
|
* This Event shall be generated when a software fault occurs on the Node.
|
|
170
170
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1
|
|
172
172
|
*/
|
|
173
173
|
softwareFault: SoftwareFaultEvent;
|
|
174
174
|
}
|
|
@@ -182,7 +182,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
182
182
|
/**
|
|
183
183
|
* These are optional features supported by SoftwareDiagnosticsCluster.
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.4
|
|
186
186
|
*/
|
|
187
187
|
export enum Feature {
|
|
188
188
|
/**
|
|
@@ -194,7 +194,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
197
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1
|
|
198
198
|
*/
|
|
199
199
|
export class ThreadMetrics {
|
|
200
200
|
constructor(values?: Partial<ThreadMetrics>);
|
|
@@ -203,7 +203,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
203
203
|
* The Id field shall be a server-assigned per-thread unique ID that is constant for the duration of the thread.
|
|
204
204
|
* Efforts SHOULD be made to avoid reusing ID values when possible.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1.1
|
|
207
207
|
*/
|
|
208
208
|
id: number | bigint;
|
|
209
209
|
|
|
@@ -211,7 +211,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
211
211
|
* The Name field shall be set to a vendor defined name or prefix of the software thread that is static for the
|
|
212
212
|
* duration of the thread.
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1.2
|
|
215
215
|
*/
|
|
216
216
|
name?: string;
|
|
217
217
|
|
|
@@ -219,7 +219,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
219
219
|
* The StackFreeCurrent field shall indicate the current amount of stack memory, in bytes, that are not being
|
|
220
220
|
* utilized on the respective thread.
|
|
221
221
|
*
|
|
222
|
-
* @see {@link MatterSpecification.
|
|
222
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1.3
|
|
223
223
|
*/
|
|
224
224
|
stackFreeCurrent?: number;
|
|
225
225
|
|
|
@@ -229,7 +229,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
229
229
|
* respective thread. This value shall only be reset upon a Node reboot or upon receiving of the ResetWatermarks
|
|
230
230
|
* command.
|
|
231
231
|
*
|
|
232
|
-
* @see {@link MatterSpecification.
|
|
232
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1.4
|
|
233
233
|
*/
|
|
234
234
|
stackFreeMinimum?: number;
|
|
235
235
|
|
|
@@ -237,7 +237,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
237
237
|
* The StackSize field shall indicate the amount of stack memory, in bytes, that has been allocated for use by
|
|
238
238
|
* the respective thread.
|
|
239
239
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.5.1.5
|
|
241
241
|
*/
|
|
242
242
|
stackSize?: number;
|
|
243
243
|
}
|
|
@@ -245,7 +245,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
245
245
|
/**
|
|
246
246
|
* This Event shall be generated when a software fault occurs on the Node.
|
|
247
247
|
*
|
|
248
|
-
* @see {@link MatterSpecification.
|
|
248
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1
|
|
249
249
|
*/
|
|
250
250
|
export class SoftwareFaultEvent {
|
|
251
251
|
constructor(values?: Partial<SoftwareFaultEvent>);
|
|
@@ -253,7 +253,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
253
253
|
/**
|
|
254
254
|
* This field shall be set to the ID of the software thread in which the last software fault occurred.
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1.1
|
|
257
257
|
*/
|
|
258
258
|
id: number | bigint;
|
|
259
259
|
|
|
@@ -261,7 +261,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
261
261
|
* This field shall be set to a manufacturer-specified name or prefix of the software thread in which the last
|
|
262
262
|
* software fault occurred.
|
|
263
263
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
264
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1.2
|
|
265
265
|
*/
|
|
266
266
|
name?: string;
|
|
267
267
|
|
|
@@ -270,7 +270,7 @@ export declare namespace SoftwareDiagnostics {
|
|
|
270
270
|
* diagnosing or debugging a software fault. The FaultRecording field may be used to convey information such as,
|
|
271
271
|
* but not limited to, thread backtraces or register contents.
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v16.Core} § 11.13.8.1.3
|
|
274
274
|
*/
|
|
275
275
|
faultRecording?: Bytes;
|
|
276
276
|
}
|
|
@@ -17,7 +17,7 @@ import type { MeasurementAccuracy } from "../globals/MeasurementAccuracy.js";
|
|
|
17
17
|
* This cluster provides an interface to soil measurement functionality, including configuration and provision of
|
|
18
18
|
* notifications of soil measurements.
|
|
19
19
|
*
|
|
20
|
-
* @see {@link MatterSpecification.
|
|
20
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.15
|
|
21
21
|
*/
|
|
22
22
|
export declare namespace SoilMeasurement {
|
|
23
23
|
/**
|
|
@@ -31,7 +31,7 @@ export declare namespace SoilMeasurement {
|
|
|
31
31
|
export const name: "SoilMeasurement";
|
|
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
|
|
|
@@ -60,7 +60,7 @@ export declare namespace SoilMeasurement {
|
|
|
60
60
|
* the MaxMeasuredValue field. The entry shall only indicate a PercentMax value and the value shall NOT be
|
|
61
61
|
* greater than 10.00 percent.
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.15.4.1
|
|
64
64
|
*/
|
|
65
65
|
soilMoistureMeasurementLimits: MeasurementAccuracy;
|
|
66
66
|
|
|
@@ -69,7 +69,7 @@ export declare namespace SoilMeasurement {
|
|
|
69
69
|
*
|
|
70
70
|
* The null value indicates that the measurement is unknown e.g. no measurement has been performed yet.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.15.4.2
|
|
73
73
|
*/
|
|
74
74
|
soilMoistureMeasuredValue: number | null;
|
|
75
75
|
}
|
|
@@ -92,7 +92,7 @@ export declare namespace SoilMeasurement {
|
|
|
92
92
|
* the MaxMeasuredValue field. The entry shall only indicate a PercentMax value and the value shall NOT be
|
|
93
93
|
* greater than 10.00 percent.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.15.4.1
|
|
96
96
|
*/
|
|
97
97
|
soilMoistureMeasurementLimits: MeasurementAccuracy;
|
|
98
98
|
|
|
@@ -101,7 +101,7 @@ export declare namespace SoilMeasurement {
|
|
|
101
101
|
*
|
|
102
102
|
* The null value indicates that the measurement is unknown e.g. no measurement has been performed yet.
|
|
103
103
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
104
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.15.4.2
|
|
105
105
|
*/
|
|
106
106
|
soilMoistureMeasuredValue: number | null;
|
|
107
107
|
}
|
|
@@ -20,7 +20,7 @@ import type { ClusterModel } from "@matter/model";
|
|
|
20
20
|
* attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by
|
|
21
21
|
* sending commands to perform an action such as controlling a light or a window shade.
|
|
22
22
|
*
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13
|
|
24
24
|
*/
|
|
25
25
|
export declare namespace Switch {
|
|
26
26
|
/**
|
|
@@ -34,7 +34,7 @@ export declare namespace Switch {
|
|
|
34
34
|
export const name: "Switch";
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
37
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
38
38
|
*/
|
|
39
39
|
export const revision: 2;
|
|
40
40
|
|
|
@@ -53,7 +53,7 @@ export declare namespace Switch {
|
|
|
53
53
|
* Indicates the maximum number of positions the switch has. Any kind of switch has a minimum of 2 positions.
|
|
54
54
|
* Also see Section 1.13.10, "Multi Position Details" for the case NumberOfPositions>2.
|
|
55
55
|
*
|
|
56
|
-
* @see {@link MatterSpecification.
|
|
56
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.1
|
|
57
57
|
*/
|
|
58
58
|
numberOfPositions: number;
|
|
59
59
|
|
|
@@ -65,7 +65,7 @@ export declare namespace Switch {
|
|
|
65
65
|
* CurrentPosition value 0 shall be assigned to the default position of the switch: for example the "open" state
|
|
66
66
|
* of a rocker switch, or the "idle" state of a push button switch.
|
|
67
67
|
*
|
|
68
|
-
* @see {@link MatterSpecification.
|
|
68
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.2
|
|
69
69
|
*/
|
|
70
70
|
currentPosition: number;
|
|
71
71
|
}
|
|
@@ -97,7 +97,7 @@ export declare namespace Switch {
|
|
|
97
97
|
* presses beyond MultiPressMax that may be taken in account specially by switches (e.g. to trigger special
|
|
98
98
|
* behavior such as factory reset for which generating events towards the client is not appropriate).
|
|
99
99
|
*
|
|
100
|
-
* @see {@link MatterSpecification.
|
|
100
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.3
|
|
101
101
|
*/
|
|
102
102
|
multiPressMax: number;
|
|
103
103
|
}
|
|
@@ -113,7 +113,7 @@ export declare namespace Switch {
|
|
|
113
113
|
* Indicates the maximum number of positions the switch has. Any kind of switch has a minimum of 2 positions.
|
|
114
114
|
* Also see Section 1.13.10, "Multi Position Details" for the case NumberOfPositions>2.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.1
|
|
117
117
|
*/
|
|
118
118
|
numberOfPositions: number;
|
|
119
119
|
|
|
@@ -125,7 +125,7 @@ export declare namespace Switch {
|
|
|
125
125
|
* CurrentPosition value 0 shall be assigned to the default position of the switch: for example the "open" state
|
|
126
126
|
* of a rocker switch, or the "idle" state of a push button switch.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.2
|
|
129
129
|
*/
|
|
130
130
|
currentPosition: number;
|
|
131
131
|
|
|
@@ -152,7 +152,7 @@ export declare namespace Switch {
|
|
|
152
152
|
* presses beyond MultiPressMax that may be taken in account specially by switches (e.g. to trigger special
|
|
153
153
|
* behavior such as factory reset for which generating events towards the client is not appropriate).
|
|
154
154
|
*
|
|
155
|
-
* @see {@link MatterSpecification.
|
|
155
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.5.3
|
|
156
156
|
*/
|
|
157
157
|
multiPressMax: number;
|
|
158
158
|
}
|
|
@@ -192,7 +192,7 @@ export declare namespace Switch {
|
|
|
192
192
|
* TotalNumberOfPressesCounted field taken into account since for values from 1 to MultiPressMax, the user
|
|
193
193
|
* action that led to the event was different depending on the count.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.7
|
|
196
196
|
*/
|
|
197
197
|
multiPressComplete: MultiPressCompleteEvent;
|
|
198
198
|
}
|
|
@@ -205,7 +205,7 @@ export declare namespace Switch {
|
|
|
205
205
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been delayed
|
|
206
206
|
* by debouncing within the switch.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.1
|
|
209
209
|
*/
|
|
210
210
|
switchLatched: SwitchLatchedEvent;
|
|
211
211
|
}
|
|
@@ -217,7 +217,7 @@ export declare namespace Switch {
|
|
|
217
217
|
/**
|
|
218
218
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.2
|
|
221
221
|
*/
|
|
222
222
|
initialPress: InitialPressEvent;
|
|
223
223
|
}
|
|
@@ -257,7 +257,7 @@ export declare namespace Switch {
|
|
|
257
257
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses and
|
|
258
258
|
* multi-press events.
|
|
259
259
|
*
|
|
260
|
-
* @see {@link MatterSpecification.
|
|
260
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.3
|
|
261
261
|
*/
|
|
262
262
|
longPress: LongPressEvent;
|
|
263
263
|
|
|
@@ -267,7 +267,7 @@ export declare namespace Switch {
|
|
|
267
267
|
* LongPress event has been generated since the previous InitialPress event. Also see Section 1.13.7, "Sequence
|
|
268
268
|
* of generated events".
|
|
269
269
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.5
|
|
271
271
|
*/
|
|
272
272
|
longRelease: LongReleaseEvent;
|
|
273
273
|
}
|
|
@@ -292,7 +292,7 @@ export declare namespace Switch {
|
|
|
292
292
|
*
|
|
293
293
|
* - Also see Section 1.13.7, "Sequence of generated events".
|
|
294
294
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
295
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.4
|
|
296
296
|
*/
|
|
297
297
|
shortRelease: ShortReleaseEvent;
|
|
298
298
|
}
|
|
@@ -308,7 +308,7 @@ export declare namespace Switch {
|
|
|
308
308
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a
|
|
309
309
|
* multi-press sequence, during that sequence. See Section 1.13.8, "Sequence of events for MultiPress".
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.6
|
|
312
312
|
*/
|
|
313
313
|
multiPressOngoing: MultiPressOngoingEvent;
|
|
314
314
|
}
|
|
@@ -351,7 +351,7 @@ export declare namespace Switch {
|
|
|
351
351
|
* TotalNumberOfPressesCounted field taken into account since for values from 1 to MultiPressMax, the user
|
|
352
352
|
* action that led to the event was different depending on the count.
|
|
353
353
|
*
|
|
354
|
-
* @see {@link MatterSpecification.
|
|
354
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.7
|
|
355
355
|
*/
|
|
356
356
|
multiPressComplete: MultiPressCompleteEvent;
|
|
357
357
|
|
|
@@ -359,14 +359,14 @@ export declare namespace Switch {
|
|
|
359
359
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been delayed
|
|
360
360
|
* by debouncing within the switch.
|
|
361
361
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.1
|
|
363
363
|
*/
|
|
364
364
|
switchLatched: SwitchLatchedEvent;
|
|
365
365
|
|
|
366
366
|
/**
|
|
367
367
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.2
|
|
370
370
|
*/
|
|
371
371
|
initialPress: InitialPressEvent;
|
|
372
372
|
|
|
@@ -401,7 +401,7 @@ export declare namespace Switch {
|
|
|
401
401
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses and
|
|
402
402
|
* multi-press events.
|
|
403
403
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.3
|
|
405
405
|
*/
|
|
406
406
|
longPress: LongPressEvent;
|
|
407
407
|
|
|
@@ -411,7 +411,7 @@ export declare namespace Switch {
|
|
|
411
411
|
* LongPress event has been generated since the previous InitialPress event. Also see Section 1.13.7, "Sequence
|
|
412
412
|
* of generated events".
|
|
413
413
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
414
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.5
|
|
415
415
|
*/
|
|
416
416
|
longRelease: LongReleaseEvent;
|
|
417
417
|
|
|
@@ -431,7 +431,7 @@ export declare namespace Switch {
|
|
|
431
431
|
*
|
|
432
432
|
* - Also see Section 1.13.7, "Sequence of generated events".
|
|
433
433
|
*
|
|
434
|
-
* @see {@link MatterSpecification.
|
|
434
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.4
|
|
435
435
|
*/
|
|
436
436
|
shortRelease: ShortReleaseEvent;
|
|
437
437
|
|
|
@@ -442,7 +442,7 @@ export declare namespace Switch {
|
|
|
442
442
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a
|
|
443
443
|
* multi-press sequence, during that sequence. See Section 1.13.8, "Sequence of events for MultiPress".
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.6
|
|
446
446
|
*/
|
|
447
447
|
multiPressOngoing: MultiPressOngoingEvent;
|
|
448
448
|
}
|
|
@@ -469,7 +469,7 @@ export declare namespace Switch {
|
|
|
469
469
|
/**
|
|
470
470
|
* These are optional features supported by SwitchCluster.
|
|
471
471
|
*
|
|
472
|
-
* @see {@link MatterSpecification.
|
|
472
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4
|
|
473
473
|
*/
|
|
474
474
|
export enum Feature {
|
|
475
475
|
/**
|
|
@@ -477,7 +477,7 @@ export declare namespace Switch {
|
|
|
477
477
|
*
|
|
478
478
|
* This feature flag is for a switch that maintains its position after being pressed (or turned).
|
|
479
479
|
*
|
|
480
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.1
|
|
481
481
|
*/
|
|
482
482
|
LatchingSwitch = "LatchingSwitch",
|
|
483
483
|
|
|
@@ -487,7 +487,7 @@ export declare namespace Switch {
|
|
|
487
487
|
* This feature flag is for a switch that does not maintain its position after being pressed (or turned). After
|
|
488
488
|
* releasing, it goes back to its idle position.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.2
|
|
491
491
|
*/
|
|
492
492
|
MomentarySwitch = "MomentarySwitch",
|
|
493
493
|
|
|
@@ -496,7 +496,7 @@ export declare namespace Switch {
|
|
|
496
496
|
*
|
|
497
497
|
* This feature flag is for a momentary switch that can distinguish and report release events.
|
|
498
498
|
*
|
|
499
|
-
* @see {@link MatterSpecification.
|
|
499
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.3
|
|
500
500
|
*/
|
|
501
501
|
MomentarySwitchRelease = "MomentarySwitchRelease",
|
|
502
502
|
|
|
@@ -505,7 +505,7 @@ export declare namespace Switch {
|
|
|
505
505
|
*
|
|
506
506
|
* This feature flag is for a momentary switch that can distinguish and report long presses from short presses.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.4
|
|
509
509
|
*/
|
|
510
510
|
MomentarySwitchLongPress = "MomentarySwitchLongPress",
|
|
511
511
|
|
|
@@ -515,7 +515,7 @@ export declare namespace Switch {
|
|
|
515
515
|
* This feature flag is for a momentary switch that can distinguish and report double press and potentially
|
|
516
516
|
* multiple presses with more events, such as triple press, etc.
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.5
|
|
519
519
|
*/
|
|
520
520
|
MomentarySwitchMultiPress = "MomentarySwitchMultiPress",
|
|
521
521
|
|
|
@@ -525,7 +525,7 @@ export declare namespace Switch {
|
|
|
525
525
|
* This feature flag indicates simplified handling of events for multi-press-capable switches. See Section
|
|
526
526
|
* 1.13.8, "Sequence of events for MultiPress".
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.4.6
|
|
529
529
|
*/
|
|
530
530
|
ActionSwitch = "ActionSwitch"
|
|
531
531
|
}
|
|
@@ -560,7 +560,7 @@ export declare namespace Switch {
|
|
|
560
560
|
* into account since for values from 1 to MultiPressMax, the user action that led to the event was different
|
|
561
561
|
* depending on the count.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.7
|
|
564
564
|
*/
|
|
565
565
|
export class MultiPressCompleteEvent {
|
|
566
566
|
constructor(values?: Partial<MultiPressCompleteEvent>);
|
|
@@ -572,7 +572,7 @@ export declare namespace Switch {
|
|
|
572
572
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been delayed by
|
|
573
573
|
* debouncing within the switch.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.1
|
|
576
576
|
*/
|
|
577
577
|
export class SwitchLatchedEvent {
|
|
578
578
|
constructor(values?: Partial<SwitchLatchedEvent>);
|
|
@@ -580,7 +580,7 @@ export declare namespace Switch {
|
|
|
580
580
|
/**
|
|
581
581
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
582
582
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.1.1
|
|
584
584
|
*/
|
|
585
585
|
newPosition: number;
|
|
586
586
|
}
|
|
@@ -588,7 +588,7 @@ export declare namespace Switch {
|
|
|
588
588
|
/**
|
|
589
589
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
590
590
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.2
|
|
592
592
|
*/
|
|
593
593
|
export class InitialPressEvent {
|
|
594
594
|
constructor(values?: Partial<InitialPressEvent>);
|
|
@@ -596,7 +596,7 @@ export declare namespace Switch {
|
|
|
596
596
|
/**
|
|
597
597
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
598
598
|
*
|
|
599
|
-
* @see {@link MatterSpecification.
|
|
599
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.2.1
|
|
600
600
|
*/
|
|
601
601
|
newPosition: number;
|
|
602
602
|
}
|
|
@@ -632,7 +632,7 @@ export declare namespace Switch {
|
|
|
632
632
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses and
|
|
633
633
|
* multi-press events.
|
|
634
634
|
*
|
|
635
|
-
* @see {@link MatterSpecification.
|
|
635
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.3
|
|
636
636
|
*/
|
|
637
637
|
export class LongPressEvent {
|
|
638
638
|
constructor(values?: Partial<LongPressEvent>);
|
|
@@ -640,7 +640,7 @@ export declare namespace Switch {
|
|
|
640
640
|
/**
|
|
641
641
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
642
642
|
*
|
|
643
|
-
* @see {@link MatterSpecification.
|
|
643
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.3.1
|
|
644
644
|
*/
|
|
645
645
|
newPosition: number;
|
|
646
646
|
}
|
|
@@ -651,7 +651,7 @@ export declare namespace Switch {
|
|
|
651
651
|
* has been generated since the previous InitialPress event. Also see Section 1.13.7, "Sequence of generated
|
|
652
652
|
* events".
|
|
653
653
|
*
|
|
654
|
-
* @see {@link MatterSpecification.
|
|
654
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.5
|
|
655
655
|
*/
|
|
656
656
|
export class LongReleaseEvent {
|
|
657
657
|
constructor(values?: Partial<LongReleaseEvent>);
|
|
@@ -659,7 +659,7 @@ export declare namespace Switch {
|
|
|
659
659
|
/**
|
|
660
660
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
661
661
|
*
|
|
662
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.5.1
|
|
663
663
|
*/
|
|
664
664
|
previousPosition: number;
|
|
665
665
|
}
|
|
@@ -679,7 +679,7 @@ export declare namespace Switch {
|
|
|
679
679
|
*
|
|
680
680
|
* - Also see Section 1.13.7, "Sequence of generated events".
|
|
681
681
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
682
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.4
|
|
683
683
|
*/
|
|
684
684
|
export class ShortReleaseEvent {
|
|
685
685
|
constructor(values?: Partial<ShortReleaseEvent>);
|
|
@@ -687,7 +687,7 @@ export declare namespace Switch {
|
|
|
687
687
|
/**
|
|
688
688
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
689
689
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.4.1
|
|
691
691
|
*/
|
|
692
692
|
previousPosition: number;
|
|
693
693
|
}
|
|
@@ -699,7 +699,7 @@ export declare namespace Switch {
|
|
|
699
699
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a multi-press
|
|
700
700
|
* sequence, during that sequence. See Section 1.13.8, "Sequence of events for MultiPress".
|
|
701
701
|
*
|
|
702
|
-
* @see {@link MatterSpecification.
|
|
702
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.6
|
|
703
703
|
*/
|
|
704
704
|
export class MultiPressOngoingEvent {
|
|
705
705
|
constructor(values?: Partial<MultiPressOngoingEvent>);
|
|
@@ -707,7 +707,7 @@ export declare namespace Switch {
|
|
|
707
707
|
/**
|
|
708
708
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
709
709
|
*
|
|
710
|
-
* @see {@link MatterSpecification.
|
|
710
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.6.1
|
|
711
711
|
*/
|
|
712
712
|
newPosition: number;
|
|
713
713
|
|
|
@@ -720,7 +720,7 @@ export declare namespace Switch {
|
|
|
720
720
|
*
|
|
721
721
|
* - a value of N when the N^th press of a multi-press sequence has been detected.
|
|
722
722
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
723
|
+
* @see {@link MatterSpecification.v16.Cluster} § 1.13.6.6.2
|
|
724
724
|
*/
|
|
725
725
|
currentNumberOfPressesCounted: number;
|
|
726
726
|
}
|