@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
|
@@ -28,7 +28,7 @@ import type { Status } from "../globals/Status.js";
|
|
|
28
28
|
* The Time Synchronization cluster may be present on the root node endpoint, and shall NOT be present on any other
|
|
29
29
|
* Endpoint of any Node.
|
|
30
30
|
*
|
|
31
|
-
* @see {@link MatterSpecification.
|
|
31
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17
|
|
32
32
|
*/
|
|
33
33
|
export declare namespace TimeSynchronization {
|
|
34
34
|
/**
|
|
@@ -42,7 +42,7 @@ export declare namespace TimeSynchronization {
|
|
|
42
42
|
export const name: "TimeSynchronization";
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
45
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
46
46
|
*/
|
|
47
47
|
export const revision: 2;
|
|
48
48
|
|
|
@@ -64,7 +64,7 @@ export declare namespace TimeSynchronization {
|
|
|
64
64
|
* If the node has not achieved time synchronization, this attribute shall be null. This attribute may be set
|
|
65
65
|
* when a SetUTCTime is received.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.1
|
|
68
68
|
*/
|
|
69
69
|
utcTime: number | bigint | null;
|
|
70
70
|
|
|
@@ -75,7 +75,7 @@ export declare namespace TimeSynchronization {
|
|
|
75
75
|
* This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity if
|
|
76
76
|
* UTCTime is non-null.
|
|
77
77
|
*
|
|
78
|
-
* @see {@link MatterSpecification.
|
|
78
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.2
|
|
79
79
|
*/
|
|
80
80
|
granularity: Granularity;
|
|
81
81
|
|
|
@@ -89,7 +89,7 @@ export declare namespace TimeSynchronization {
|
|
|
89
89
|
*
|
|
90
90
|
* This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.3
|
|
93
93
|
*/
|
|
94
94
|
timeSource?: TimeSource;
|
|
95
95
|
}
|
|
@@ -104,7 +104,7 @@ export declare namespace TimeSynchronization {
|
|
|
104
104
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has yet
|
|
105
105
|
* been set.
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.4
|
|
108
108
|
*/
|
|
109
109
|
trustedTimeSource: TrustedTimeSource | null;
|
|
110
110
|
}
|
|
@@ -123,7 +123,7 @@ export declare namespace TimeSynchronization {
|
|
|
123
123
|
* format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4 and shall
|
|
124
124
|
* NOT contain a port number.
|
|
125
125
|
*
|
|
126
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.5
|
|
127
127
|
*/
|
|
128
128
|
defaultNtp: string | null;
|
|
129
129
|
|
|
@@ -131,7 +131,7 @@ export declare namespace TimeSynchronization {
|
|
|
131
131
|
* Indicates if the node supports resolving a domain name. DefaultNTP Address values for these nodes may include
|
|
132
132
|
* domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.13
|
|
135
135
|
*/
|
|
136
136
|
supportsDnsResolve: boolean;
|
|
137
137
|
}
|
|
@@ -170,7 +170,7 @@ export declare namespace TimeSynchronization {
|
|
|
170
170
|
* has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0 (UTC)
|
|
171
171
|
* and a ValidAt time of 0.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.6
|
|
174
174
|
*/
|
|
175
175
|
timeZone: TimeZone[];
|
|
176
176
|
|
|
@@ -191,7 +191,7 @@ export declare namespace TimeSynchronization {
|
|
|
191
191
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
192
192
|
* ValidUntil field.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.7
|
|
195
195
|
*/
|
|
196
196
|
dstOffset: DstOffset[];
|
|
197
197
|
|
|
@@ -204,7 +204,7 @@ export declare namespace TimeSynchronization {
|
|
|
204
204
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty DSTOffset,
|
|
205
205
|
* this shall be null.
|
|
206
206
|
*
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.8
|
|
208
208
|
*/
|
|
209
209
|
localTime: number | bigint | null;
|
|
210
210
|
|
|
@@ -213,7 +213,7 @@ export declare namespace TimeSynchronization {
|
|
|
213
213
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the same
|
|
214
214
|
* time zone as required.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.9
|
|
217
217
|
*/
|
|
218
218
|
timeZoneDatabase: TimeZoneDatabase;
|
|
219
219
|
|
|
@@ -221,14 +221,14 @@ export declare namespace TimeSynchronization {
|
|
|
221
221
|
* Indicates the number of supported list entries in the TimeZone attribute. This attribute may take the value
|
|
222
222
|
* of 1 or 2, where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
223
223
|
*
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.11
|
|
225
225
|
*/
|
|
226
226
|
timeZoneListMaxSize: number;
|
|
227
227
|
|
|
228
228
|
/**
|
|
229
229
|
* Indicates the number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
230
230
|
*
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.12
|
|
232
232
|
*/
|
|
233
233
|
dstOffsetListMaxSize: number;
|
|
234
234
|
}
|
|
@@ -242,7 +242,7 @@ export declare namespace TimeSynchronization {
|
|
|
242
242
|
*
|
|
243
243
|
* If the node is not currently running an NTP server, this value shall be False.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.10
|
|
246
246
|
*/
|
|
247
247
|
ntpServerAvailable: boolean;
|
|
248
248
|
}
|
|
@@ -261,7 +261,7 @@ export declare namespace TimeSynchronization {
|
|
|
261
261
|
* If the node has not achieved time synchronization, this attribute shall be null. This attribute may be set
|
|
262
262
|
* when a SetUTCTime is received.
|
|
263
263
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
264
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.1
|
|
265
265
|
*/
|
|
266
266
|
utcTime: number | bigint | null;
|
|
267
267
|
|
|
@@ -272,7 +272,7 @@ export declare namespace TimeSynchronization {
|
|
|
272
272
|
* This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity if
|
|
273
273
|
* UTCTime is non-null.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.2
|
|
276
276
|
*/
|
|
277
277
|
granularity: Granularity;
|
|
278
278
|
|
|
@@ -286,7 +286,7 @@ export declare namespace TimeSynchronization {
|
|
|
286
286
|
*
|
|
287
287
|
* This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.3
|
|
290
290
|
*/
|
|
291
291
|
timeSource: TimeSource;
|
|
292
292
|
|
|
@@ -296,7 +296,7 @@ export declare namespace TimeSynchronization {
|
|
|
296
296
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has yet
|
|
297
297
|
* been set.
|
|
298
298
|
*
|
|
299
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.4
|
|
300
300
|
*/
|
|
301
301
|
trustedTimeSource: TrustedTimeSource | null;
|
|
302
302
|
|
|
@@ -310,7 +310,7 @@ export declare namespace TimeSynchronization {
|
|
|
310
310
|
* format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4 and shall
|
|
311
311
|
* NOT contain a port number.
|
|
312
312
|
*
|
|
313
|
-
* @see {@link MatterSpecification.
|
|
313
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.5
|
|
314
314
|
*/
|
|
315
315
|
defaultNtp: string | null;
|
|
316
316
|
|
|
@@ -318,7 +318,7 @@ export declare namespace TimeSynchronization {
|
|
|
318
318
|
* Indicates if the node supports resolving a domain name. DefaultNTP Address values for these nodes may include
|
|
319
319
|
* domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.13
|
|
322
322
|
*/
|
|
323
323
|
supportsDnsResolve: boolean;
|
|
324
324
|
|
|
@@ -352,7 +352,7 @@ export declare namespace TimeSynchronization {
|
|
|
352
352
|
* has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0 (UTC)
|
|
353
353
|
* and a ValidAt time of 0.
|
|
354
354
|
*
|
|
355
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.6
|
|
356
356
|
*/
|
|
357
357
|
timeZone: TimeZone[];
|
|
358
358
|
|
|
@@ -373,7 +373,7 @@ export declare namespace TimeSynchronization {
|
|
|
373
373
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
374
374
|
* ValidUntil field.
|
|
375
375
|
*
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.7
|
|
377
377
|
*/
|
|
378
378
|
dstOffset: DstOffset[];
|
|
379
379
|
|
|
@@ -386,7 +386,7 @@ export declare namespace TimeSynchronization {
|
|
|
386
386
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty DSTOffset,
|
|
387
387
|
* this shall be null.
|
|
388
388
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
389
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.8
|
|
390
390
|
*/
|
|
391
391
|
localTime: number | bigint | null;
|
|
392
392
|
|
|
@@ -395,7 +395,7 @@ export declare namespace TimeSynchronization {
|
|
|
395
395
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the same
|
|
396
396
|
* time zone as required.
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.9
|
|
399
399
|
*/
|
|
400
400
|
timeZoneDatabase: TimeZoneDatabase;
|
|
401
401
|
|
|
@@ -403,14 +403,14 @@ export declare namespace TimeSynchronization {
|
|
|
403
403
|
* Indicates the number of supported list entries in the TimeZone attribute. This attribute may take the value
|
|
404
404
|
* of 1 or 2, where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.11
|
|
407
407
|
*/
|
|
408
408
|
timeZoneListMaxSize: number;
|
|
409
409
|
|
|
410
410
|
/**
|
|
411
411
|
* Indicates the number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
412
412
|
*
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.12
|
|
414
414
|
*/
|
|
415
415
|
dstOffsetListMaxSize: number;
|
|
416
416
|
|
|
@@ -419,7 +419,7 @@ export declare namespace TimeSynchronization {
|
|
|
419
419
|
*
|
|
420
420
|
* If the node is not currently running an NTP server, this value shall be False.
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.8.10
|
|
423
423
|
*/
|
|
424
424
|
ntpServerAvailable: boolean;
|
|
425
425
|
}
|
|
@@ -447,7 +447,7 @@ export declare namespace TimeSynchronization {
|
|
|
447
447
|
* opts to not update its time, it shall fail the command with a cluster specific Status Code of
|
|
448
448
|
* TimeNotAccepted.
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.1
|
|
451
451
|
*/
|
|
452
452
|
setUtcTime(request: SetUtcTimeRequest): MaybePromise;
|
|
453
453
|
}
|
|
@@ -468,7 +468,7 @@ export declare namespace TimeSynchronization {
|
|
|
468
468
|
* fields matching those in the TrustedTimeSource field and has its FabricIndex field set to the command's
|
|
469
469
|
* accessing fabric index.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.2
|
|
472
472
|
*/
|
|
473
473
|
setTrustedTimeSource(request: SetTrustedTimeSourceRequest): MaybePromise;
|
|
474
474
|
}
|
|
@@ -486,7 +486,7 @@ export declare namespace TimeSynchronization {
|
|
|
486
486
|
* status code of INVALID_COMMAND. Otherwise, the node shall set the DefaultNTP attribute to match the
|
|
487
487
|
* DefaultNTP provided in this command.
|
|
488
488
|
*
|
|
489
|
-
* @see {@link MatterSpecification.
|
|
489
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.6
|
|
490
490
|
*/
|
|
491
491
|
setDefaultNtp(request: SetDefaultNtpRequest): MaybePromise;
|
|
492
492
|
}
|
|
@@ -512,7 +512,7 @@ export declare namespace TimeSynchronization {
|
|
|
512
512
|
* A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event shall be
|
|
513
513
|
* generated if the node was previously applying a DST offset.
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.3
|
|
516
516
|
*/
|
|
517
517
|
setTimeZone(request: SetTimeZoneRequest): MaybePromise<SetTimeZoneResponse>;
|
|
518
518
|
|
|
@@ -530,7 +530,7 @@ export declare namespace TimeSynchronization {
|
|
|
530
530
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall be
|
|
531
531
|
* generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
532
532
|
*
|
|
533
|
-
* @see {@link MatterSpecification.
|
|
533
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.5
|
|
534
534
|
*/
|
|
535
535
|
setDstOffset(request: SetDstOffsetRequest): MaybePromise;
|
|
536
536
|
}
|
|
@@ -554,7 +554,7 @@ export declare namespace TimeSynchronization {
|
|
|
554
554
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
555
555
|
* hour.
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.4
|
|
558
558
|
*/
|
|
559
559
|
timeFailure: void;
|
|
560
560
|
}
|
|
@@ -572,7 +572,7 @@ export declare namespace TimeSynchronization {
|
|
|
572
572
|
* or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time update
|
|
573
573
|
* SHOULD NOT be generated more often than once per hour.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.5
|
|
576
576
|
*/
|
|
577
577
|
missingTrustedTimeSource: void;
|
|
578
578
|
}
|
|
@@ -593,14 +593,14 @@ export declare namespace TimeSynchronization {
|
|
|
593
593
|
*
|
|
594
594
|
* There is no data for this event.
|
|
595
595
|
*
|
|
596
|
-
* @see {@link MatterSpecification.
|
|
596
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.1
|
|
597
597
|
*/
|
|
598
598
|
dstTableEmpty: void;
|
|
599
599
|
|
|
600
600
|
/**
|
|
601
601
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
602
602
|
*
|
|
603
|
-
* @see {@link MatterSpecification.
|
|
603
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.2
|
|
604
604
|
*/
|
|
605
605
|
dstStatus: DstStatusEvent;
|
|
606
606
|
|
|
@@ -608,7 +608,7 @@ export declare namespace TimeSynchronization {
|
|
|
608
608
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent for
|
|
609
609
|
* DST changes that are not accompanied by a time zone change.
|
|
610
610
|
*
|
|
611
|
-
* @see {@link MatterSpecification.
|
|
611
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.3
|
|
612
612
|
*/
|
|
613
613
|
timeZoneStatus: TimeZoneStatusEvent;
|
|
614
614
|
}
|
|
@@ -625,7 +625,7 @@ export declare namespace TimeSynchronization {
|
|
|
625
625
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
626
626
|
* hour.
|
|
627
627
|
*
|
|
628
|
-
* @see {@link MatterSpecification.
|
|
628
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.4
|
|
629
629
|
*/
|
|
630
630
|
timeFailure: void;
|
|
631
631
|
|
|
@@ -638,7 +638,7 @@ export declare namespace TimeSynchronization {
|
|
|
638
638
|
* or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time update
|
|
639
639
|
* SHOULD NOT be generated more often than once per hour.
|
|
640
640
|
*
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
641
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.5
|
|
642
642
|
*/
|
|
643
643
|
missingTrustedTimeSource: void;
|
|
644
644
|
|
|
@@ -654,14 +654,14 @@ export declare namespace TimeSynchronization {
|
|
|
654
654
|
*
|
|
655
655
|
* There is no data for this event.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.1
|
|
658
658
|
*/
|
|
659
659
|
dstTableEmpty: void;
|
|
660
660
|
|
|
661
661
|
/**
|
|
662
662
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.2
|
|
665
665
|
*/
|
|
666
666
|
dstStatus: DstStatusEvent;
|
|
667
667
|
|
|
@@ -669,7 +669,7 @@ export declare namespace TimeSynchronization {
|
|
|
669
669
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent for
|
|
670
670
|
* DST changes that are not accompanied by a time zone change.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.3
|
|
673
673
|
*/
|
|
674
674
|
timeZoneStatus: TimeZoneStatusEvent;
|
|
675
675
|
}
|
|
@@ -701,7 +701,7 @@ export declare namespace TimeSynchronization {
|
|
|
701
701
|
/**
|
|
702
702
|
* These are optional features supported by TimeSynchronizationCluster.
|
|
703
703
|
*
|
|
704
|
-
* @see {@link MatterSpecification.
|
|
704
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.5
|
|
705
705
|
*/
|
|
706
706
|
export enum Feature {
|
|
707
707
|
/**
|
|
@@ -712,7 +712,7 @@ export declare namespace TimeSynchronization {
|
|
|
712
712
|
* commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the LocalTime
|
|
713
713
|
* attribute.
|
|
714
714
|
*
|
|
715
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.5.1
|
|
716
716
|
*/
|
|
717
717
|
TimeZone = "TimeZone",
|
|
718
718
|
|
|
@@ -721,7 +721,7 @@ export declare namespace TimeSynchronization {
|
|
|
721
721
|
*
|
|
722
722
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
723
723
|
*
|
|
724
|
-
* @see {@link MatterSpecification.
|
|
724
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.5.2
|
|
725
725
|
*/
|
|
726
726
|
NtpClient = "NtpClient",
|
|
727
727
|
|
|
@@ -731,7 +731,7 @@ export declare namespace TimeSynchronization {
|
|
|
731
731
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
732
732
|
* synchronization within the network. See Section 11.17.15, "Acting as an NTP Server".
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.5.3
|
|
735
735
|
*/
|
|
736
736
|
NtpServer = "NtpServer",
|
|
737
737
|
|
|
@@ -740,13 +740,13 @@ export declare namespace TimeSynchronization {
|
|
|
740
740
|
*
|
|
741
741
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
742
742
|
*
|
|
743
|
-
* @see {@link MatterSpecification.
|
|
743
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.5.4
|
|
744
744
|
*/
|
|
745
745
|
TimeSyncClient = "TimeSyncClient"
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
/**
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.1
|
|
750
750
|
*/
|
|
751
751
|
export enum Granularity {
|
|
752
752
|
/**
|
|
@@ -782,7 +782,7 @@ export declare namespace TimeSynchronization {
|
|
|
782
782
|
}
|
|
783
783
|
|
|
784
784
|
/**
|
|
785
|
-
* @see {@link MatterSpecification.
|
|
785
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.2
|
|
786
786
|
*/
|
|
787
787
|
export enum TimeSource {
|
|
788
788
|
/**
|
|
@@ -873,7 +873,7 @@ export declare namespace TimeSynchronization {
|
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
/**
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.4
|
|
877
877
|
*/
|
|
878
878
|
export class TrustedTimeSource {
|
|
879
879
|
constructor(values?: Partial<TrustedTimeSource>);
|
|
@@ -882,27 +882,27 @@ export declare namespace TimeSynchronization {
|
|
|
882
882
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
883
883
|
* node.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.4.1
|
|
886
886
|
*/
|
|
887
887
|
fabricIndex: FabricIndex;
|
|
888
888
|
|
|
889
889
|
/**
|
|
890
890
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.4.2
|
|
893
893
|
*/
|
|
894
894
|
nodeId: NodeId;
|
|
895
895
|
|
|
896
896
|
/**
|
|
897
897
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
898
898
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.4.3
|
|
900
900
|
*/
|
|
901
901
|
endpoint: EndpointNumber;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
/**
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.6
|
|
906
906
|
*/
|
|
907
907
|
export class TimeZone {
|
|
908
908
|
constructor(values?: Partial<TimeZone>);
|
|
@@ -910,14 +910,14 @@ export declare namespace TimeSynchronization {
|
|
|
910
910
|
/**
|
|
911
911
|
* The time zone offset from UTC in seconds.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.6.1
|
|
914
914
|
*/
|
|
915
915
|
offset: number;
|
|
916
916
|
|
|
917
917
|
/**
|
|
918
918
|
* The UTC time when the offset shall be applied.
|
|
919
919
|
*
|
|
920
|
-
* @see {@link MatterSpecification.
|
|
920
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.6.2
|
|
921
921
|
*/
|
|
922
922
|
validAt: number | bigint;
|
|
923
923
|
|
|
@@ -927,13 +927,13 @@ export declare namespace TimeSynchronization {
|
|
|
927
927
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
928
928
|
* supplied time zone Name and the given Offset matches.
|
|
929
929
|
*
|
|
930
|
-
* @see {@link MatterSpecification.
|
|
930
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.6.3
|
|
931
931
|
*/
|
|
932
932
|
name?: string;
|
|
933
933
|
}
|
|
934
934
|
|
|
935
935
|
/**
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.7
|
|
937
937
|
*/
|
|
938
938
|
export class DstOffset {
|
|
939
939
|
constructor(values?: Partial<DstOffset>);
|
|
@@ -943,14 +943,14 @@ export declare namespace TimeSynchronization {
|
|
|
943
943
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
944
944
|
* assumptions.
|
|
945
945
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.7.1
|
|
947
947
|
*/
|
|
948
948
|
offset: number;
|
|
949
949
|
|
|
950
950
|
/**
|
|
951
951
|
* The UTC time when the offset shall be applied.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.7.2
|
|
954
954
|
*/
|
|
955
955
|
validStarting: number | bigint;
|
|
956
956
|
|
|
@@ -958,7 +958,7 @@ export declare namespace TimeSynchronization {
|
|
|
958
958
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
959
959
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.7.3
|
|
962
962
|
*/
|
|
963
963
|
validUntil: number | bigint | null;
|
|
964
964
|
}
|
|
@@ -968,7 +968,7 @@ export declare namespace TimeSynchronization {
|
|
|
968
968
|
* may be used to omit historical data, less commonly used time zones, and/or time zones not related to the region a
|
|
969
969
|
* product is sold in.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.3
|
|
972
972
|
*/
|
|
973
973
|
export enum TimeZoneDatabase {
|
|
974
974
|
/**
|
|
@@ -1005,7 +1005,7 @@ export declare namespace TimeSynchronization {
|
|
|
1005
1005
|
* If the node updates its UTCTime attribute, it shall accept the command with a status code of SUCCESS. If it opts
|
|
1006
1006
|
* to not update its time, it shall fail the command with a cluster specific Status Code of TimeNotAccepted.
|
|
1007
1007
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.1
|
|
1009
1009
|
*/
|
|
1010
1010
|
export class SetUtcTimeRequest {
|
|
1011
1011
|
constructor(values?: Partial<SetUtcTimeRequest>);
|
|
@@ -1013,21 +1013,21 @@ export declare namespace TimeSynchronization {
|
|
|
1013
1013
|
/**
|
|
1014
1014
|
* This field shall give the Client's UTC Time.
|
|
1015
1015
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1016
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.1.1
|
|
1017
1017
|
*/
|
|
1018
1018
|
utcTime: number | bigint;
|
|
1019
1019
|
|
|
1020
1020
|
/**
|
|
1021
1021
|
* This field shall give the Client's Granularity, as described in Granularity.
|
|
1022
1022
|
*
|
|
1023
|
-
* @see {@link MatterSpecification.
|
|
1023
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.1.2
|
|
1024
1024
|
*/
|
|
1025
1025
|
granularity: Granularity;
|
|
1026
1026
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* This field shall give the Client's TimeSource, as described in TimeSource.
|
|
1029
1029
|
*
|
|
1030
|
-
* @see {@link MatterSpecification.
|
|
1030
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.1.3
|
|
1031
1031
|
*/
|
|
1032
1032
|
timeSource?: TimeSource;
|
|
1033
1033
|
}
|
|
@@ -1044,7 +1044,7 @@ export declare namespace TimeSynchronization {
|
|
|
1044
1044
|
* fields matching those in the TrustedTimeSource field and has its FabricIndex field set to the command's
|
|
1045
1045
|
* accessing fabric index.
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.2
|
|
1048
1048
|
*/
|
|
1049
1049
|
export class SetTrustedTimeSourceRequest {
|
|
1050
1050
|
constructor(values?: Partial<SetTrustedTimeSourceRequest>);
|
|
@@ -1052,7 +1052,7 @@ export declare namespace TimeSynchronization {
|
|
|
1052
1052
|
/**
|
|
1053
1053
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.2.1
|
|
1056
1056
|
*/
|
|
1057
1057
|
trustedTimeSource: FabricScopedTrustedTimeSource | null;
|
|
1058
1058
|
}
|
|
@@ -1066,7 +1066,7 @@ export declare namespace TimeSynchronization {
|
|
|
1066
1066
|
* code of INVALID_COMMAND. Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided
|
|
1067
1067
|
* in this command.
|
|
1068
1068
|
*
|
|
1069
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.6
|
|
1070
1070
|
*/
|
|
1071
1071
|
export class SetDefaultNtpRequest {
|
|
1072
1072
|
constructor(values?: Partial<SetDefaultNtpRequest>);
|
|
@@ -1075,7 +1075,7 @@ export declare namespace TimeSynchronization {
|
|
|
1075
1075
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
1076
1076
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.6.1
|
|
1079
1079
|
*/
|
|
1080
1080
|
defaultNtp: string | null;
|
|
1081
1081
|
}
|
|
@@ -1097,7 +1097,7 @@ export declare namespace TimeSynchronization {
|
|
|
1097
1097
|
* DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event shall be generated
|
|
1098
1098
|
* if the node was previously applying a DST offset.
|
|
1099
1099
|
*
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.3
|
|
1101
1101
|
*/
|
|
1102
1102
|
export class SetTimeZoneRequest {
|
|
1103
1103
|
constructor(values?: Partial<SetTimeZoneRequest>);
|
|
@@ -1108,7 +1108,7 @@ export declare namespace TimeSynchronization {
|
|
|
1108
1108
|
* THis command is used to report the result of a SetTimeZone command. This command shall be generated in response
|
|
1109
1109
|
* to a SetTimeZone command.
|
|
1110
1110
|
*
|
|
1111
|
-
* @see {@link MatterSpecification.
|
|
1111
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.4
|
|
1112
1112
|
*/
|
|
1113
1113
|
export class SetTimeZoneResponse {
|
|
1114
1114
|
constructor(values?: Partial<SetTimeZoneResponse>);
|
|
@@ -1118,7 +1118,7 @@ export declare namespace TimeSynchronization {
|
|
|
1118
1118
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
1119
1119
|
* DSTOffsetRequired field shall be set to false, otherwise it shall be set to true.
|
|
1120
1120
|
*
|
|
1121
|
-
* @see {@link MatterSpecification.
|
|
1121
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.4.1
|
|
1122
1122
|
*/
|
|
1123
1123
|
dstOffsetRequired: boolean;
|
|
1124
1124
|
}
|
|
@@ -1137,7 +1137,7 @@ export declare namespace TimeSynchronization {
|
|
|
1137
1137
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall be
|
|
1138
1138
|
* generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
1139
1139
|
*
|
|
1140
|
-
* @see {@link MatterSpecification.
|
|
1140
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.9.5
|
|
1141
1141
|
*/
|
|
1142
1142
|
export class SetDstOffsetRequest {
|
|
1143
1143
|
constructor(values?: Partial<SetDstOffsetRequest>);
|
|
@@ -1147,7 +1147,7 @@ export declare namespace TimeSynchronization {
|
|
|
1147
1147
|
/**
|
|
1148
1148
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
1149
1149
|
*
|
|
1150
|
-
* @see {@link MatterSpecification.
|
|
1150
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.2
|
|
1151
1151
|
*/
|
|
1152
1152
|
export class DstStatusEvent {
|
|
1153
1153
|
constructor(values?: Partial<DstStatusEvent>);
|
|
@@ -1156,7 +1156,7 @@ export declare namespace TimeSynchronization {
|
|
|
1156
1156
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
1157
1157
|
* to standard time).
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.2.1
|
|
1160
1160
|
*/
|
|
1161
1161
|
dstOffsetActive: boolean;
|
|
1162
1162
|
}
|
|
@@ -1165,7 +1165,7 @@ export declare namespace TimeSynchronization {
|
|
|
1165
1165
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent for DST
|
|
1166
1166
|
* changes that are not accompanied by a time zone change.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.3
|
|
1169
1169
|
*/
|
|
1170
1170
|
export class TimeZoneStatusEvent {
|
|
1171
1171
|
constructor(values?: Partial<TimeZoneStatusEvent>);
|
|
@@ -1173,7 +1173,7 @@ export declare namespace TimeSynchronization {
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* Current time zone offset from UTC in seconds.
|
|
1175
1175
|
*
|
|
1176
|
-
* @see {@link MatterSpecification.
|
|
1176
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.3.1
|
|
1177
1177
|
*/
|
|
1178
1178
|
offset: number;
|
|
1179
1179
|
|
|
@@ -1181,13 +1181,13 @@ export declare namespace TimeSynchronization {
|
|
|
1181
1181
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
1182
1182
|
* Database.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.10.3.2
|
|
1185
1185
|
*/
|
|
1186
1186
|
name?: string;
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
/**
|
|
1190
|
-
* @see {@link MatterSpecification.
|
|
1190
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.5
|
|
1191
1191
|
*/
|
|
1192
1192
|
export class FabricScopedTrustedTimeSource {
|
|
1193
1193
|
constructor(values?: Partial<FabricScopedTrustedTimeSource>);
|
|
@@ -1195,7 +1195,7 @@ export declare namespace TimeSynchronization {
|
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
1197
1197
|
*
|
|
1198
|
-
* @see {@link MatterSpecification.
|
|
1198
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.5.1
|
|
1199
1199
|
*/
|
|
1200
1200
|
nodeId: NodeId;
|
|
1201
1201
|
|
|
@@ -1204,13 +1204,13 @@ export declare namespace TimeSynchronization {
|
|
|
1204
1204
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
1205
1205
|
* checking their Descriptor Cluster.
|
|
1206
1206
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1207
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.6.5.2
|
|
1208
1208
|
*/
|
|
1209
1209
|
endpoint: EndpointNumber;
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
1212
|
/**
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.7.1
|
|
1214
1214
|
*/
|
|
1215
1215
|
export enum StatusCode {
|
|
1216
1216
|
/**
|
|
@@ -1222,7 +1222,7 @@ export declare namespace TimeSynchronization {
|
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Thrown for cluster status code {@link StatusCode.TimeNotAccepted}.
|
|
1224
1224
|
*
|
|
1225
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v16.Core} § 11.17.7.1
|
|
1226
1226
|
*/
|
|
1227
1227
|
export class TimeNotAcceptedError extends StatusResponseError {
|
|
1228
1228
|
constructor(message?: string, code?: Status, clusterCode?: number)
|