@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
|
@@ -0,0 +1,706 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2026 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
8
|
+
|
|
9
|
+
import type { ClusterType, ClusterTyping } from "../cluster/ClusterType.js";
|
|
10
|
+
import type { ClusterId } from "../datatype/ClusterId.js";
|
|
11
|
+
import type { ClusterModel } from "@matter/model";
|
|
12
|
+
import type { ModeSelect } from "./mode-select.js";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Definitions for the AmbientContextSensing cluster.
|
|
16
|
+
*
|
|
17
|
+
* This server cluster provides an interface to ambient context sensing functionality.
|
|
18
|
+
*
|
|
19
|
+
* > [!NOTE]
|
|
20
|
+
*
|
|
21
|
+
* > NOTE: Support for this cluster is provisional.
|
|
22
|
+
*
|
|
23
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16
|
|
24
|
+
*/
|
|
25
|
+
export declare namespace AmbientContextSensing {
|
|
26
|
+
/**
|
|
27
|
+
* The Matter protocol cluster identifier.
|
|
28
|
+
*/
|
|
29
|
+
export const id: ClusterId & 0x0431;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Textual cluster identifier.
|
|
33
|
+
*/
|
|
34
|
+
export const name: "AmbientContextSensing";
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
38
|
+
*/
|
|
39
|
+
export const revision: 1;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Canonical metadata for the AmbientContextSensing cluster.
|
|
43
|
+
*
|
|
44
|
+
* This is the exhaustive runtime metadata source that matter.js considers canonical.
|
|
45
|
+
*/
|
|
46
|
+
export const schema: ClusterModel;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* {@link AmbientContextSensing} always supports these elements.
|
|
50
|
+
*/
|
|
51
|
+
export interface BaseAttributes {
|
|
52
|
+
/**
|
|
53
|
+
* Indicates the maximum number of simultaneous multiple ambient context detections supported by the server. If
|
|
54
|
+
* an additional detection event causes the total number of simultaneous detection events to exceed a
|
|
55
|
+
* SimultaneousDetectionLimit, the oldest ambient sensing detection event shall be removed and the latest
|
|
56
|
+
* detection shall be added. The same type of ambient context sensing event occurred consecutively within the
|
|
57
|
+
* HoldTime duration shall not increase the total number of simultaneous detection events. If a simultaneous
|
|
58
|
+
* detection feature is not supported, then the value shall be set to 1.
|
|
59
|
+
*
|
|
60
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.9
|
|
61
|
+
*/
|
|
62
|
+
simultaneousDetectionLimit: number;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Indicates the time duration of True state, in seconds, before the sensor changes its sensing detection state
|
|
66
|
+
* from True to False after the last detection. Low values of HoldTime SHOULD be avoided since they could lead
|
|
67
|
+
* to generating overly frequent data reports on subscriptions. This is equivalent to the HoldTime attribute of
|
|
68
|
+
* the OccupancySensing cluster attribute. For further information, refer to the HoldTime attribute description
|
|
69
|
+
* of the Occupancy Sensing Cluster. The HoldTime shall be applied to each ambient context detection occurrence
|
|
70
|
+
* individually. A more detail HoldTime implementation example over multiple simultaneous ambient context
|
|
71
|
+
* detections can be found in theMultipleAmbientSensingDetection section.
|
|
72
|
+
*
|
|
73
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.10
|
|
74
|
+
*/
|
|
75
|
+
holdTime: number;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Indicates the server's limits, and default value, for the HoldTime attribute. This is equivalent to the
|
|
79
|
+
* HoldTimeLimits attribute of the Occupancy Sensing Cluster attribute. For further information, refer to the
|
|
80
|
+
* HoldTimeLimits attribute description of the Occupancy Sensing Cluster.
|
|
81
|
+
*
|
|
82
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.11
|
|
83
|
+
*/
|
|
84
|
+
holdTimeLimits: HoldTimeLimits;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature "HumanActivity".
|
|
89
|
+
*/
|
|
90
|
+
export interface HumanActivityAttributes {
|
|
91
|
+
/**
|
|
92
|
+
* Indicates the human activity detection in Boolean data. The detected human activity type can be found from
|
|
93
|
+
* the AmbientContextType attribute.
|
|
94
|
+
*
|
|
95
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.1
|
|
96
|
+
*/
|
|
97
|
+
humanActivityDetected: boolean;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature "ObjectIdentification".
|
|
102
|
+
*/
|
|
103
|
+
export interface ObjectIdentificationAttributes {
|
|
104
|
+
/**
|
|
105
|
+
* Indicates the occurrence of object identification in Boolean data. The detail object identification can be
|
|
106
|
+
* found from the AmbientContextType attribute.
|
|
107
|
+
*
|
|
108
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.2
|
|
109
|
+
*/
|
|
110
|
+
objectIdentified: boolean;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature "SoundIdentification".
|
|
115
|
+
*/
|
|
116
|
+
export interface SoundIdentificationAttributes {
|
|
117
|
+
/**
|
|
118
|
+
* Indicates the ambient audio context detection in Boolean data. The detected audio context type can be found
|
|
119
|
+
* from the AmbientContextType attribute.
|
|
120
|
+
*
|
|
121
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.3
|
|
122
|
+
*/
|
|
123
|
+
audioContextDetected: boolean;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature
|
|
128
|
+
* "HumanActivityOrObjectIdentificationOrSoundIdentification".
|
|
129
|
+
*/
|
|
130
|
+
export interface HumanActivityOrObjectIdentificationOrSoundIdentificationAttributes {
|
|
131
|
+
/**
|
|
132
|
+
* Indicates the details for the currently observed and detected ambient context. This attribute supports
|
|
133
|
+
* multiple simultaneous ambient context detections. The attribute expression rule is provided in the
|
|
134
|
+
* MultipleAmbientSensingDetection section. The total number of simultaneous ambient context detections is
|
|
135
|
+
* limited by the SimultaneousDetectionLimit attribute.
|
|
136
|
+
*
|
|
137
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.4
|
|
138
|
+
*/
|
|
139
|
+
ambientContextType: AmbientContextType[];
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Indicates the list of ambient context detection types supported by the server. Each supported ambient context
|
|
143
|
+
* detection type element shall be of a type supported in the AmbientContextFeatureMap and shall indicate a
|
|
144
|
+
* supported ambient context detection SemanticTagStruct from one of the following namespaces: Identified Human
|
|
145
|
+
* Activity Namespace, Identified Object Namespace, Identified Sound Namespace in the StandardNamespaces.
|
|
146
|
+
*
|
|
147
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.5
|
|
148
|
+
*/
|
|
149
|
+
ambientContextTypeSupported: ModeSelect.SemanticTag[];
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature
|
|
154
|
+
* "ObjectCountingAndObjectIdentification".
|
|
155
|
+
*/
|
|
156
|
+
export interface ObjectCountingAndObjectIdentificationAttributes {
|
|
157
|
+
/**
|
|
158
|
+
* Indicates whether the number of an object being counted is greater or equal to the threshold specified by the
|
|
159
|
+
* ObjectCountThreshold. The counting object shall be limited to one identified object type and identified by
|
|
160
|
+
* the Identified Object namespace tag ID from presented in the AmbientContextTypeSupported attribute.
|
|
161
|
+
*
|
|
162
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.6
|
|
163
|
+
*/
|
|
164
|
+
objectCountReached: boolean;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Indicates configuration parameters to support an object counting feature. The attribute specifies the object
|
|
168
|
+
* to be detected and counted and the counting threshold value for the object counting purpose.
|
|
169
|
+
*
|
|
170
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.7
|
|
171
|
+
*/
|
|
172
|
+
objectCountConfig: ObjectCountConfig;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Indicates the number of objects detected in the area covered by the sensor. ObjectCount shall be exposed only
|
|
176
|
+
* when ObjectCountReached is true.
|
|
177
|
+
*
|
|
178
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.8
|
|
179
|
+
*/
|
|
180
|
+
objectCount?: number;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature "PredictedActivity".
|
|
185
|
+
*/
|
|
186
|
+
export interface PredictedActivityAttributes {
|
|
187
|
+
/**
|
|
188
|
+
* Indicates the server's prediction of upcoming changes to the monitored area's ambient context.
|
|
189
|
+
*
|
|
190
|
+
* The value of the StartTimestamp field on each PredictedActivityStruct in this list other than the first shall
|
|
191
|
+
* be greater than the value of the EndTimestamp field on the previous PredictedActivityStruct in this list.
|
|
192
|
+
*
|
|
193
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.12
|
|
194
|
+
*/
|
|
195
|
+
predictedActivity: PredictedActivity[];
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Attributes that may appear in {@link AmbientContextSensing}.
|
|
200
|
+
*
|
|
201
|
+
* Some properties may be optional if device support is not mandatory. Device support may also be affected by a
|
|
202
|
+
* device's supported {@link Features}.
|
|
203
|
+
*/
|
|
204
|
+
export interface Attributes {
|
|
205
|
+
/**
|
|
206
|
+
* Indicates the maximum number of simultaneous multiple ambient context detections supported by the server. If
|
|
207
|
+
* an additional detection event causes the total number of simultaneous detection events to exceed a
|
|
208
|
+
* SimultaneousDetectionLimit, the oldest ambient sensing detection event shall be removed and the latest
|
|
209
|
+
* detection shall be added. The same type of ambient context sensing event occurred consecutively within the
|
|
210
|
+
* HoldTime duration shall not increase the total number of simultaneous detection events. If a simultaneous
|
|
211
|
+
* detection feature is not supported, then the value shall be set to 1.
|
|
212
|
+
*
|
|
213
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.9
|
|
214
|
+
*/
|
|
215
|
+
simultaneousDetectionLimit: number;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Indicates the time duration of True state, in seconds, before the sensor changes its sensing detection state
|
|
219
|
+
* from True to False after the last detection. Low values of HoldTime SHOULD be avoided since they could lead
|
|
220
|
+
* to generating overly frequent data reports on subscriptions. This is equivalent to the HoldTime attribute of
|
|
221
|
+
* the OccupancySensing cluster attribute. For further information, refer to the HoldTime attribute description
|
|
222
|
+
* of the Occupancy Sensing Cluster. The HoldTime shall be applied to each ambient context detection occurrence
|
|
223
|
+
* individually. A more detail HoldTime implementation example over multiple simultaneous ambient context
|
|
224
|
+
* detections can be found in theMultipleAmbientSensingDetection section.
|
|
225
|
+
*
|
|
226
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.10
|
|
227
|
+
*/
|
|
228
|
+
holdTime: number;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Indicates the server's limits, and default value, for the HoldTime attribute. This is equivalent to the
|
|
232
|
+
* HoldTimeLimits attribute of the Occupancy Sensing Cluster attribute. For further information, refer to the
|
|
233
|
+
* HoldTimeLimits attribute description of the Occupancy Sensing Cluster.
|
|
234
|
+
*
|
|
235
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.11
|
|
236
|
+
*/
|
|
237
|
+
holdTimeLimits: HoldTimeLimits;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* Indicates the human activity detection in Boolean data. The detected human activity type can be found from
|
|
241
|
+
* the AmbientContextType attribute.
|
|
242
|
+
*
|
|
243
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.1
|
|
244
|
+
*/
|
|
245
|
+
humanActivityDetected: boolean;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Indicates the occurrence of object identification in Boolean data. The detail object identification can be
|
|
249
|
+
* found from the AmbientContextType attribute.
|
|
250
|
+
*
|
|
251
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.2
|
|
252
|
+
*/
|
|
253
|
+
objectIdentified: boolean;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Indicates the ambient audio context detection in Boolean data. The detected audio context type can be found
|
|
257
|
+
* from the AmbientContextType attribute.
|
|
258
|
+
*
|
|
259
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.3
|
|
260
|
+
*/
|
|
261
|
+
audioContextDetected: boolean;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Indicates the details for the currently observed and detected ambient context. This attribute supports
|
|
265
|
+
* multiple simultaneous ambient context detections. The attribute expression rule is provided in the
|
|
266
|
+
* MultipleAmbientSensingDetection section. The total number of simultaneous ambient context detections is
|
|
267
|
+
* limited by the SimultaneousDetectionLimit attribute.
|
|
268
|
+
*
|
|
269
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.4
|
|
270
|
+
*/
|
|
271
|
+
ambientContextType: AmbientContextType[];
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Indicates the list of ambient context detection types supported by the server. Each supported ambient context
|
|
275
|
+
* detection type element shall be of a type supported in the AmbientContextFeatureMap and shall indicate a
|
|
276
|
+
* supported ambient context detection SemanticTagStruct from one of the following namespaces: Identified Human
|
|
277
|
+
* Activity Namespace, Identified Object Namespace, Identified Sound Namespace in the StandardNamespaces.
|
|
278
|
+
*
|
|
279
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.5
|
|
280
|
+
*/
|
|
281
|
+
ambientContextTypeSupported: ModeSelect.SemanticTag[];
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Indicates whether the number of an object being counted is greater or equal to the threshold specified by the
|
|
285
|
+
* ObjectCountThreshold. The counting object shall be limited to one identified object type and identified by
|
|
286
|
+
* the Identified Object namespace tag ID from presented in the AmbientContextTypeSupported attribute.
|
|
287
|
+
*
|
|
288
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.6
|
|
289
|
+
*/
|
|
290
|
+
objectCountReached: boolean;
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* Indicates configuration parameters to support an object counting feature. The attribute specifies the object
|
|
294
|
+
* to be detected and counted and the counting threshold value for the object counting purpose.
|
|
295
|
+
*
|
|
296
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.7
|
|
297
|
+
*/
|
|
298
|
+
objectCountConfig: ObjectCountConfig;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Indicates the number of objects detected in the area covered by the sensor. ObjectCount shall be exposed only
|
|
302
|
+
* when ObjectCountReached is true.
|
|
303
|
+
*
|
|
304
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.8
|
|
305
|
+
*/
|
|
306
|
+
objectCount: number;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* Indicates the server's prediction of upcoming changes to the monitored area's ambient context.
|
|
310
|
+
*
|
|
311
|
+
* The value of the StartTimestamp field on each PredictedActivityStruct in this list other than the first shall
|
|
312
|
+
* be greater than the value of the EndTimestamp field on the previous PredictedActivityStruct in this list.
|
|
313
|
+
*
|
|
314
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.7.12
|
|
315
|
+
*/
|
|
316
|
+
predictedActivity: PredictedActivity[];
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature
|
|
321
|
+
* "HumanActivityOrObjectIdentificationOrSoundIdentification".
|
|
322
|
+
*/
|
|
323
|
+
export interface HumanActivityOrObjectIdentificationOrSoundIdentificationEvents {
|
|
324
|
+
/**
|
|
325
|
+
* This event shall be generated when a new different ambient context detection is added to AmbientContextType.
|
|
326
|
+
*
|
|
327
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1
|
|
328
|
+
*/
|
|
329
|
+
ambientContextDetectStarted: AmbientContextDetectStartedEvent;
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* This event shall be generated when the ambient context detection that generated the
|
|
333
|
+
* AmbientContextDetectStarted event is removed from AmbientContextType. This end event doesn't necessary
|
|
334
|
+
* reflect the end of the actual event progression. For example, both AmbientContextDetectStarted and
|
|
335
|
+
* AmbientContextDetectEnded events are used to inform the "sleeping" event occurrence where
|
|
336
|
+
* AmbientContextDetectEnded event doesn't necessarily indicate the actual end of "sleeping" action.
|
|
337
|
+
*
|
|
338
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.2
|
|
339
|
+
*/
|
|
340
|
+
ambientContextDetectEnded: AmbientContextDetectEndedEvent;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* {@link AmbientContextSensing} supports these elements if it supports feature
|
|
345
|
+
* "ObjectCountingAndObjectIdentification".
|
|
346
|
+
*/
|
|
347
|
+
export interface ObjectCountingAndObjectIdentificationEvents {
|
|
348
|
+
/**
|
|
349
|
+
* This event shall be generated when a new different ambient context detection is added to AmbientContextType.
|
|
350
|
+
*
|
|
351
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1
|
|
352
|
+
*/
|
|
353
|
+
ambientContextDetectStarted: AmbientContextDetectStartedEvent;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* This event shall be generated when the ambient context detection that generated the
|
|
357
|
+
* AmbientContextDetectStarted event is removed from AmbientContextType. This end event doesn't necessary
|
|
358
|
+
* reflect the end of the actual event progression. For example, both AmbientContextDetectStarted and
|
|
359
|
+
* AmbientContextDetectEnded events are used to inform the "sleeping" event occurrence where
|
|
360
|
+
* AmbientContextDetectEnded event doesn't necessarily indicate the actual end of "sleeping" action.
|
|
361
|
+
*
|
|
362
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.2
|
|
363
|
+
*/
|
|
364
|
+
ambientContextDetectEnded: AmbientContextDetectEndedEvent;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* Events that may appear in {@link AmbientContextSensing}.
|
|
369
|
+
*
|
|
370
|
+
* Some properties may be optional if device support is not mandatory. Device support may also be affected by a
|
|
371
|
+
* device's supported {@link Features}.
|
|
372
|
+
*/
|
|
373
|
+
export interface Events {
|
|
374
|
+
/**
|
|
375
|
+
* This event shall be generated when a new different ambient context detection is added to AmbientContextType.
|
|
376
|
+
*
|
|
377
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1
|
|
378
|
+
*/
|
|
379
|
+
ambientContextDetectStarted: AmbientContextDetectStartedEvent;
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* This event shall be generated when the ambient context detection that generated the
|
|
383
|
+
* AmbientContextDetectStarted event is removed from AmbientContextType. This end event doesn't necessary
|
|
384
|
+
* reflect the end of the actual event progression. For example, both AmbientContextDetectStarted and
|
|
385
|
+
* AmbientContextDetectEnded events are used to inform the "sleeping" event occurrence where
|
|
386
|
+
* AmbientContextDetectEnded event doesn't necessarily indicate the actual end of "sleeping" action.
|
|
387
|
+
*
|
|
388
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.2
|
|
389
|
+
*/
|
|
390
|
+
ambientContextDetectEnded: AmbientContextDetectEndedEvent;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export type Components = [
|
|
394
|
+
{ flags: {}, attributes: BaseAttributes },
|
|
395
|
+
{ flags: { humanActivity: true }, attributes: HumanActivityAttributes },
|
|
396
|
+
{ flags: { objectIdentification: true }, attributes: ObjectIdentificationAttributes },
|
|
397
|
+
{ flags: { soundIdentification: true }, attributes: SoundIdentificationAttributes },
|
|
398
|
+
{
|
|
399
|
+
flags: { humanActivity: true },
|
|
400
|
+
attributes: HumanActivityOrObjectIdentificationOrSoundIdentificationAttributes,
|
|
401
|
+
events: HumanActivityOrObjectIdentificationOrSoundIdentificationEvents
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
flags: { objectIdentification: true },
|
|
405
|
+
attributes: HumanActivityOrObjectIdentificationOrSoundIdentificationAttributes,
|
|
406
|
+
events: HumanActivityOrObjectIdentificationOrSoundIdentificationEvents
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
flags: { soundIdentification: true },
|
|
410
|
+
attributes: HumanActivityOrObjectIdentificationOrSoundIdentificationAttributes,
|
|
411
|
+
events: HumanActivityOrObjectIdentificationOrSoundIdentificationEvents
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
flags: { objectCounting: true, objectIdentification: true },
|
|
415
|
+
attributes: ObjectCountingAndObjectIdentificationAttributes,
|
|
416
|
+
events: ObjectCountingAndObjectIdentificationEvents
|
|
417
|
+
},
|
|
418
|
+
{ flags: { predictedActivity: true }, attributes: PredictedActivityAttributes }
|
|
419
|
+
];
|
|
420
|
+
|
|
421
|
+
export type Features = "HumanActivity" | "ObjectCounting" | "ObjectIdentification" | "SoundIdentification" | "PredictedActivity";
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* These are optional features supported by AmbientContextSensingCluster.
|
|
425
|
+
*
|
|
426
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.5
|
|
427
|
+
*/
|
|
428
|
+
export enum Feature {
|
|
429
|
+
/**
|
|
430
|
+
* HumanActivity (HA)
|
|
431
|
+
*
|
|
432
|
+
* Supports various human actions and activities classification
|
|
433
|
+
*/
|
|
434
|
+
HumanActivity = "HumanActivity",
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* ObjectCounting (OC)
|
|
438
|
+
*
|
|
439
|
+
* Supports object counting
|
|
440
|
+
*/
|
|
441
|
+
ObjectCounting = "ObjectCounting",
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* ObjectIdentification (OI)
|
|
445
|
+
*
|
|
446
|
+
* Supports object identification
|
|
447
|
+
*/
|
|
448
|
+
ObjectIdentification = "ObjectIdentification",
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* SoundIdentification (AUD)
|
|
452
|
+
*
|
|
453
|
+
* Supports sound identification
|
|
454
|
+
*/
|
|
455
|
+
SoundIdentification = "SoundIdentification",
|
|
456
|
+
|
|
457
|
+
/**
|
|
458
|
+
* PredictedActivity (PRED)
|
|
459
|
+
*
|
|
460
|
+
* Supports predicting various human actions and activities.
|
|
461
|
+
*/
|
|
462
|
+
PredictedActivity = "PredictedActivity"
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* This structure provides information on the server's supported values for the HoldTime attribute.
|
|
467
|
+
*
|
|
468
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.1
|
|
469
|
+
*/
|
|
470
|
+
export class HoldTimeLimits {
|
|
471
|
+
constructor(values?: Partial<HoldTimeLimits>);
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* This field shall specify the minimum value supported by the server for the HoldTime attribute, in seconds.
|
|
475
|
+
*
|
|
476
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.1.1
|
|
477
|
+
*/
|
|
478
|
+
holdTimeMin?: number;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* This field shall specify the maximum value supported by the server for the HoldTime attribute, in seconds.
|
|
482
|
+
* This field also specifies the maximum duration time that is allowed to be continuously in triggered detection
|
|
483
|
+
* state.
|
|
484
|
+
*
|
|
485
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.1.2
|
|
486
|
+
*/
|
|
487
|
+
holdTimeMax?: number;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* This field shall specify the (manufacturer-determined) default value of the server's HoldTime attribute, in
|
|
491
|
+
* seconds. This is the value that a client who wants to reset the settings to a valid default SHOULD use.
|
|
492
|
+
*
|
|
493
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.1.3
|
|
494
|
+
*/
|
|
495
|
+
holdTimeDefault?: number;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* This structure provides information on the server's supported values for the Ambient Context type attribute.
|
|
500
|
+
*
|
|
501
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.2
|
|
502
|
+
*/
|
|
503
|
+
export class AmbientContextType {
|
|
504
|
+
constructor(values?: Partial<AmbientContextType>);
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* This field specifies the detail ambient context information related to the Boolean detection attributes,
|
|
508
|
+
* HumanActivityDetected, ObjectIdentified, and AudioContextDetected. The detail ambient context information
|
|
509
|
+
* shall be presented by the namespace ID and semantic tag ID of the SemanticTagStruct available from Identified
|
|
510
|
+
* Human Activity Namespace, Identified Object Namespace, Identified Sound Namespace in the StandardNamespaces.
|
|
511
|
+
* When AmbientContextSensed field contains more than one data element, it shall indicate a combined ambient
|
|
512
|
+
* context event instead of unrelated independent ambient context events. For an example, if a joint event
|
|
513
|
+
* exposure of "Child Fall" is intended, then the AmbientContextType attribute can be exposed as
|
|
514
|
+
*
|
|
515
|
+
* where AmbientContextSensed field contains the SemanticTag data list of "Child" tag ID (=2) from
|
|
516
|
+
* IdentifiedObject namespace (=0x4B) and "Fall" tag ID (=1) from IdentifiedHumanActivity namespace (=0x49).
|
|
517
|
+
* However, if two independent events exposure is intended, then the AmbientContextType attribute can be exposed
|
|
518
|
+
* as
|
|
519
|
+
*
|
|
520
|
+
* where AmbientContextSensed field contains only one individual ambient sensing context. In order to avoid
|
|
521
|
+
* confusion arising from many possible joint permutations, AmbientContextSensed field shall NOT include more
|
|
522
|
+
* than 2 ambient context events.
|
|
523
|
+
*
|
|
524
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.2.1
|
|
525
|
+
*/
|
|
526
|
+
ambientContextSensed?: ModeSelect.SemanticTag[];
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* This structure provides information on the server's supported values for the ObjectCountConfig attribute.
|
|
531
|
+
*
|
|
532
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.3
|
|
533
|
+
*/
|
|
534
|
+
export class ObjectCountConfig {
|
|
535
|
+
constructor(values?: Partial<ObjectCountConfig>);
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* This field shall indicate an object to be detected and counted. If the MfgCode field, in CountingObject, is
|
|
539
|
+
* NULL, it shall be specified by ObjectIdentified namespace ID and its tag number available from the
|
|
540
|
+
* AmbientContextTypeSupported attribute.
|
|
541
|
+
*
|
|
542
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.3.1
|
|
543
|
+
*/
|
|
544
|
+
countingObject?: ModeSelect.SemanticTag;
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* This field shall indicate the minimum number of detected objects to render the true Boolean state of
|
|
548
|
+
* CountThresholdReached attribute.
|
|
549
|
+
*
|
|
550
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.3.2
|
|
551
|
+
*/
|
|
552
|
+
objectCountThreshold?: number;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* This data structure provides information on future predicted activities.
|
|
557
|
+
*
|
|
558
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4
|
|
559
|
+
*/
|
|
560
|
+
export class PredictedActivity {
|
|
561
|
+
constructor(values?: Partial<PredictedActivity>);
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* This field shall indicate the predicted start time for the predicted activity.
|
|
565
|
+
*
|
|
566
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.1
|
|
567
|
+
*/
|
|
568
|
+
startTimestamp?: number;
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* This field shall indicate the predicted end time for the predicted activity.
|
|
572
|
+
*
|
|
573
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.2
|
|
574
|
+
*/
|
|
575
|
+
endTimestamp?: number;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* This field shall indicate the predicted state of the AmbientContextType attribute for the specified time
|
|
579
|
+
* period.
|
|
580
|
+
*
|
|
581
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.3
|
|
582
|
+
*/
|
|
583
|
+
ambientContextType?: ModeSelect.SemanticTag[];
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* This field shall indicate the predicted state of the CrowdDetected attribute for the specified time period.
|
|
587
|
+
*
|
|
588
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.4
|
|
589
|
+
*/
|
|
590
|
+
crowdDetected?: boolean;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* This field shall indicate the predicted value of the CrowdCount attribute for the specified time period.
|
|
594
|
+
*
|
|
595
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.5
|
|
596
|
+
*/
|
|
597
|
+
crowdCount?: number;
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* This field shall indicate confidence level for the predicted activity state.
|
|
601
|
+
*
|
|
602
|
+
* A value of 100% shall indicate a complete certainty of the predicted occupancy state, while a 0% value shall
|
|
603
|
+
* indicate no certainty. The algorithm to calculate the likelihood of a predicted occupancy state is not
|
|
604
|
+
* specified and is considered manufacturer specific.
|
|
605
|
+
*
|
|
606
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.6.4.6
|
|
607
|
+
*/
|
|
608
|
+
confidence?: number;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* This event shall be generated when a new different ambient context detection is added to AmbientContextType.
|
|
613
|
+
*
|
|
614
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1
|
|
615
|
+
*/
|
|
616
|
+
export class AmbientContextDetectStartedEvent {
|
|
617
|
+
constructor(values?: Partial<AmbientContextDetectStartedEvent>);
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* This field shall indicate the detail ambient context information that triggers this event reporting. The
|
|
621
|
+
* detail ambient context information shall be presented by the namespace ID and semantic tag ID available from
|
|
622
|
+
* Identified Human Activity Namespace, Identified Object Namespace, Identified Sound Namespace in the
|
|
623
|
+
* StandardNamespaces. For object counting feature, the AmbientContextDetected field represents the object being
|
|
624
|
+
* counted.
|
|
625
|
+
*
|
|
626
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1.1
|
|
627
|
+
*/
|
|
628
|
+
ambientContextDetected?: AmbientContextType;
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* This field shall indicate an ObjectCountReached attribute value when the event reporting is triggered by the
|
|
632
|
+
* object counting threshold detection.
|
|
633
|
+
*
|
|
634
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1.2
|
|
635
|
+
*/
|
|
636
|
+
objectCountReached?: boolean;
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* This field shall indicate the number of objects detected in the area covered by the sensor when
|
|
640
|
+
* ObjectCountReached attribute is changed to True.
|
|
641
|
+
*
|
|
642
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.1.3
|
|
643
|
+
*/
|
|
644
|
+
objectCount?: number;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/**
|
|
648
|
+
* This event shall be generated when the ambient context detection that generated the AmbientContextDetectStarted
|
|
649
|
+
* event is removed from AmbientContextType. This end event doesn't necessary reflect the end of the actual event
|
|
650
|
+
* progression. For example, both AmbientContextDetectStarted and AmbientContextDetectEnded events are used to
|
|
651
|
+
* inform the "sleeping" event occurrence where AmbientContextDetectEnded event doesn't necessarily indicate the
|
|
652
|
+
* actual end of "sleeping" action.
|
|
653
|
+
*
|
|
654
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.2
|
|
655
|
+
*/
|
|
656
|
+
export class AmbientContextDetectEndedEvent {
|
|
657
|
+
constructor(values?: Partial<AmbientContextDetectEndedEvent>);
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* This field shall indicate the system time stamp or the epoch time stamp when the corresponding
|
|
661
|
+
* AmbientContextDetectStarted Event was generated.
|
|
662
|
+
*
|
|
663
|
+
* @see {@link MatterSpecification.v16.Cluster} § 2.16.8.2.1
|
|
664
|
+
*/
|
|
665
|
+
eventStartTime?: number | bigint;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
/**
|
|
669
|
+
* Attribute metadata objects keyed by name.
|
|
670
|
+
*/
|
|
671
|
+
export const attributes: ClusterType.AttributeObjects<Attributes>;
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* Event metadata objects keyed by name.
|
|
675
|
+
*/
|
|
676
|
+
export const events: ClusterType.EventObjects<Events>;
|
|
677
|
+
|
|
678
|
+
/**
|
|
679
|
+
* Feature metadata objects keyed by name.
|
|
680
|
+
*/
|
|
681
|
+
export const features: ClusterType.Features<Features>;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @deprecated Use {@link AmbientContextSensing}.
|
|
685
|
+
*/
|
|
686
|
+
export const Cluster: ClusterType.WithCompat<typeof AmbientContextSensing, AmbientContextSensing>;
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* @deprecated Use {@link AmbientContextSensing}.
|
|
690
|
+
*/
|
|
691
|
+
export const Complete: typeof AmbientContextSensing;
|
|
692
|
+
|
|
693
|
+
export const Typing: AmbientContextSensing;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* @deprecated Use {@link AmbientContextSensing}.
|
|
698
|
+
*/
|
|
699
|
+
export declare const AmbientContextSensingCluster: typeof AmbientContextSensing;
|
|
700
|
+
|
|
701
|
+
export interface AmbientContextSensing extends ClusterTyping {
|
|
702
|
+
Attributes: AmbientContextSensing.Attributes;
|
|
703
|
+
Events: AmbientContextSensing.Events;
|
|
704
|
+
Features: AmbientContextSensing.Features;
|
|
705
|
+
Components: AmbientContextSensing.Components;
|
|
706
|
+
}
|