@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
|
@@ -50,7 +50,7 @@ import type { EndpointNumber } from "../datatype/EndpointNumber.js";
|
|
|
50
50
|
* The term 'action' in the description of this cluster should not be confused with the term 'action' as used in the
|
|
51
51
|
* Interaction Model.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14
|
|
54
54
|
*/
|
|
55
55
|
export declare namespace Actions {
|
|
56
56
|
/**
|
|
@@ -64,7 +64,7 @@ export declare namespace Actions {
|
|
|
64
64
|
export const name: "Actions";
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
67
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
68
68
|
*/
|
|
69
69
|
export const revision: 1;
|
|
70
70
|
|
|
@@ -83,14 +83,14 @@ export declare namespace Actions {
|
|
|
83
83
|
* The ActionList attribute holds the list of actions. Each entry shall have an unique ActionID, and its
|
|
84
84
|
* EndpointListID shall exist in the EndpointLists attribute.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.1
|
|
87
87
|
*/
|
|
88
88
|
actionList: Action[];
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* The EndpointLists attribute holds the list of endpoint lists. Each entry shall have an unique EndpointListID.
|
|
92
92
|
*
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
93
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.2
|
|
94
94
|
*/
|
|
95
95
|
endpointLists: EndpointList[];
|
|
96
96
|
|
|
@@ -116,7 +116,7 @@ export declare namespace Actions {
|
|
|
116
116
|
* https://domain.example/Matter/bridgev1/Actions/?a=12345 for linking to specific info/editing of the
|
|
117
117
|
* action with ActionID 0x3039.
|
|
118
118
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.3
|
|
120
120
|
*/
|
|
121
121
|
setupUrl?: string;
|
|
122
122
|
}
|
|
@@ -131,14 +131,14 @@ export declare namespace Actions {
|
|
|
131
131
|
* The ActionList attribute holds the list of actions. Each entry shall have an unique ActionID, and its
|
|
132
132
|
* EndpointListID shall exist in the EndpointLists attribute.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.1
|
|
135
135
|
*/
|
|
136
136
|
actionList: Action[];
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
* The EndpointLists attribute holds the list of endpoint lists. Each entry shall have an unique EndpointListID.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.2
|
|
142
142
|
*/
|
|
143
143
|
endpointLists: EndpointList[];
|
|
144
144
|
|
|
@@ -164,7 +164,7 @@ export declare namespace Actions {
|
|
|
164
164
|
* https://domain.example/Matter/bridgev1/Actions/?a=12345 for linking to specific info/editing of the
|
|
165
165
|
* action with ActionID 0x3039.
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.5.3
|
|
168
168
|
*/
|
|
169
169
|
setupUrl: string;
|
|
170
170
|
}
|
|
@@ -181,7 +181,7 @@ export declare namespace Actions {
|
|
|
181
181
|
*
|
|
182
182
|
* Example: recall a scene on a number of lights.
|
|
183
183
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.1
|
|
185
185
|
*/
|
|
186
186
|
instantAction(request: InstantActionRequest): MaybePromise;
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ export declare namespace Actions {
|
|
|
198
198
|
*
|
|
199
199
|
* Example: recall a scene on a number of lights, with a specified transition time.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.2
|
|
202
202
|
*/
|
|
203
203
|
instantActionWithTransition(request: InstantActionWithTransitionRequest): MaybePromise;
|
|
204
204
|
|
|
@@ -214,7 +214,7 @@ export declare namespace Actions {
|
|
|
214
214
|
* Example: start a sequence of events such as a wake-up experience involving lights moving through several
|
|
215
215
|
* brightness/color combinations and the window covering gradually opening.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.3
|
|
218
218
|
*/
|
|
219
219
|
startAction(request: StartActionRequest): MaybePromise;
|
|
220
220
|
|
|
@@ -228,7 +228,7 @@ export declare namespace Actions {
|
|
|
228
228
|
* Example: start a dynamic lighting pattern (such as gradually rotating the colors around the setpoints of the
|
|
229
229
|
* scene) on a set of lights for 1 hour (Duration=3600).
|
|
230
230
|
*
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.4
|
|
232
232
|
*/
|
|
233
233
|
startActionWithDuration(request: StartActionWithDurationRequest): MaybePromise;
|
|
234
234
|
|
|
@@ -240,7 +240,7 @@ export declare namespace Actions {
|
|
|
240
240
|
*
|
|
241
241
|
* Example: stop a dynamic lighting pattern which was previously started with StartAction.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.5
|
|
244
244
|
*/
|
|
245
245
|
stopAction(request: StopActionRequest): MaybePromise;
|
|
246
246
|
|
|
@@ -252,7 +252,7 @@ export declare namespace Actions {
|
|
|
252
252
|
* Example: pause a dynamic lighting effect (the lights stay at their current color) which was previously
|
|
253
253
|
* started with StartAction.
|
|
254
254
|
*
|
|
255
|
-
* @see {@link MatterSpecification.
|
|
255
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.6
|
|
256
256
|
*/
|
|
257
257
|
pauseAction(request: PauseActionRequest): MaybePromise;
|
|
258
258
|
|
|
@@ -271,7 +271,7 @@ export declare namespace Actions {
|
|
|
271
271
|
* some hours or during a nightly reset, while an Disable would remain in effect until explicitly enabled
|
|
272
272
|
* again).
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.7
|
|
275
275
|
*/
|
|
276
276
|
pauseActionWithDuration(request: PauseActionWithDurationRequest): MaybePromise;
|
|
277
277
|
|
|
@@ -286,7 +286,7 @@ export declare namespace Actions {
|
|
|
286
286
|
* Example: resume a dynamic lighting effect (the lights' colors will change gradually, continuing from the
|
|
287
287
|
* point they were paused).
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.8
|
|
290
290
|
*/
|
|
291
291
|
resumeAction(request: ResumeActionRequest): MaybePromise;
|
|
292
292
|
|
|
@@ -297,7 +297,7 @@ export declare namespace Actions {
|
|
|
297
297
|
*
|
|
298
298
|
* Example: enable a motion sensor to control the lights in an area.
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.9
|
|
301
301
|
*/
|
|
302
302
|
enableAction(request: EnableActionRequest): MaybePromise;
|
|
303
303
|
|
|
@@ -311,7 +311,7 @@ export declare namespace Actions {
|
|
|
311
311
|
* field is used to indicated the length of your absence from home. After that period, the presence mimicking
|
|
312
312
|
* behavior will no longer control these lights.
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.10
|
|
315
315
|
*/
|
|
316
316
|
enableActionWithDuration(request: EnableActionWithDurationRequest): MaybePromise;
|
|
317
317
|
|
|
@@ -322,7 +322,7 @@ export declare namespace Actions {
|
|
|
322
322
|
*
|
|
323
323
|
* Example: disable a motion sensor to no longer control the lights in an area.
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.11
|
|
326
326
|
*/
|
|
327
327
|
disableAction(request: DisableActionRequest): MaybePromise;
|
|
328
328
|
|
|
@@ -338,7 +338,7 @@ export declare namespace Actions {
|
|
|
338
338
|
* turning on in the morning while you're not at home). After this period, the wakeup experience will control
|
|
339
339
|
* the lights as before.
|
|
340
340
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
341
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.12
|
|
342
342
|
*/
|
|
343
343
|
disableActionWithDuration(request: DisableActionWithDurationRequest): MaybePromise;
|
|
344
344
|
}
|
|
@@ -365,7 +365,7 @@ export declare namespace Actions {
|
|
|
365
365
|
*
|
|
366
366
|
* - one when the transition completed (NewState=Inactive)
|
|
367
367
|
*
|
|
368
|
-
* @see {@link MatterSpecification.
|
|
368
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1
|
|
369
369
|
*/
|
|
370
370
|
stateChanged: StateChangedEvent;
|
|
371
371
|
|
|
@@ -394,7 +394,7 @@ export declare namespace Actions {
|
|
|
394
394
|
*
|
|
395
395
|
* - StateChanged (InvokeID=2, NewState=Inactive) upon the execution of the action for the second command
|
|
396
396
|
*
|
|
397
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2
|
|
398
398
|
*/
|
|
399
399
|
actionFailed: ActionFailedEvent;
|
|
400
400
|
}
|
|
@@ -416,7 +416,7 @@ export declare namespace Actions {
|
|
|
416
416
|
*
|
|
417
417
|
* - one when the transition completed (NewState=Inactive)
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1
|
|
420
420
|
*/
|
|
421
421
|
stateChanged: StateChangedEvent;
|
|
422
422
|
|
|
@@ -445,7 +445,7 @@ export declare namespace Actions {
|
|
|
445
445
|
*
|
|
446
446
|
* - StateChanged (InvokeID=2, NewState=Inactive) upon the execution of the action for the second command
|
|
447
447
|
*
|
|
448
|
-
* @see {@link MatterSpecification.
|
|
448
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2
|
|
449
449
|
*/
|
|
450
450
|
actionFailed: ActionFailedEvent;
|
|
451
451
|
}
|
|
@@ -455,7 +455,7 @@ export declare namespace Actions {
|
|
|
455
455
|
/**
|
|
456
456
|
* This data type holds the details of a single action, and contains the data fields below.
|
|
457
457
|
*
|
|
458
|
-
* @see {@link MatterSpecification.
|
|
458
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6
|
|
459
459
|
*/
|
|
460
460
|
export class Action {
|
|
461
461
|
constructor(values?: Partial<Action>);
|
|
@@ -463,7 +463,7 @@ export declare namespace Actions {
|
|
|
463
463
|
/**
|
|
464
464
|
* This field shall provide an unique identifier used to identify an action.
|
|
465
465
|
*
|
|
466
|
-
* @see {@link MatterSpecification.
|
|
466
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.1
|
|
467
467
|
*/
|
|
468
468
|
actionId: number;
|
|
469
469
|
|
|
@@ -472,7 +472,7 @@ export declare namespace Actions {
|
|
|
472
472
|
* this action. This can be used for identifying the action to the user by the client. Example: "my colorful
|
|
473
473
|
* scene".
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.2
|
|
476
476
|
*/
|
|
477
477
|
name: string;
|
|
478
478
|
|
|
@@ -481,7 +481,7 @@ export declare namespace Actions {
|
|
|
481
481
|
* SupportedCommands can be used by the client in its UX or logic to determine how to present or use such
|
|
482
482
|
* action. See ActionTypeEnum for details and examples.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.3
|
|
485
485
|
*/
|
|
486
486
|
type: ActionType;
|
|
487
487
|
|
|
@@ -489,7 +489,7 @@ export declare namespace Actions {
|
|
|
489
489
|
* This field shall provide a reference to the associated endpoint list, which specifies the endpoints on this
|
|
490
490
|
* Node which will be impacted by this ActionID.
|
|
491
491
|
*
|
|
492
|
-
* @see {@link MatterSpecification.
|
|
492
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.4
|
|
493
493
|
*/
|
|
494
494
|
endpointListId: number;
|
|
495
495
|
|
|
@@ -498,14 +498,14 @@ export declare namespace Actions {
|
|
|
498
498
|
* particular action, with a bit set to 1 for each supported command according to the table below. Other bits
|
|
499
499
|
* shall be set to 0.
|
|
500
500
|
*
|
|
501
|
-
* @see {@link MatterSpecification.
|
|
501
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.5
|
|
502
502
|
*/
|
|
503
503
|
supportedCommands: CommandBits;
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
506
|
* This field shall indicate the current state of this action.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.6.6
|
|
509
509
|
*/
|
|
510
510
|
state: ActionState;
|
|
511
511
|
}
|
|
@@ -514,7 +514,7 @@ export declare namespace Actions {
|
|
|
514
514
|
* This data type holds the details of a single endpoint list, which relates to a set of endpoints that have some
|
|
515
515
|
* logical relation, and contains the data fields below.
|
|
516
516
|
*
|
|
517
|
-
* @see {@link MatterSpecification.
|
|
517
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.7
|
|
518
518
|
*/
|
|
519
519
|
export class EndpointList {
|
|
520
520
|
constructor(values?: Partial<EndpointList>);
|
|
@@ -522,7 +522,7 @@ export declare namespace Actions {
|
|
|
522
522
|
/**
|
|
523
523
|
* This field shall provide an unique identifier used to identify the endpoint list.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.7.1
|
|
526
526
|
*/
|
|
527
527
|
endpointListId: number;
|
|
528
528
|
|
|
@@ -531,21 +531,21 @@ export declare namespace Actions {
|
|
|
531
531
|
* the set of endpoints in this list. This can be used for identifying the action to the user by the client.
|
|
532
532
|
* Example: "living room".
|
|
533
533
|
*
|
|
534
|
-
* @see {@link MatterSpecification.
|
|
534
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.7.2
|
|
535
535
|
*/
|
|
536
536
|
name: string;
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
539
|
* This field shall indicate the type of endpoint list, see EndpointListTypeEnum.
|
|
540
540
|
*
|
|
541
|
-
* @see {@link MatterSpecification.
|
|
541
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.7.3
|
|
542
542
|
*/
|
|
543
543
|
type: EndpointListType;
|
|
544
544
|
|
|
545
545
|
/**
|
|
546
546
|
* This field shall provide a list of endpoint numbers.
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.7.4
|
|
549
549
|
*/
|
|
550
550
|
endpoints: EndpointNumber[];
|
|
551
551
|
}
|
|
@@ -558,7 +558,7 @@ export declare namespace Actions {
|
|
|
558
558
|
*
|
|
559
559
|
* Example: recall a scene on a number of lights.
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.1
|
|
562
562
|
*/
|
|
563
563
|
export class InstantActionRequest {
|
|
564
564
|
constructor(values?: Partial<InstantActionRequest>);
|
|
@@ -579,7 +579,7 @@ export declare namespace Actions {
|
|
|
579
579
|
*
|
|
580
580
|
* Example: recall a scene on a number of lights, with a specified transition time.
|
|
581
581
|
*
|
|
582
|
-
* @see {@link MatterSpecification.
|
|
582
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.2
|
|
583
583
|
*/
|
|
584
584
|
export class InstantActionWithTransitionRequest {
|
|
585
585
|
constructor(values?: Partial<InstantActionWithTransitionRequest>);
|
|
@@ -589,7 +589,7 @@ export declare namespace Actions {
|
|
|
589
589
|
/**
|
|
590
590
|
* This field shall indicate the transition time in 1/10th of seconds.
|
|
591
591
|
*
|
|
592
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.2.1
|
|
593
593
|
*/
|
|
594
594
|
transitionTime: number;
|
|
595
595
|
}
|
|
@@ -606,7 +606,7 @@ export declare namespace Actions {
|
|
|
606
606
|
* Example: start a sequence of events such as a wake-up experience involving lights moving through several
|
|
607
607
|
* brightness/color combinations and the window covering gradually opening.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.3
|
|
610
610
|
*/
|
|
611
611
|
export class StartActionRequest {
|
|
612
612
|
constructor(values?: Partial<StartActionRequest>);
|
|
@@ -624,7 +624,7 @@ export declare namespace Actions {
|
|
|
624
624
|
* Example: start a dynamic lighting pattern (such as gradually rotating the colors around the setpoints of the
|
|
625
625
|
* scene) on a set of lights for 1 hour (Duration=3600).
|
|
626
626
|
*
|
|
627
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.4
|
|
628
628
|
*/
|
|
629
629
|
export class StartActionWithDurationRequest {
|
|
630
630
|
constructor(values?: Partial<StartActionWithDurationRequest>);
|
|
@@ -634,7 +634,7 @@ export declare namespace Actions {
|
|
|
634
634
|
/**
|
|
635
635
|
* This field shall indicate the requested duration in seconds.
|
|
636
636
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.4.1
|
|
638
638
|
*/
|
|
639
639
|
duration: number;
|
|
640
640
|
}
|
|
@@ -647,7 +647,7 @@ export declare namespace Actions {
|
|
|
647
647
|
*
|
|
648
648
|
* Example: stop a dynamic lighting pattern which was previously started with StartAction.
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.5
|
|
651
651
|
*/
|
|
652
652
|
export class StopActionRequest {
|
|
653
653
|
constructor(values?: Partial<StopActionRequest>);
|
|
@@ -663,7 +663,7 @@ export declare namespace Actions {
|
|
|
663
663
|
* Example: pause a dynamic lighting effect (the lights stay at their current color) which was previously started
|
|
664
664
|
* with StartAction.
|
|
665
665
|
*
|
|
666
|
-
* @see {@link MatterSpecification.
|
|
666
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.6
|
|
667
667
|
*/
|
|
668
668
|
export class PauseActionRequest {
|
|
669
669
|
constructor(values?: Partial<PauseActionRequest>);
|
|
@@ -684,7 +684,7 @@ export declare namespace Actions {
|
|
|
684
684
|
* differently in the implementation of the action (e.g. a Pause would be automatically resumed after some hours or
|
|
685
685
|
* during a nightly reset, while an Disable would remain in effect until explicitly enabled again).
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.7
|
|
688
688
|
*/
|
|
689
689
|
export class PauseActionWithDurationRequest {
|
|
690
690
|
constructor(values?: Partial<PauseActionWithDurationRequest>);
|
|
@@ -694,7 +694,7 @@ export declare namespace Actions {
|
|
|
694
694
|
/**
|
|
695
695
|
* This field shall indicate the requested duration in seconds.
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.7.1
|
|
698
698
|
*/
|
|
699
699
|
duration: number;
|
|
700
700
|
}
|
|
@@ -710,7 +710,7 @@ export declare namespace Actions {
|
|
|
710
710
|
* Example: resume a dynamic lighting effect (the lights' colors will change gradually, continuing from the point
|
|
711
711
|
* they were paused).
|
|
712
712
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.8
|
|
714
714
|
*/
|
|
715
715
|
export class ResumeActionRequest {
|
|
716
716
|
constructor(values?: Partial<ResumeActionRequest>);
|
|
@@ -725,7 +725,7 @@ export declare namespace Actions {
|
|
|
725
725
|
*
|
|
726
726
|
* Example: enable a motion sensor to control the lights in an area.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.9
|
|
729
729
|
*/
|
|
730
730
|
export class EnableActionRequest {
|
|
731
731
|
constructor(values?: Partial<EnableActionRequest>);
|
|
@@ -743,7 +743,7 @@ export declare namespace Actions {
|
|
|
743
743
|
* is used to indicated the length of your absence from home. After that period, the presence mimicking behavior
|
|
744
744
|
* will no longer control these lights.
|
|
745
745
|
*
|
|
746
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.10
|
|
747
747
|
*/
|
|
748
748
|
export class EnableActionWithDurationRequest {
|
|
749
749
|
constructor(values?: Partial<EnableActionWithDurationRequest>);
|
|
@@ -753,7 +753,7 @@ export declare namespace Actions {
|
|
|
753
753
|
/**
|
|
754
754
|
* This field shall indicate the requested duration in seconds.
|
|
755
755
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.10.1
|
|
757
757
|
*/
|
|
758
758
|
duration: number;
|
|
759
759
|
}
|
|
@@ -765,7 +765,7 @@ export declare namespace Actions {
|
|
|
765
765
|
*
|
|
766
766
|
* Example: disable a motion sensor to no longer control the lights in an area.
|
|
767
767
|
*
|
|
768
|
-
* @see {@link MatterSpecification.
|
|
768
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.11
|
|
769
769
|
*/
|
|
770
770
|
export class DisableActionRequest {
|
|
771
771
|
constructor(values?: Partial<DisableActionRequest>);
|
|
@@ -785,7 +785,7 @@ export declare namespace Actions {
|
|
|
785
785
|
* on in the morning while you're not at home). After this period, the wakeup experience will control the lights as
|
|
786
786
|
* before.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.12
|
|
789
789
|
*/
|
|
790
790
|
export class DisableActionWithDurationRequest {
|
|
791
791
|
constructor(values?: Partial<DisableActionWithDurationRequest>);
|
|
@@ -795,7 +795,7 @@ export declare namespace Actions {
|
|
|
795
795
|
/**
|
|
796
796
|
* This field shall indicate the requested duration in seconds.
|
|
797
797
|
*
|
|
798
|
-
* @see {@link MatterSpecification.
|
|
798
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.6.12.1
|
|
799
799
|
*/
|
|
800
800
|
duration: number;
|
|
801
801
|
}
|
|
@@ -813,7 +813,7 @@ export declare namespace Actions {
|
|
|
813
813
|
*
|
|
814
814
|
* - one when the transition completed (NewState=Inactive)
|
|
815
815
|
*
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1
|
|
817
817
|
*/
|
|
818
818
|
export class StateChangedEvent {
|
|
819
819
|
constructor(values?: Partial<StateChangedEvent>);
|
|
@@ -821,7 +821,7 @@ export declare namespace Actions {
|
|
|
821
821
|
/**
|
|
822
822
|
* This field shall be set to the ActionID of the action which has changed state.
|
|
823
823
|
*
|
|
824
|
-
* @see {@link MatterSpecification.
|
|
824
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1.1
|
|
825
825
|
*/
|
|
826
826
|
actionId: number;
|
|
827
827
|
|
|
@@ -829,14 +829,14 @@ export declare namespace Actions {
|
|
|
829
829
|
* This field shall be set to the InvokeID which was provided to the most recent command referencing this
|
|
830
830
|
* ActionID.
|
|
831
831
|
*
|
|
832
|
-
* @see {@link MatterSpecification.
|
|
832
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1.2
|
|
833
833
|
*/
|
|
834
834
|
invokeId: number;
|
|
835
835
|
|
|
836
836
|
/**
|
|
837
837
|
* This field shall be set to state that the action has changed to.
|
|
838
838
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.1.3
|
|
840
840
|
*/
|
|
841
841
|
newState: ActionState;
|
|
842
842
|
}
|
|
@@ -866,7 +866,7 @@ export declare namespace Actions {
|
|
|
866
866
|
*
|
|
867
867
|
* - StateChanged (InvokeID=2, NewState=Inactive) upon the execution of the action for the second command
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2
|
|
870
870
|
*/
|
|
871
871
|
export class ActionFailedEvent {
|
|
872
872
|
constructor(values?: Partial<ActionFailedEvent>);
|
|
@@ -874,7 +874,7 @@ export declare namespace Actions {
|
|
|
874
874
|
/**
|
|
875
875
|
* This field shall be set to the ActionID of the action which encountered an error.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2.1
|
|
878
878
|
*/
|
|
879
879
|
actionId: number;
|
|
880
880
|
|
|
@@ -882,21 +882,21 @@ export declare namespace Actions {
|
|
|
882
882
|
* This field shall be set to the InvokeID which was provided to the most recent command referencing this
|
|
883
883
|
* ActionID.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2.2
|
|
886
886
|
*/
|
|
887
887
|
invokeId: number;
|
|
888
888
|
|
|
889
889
|
/**
|
|
890
890
|
* This field shall be set to state that the action is in at the time of generating the event.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2.3
|
|
893
893
|
*/
|
|
894
894
|
newState: ActionState;
|
|
895
895
|
|
|
896
896
|
/**
|
|
897
897
|
* This field shall be set to indicate the reason for non-successful progress of the action.
|
|
898
898
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.7.2.4
|
|
900
900
|
*/
|
|
901
901
|
error: ActionError;
|
|
902
902
|
}
|
|
@@ -904,7 +904,7 @@ export declare namespace Actions {
|
|
|
904
904
|
/**
|
|
905
905
|
* Note - The bit allocation of this bitmap shall follow the ID's of the Commands of this cluster.
|
|
906
906
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
907
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.1
|
|
908
908
|
*/
|
|
909
909
|
export class CommandBits {
|
|
910
910
|
constructor(values?: Partial<CommandBits> | number);
|
|
@@ -971,7 +971,7 @@ export declare namespace Actions {
|
|
|
971
971
|
}
|
|
972
972
|
|
|
973
973
|
/**
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
974
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2
|
|
975
975
|
*/
|
|
976
976
|
export enum ActionType {
|
|
977
977
|
/**
|
|
@@ -989,7 +989,7 @@ export declare namespace Actions {
|
|
|
989
989
|
* actions. Example: see Section 9.14.8.1, "Example 1: Scene recall" and Section 9.14.8.2, "Example 2: Set
|
|
990
990
|
* dynamic light effect".
|
|
991
991
|
*
|
|
992
|
-
* @see {@link MatterSpecification.
|
|
992
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.1
|
|
993
993
|
*/
|
|
994
994
|
Scene = 1,
|
|
995
995
|
|
|
@@ -999,7 +999,7 @@ export declare namespace Actions {
|
|
|
999
999
|
* Indicates an action which involves a sequence of events/states of the associated endpoints, such as a wake-up
|
|
1000
1000
|
* experience. Example: see Section 9.14.8.4, "Example 4: Wake-up routine".
|
|
1001
1001
|
*
|
|
1002
|
-
* @see {@link MatterSpecification.
|
|
1002
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.2
|
|
1003
1003
|
*/
|
|
1004
1004
|
Sequence = 2,
|
|
1005
1005
|
|
|
@@ -1009,7 +1009,7 @@ export declare namespace Actions {
|
|
|
1009
1009
|
* Indications an automation (e.g. a motion sensor controlling lights, an alarm system) which can be e.g.
|
|
1010
1010
|
* started, stopped, paused, resumed. Example: see Section 9.14.8.3, "Example 3: Pause sensor automation".
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.3
|
|
1013
1013
|
*/
|
|
1014
1014
|
Automation = 3,
|
|
1015
1015
|
|
|
@@ -1020,7 +1020,7 @@ export declare namespace Actions {
|
|
|
1020
1020
|
* is not met. Example: lock the doors when the server's system has detected no one is at home while the doors
|
|
1021
1021
|
* are in the 'unlocked' state.
|
|
1022
1022
|
*
|
|
1023
|
-
* @see {@link MatterSpecification.
|
|
1023
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.4
|
|
1024
1024
|
*/
|
|
1025
1025
|
Exception = 4,
|
|
1026
1026
|
|
|
@@ -1030,7 +1030,7 @@ export declare namespace Actions {
|
|
|
1030
1030
|
* Indicates an action that can be triggered (e.g. by InstantAction) to notify the user. Example: play a pattern
|
|
1031
1031
|
* on the lights in the living room if there is someone in the garden in the evening.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.5
|
|
1034
1034
|
*/
|
|
1035
1035
|
Notification = 5,
|
|
1036
1036
|
|
|
@@ -1040,7 +1040,7 @@ export declare namespace Actions {
|
|
|
1040
1040
|
* Similar to Notification but with a higher priority (and might override other endpoint states which
|
|
1041
1041
|
* Type=Notification would not override). Example: flash all lights in the house when CO sensor triggers.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.2.6
|
|
1044
1044
|
*/
|
|
1045
1045
|
Alarm = 6
|
|
1046
1046
|
}
|
|
@@ -1048,7 +1048,7 @@ export declare namespace Actions {
|
|
|
1048
1048
|
/**
|
|
1049
1049
|
* Note that some of these states are applicable only for certain actions, as determined by their SupportedCommands.
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.3
|
|
1052
1052
|
*/
|
|
1053
1053
|
export enum ActionState {
|
|
1054
1054
|
/**
|
|
@@ -1073,7 +1073,7 @@ export declare namespace Actions {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
1075
|
/**
|
|
1076
|
-
* @see {@link MatterSpecification.
|
|
1076
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.4
|
|
1077
1077
|
*/
|
|
1078
1078
|
export enum ActionError {
|
|
1079
1079
|
/**
|
|
@@ -1091,7 +1091,7 @@ export declare namespace Actions {
|
|
|
1091
1091
|
* The Room and Zone values are provided for the cases where a user (or the system on behalf of the user) has
|
|
1092
1092
|
* created logical grouping of the endpoints (e.g. bridged devices) based on location.
|
|
1093
1093
|
*
|
|
1094
|
-
* @see {@link MatterSpecification.
|
|
1094
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.5
|
|
1095
1095
|
*/
|
|
1096
1096
|
export enum EndpointListType {
|
|
1097
1097
|
/**
|
|
@@ -1101,7 +1101,7 @@ export declare namespace Actions {
|
|
|
1101
1101
|
* independently created by the user. For Type=Other the Name may be empty. A Matter controller would typically
|
|
1102
1102
|
* not use this for anything else than just to know which endpoints would be affected by the action.
|
|
1103
1103
|
*
|
|
1104
|
-
* @see {@link MatterSpecification.
|
|
1104
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.5.1
|
|
1105
1105
|
*/
|
|
1106
1106
|
Other = 0,
|
|
1107
1107
|
|
|
@@ -1114,7 +1114,7 @@ export declare namespace Actions {
|
|
|
1114
1114
|
* device in each system - both at first contact and upon later updates to the endpoints (e.g. user adds a
|
|
1115
1115
|
* bridged device or creates a new room).
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.5.2
|
|
1118
1118
|
*/
|
|
1119
1119
|
Room = 1,
|
|
1120
1120
|
|
|
@@ -1127,7 +1127,7 @@ export declare namespace Actions {
|
|
|
1127
1127
|
* This indicates that a user has defined this list of endpoints as something they logically would like to
|
|
1128
1128
|
* control as a group, so Matter controllers could provide the user with a way to do as such.
|
|
1129
1129
|
*
|
|
1130
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v16.Core} § 9.14.4.5.3
|
|
1131
1131
|
*/
|
|
1132
1132
|
Zone = 2
|
|
1133
1133
|
}
|