@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
|
@@ -24,7 +24,7 @@ import type { StatusResponseError } from "../common/StatusResponseError.js";
|
|
|
24
24
|
*
|
|
25
25
|
* !image2
|
|
26
26
|
*
|
|
27
|
-
* @see {@link MatterSpecification.
|
|
27
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2
|
|
28
28
|
*/
|
|
29
29
|
export declare namespace DoorLock {
|
|
30
30
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace DoorLock {
|
|
|
38
38
|
export const name: "DoorLock";
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
|
-
* The cluster revision assigned by {@link MatterSpecification.
|
|
41
|
+
* The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
|
|
42
42
|
*/
|
|
43
43
|
export const revision: 10;
|
|
44
44
|
|
|
@@ -62,14 +62,14 @@ export declare namespace DoorLock {
|
|
|
62
62
|
* Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended and
|
|
63
63
|
* not in a dead latched state.
|
|
64
64
|
*
|
|
65
|
-
* @see {@link MatterSpecification.
|
|
65
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.1
|
|
66
66
|
*/
|
|
67
67
|
lockState: LockState | null;
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
70
|
* Indicates the type of door lock as defined in LockTypeEnum.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.2
|
|
73
73
|
*/
|
|
74
74
|
lockType: LockType;
|
|
75
75
|
|
|
@@ -77,14 +77,14 @@ export declare namespace DoorLock {
|
|
|
77
77
|
* Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock, Unlock,
|
|
78
78
|
* or Unlock with Timeout commands.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.3
|
|
81
81
|
*/
|
|
82
82
|
actuatorEnabled: boolean;
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
85
|
* Indicates the current operating mode of the lock as defined in OperatingModeEnum.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.24
|
|
88
88
|
*/
|
|
89
89
|
operatingMode: OperatingMode;
|
|
90
90
|
|
|
@@ -101,7 +101,7 @@ export declare namespace DoorLock {
|
|
|
101
101
|
* DoorLockOperatingModeEnum whose equivalent same-named bit from OperatingModesBitmap is set to zero in this
|
|
102
102
|
* attribute. WARNING: This is the opposite of most other semantically similar bitmaps in this specification.
|
|
103
103
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
104
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.25
|
|
105
105
|
*/
|
|
106
106
|
supportedOperatingModes: OperatingModes;
|
|
107
107
|
|
|
@@ -109,14 +109,14 @@ export declare namespace DoorLock {
|
|
|
109
109
|
* Indicates the language for the on-screen or audible user interface using a 2-byte language code from
|
|
110
110
|
* ISO-639-1.
|
|
111
111
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.20
|
|
113
113
|
*/
|
|
114
114
|
language?: string;
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
117
|
* Indicates the settings for the LED support, as defined by LEDSettingEnum.
|
|
118
118
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.21
|
|
120
120
|
*/
|
|
121
121
|
ledSettings?: LedSetting;
|
|
122
122
|
|
|
@@ -125,14 +125,14 @@ export declare namespace DoorLock {
|
|
|
125
125
|
* 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use the
|
|
126
126
|
* specific command.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.22
|
|
129
129
|
*/
|
|
130
130
|
autoRelockTime?: number;
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* Indicates the sound volume on a door lock as defined by SoundVolumeEnum.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.23
|
|
136
136
|
*/
|
|
137
137
|
soundVolume?: SoundVolume;
|
|
138
138
|
|
|
@@ -153,7 +153,7 @@ export declare namespace DoorLock {
|
|
|
153
153
|
* current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound Volume
|
|
154
154
|
* setting on the server, the client SHOULD read/write to the Sound Volume attribute.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.26
|
|
157
157
|
*/
|
|
158
158
|
defaultConfigurationRegister?: ConfigurationRegister;
|
|
159
159
|
|
|
@@ -164,14 +164,14 @@ export declare namespace DoorLock {
|
|
|
164
164
|
* those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming shall be
|
|
165
165
|
* enabled by default.
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.27
|
|
168
168
|
*/
|
|
169
169
|
enableLocalProgramming?: boolean;
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
172
|
* This attribute shall enable/disable the ability to lock the door lock with a single touch on the door lock.
|
|
173
173
|
*
|
|
174
|
-
* @see {@link MatterSpecification.
|
|
174
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.28
|
|
175
175
|
*/
|
|
176
176
|
enableOneTouchLocking?: boolean;
|
|
177
177
|
|
|
@@ -179,7 +179,7 @@ export declare namespace DoorLock {
|
|
|
179
179
|
* This attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is
|
|
180
180
|
* locked.
|
|
181
181
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.29
|
|
183
183
|
*/
|
|
184
184
|
enableInsideStatusLed?: boolean;
|
|
185
185
|
|
|
@@ -187,7 +187,7 @@ export declare namespace DoorLock {
|
|
|
187
187
|
* This attribute shall enable/disable a button inside the door that is used to put the lock into privacy mode.
|
|
188
188
|
* When the lock is in privacy mode it cannot be manipulated from the outside.
|
|
189
189
|
*
|
|
190
|
-
* @see {@link MatterSpecification.
|
|
190
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.30
|
|
191
191
|
*/
|
|
192
192
|
enablePrivacyModeButton?: boolean;
|
|
193
193
|
|
|
@@ -200,12 +200,12 @@ export declare namespace DoorLock {
|
|
|
200
200
|
*
|
|
201
201
|
* The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
|
|
202
202
|
*
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.31
|
|
204
204
|
*/
|
|
205
205
|
localProgrammingFeatures?: LocalProgrammingFeatures;
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9
|
|
209
209
|
* @deprecated
|
|
210
210
|
*/
|
|
211
211
|
securityLevel?: any;
|
|
@@ -220,21 +220,21 @@ export declare namespace DoorLock {
|
|
|
220
220
|
*
|
|
221
221
|
* Null only if an internal error prevents the retrieval of the current door state.
|
|
222
222
|
*
|
|
223
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.4
|
|
224
224
|
*/
|
|
225
225
|
doorState: DoorState | null;
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
228
|
* This attribute shall hold the number of door open events that have occurred since it was last zeroed.
|
|
229
229
|
*
|
|
230
|
-
* @see {@link MatterSpecification.
|
|
230
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.5
|
|
231
231
|
*/
|
|
232
232
|
doorOpenEvents?: number;
|
|
233
233
|
|
|
234
234
|
/**
|
|
235
235
|
* This attribute shall hold the number of door closed events that have occurred since it was last zeroed.
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.6
|
|
238
238
|
*/
|
|
239
239
|
doorClosedEvents?: number;
|
|
240
240
|
|
|
@@ -242,7 +242,7 @@ export declare namespace DoorLock {
|
|
|
242
242
|
* This attribute shall hold the number of minutes the door has been open since the last time it transitioned
|
|
243
243
|
* from closed to open.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.7
|
|
246
246
|
*/
|
|
247
247
|
openPeriod?: number;
|
|
248
248
|
}
|
|
@@ -254,7 +254,7 @@ export declare namespace DoorLock {
|
|
|
254
254
|
/**
|
|
255
255
|
* Indicates the number of total users supported by the lock.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.8
|
|
258
258
|
*/
|
|
259
259
|
numberOfTotalUsersSupported: number;
|
|
260
260
|
|
|
@@ -262,7 +262,7 @@ export declare namespace DoorLock {
|
|
|
262
262
|
* This attribute shall contain a bitmap with the bits set for the values of CredentialRuleEnum supported on
|
|
263
263
|
* this device.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.18
|
|
266
266
|
*/
|
|
267
267
|
credentialRulesSupport: CredentialRules;
|
|
268
268
|
|
|
@@ -277,7 +277,7 @@ export declare namespace DoorLock {
|
|
|
277
277
|
* be possible to actually assign 10 credentials for a user because maximum number of credentials in the
|
|
278
278
|
* database is 8.
|
|
279
279
|
*
|
|
280
|
-
* @see {@link MatterSpecification.
|
|
280
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.19
|
|
281
281
|
*/
|
|
282
282
|
numberOfCredentialsSupportedPerUser: number;
|
|
283
283
|
|
|
@@ -286,7 +286,7 @@ export declare namespace DoorLock {
|
|
|
286
286
|
* ExpiringUser shall remain valid after its first use before expiring. When the credential expires the
|
|
287
287
|
* UserStatus for the corresponding user record shall be set to OccupiedDisabled.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.36
|
|
290
290
|
*/
|
|
291
291
|
expiringUserTimeout?: number;
|
|
292
292
|
}
|
|
@@ -298,21 +298,21 @@ export declare namespace DoorLock {
|
|
|
298
298
|
/**
|
|
299
299
|
* Indicates the number of PIN users supported.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.9
|
|
302
302
|
*/
|
|
303
303
|
numberOfPinUsersSupported: number;
|
|
304
304
|
|
|
305
305
|
/**
|
|
306
306
|
* Indicates the maximum length in bytes of a PIN Code on this device.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.14
|
|
309
309
|
*/
|
|
310
310
|
maxPinCodeLength: number;
|
|
311
311
|
|
|
312
312
|
/**
|
|
313
313
|
* Indicates the minimum length in bytes of a PIN Code on this device.
|
|
314
314
|
*
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.15
|
|
316
316
|
*/
|
|
317
317
|
minPinCodeLength: number;
|
|
318
318
|
}
|
|
@@ -324,7 +324,7 @@ export declare namespace DoorLock {
|
|
|
324
324
|
/**
|
|
325
325
|
* Indicates the number of RFID users supported.
|
|
326
326
|
*
|
|
327
|
-
* @see {@link MatterSpecification.
|
|
327
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.10
|
|
328
328
|
*/
|
|
329
329
|
numberOfRfidUsersSupported: number;
|
|
330
330
|
|
|
@@ -333,7 +333,7 @@ export declare namespace DoorLock {
|
|
|
333
333
|
* specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a value of 20
|
|
334
334
|
* (equals 10 Byte ISO 14443A UID) is recommended.
|
|
335
335
|
*
|
|
336
|
-
* @see {@link MatterSpecification.
|
|
336
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.16
|
|
337
337
|
*/
|
|
338
338
|
maxRfidCodeLength: number;
|
|
339
339
|
|
|
@@ -342,7 +342,7 @@ export declare namespace DoorLock {
|
|
|
342
342
|
* specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a value of 8
|
|
343
343
|
* (equals 4 Byte ISO 14443A UID) is recommended.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.17
|
|
346
346
|
*/
|
|
347
347
|
minRfidCodeLength: number;
|
|
348
348
|
}
|
|
@@ -354,7 +354,7 @@ export declare namespace DoorLock {
|
|
|
354
354
|
/**
|
|
355
355
|
* Indicates the number of configurable week day schedule supported per user.
|
|
356
356
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
357
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.11
|
|
358
358
|
*/
|
|
359
359
|
numberOfWeekDaySchedulesSupportedPerUser: number;
|
|
360
360
|
}
|
|
@@ -366,7 +366,7 @@ export declare namespace DoorLock {
|
|
|
366
366
|
/**
|
|
367
367
|
* Indicates the number of configurable year day schedule supported per user.
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.12
|
|
370
370
|
*/
|
|
371
371
|
numberOfYearDaySchedulesSupportedPerUser: number;
|
|
372
372
|
}
|
|
@@ -378,7 +378,7 @@ export declare namespace DoorLock {
|
|
|
378
378
|
/**
|
|
379
379
|
* Indicates the number of holiday schedules supported for the entire door lock device.
|
|
380
380
|
*
|
|
381
|
-
* @see {@link MatterSpecification.
|
|
381
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.13
|
|
382
382
|
*/
|
|
383
383
|
numberOfHolidaySchedulesSupported: number;
|
|
384
384
|
}
|
|
@@ -399,7 +399,7 @@ export declare namespace DoorLock {
|
|
|
399
399
|
* logic, environmental events, or other reasons. The lock shall reset the counter if a valid credential is
|
|
400
400
|
* presented.
|
|
401
401
|
*
|
|
402
|
-
* @see {@link MatterSpecification.
|
|
402
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.32
|
|
403
403
|
*/
|
|
404
404
|
wrongCodeEntryLimit: number;
|
|
405
405
|
|
|
@@ -409,7 +409,7 @@ export declare namespace DoorLock {
|
|
|
409
409
|
* guess a PIN for the device.) If the attribute accepts writes and an attempt to write the attribute to 0 is
|
|
410
410
|
* made, the device shall respond with CONSTRAINT_ERROR.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.33
|
|
413
413
|
*/
|
|
414
414
|
userCodeTemporaryDisableTime: number;
|
|
415
415
|
}
|
|
@@ -428,7 +428,7 @@ export declare namespace DoorLock {
|
|
|
428
428
|
* 0x34 shall be used in the PIN field in any door lock cluster message payload. If the attribute value is
|
|
429
429
|
* False, 0x04 0xFF 0xFF 0xFF 0xFF shall be used.
|
|
430
430
|
*
|
|
431
|
-
* @see {@link MatterSpecification.
|
|
431
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.34
|
|
432
432
|
*/
|
|
433
433
|
sendPinOverTheAir?: boolean;
|
|
434
434
|
}
|
|
@@ -442,7 +442,7 @@ export declare namespace DoorLock {
|
|
|
442
442
|
* requires that an optional PINs be included in the payload of remote lock operation events like Lock, Unlock,
|
|
443
443
|
* Unlock with Timeout and Toggle in order to function.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.35
|
|
446
446
|
*/
|
|
447
447
|
requirePinForRemoteOperation: boolean;
|
|
448
448
|
}
|
|
@@ -458,7 +458,7 @@ export declare namespace DoorLock {
|
|
|
458
458
|
* Null if no Reader key pair has been configured on the lock. See Section 5.2.10.26, "SetAliroReaderConfig
|
|
459
459
|
* Command".
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.37
|
|
462
462
|
*/
|
|
463
463
|
aliroReaderVerificationKey: Bytes | null;
|
|
464
464
|
|
|
@@ -468,14 +468,14 @@ export declare namespace DoorLock {
|
|
|
468
468
|
* Null if no reader_group_identifier has been configured on the lock. See Section 5.2.10.26,
|
|
469
469
|
* "SetAliroReaderConfig Command".
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.38
|
|
472
472
|
*/
|
|
473
473
|
aliroReaderGroupIdentifier: Bytes | null;
|
|
474
474
|
|
|
475
475
|
/**
|
|
476
476
|
* Indicates the reader_group_sub_identifier as defined in [[Aliro]](#ref_Aliro).
|
|
477
477
|
*
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
478
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.39
|
|
479
479
|
*/
|
|
480
480
|
aliroReaderGroupSubIdentifier: Bytes;
|
|
481
481
|
|
|
@@ -483,14 +483,14 @@ export declare namespace DoorLock {
|
|
|
483
483
|
* Indicates the list of protocol versions supported for expedited transactions as defined in
|
|
484
484
|
* [[Aliro]](#ref_Aliro).
|
|
485
485
|
*
|
|
486
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.40
|
|
487
487
|
*/
|
|
488
488
|
aliroExpeditedTransactionSupportedProtocolVersions: Bytes[];
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
491
|
* Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.44
|
|
494
494
|
*/
|
|
495
495
|
numberOfAliroCredentialIssuerKeysSupported: number;
|
|
496
496
|
|
|
@@ -507,7 +507,7 @@ export declare namespace DoorLock {
|
|
|
507
507
|
* and also add a credential of type AliroNonEvictableEndpointKey at the same index, and both credentials
|
|
508
508
|
* would exist on the server.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.45
|
|
511
511
|
*/
|
|
512
512
|
numberOfAliroEndpointKeysSupported: number;
|
|
513
513
|
}
|
|
@@ -522,7 +522,7 @@ export declare namespace DoorLock {
|
|
|
522
522
|
* Null if no group resolving key has been configured on the lock. See Section 5.2.10.26, "SetAliroReaderConfig
|
|
523
523
|
* Command".
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.41
|
|
526
526
|
*/
|
|
527
527
|
aliroGroupResolvingKey: Bytes | null;
|
|
528
528
|
|
|
@@ -530,14 +530,14 @@ export declare namespace DoorLock {
|
|
|
530
530
|
* Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as defined
|
|
531
531
|
* in [[Aliro]](#ref_Aliro).
|
|
532
532
|
*
|
|
533
|
-
* @see {@link MatterSpecification.
|
|
533
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.42
|
|
534
534
|
*/
|
|
535
535
|
aliroSupportedBleuwbProtocolVersions: Bytes[];
|
|
536
536
|
|
|
537
537
|
/**
|
|
538
538
|
* Indicates the version of the Bluetooth LE advertisement as defined in [[Aliro]](#ref_Aliro).
|
|
539
539
|
*
|
|
540
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.43
|
|
541
541
|
*/
|
|
542
542
|
aliroBleAdvertisingVersion: number;
|
|
543
543
|
}
|
|
@@ -558,14 +558,14 @@ export declare namespace DoorLock {
|
|
|
558
558
|
* Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended and
|
|
559
559
|
* not in a dead latched state.
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.1
|
|
562
562
|
*/
|
|
563
563
|
lockState: LockState | null;
|
|
564
564
|
|
|
565
565
|
/**
|
|
566
566
|
* Indicates the type of door lock as defined in LockTypeEnum.
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.2
|
|
569
569
|
*/
|
|
570
570
|
lockType: LockType;
|
|
571
571
|
|
|
@@ -573,14 +573,14 @@ export declare namespace DoorLock {
|
|
|
573
573
|
* Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock, Unlock,
|
|
574
574
|
* or Unlock with Timeout commands.
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.3
|
|
577
577
|
*/
|
|
578
578
|
actuatorEnabled: boolean;
|
|
579
579
|
|
|
580
580
|
/**
|
|
581
581
|
* Indicates the current operating mode of the lock as defined in OperatingModeEnum.
|
|
582
582
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.24
|
|
584
584
|
*/
|
|
585
585
|
operatingMode: OperatingMode;
|
|
586
586
|
|
|
@@ -597,7 +597,7 @@ export declare namespace DoorLock {
|
|
|
597
597
|
* DoorLockOperatingModeEnum whose equivalent same-named bit from OperatingModesBitmap is set to zero in this
|
|
598
598
|
* attribute. WARNING: This is the opposite of most other semantically similar bitmaps in this specification.
|
|
599
599
|
*
|
|
600
|
-
* @see {@link MatterSpecification.
|
|
600
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.25
|
|
601
601
|
*/
|
|
602
602
|
supportedOperatingModes: OperatingModes;
|
|
603
603
|
|
|
@@ -605,14 +605,14 @@ export declare namespace DoorLock {
|
|
|
605
605
|
* Indicates the language for the on-screen or audible user interface using a 2-byte language code from
|
|
606
606
|
* ISO-639-1.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.20
|
|
609
609
|
*/
|
|
610
610
|
language: string;
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
613
|
* Indicates the settings for the LED support, as defined by LEDSettingEnum.
|
|
614
614
|
*
|
|
615
|
-
* @see {@link MatterSpecification.
|
|
615
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.21
|
|
616
616
|
*/
|
|
617
617
|
ledSettings: LedSetting;
|
|
618
618
|
|
|
@@ -621,14 +621,14 @@ export declare namespace DoorLock {
|
|
|
621
621
|
* 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use the
|
|
622
622
|
* specific command.
|
|
623
623
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
624
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.22
|
|
625
625
|
*/
|
|
626
626
|
autoRelockTime: number;
|
|
627
627
|
|
|
628
628
|
/**
|
|
629
629
|
* Indicates the sound volume on a door lock as defined by SoundVolumeEnum.
|
|
630
630
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.23
|
|
632
632
|
*/
|
|
633
633
|
soundVolume: SoundVolume;
|
|
634
634
|
|
|
@@ -649,7 +649,7 @@ export declare namespace DoorLock {
|
|
|
649
649
|
* current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound Volume
|
|
650
650
|
* setting on the server, the client SHOULD read/write to the Sound Volume attribute.
|
|
651
651
|
*
|
|
652
|
-
* @see {@link MatterSpecification.
|
|
652
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.26
|
|
653
653
|
*/
|
|
654
654
|
defaultConfigurationRegister: ConfigurationRegister;
|
|
655
655
|
|
|
@@ -660,14 +660,14 @@ export declare namespace DoorLock {
|
|
|
660
660
|
* those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming shall be
|
|
661
661
|
* enabled by default.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.27
|
|
664
664
|
*/
|
|
665
665
|
enableLocalProgramming: boolean;
|
|
666
666
|
|
|
667
667
|
/**
|
|
668
668
|
* This attribute shall enable/disable the ability to lock the door lock with a single touch on the door lock.
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.28
|
|
671
671
|
*/
|
|
672
672
|
enableOneTouchLocking: boolean;
|
|
673
673
|
|
|
@@ -675,7 +675,7 @@ export declare namespace DoorLock {
|
|
|
675
675
|
* This attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is
|
|
676
676
|
* locked.
|
|
677
677
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
678
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.29
|
|
679
679
|
*/
|
|
680
680
|
enableInsideStatusLed: boolean;
|
|
681
681
|
|
|
@@ -683,7 +683,7 @@ export declare namespace DoorLock {
|
|
|
683
683
|
* This attribute shall enable/disable a button inside the door that is used to put the lock into privacy mode.
|
|
684
684
|
* When the lock is in privacy mode it cannot be manipulated from the outside.
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.30
|
|
687
687
|
*/
|
|
688
688
|
enablePrivacyModeButton: boolean;
|
|
689
689
|
|
|
@@ -696,12 +696,12 @@ export declare namespace DoorLock {
|
|
|
696
696
|
*
|
|
697
697
|
* The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.31
|
|
700
700
|
*/
|
|
701
701
|
localProgrammingFeatures: LocalProgrammingFeatures;
|
|
702
702
|
|
|
703
703
|
/**
|
|
704
|
-
* @see {@link MatterSpecification.
|
|
704
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9
|
|
705
705
|
* @deprecated
|
|
706
706
|
*/
|
|
707
707
|
securityLevel: any;
|
|
@@ -711,21 +711,21 @@ export declare namespace DoorLock {
|
|
|
711
711
|
*
|
|
712
712
|
* Null only if an internal error prevents the retrieval of the current door state.
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.4
|
|
715
715
|
*/
|
|
716
716
|
doorState: DoorState | null;
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
719
|
* This attribute shall hold the number of door open events that have occurred since it was last zeroed.
|
|
720
720
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.5
|
|
722
722
|
*/
|
|
723
723
|
doorOpenEvents: number;
|
|
724
724
|
|
|
725
725
|
/**
|
|
726
726
|
* This attribute shall hold the number of door closed events that have occurred since it was last zeroed.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.6
|
|
729
729
|
*/
|
|
730
730
|
doorClosedEvents: number;
|
|
731
731
|
|
|
@@ -733,14 +733,14 @@ export declare namespace DoorLock {
|
|
|
733
733
|
* This attribute shall hold the number of minutes the door has been open since the last time it transitioned
|
|
734
734
|
* from closed to open.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.7
|
|
737
737
|
*/
|
|
738
738
|
openPeriod: number;
|
|
739
739
|
|
|
740
740
|
/**
|
|
741
741
|
* Indicates the number of total users supported by the lock.
|
|
742
742
|
*
|
|
743
|
-
* @see {@link MatterSpecification.
|
|
743
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.8
|
|
744
744
|
*/
|
|
745
745
|
numberOfTotalUsersSupported: number;
|
|
746
746
|
|
|
@@ -748,7 +748,7 @@ export declare namespace DoorLock {
|
|
|
748
748
|
* This attribute shall contain a bitmap with the bits set for the values of CredentialRuleEnum supported on
|
|
749
749
|
* this device.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.18
|
|
752
752
|
*/
|
|
753
753
|
credentialRulesSupport: CredentialRules;
|
|
754
754
|
|
|
@@ -763,7 +763,7 @@ export declare namespace DoorLock {
|
|
|
763
763
|
* be possible to actually assign 10 credentials for a user because maximum number of credentials in the
|
|
764
764
|
* database is 8.
|
|
765
765
|
*
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
766
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.19
|
|
767
767
|
*/
|
|
768
768
|
numberOfCredentialsSupportedPerUser: number;
|
|
769
769
|
|
|
@@ -772,35 +772,35 @@ export declare namespace DoorLock {
|
|
|
772
772
|
* ExpiringUser shall remain valid after its first use before expiring. When the credential expires the
|
|
773
773
|
* UserStatus for the corresponding user record shall be set to OccupiedDisabled.
|
|
774
774
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.36
|
|
776
776
|
*/
|
|
777
777
|
expiringUserTimeout: number;
|
|
778
778
|
|
|
779
779
|
/**
|
|
780
780
|
* Indicates the number of PIN users supported.
|
|
781
781
|
*
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.9
|
|
783
783
|
*/
|
|
784
784
|
numberOfPinUsersSupported: number;
|
|
785
785
|
|
|
786
786
|
/**
|
|
787
787
|
* Indicates the maximum length in bytes of a PIN Code on this device.
|
|
788
788
|
*
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.14
|
|
790
790
|
*/
|
|
791
791
|
maxPinCodeLength: number;
|
|
792
792
|
|
|
793
793
|
/**
|
|
794
794
|
* Indicates the minimum length in bytes of a PIN Code on this device.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.15
|
|
797
797
|
*/
|
|
798
798
|
minPinCodeLength: number;
|
|
799
799
|
|
|
800
800
|
/**
|
|
801
801
|
* Indicates the number of RFID users supported.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.10
|
|
804
804
|
*/
|
|
805
805
|
numberOfRfidUsersSupported: number;
|
|
806
806
|
|
|
@@ -809,7 +809,7 @@ export declare namespace DoorLock {
|
|
|
809
809
|
* specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a value of 20
|
|
810
810
|
* (equals 10 Byte ISO 14443A UID) is recommended.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.16
|
|
813
813
|
*/
|
|
814
814
|
maxRfidCodeLength: number;
|
|
815
815
|
|
|
@@ -818,28 +818,28 @@ export declare namespace DoorLock {
|
|
|
818
818
|
* specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a value of 8
|
|
819
819
|
* (equals 4 Byte ISO 14443A UID) is recommended.
|
|
820
820
|
*
|
|
821
|
-
* @see {@link MatterSpecification.
|
|
821
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.17
|
|
822
822
|
*/
|
|
823
823
|
minRfidCodeLength: number;
|
|
824
824
|
|
|
825
825
|
/**
|
|
826
826
|
* Indicates the number of configurable week day schedule supported per user.
|
|
827
827
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
828
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.11
|
|
829
829
|
*/
|
|
830
830
|
numberOfWeekDaySchedulesSupportedPerUser: number;
|
|
831
831
|
|
|
832
832
|
/**
|
|
833
833
|
* Indicates the number of configurable year day schedule supported per user.
|
|
834
834
|
*
|
|
835
|
-
* @see {@link MatterSpecification.
|
|
835
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.12
|
|
836
836
|
*/
|
|
837
837
|
numberOfYearDaySchedulesSupportedPerUser: number;
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
840
|
* Indicates the number of holiday schedules supported for the entire door lock device.
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.13
|
|
843
843
|
*/
|
|
844
844
|
numberOfHolidaySchedulesSupported: number;
|
|
845
845
|
|
|
@@ -855,7 +855,7 @@ export declare namespace DoorLock {
|
|
|
855
855
|
* logic, environmental events, or other reasons. The lock shall reset the counter if a valid credential is
|
|
856
856
|
* presented.
|
|
857
857
|
*
|
|
858
|
-
* @see {@link MatterSpecification.
|
|
858
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.32
|
|
859
859
|
*/
|
|
860
860
|
wrongCodeEntryLimit: number;
|
|
861
861
|
|
|
@@ -865,7 +865,7 @@ export declare namespace DoorLock {
|
|
|
865
865
|
* guess a PIN for the device.) If the attribute accepts writes and an attempt to write the attribute to 0 is
|
|
866
866
|
* made, the device shall respond with CONSTRAINT_ERROR.
|
|
867
867
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.33
|
|
869
869
|
*/
|
|
870
870
|
userCodeTemporaryDisableTime: number;
|
|
871
871
|
|
|
@@ -879,7 +879,7 @@ export declare namespace DoorLock {
|
|
|
879
879
|
* 0x34 shall be used in the PIN field in any door lock cluster message payload. If the attribute value is
|
|
880
880
|
* False, 0x04 0xFF 0xFF 0xFF 0xFF shall be used.
|
|
881
881
|
*
|
|
882
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.34
|
|
883
883
|
*/
|
|
884
884
|
sendPinOverTheAir: boolean;
|
|
885
885
|
|
|
@@ -888,7 +888,7 @@ export declare namespace DoorLock {
|
|
|
888
888
|
* requires that an optional PINs be included in the payload of remote lock operation events like Lock, Unlock,
|
|
889
889
|
* Unlock with Timeout and Toggle in order to function.
|
|
890
890
|
*
|
|
891
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.35
|
|
892
892
|
*/
|
|
893
893
|
requirePinForRemoteOperation: boolean;
|
|
894
894
|
|
|
@@ -899,7 +899,7 @@ export declare namespace DoorLock {
|
|
|
899
899
|
* Null if no Reader key pair has been configured on the lock. See Section 5.2.10.26, "SetAliroReaderConfig
|
|
900
900
|
* Command".
|
|
901
901
|
*
|
|
902
|
-
* @see {@link MatterSpecification.
|
|
902
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.37
|
|
903
903
|
*/
|
|
904
904
|
aliroReaderVerificationKey: Bytes | null;
|
|
905
905
|
|
|
@@ -909,14 +909,14 @@ export declare namespace DoorLock {
|
|
|
909
909
|
* Null if no reader_group_identifier has been configured on the lock. See Section 5.2.10.26,
|
|
910
910
|
* "SetAliroReaderConfig Command".
|
|
911
911
|
*
|
|
912
|
-
* @see {@link MatterSpecification.
|
|
912
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.38
|
|
913
913
|
*/
|
|
914
914
|
aliroReaderGroupIdentifier: Bytes | null;
|
|
915
915
|
|
|
916
916
|
/**
|
|
917
917
|
* Indicates the reader_group_sub_identifier as defined in [[Aliro]](#ref_Aliro).
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.39
|
|
920
920
|
*/
|
|
921
921
|
aliroReaderGroupSubIdentifier: Bytes;
|
|
922
922
|
|
|
@@ -924,14 +924,14 @@ export declare namespace DoorLock {
|
|
|
924
924
|
* Indicates the list of protocol versions supported for expedited transactions as defined in
|
|
925
925
|
* [[Aliro]](#ref_Aliro).
|
|
926
926
|
*
|
|
927
|
-
* @see {@link MatterSpecification.
|
|
927
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.40
|
|
928
928
|
*/
|
|
929
929
|
aliroExpeditedTransactionSupportedProtocolVersions: Bytes[];
|
|
930
930
|
|
|
931
931
|
/**
|
|
932
932
|
* Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
|
|
933
933
|
*
|
|
934
|
-
* @see {@link MatterSpecification.
|
|
934
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.44
|
|
935
935
|
*/
|
|
936
936
|
numberOfAliroCredentialIssuerKeysSupported: number;
|
|
937
937
|
|
|
@@ -948,7 +948,7 @@ export declare namespace DoorLock {
|
|
|
948
948
|
* and also add a credential of type AliroNonEvictableEndpointKey at the same index, and both credentials
|
|
949
949
|
* would exist on the server.
|
|
950
950
|
*
|
|
951
|
-
* @see {@link MatterSpecification.
|
|
951
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.45
|
|
952
952
|
*/
|
|
953
953
|
numberOfAliroEndpointKeysSupported: number;
|
|
954
954
|
|
|
@@ -958,7 +958,7 @@ export declare namespace DoorLock {
|
|
|
958
958
|
* Null if no group resolving key has been configured on the lock. See Section 5.2.10.26, "SetAliroReaderConfig
|
|
959
959
|
* Command".
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.41
|
|
962
962
|
*/
|
|
963
963
|
aliroGroupResolvingKey: Bytes | null;
|
|
964
964
|
|
|
@@ -966,14 +966,14 @@ export declare namespace DoorLock {
|
|
|
966
966
|
* Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as defined
|
|
967
967
|
* in [[Aliro]](#ref_Aliro).
|
|
968
968
|
*
|
|
969
|
-
* @see {@link MatterSpecification.
|
|
969
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.42
|
|
970
970
|
*/
|
|
971
971
|
aliroSupportedBleuwbProtocolVersions: Bytes[];
|
|
972
972
|
|
|
973
973
|
/**
|
|
974
974
|
* Indicates the version of the Bluetooth LE advertisement as defined in [[Aliro]](#ref_Aliro).
|
|
975
975
|
*
|
|
976
|
-
* @see {@link MatterSpecification.
|
|
976
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.9.43
|
|
977
977
|
*/
|
|
978
978
|
aliroBleAdvertisingVersion: number;
|
|
979
979
|
}
|
|
@@ -986,7 +986,7 @@ export declare namespace DoorLock {
|
|
|
986
986
|
* This command causes the lock device to lock the door. This command includes an optional code for the lock.
|
|
987
987
|
* The door lock may require a PIN depending on the value of the RequirePINForRemoteOperation attribute.
|
|
988
988
|
*
|
|
989
|
-
* @see {@link MatterSpecification.
|
|
989
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.1
|
|
990
990
|
*/
|
|
991
991
|
lockDoor(request: LockDoorRequest): MaybePromise;
|
|
992
992
|
|
|
@@ -999,7 +999,7 @@ export declare namespace DoorLock {
|
|
|
999
999
|
* > NOTE: If the attribute AutoRelockTime is supported the lock will transition to the locked state when the
|
|
1000
1000
|
* auto relock time has expired.
|
|
1001
1001
|
*
|
|
1002
|
-
* @see {@link MatterSpecification.
|
|
1002
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.2
|
|
1003
1003
|
*/
|
|
1004
1004
|
unlockDoor(request: UnlockDoorRequest): MaybePromise;
|
|
1005
1005
|
|
|
@@ -1010,7 +1010,7 @@ export declare namespace DoorLock {
|
|
|
1010
1010
|
* AutoRelockTime attribute. If the door lock device is not capable of or does not want to support temporary
|
|
1011
1011
|
* Relock Timeout, it SHOULD NOT support this optional command.
|
|
1012
1012
|
*
|
|
1013
|
-
* @see {@link MatterSpecification.
|
|
1013
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.3
|
|
1014
1014
|
*/
|
|
1015
1015
|
unlockWithTimeout(request: UnlockWithTimeoutRequest): MaybePromise;
|
|
1016
1016
|
}
|
|
@@ -1036,7 +1036,7 @@ export declare namespace DoorLock {
|
|
|
1036
1036
|
* - INVALID_COMMAND, if one or more fields violate constraints or are invalid or if OperationType is Modify
|
|
1037
1037
|
* and UserIndex points to an available slot.
|
|
1038
1038
|
*
|
|
1039
|
-
* @see {@link MatterSpecification.
|
|
1039
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16
|
|
1040
1040
|
*/
|
|
1041
1041
|
setUser(request: SetUserRequest): MaybePromise;
|
|
1042
1042
|
|
|
@@ -1046,7 +1046,7 @@ export declare namespace DoorLock {
|
|
|
1046
1046
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.) as
|
|
1047
1047
|
* needed otherwise the GetUserResponse Command shall be sent implying a status of SUCCESS.
|
|
1048
1048
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1049
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.17
|
|
1050
1050
|
*/
|
|
1051
1051
|
getUser(request: GetUserRequest): MaybePromise<GetUserResponse>;
|
|
1052
1052
|
|
|
@@ -1059,7 +1059,7 @@ export declare namespace DoorLock {
|
|
|
1059
1059
|
*
|
|
1060
1060
|
* A LockUserChange event with the provided UserIndex shall be generated after successfully clearing users.
|
|
1061
1061
|
*
|
|
1062
|
-
* @see {@link MatterSpecification.
|
|
1062
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.19
|
|
1063
1063
|
*/
|
|
1064
1064
|
clearUser(request: ClearUserRequest): MaybePromise;
|
|
1065
1065
|
|
|
@@ -1069,7 +1069,7 @@ export declare namespace DoorLock {
|
|
|
1069
1069
|
*
|
|
1070
1070
|
* Fields used for different use cases:
|
|
1071
1071
|
*
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1072
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20
|
|
1073
1073
|
*/
|
|
1074
1074
|
setCredential(request: SetCredentialRequest): MaybePromise<SetCredentialResponse>;
|
|
1075
1075
|
|
|
@@ -1079,7 +1079,7 @@ export declare namespace DoorLock {
|
|
|
1079
1079
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.) as
|
|
1080
1080
|
* needed otherwise the GetCredentialStatusResponse command shall be sent implying a status of SUCCESS.
|
|
1081
1081
|
*
|
|
1082
|
-
* @see {@link MatterSpecification.
|
|
1082
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.22
|
|
1083
1083
|
*/
|
|
1084
1084
|
getCredentialStatus(request: GetCredentialStatusRequest): MaybePromise<GetCredentialStatusResponse>;
|
|
1085
1085
|
|
|
@@ -1095,7 +1095,7 @@ export declare namespace DoorLock {
|
|
|
1095
1095
|
*
|
|
1096
1096
|
* Return status shall be one of the following values:
|
|
1097
1097
|
*
|
|
1098
|
-
* @see {@link MatterSpecification.
|
|
1098
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.24
|
|
1099
1099
|
*/
|
|
1100
1100
|
clearCredential(request: ClearCredentialRequest): MaybePromise;
|
|
1101
1101
|
}
|
|
@@ -1111,14 +1111,14 @@ export declare namespace DoorLock {
|
|
|
1111
1111
|
*
|
|
1112
1112
|
* Return status shall be one of the following values:
|
|
1113
1113
|
*
|
|
1114
|
-
* @see {@link MatterSpecification.
|
|
1114
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4
|
|
1115
1115
|
*/
|
|
1116
1116
|
setWeekDaySchedule(request: SetWeekDayScheduleRequest): MaybePromise;
|
|
1117
1117
|
|
|
1118
1118
|
/**
|
|
1119
1119
|
* Retrieve the specific weekly schedule for the specific user.
|
|
1120
1120
|
*
|
|
1121
|
-
* @see {@link MatterSpecification.
|
|
1121
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.5
|
|
1122
1122
|
*/
|
|
1123
1123
|
getWeekDaySchedule(request: GetWeekDayScheduleRequest): MaybePromise<GetWeekDayScheduleResponse>;
|
|
1124
1124
|
|
|
@@ -1127,7 +1127,7 @@ export declare namespace DoorLock {
|
|
|
1127
1127
|
*
|
|
1128
1128
|
* Return status shall be one of the following values:
|
|
1129
1129
|
*
|
|
1130
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.7
|
|
1131
1131
|
*/
|
|
1132
1132
|
clearWeekDaySchedule(request: ClearWeekDayScheduleRequest): MaybePromise;
|
|
1133
1133
|
}
|
|
@@ -1143,14 +1143,14 @@ export declare namespace DoorLock {
|
|
|
1143
1143
|
*
|
|
1144
1144
|
* Return status shall be one of the following values:
|
|
1145
1145
|
*
|
|
1146
|
-
* @see {@link MatterSpecification.
|
|
1146
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8
|
|
1147
1147
|
*/
|
|
1148
1148
|
setYearDaySchedule(request: SetYearDayScheduleRequest): MaybePromise;
|
|
1149
1149
|
|
|
1150
1150
|
/**
|
|
1151
1151
|
* Retrieve the specific year day schedule for the specific schedule and user indexes.
|
|
1152
1152
|
*
|
|
1153
|
-
* @see {@link MatterSpecification.
|
|
1153
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.9
|
|
1154
1154
|
*/
|
|
1155
1155
|
getYearDaySchedule(request: GetYearDayScheduleRequest): MaybePromise<GetYearDayScheduleResponse>;
|
|
1156
1156
|
|
|
@@ -1159,7 +1159,7 @@ export declare namespace DoorLock {
|
|
|
1159
1159
|
*
|
|
1160
1160
|
* Return status shall be one of the following values:
|
|
1161
1161
|
*
|
|
1162
|
-
* @see {@link MatterSpecification.
|
|
1162
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.11
|
|
1163
1163
|
*/
|
|
1164
1164
|
clearYearDaySchedule(request: ClearYearDayScheduleRequest): MaybePromise;
|
|
1165
1165
|
}
|
|
@@ -1174,21 +1174,21 @@ export declare namespace DoorLock {
|
|
|
1174
1174
|
*
|
|
1175
1175
|
* Return status shall be one of the following values:
|
|
1176
1176
|
*
|
|
1177
|
-
* @see {@link MatterSpecification.
|
|
1177
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12
|
|
1178
1178
|
*/
|
|
1179
1179
|
setHolidaySchedule(request: SetHolidayScheduleRequest): MaybePromise;
|
|
1180
1180
|
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Get the holiday schedule for the specified index.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.13
|
|
1185
1185
|
*/
|
|
1186
1186
|
getHolidaySchedule(request: GetHolidayScheduleRequest): MaybePromise<GetHolidayScheduleResponse>;
|
|
1187
1187
|
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Clears the holiday schedule or all holiday schedules.
|
|
1190
1190
|
*
|
|
1191
|
-
* @see {@link MatterSpecification.
|
|
1191
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.15
|
|
1192
1192
|
*/
|
|
1193
1193
|
clearHolidaySchedule(request: ClearHolidayScheduleRequest): MaybePromise;
|
|
1194
1194
|
}
|
|
@@ -1201,7 +1201,7 @@ export declare namespace DoorLock {
|
|
|
1201
1201
|
* This command allows communicating an Aliro Reader configuration, as defined in [[Aliro]](#ref_Aliro), to the
|
|
1202
1202
|
* lock.
|
|
1203
1203
|
*
|
|
1204
|
-
* @see {@link MatterSpecification.
|
|
1204
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26
|
|
1205
1205
|
*/
|
|
1206
1206
|
setAliroReaderConfig(request: SetAliroReaderConfigRequest): MaybePromise;
|
|
1207
1207
|
|
|
@@ -1216,7 +1216,7 @@ export declare namespace DoorLock {
|
|
|
1216
1216
|
* verification key to interact with the lock. This effect is not restricted to a single fabric or otherwise
|
|
1217
1217
|
* scoped in any way.
|
|
1218
1218
|
*
|
|
1219
|
-
* @see {@link MatterSpecification.
|
|
1219
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.27
|
|
1220
1220
|
*/
|
|
1221
1221
|
clearAliroReaderConfig(): MaybePromise;
|
|
1222
1222
|
}
|
|
@@ -1235,7 +1235,7 @@ export declare namespace DoorLock {
|
|
|
1235
1235
|
* > NOTE: If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the
|
|
1236
1236
|
* auto relock time has expired.
|
|
1237
1237
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1238
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.25
|
|
1239
1239
|
*/
|
|
1240
1240
|
unboltDoor(request: UnboltDoorRequest): MaybePromise;
|
|
1241
1241
|
}
|
|
@@ -1261,7 +1261,7 @@ export declare namespace DoorLock {
|
|
|
1261
1261
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door
|
|
1262
1262
|
* lock. The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.1
|
|
1265
1265
|
*/
|
|
1266
1266
|
doorLockAlarm: DoorLockAlarmEvent;
|
|
1267
1267
|
|
|
@@ -1290,14 +1290,14 @@ export declare namespace DoorLock {
|
|
|
1290
1290
|
*
|
|
1291
1291
|
* - may generate a LockOperation event of LockOperationType Unlatch when it is actuated from the inside.
|
|
1292
1292
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3
|
|
1294
1294
|
*/
|
|
1295
1295
|
lockOperation: LockOperationEvent;
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
1298
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various reasons.
|
|
1299
1299
|
*
|
|
1300
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4
|
|
1301
1301
|
*/
|
|
1302
1302
|
lockOperationError: LockOperationErrorEvent;
|
|
1303
1303
|
}
|
|
@@ -1309,7 +1309,7 @@ export declare namespace DoorLock {
|
|
|
1309
1309
|
/**
|
|
1310
1310
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
1311
1311
|
*
|
|
1312
|
-
* @see {@link MatterSpecification.
|
|
1312
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.2
|
|
1313
1313
|
*/
|
|
1314
1314
|
doorStateChange: DoorStateChangeEvent;
|
|
1315
1315
|
}
|
|
@@ -1322,7 +1322,7 @@ export declare namespace DoorLock {
|
|
|
1322
1322
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change has
|
|
1323
1323
|
* occurred.
|
|
1324
1324
|
*
|
|
1325
|
-
* @see {@link MatterSpecification.
|
|
1325
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5
|
|
1326
1326
|
*/
|
|
1327
1327
|
lockUserChange: LockUserChangeEvent;
|
|
1328
1328
|
}
|
|
@@ -1338,7 +1338,7 @@ export declare namespace DoorLock {
|
|
|
1338
1338
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door
|
|
1339
1339
|
* lock. The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
1340
1340
|
*
|
|
1341
|
-
* @see {@link MatterSpecification.
|
|
1341
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.1
|
|
1342
1342
|
*/
|
|
1343
1343
|
doorLockAlarm: DoorLockAlarmEvent;
|
|
1344
1344
|
|
|
@@ -1367,21 +1367,21 @@ export declare namespace DoorLock {
|
|
|
1367
1367
|
*
|
|
1368
1368
|
* - may generate a LockOperation event of LockOperationType Unlatch when it is actuated from the inside.
|
|
1369
1369
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3
|
|
1371
1371
|
*/
|
|
1372
1372
|
lockOperation: LockOperationEvent;
|
|
1373
1373
|
|
|
1374
1374
|
/**
|
|
1375
1375
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various reasons.
|
|
1376
1376
|
*
|
|
1377
|
-
* @see {@link MatterSpecification.
|
|
1377
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4
|
|
1378
1378
|
*/
|
|
1379
1379
|
lockOperationError: LockOperationErrorEvent;
|
|
1380
1380
|
|
|
1381
1381
|
/**
|
|
1382
1382
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
1383
1383
|
*
|
|
1384
|
-
* @see {@link MatterSpecification.
|
|
1384
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.2
|
|
1385
1385
|
*/
|
|
1386
1386
|
doorStateChange: DoorStateChangeEvent;
|
|
1387
1387
|
|
|
@@ -1389,7 +1389,7 @@ export declare namespace DoorLock {
|
|
|
1389
1389
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change has
|
|
1390
1390
|
* occurred.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5
|
|
1393
1393
|
*/
|
|
1394
1394
|
lockUserChange: LockUserChangeEvent;
|
|
1395
1395
|
}
|
|
@@ -1440,7 +1440,7 @@ export declare namespace DoorLock {
|
|
|
1440
1440
|
/**
|
|
1441
1441
|
* These are optional features supported by DoorLockCluster.
|
|
1442
1442
|
*
|
|
1443
|
-
* @see {@link MatterSpecification.
|
|
1443
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4
|
|
1444
1444
|
*/
|
|
1445
1445
|
export enum Feature {
|
|
1446
1446
|
/**
|
|
@@ -1452,7 +1452,7 @@ export declare namespace DoorLock {
|
|
|
1452
1452
|
* Schedules are all associated with a User index and not directly with a PIN index. A User index may have
|
|
1453
1453
|
* several credentials associated with it.
|
|
1454
1454
|
*
|
|
1455
|
-
* @see {@link MatterSpecification.
|
|
1455
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.1
|
|
1456
1456
|
*/
|
|
1457
1457
|
PinCredential = "PinCredential",
|
|
1458
1458
|
|
|
@@ -1466,7 +1466,7 @@ export declare namespace DoorLock {
|
|
|
1466
1466
|
* Schedules are all associated with a User index and not directly with a RFID index. A User Index may have
|
|
1467
1467
|
* several credentials associated with it.
|
|
1468
1468
|
*
|
|
1469
|
-
* @see {@link MatterSpecification.
|
|
1469
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.2
|
|
1470
1470
|
*/
|
|
1471
1471
|
RfidCredential = "RfidCredential",
|
|
1472
1472
|
|
|
@@ -1482,7 +1482,7 @@ export declare namespace DoorLock {
|
|
|
1482
1482
|
* Schedules are all associated with a User index and not directly with a Finger index. A User Index may have
|
|
1483
1483
|
* several credentials associated with it.
|
|
1484
1484
|
*
|
|
1485
|
-
* @see {@link MatterSpecification.
|
|
1485
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.3
|
|
1486
1486
|
*/
|
|
1487
1487
|
FingerCredentials = "FingerCredentials",
|
|
1488
1488
|
|
|
@@ -1498,7 +1498,7 @@ export declare namespace DoorLock {
|
|
|
1498
1498
|
*
|
|
1499
1499
|
* Support for WeekDayAccessSchedules requires that the lock has the capability of keeping track of local time.
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.4
|
|
1502
1502
|
*/
|
|
1503
1503
|
WeekDayAccessSchedules = "WeekDayAccessSchedules",
|
|
1504
1504
|
|
|
@@ -1508,7 +1508,7 @@ export declare namespace DoorLock {
|
|
|
1508
1508
|
* If this feature is supported this indicates that the lock has the ability to determine the position of the
|
|
1509
1509
|
* door which is separate from the state of the lock.
|
|
1510
1510
|
*
|
|
1511
|
-
* @see {@link MatterSpecification.
|
|
1511
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.5
|
|
1512
1512
|
*/
|
|
1513
1513
|
DoorPositionSensor = "DoorPositionSensor",
|
|
1514
1514
|
|
|
@@ -1523,7 +1523,7 @@ export declare namespace DoorLock {
|
|
|
1523
1523
|
* A lock may support multiple credential types so if the User feature is supported the UserType, UserStatus and
|
|
1524
1524
|
* Schedules are all associated with a User and not directly with a credential.
|
|
1525
1525
|
*
|
|
1526
|
-
* @see {@link MatterSpecification.
|
|
1526
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.6
|
|
1527
1527
|
*/
|
|
1528
1528
|
FaceCredentials = "FaceCredentials",
|
|
1529
1529
|
|
|
@@ -1534,7 +1534,7 @@ export declare namespace DoorLock {
|
|
|
1534
1534
|
* lock/unlock command. Currently the cluster only supports providing the PIN credential to the lock/unlock
|
|
1535
1535
|
* commands. If this feature is supported then the PIN Credential feature shall also be supported.
|
|
1536
1536
|
*
|
|
1537
|
-
* @see {@link MatterSpecification.
|
|
1537
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.7
|
|
1538
1538
|
*/
|
|
1539
1539
|
CredentialOverTheAirAccess = "CredentialOverTheAirAccess",
|
|
1540
1540
|
|
|
@@ -1545,7 +1545,7 @@ export declare namespace DoorLock {
|
|
|
1545
1545
|
* to associate credentials and schedules to single user record within the lock. This also means the UserType
|
|
1546
1546
|
* and UserStatus fields are associated with a User and not a credential.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.8
|
|
1549
1549
|
*/
|
|
1550
1550
|
User = "User",
|
|
1551
1551
|
|
|
@@ -1560,7 +1560,7 @@ export declare namespace DoorLock {
|
|
|
1560
1560
|
*
|
|
1561
1561
|
* Support for YearDayAccessSchedules requires that the lock has the capability of keeping track of local time.
|
|
1562
1562
|
*
|
|
1563
|
-
* @see {@link MatterSpecification.
|
|
1563
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.9
|
|
1564
1564
|
*/
|
|
1565
1565
|
YearDayAccessSchedules = "YearDayAccessSchedules",
|
|
1566
1566
|
|
|
@@ -1572,7 +1572,7 @@ export declare namespace DoorLock {
|
|
|
1572
1572
|
*
|
|
1573
1573
|
* Support for HolidaySchedules requires that the lock has the capability of keeping track of local time.
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.10
|
|
1576
1576
|
*/
|
|
1577
1577
|
HolidaySchedules = "HolidaySchedules",
|
|
1578
1578
|
|
|
@@ -1585,7 +1585,7 @@ export declare namespace DoorLock {
|
|
|
1585
1585
|
* without unbolting support don't differentiate between unbolting and unlocking and perform the same operation
|
|
1586
1586
|
* for both commands.
|
|
1587
1587
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1588
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.11
|
|
1589
1589
|
*/
|
|
1590
1590
|
Unbolting = "Unbolting",
|
|
1591
1591
|
|
|
@@ -1595,7 +1595,7 @@ export declare namespace DoorLock {
|
|
|
1595
1595
|
* Locks that support this feature implement the Aliro specification as defined in [[Aliro]](#ref_Aliro) and
|
|
1596
1596
|
* support Matter as a method for provisioning Aliro credentials.
|
|
1597
1597
|
*
|
|
1598
|
-
* @see {@link MatterSpecification.
|
|
1598
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.12
|
|
1599
1599
|
*/
|
|
1600
1600
|
AliroProvisioning = "AliroProvisioning",
|
|
1601
1601
|
|
|
@@ -1605,13 +1605,13 @@ export declare namespace DoorLock {
|
|
|
1605
1605
|
* Locks that support this feature implement the Bluetooth LE + UWB Access Control Flow as defined in
|
|
1606
1606
|
* [[Aliro]](#ref_Aliro).
|
|
1607
1607
|
*
|
|
1608
|
-
* @see {@link MatterSpecification.
|
|
1608
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.4.13
|
|
1609
1609
|
*/
|
|
1610
1610
|
AliroBleuwb = "AliroBleuwb"
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
1613
|
/**
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.19
|
|
1615
1615
|
*/
|
|
1616
1616
|
export enum LockState {
|
|
1617
1617
|
/**
|
|
@@ -1636,7 +1636,7 @@ export declare namespace DoorLock {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
1638
|
/**
|
|
1639
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.20
|
|
1640
1640
|
*/
|
|
1641
1641
|
export enum LockType {
|
|
1642
1642
|
/**
|
|
@@ -1714,20 +1714,20 @@ export declare namespace DoorLock {
|
|
|
1714
1714
|
* commands. The door lock shall NOT disable the radio or otherwise unbind or leave the network. It shall still
|
|
1715
1715
|
* respond to all other commands and requests.
|
|
1716
1716
|
*
|
|
1717
|
-
* @see {@link MatterSpecification.
|
|
1717
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15
|
|
1718
1718
|
*/
|
|
1719
1719
|
export enum OperatingMode {
|
|
1720
1720
|
/**
|
|
1721
1721
|
* The lock operates normally. All interfaces are enabled.
|
|
1722
1722
|
*
|
|
1723
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15.1
|
|
1724
1724
|
*/
|
|
1725
1725
|
Normal = 0,
|
|
1726
1726
|
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Only remote interaction is enabled. The keypad shall only be operable by the master user.
|
|
1729
1729
|
*
|
|
1730
|
-
* @see {@link MatterSpecification.
|
|
1730
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15.2
|
|
1731
1731
|
*/
|
|
1732
1732
|
Vacation = 1,
|
|
1733
1733
|
|
|
@@ -1736,7 +1736,7 @@ export declare namespace DoorLock {
|
|
|
1736
1736
|
* All external interaction with the door lock is disabled. This mode is intended to be used so that users,
|
|
1737
1737
|
* presumably inside the property, will have control over the entrance.
|
|
1738
1738
|
*
|
|
1739
|
-
* @see {@link MatterSpecification.
|
|
1739
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15.3
|
|
1740
1740
|
*/
|
|
1741
1741
|
Privacy = 2,
|
|
1742
1742
|
|
|
@@ -1744,7 +1744,7 @@ export declare namespace DoorLock {
|
|
|
1744
1744
|
* This mode only disables remote interaction with the lock. This does not apply to any remote proprietary means
|
|
1745
1745
|
* of communication. It specifically applies to the Lock, Unlock, Toggle, and Unlock with Timeout Commands.
|
|
1746
1746
|
*
|
|
1747
|
-
* @see {@link MatterSpecification.
|
|
1747
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15.4
|
|
1748
1748
|
*/
|
|
1749
1749
|
NoRemoteLockUnlock = 3,
|
|
1750
1750
|
|
|
@@ -1752,7 +1752,7 @@ export declare namespace DoorLock {
|
|
|
1752
1752
|
* The lock is open or can be opened or closed at will without the use of a Keypad or other means of user
|
|
1753
1753
|
* validation (e.g. a lock for a business during work hours).
|
|
1754
1754
|
*
|
|
1755
|
-
* @see {@link MatterSpecification.
|
|
1755
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.15.5
|
|
1756
1756
|
*/
|
|
1757
1757
|
Passage = 4
|
|
1758
1758
|
}
|
|
@@ -1769,7 +1769,7 @@ export declare namespace DoorLock {
|
|
|
1769
1769
|
* specification, and it is recommended that clients carefully take this into consideration. See
|
|
1770
1770
|
* SupportedOperatingModes.
|
|
1771
1771
|
*
|
|
1772
|
-
* @see {@link MatterSpecification.
|
|
1772
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.3
|
|
1773
1773
|
*/
|
|
1774
1774
|
export class OperatingModes {
|
|
1775
1775
|
constructor(values?: Partial<OperatingModes> | number);
|
|
@@ -1806,7 +1806,7 @@ export declare namespace DoorLock {
|
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
1808
|
/**
|
|
1809
|
-
* @see {@link MatterSpecification.
|
|
1809
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.21
|
|
1810
1810
|
*/
|
|
1811
1811
|
export enum LedSetting {
|
|
1812
1812
|
/**
|
|
@@ -1826,7 +1826,7 @@ export declare namespace DoorLock {
|
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
1828
|
/**
|
|
1829
|
-
* @see {@link MatterSpecification.
|
|
1829
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.22
|
|
1830
1830
|
*/
|
|
1831
1831
|
export enum SoundVolume {
|
|
1832
1832
|
/**
|
|
@@ -1851,7 +1851,7 @@ export declare namespace DoorLock {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
|
|
1853
1853
|
/**
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4
|
|
1855
1855
|
*/
|
|
1856
1856
|
export class ConfigurationRegister {
|
|
1857
1857
|
constructor(values?: Partial<ConfigurationRegister> | number);
|
|
@@ -1865,7 +1865,7 @@ export declare namespace DoorLock {
|
|
|
1865
1865
|
*
|
|
1866
1866
|
* - 1 = Local programming is enabled
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.1
|
|
1869
1869
|
*/
|
|
1870
1870
|
localProgramming?: boolean;
|
|
1871
1871
|
|
|
@@ -1878,7 +1878,7 @@ export declare namespace DoorLock {
|
|
|
1878
1878
|
*
|
|
1879
1879
|
* - 1 = Keypad interface is enabled
|
|
1880
1880
|
*
|
|
1881
|
-
* @see {@link MatterSpecification.
|
|
1881
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.2
|
|
1882
1882
|
*/
|
|
1883
1883
|
keypadInterface?: boolean;
|
|
1884
1884
|
|
|
@@ -1891,7 +1891,7 @@ export declare namespace DoorLock {
|
|
|
1891
1891
|
*
|
|
1892
1892
|
* - 1 = Remote interface is enabled
|
|
1893
1893
|
*
|
|
1894
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.3
|
|
1895
1895
|
*/
|
|
1896
1896
|
remoteInterface?: boolean;
|
|
1897
1897
|
|
|
@@ -1904,7 +1904,7 @@ export declare namespace DoorLock {
|
|
|
1904
1904
|
*
|
|
1905
1905
|
* - 1 = Sound volume value is equal to something other than 0
|
|
1906
1906
|
*
|
|
1907
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.4
|
|
1908
1908
|
*/
|
|
1909
1909
|
soundVolume?: boolean;
|
|
1910
1910
|
|
|
@@ -1917,7 +1917,7 @@ export declare namespace DoorLock {
|
|
|
1917
1917
|
*
|
|
1918
1918
|
* - 1 = Auto relock time value is equal to something other than 0
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.5
|
|
1921
1921
|
*/
|
|
1922
1922
|
autoRelockTime?: boolean;
|
|
1923
1923
|
|
|
@@ -1930,13 +1930,13 @@ export declare namespace DoorLock {
|
|
|
1930
1930
|
*
|
|
1931
1931
|
* - 1 = LED settings value is equal to something other than 0
|
|
1932
1932
|
*
|
|
1933
|
-
* @see {@link MatterSpecification.
|
|
1933
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.4.6
|
|
1934
1934
|
*/
|
|
1935
1935
|
ledSettings?: boolean;
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
1938
|
/**
|
|
1939
|
-
* @see {@link MatterSpecification.
|
|
1939
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.5
|
|
1940
1940
|
*/
|
|
1941
1941
|
export class LocalProgrammingFeatures {
|
|
1942
1942
|
constructor(values?: Partial<LocalProgrammingFeatures> | number);
|
|
@@ -1950,7 +1950,7 @@ export declare namespace DoorLock {
|
|
|
1950
1950
|
*
|
|
1951
1951
|
* - 1 = This ability is enabled
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.5.1
|
|
1954
1954
|
*/
|
|
1955
1955
|
addUsersCredentialsSchedules?: boolean;
|
|
1956
1956
|
|
|
@@ -1963,7 +1963,7 @@ export declare namespace DoorLock {
|
|
|
1963
1963
|
*
|
|
1964
1964
|
* - 1 = This ability is enabled
|
|
1965
1965
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
1966
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.5.2
|
|
1967
1967
|
*/
|
|
1968
1968
|
modifyUsersCredentialsSchedules?: boolean;
|
|
1969
1969
|
|
|
@@ -1976,7 +1976,7 @@ export declare namespace DoorLock {
|
|
|
1976
1976
|
*
|
|
1977
1977
|
* - 1 = This ability is enabled
|
|
1978
1978
|
*
|
|
1979
|
-
* @see {@link MatterSpecification.
|
|
1979
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.5.3
|
|
1980
1980
|
*/
|
|
1981
1981
|
clearUsersCredentialsSchedules?: boolean;
|
|
1982
1982
|
|
|
@@ -1989,7 +1989,7 @@ export declare namespace DoorLock {
|
|
|
1989
1989
|
*
|
|
1990
1990
|
* - 1 = This ability is enabled
|
|
1991
1991
|
*
|
|
1992
|
-
* @see {@link MatterSpecification.
|
|
1992
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.5.4
|
|
1993
1993
|
*/
|
|
1994
1994
|
adjustSettings?: boolean;
|
|
1995
1995
|
}
|
|
@@ -1997,7 +1997,7 @@ export declare namespace DoorLock {
|
|
|
1997
1997
|
/**
|
|
1998
1998
|
* This enumeration shall indicate the current door state.
|
|
1999
1999
|
*
|
|
2000
|
-
* @see {@link MatterSpecification.
|
|
2000
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.11
|
|
2001
2001
|
*/
|
|
2002
2002
|
export enum DoorState {
|
|
2003
2003
|
/**
|
|
@@ -2032,7 +2032,7 @@ export declare namespace DoorLock {
|
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
2034
|
/**
|
|
2035
|
-
* @see {@link MatterSpecification.
|
|
2035
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.2
|
|
2036
2036
|
*/
|
|
2037
2037
|
export class CredentialRules {
|
|
2038
2038
|
constructor(values?: Partial<CredentialRules> | number);
|
|
@@ -2057,7 +2057,7 @@ export declare namespace DoorLock {
|
|
|
2057
2057
|
* This command causes the lock device to lock the door. This command includes an optional code for the lock. The
|
|
2058
2058
|
* door lock may require a PIN depending on the value of the RequirePINForRemoteOperation attribute.
|
|
2059
2059
|
*
|
|
2060
|
-
* @see {@link MatterSpecification.
|
|
2060
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.1
|
|
2061
2061
|
*/
|
|
2062
2062
|
export class LockDoorRequest {
|
|
2063
2063
|
constructor(values?: Partial<LockDoorRequest>);
|
|
@@ -2073,7 +2073,7 @@ export declare namespace DoorLock {
|
|
|
2073
2073
|
* UserCodeTemporaryDisableTime will be triggered if the WrongCodeEntryLimit is exceeded. The lock shall ignore
|
|
2074
2074
|
* any attempts to lock/unlock the door until the UserCodeTemporaryDisableTime expires.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.1.1
|
|
2077
2077
|
*/
|
|
2078
2078
|
pinCode?: Bytes;
|
|
2079
2079
|
}
|
|
@@ -2087,7 +2087,7 @@ export declare namespace DoorLock {
|
|
|
2087
2087
|
* > NOTE: If the attribute AutoRelockTime is supported the lock will transition to the locked state when the auto
|
|
2088
2088
|
* relock time has expired.
|
|
2089
2089
|
*
|
|
2090
|
-
* @see {@link MatterSpecification.
|
|
2090
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.2
|
|
2091
2091
|
*/
|
|
2092
2092
|
export class UnlockDoorRequest {
|
|
2093
2093
|
constructor(values?: Partial<UnlockDoorRequest>);
|
|
@@ -2095,7 +2095,7 @@ export declare namespace DoorLock {
|
|
|
2095
2095
|
/**
|
|
2096
2096
|
* See Section 5.2.10.1.1, "PINCode Field".
|
|
2097
2097
|
*
|
|
2098
|
-
* @see {@link MatterSpecification.
|
|
2098
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.2.1
|
|
2099
2099
|
*/
|
|
2100
2100
|
pinCode?: Bytes;
|
|
2101
2101
|
}
|
|
@@ -2107,7 +2107,7 @@ export declare namespace DoorLock {
|
|
|
2107
2107
|
* attribute. If the door lock device is not capable of or does not want to support temporary Relock Timeout, it
|
|
2108
2108
|
* SHOULD NOT support this optional command.
|
|
2109
2109
|
*
|
|
2110
|
-
* @see {@link MatterSpecification.
|
|
2110
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.3
|
|
2111
2111
|
*/
|
|
2112
2112
|
export class UnlockWithTimeoutRequest {
|
|
2113
2113
|
constructor(values?: Partial<UnlockWithTimeoutRequest>);
|
|
@@ -2116,14 +2116,14 @@ export declare namespace DoorLock {
|
|
|
2116
2116
|
* This field shall indicate the timeout in seconds to wait before relocking the door lock. This value is
|
|
2117
2117
|
* independent of the AutoRelockTime attribute value.
|
|
2118
2118
|
*
|
|
2119
|
-
* @see {@link MatterSpecification.
|
|
2119
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.3.1
|
|
2120
2120
|
*/
|
|
2121
2121
|
timeout: number;
|
|
2122
2122
|
|
|
2123
2123
|
/**
|
|
2124
2124
|
* See Section 5.2.10.1.1, "PINCode Field".
|
|
2125
2125
|
*
|
|
2126
|
-
* @see {@link MatterSpecification.
|
|
2126
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.3.2
|
|
2127
2127
|
*/
|
|
2128
2128
|
pinCode?: Bytes;
|
|
2129
2129
|
}
|
|
@@ -2145,7 +2145,7 @@ export declare namespace DoorLock {
|
|
|
2145
2145
|
* - INVALID_COMMAND, if one or more fields violate constraints or are invalid or if OperationType is Modify and
|
|
2146
2146
|
* UserIndex points to an available slot.
|
|
2147
2147
|
*
|
|
2148
|
-
* @see {@link MatterSpecification.
|
|
2148
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16
|
|
2149
2149
|
*/
|
|
2150
2150
|
export class SetUserRequest {
|
|
2151
2151
|
constructor(values?: Partial<SetUserRequest>);
|
|
@@ -2153,14 +2153,14 @@ export declare namespace DoorLock {
|
|
|
2153
2153
|
/**
|
|
2154
2154
|
* This field shall indicate the type of operation.
|
|
2155
2155
|
*
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2156
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.1
|
|
2157
2157
|
*/
|
|
2158
2158
|
operationType: DataOperationType;
|
|
2159
2159
|
|
|
2160
2160
|
/**
|
|
2161
2161
|
* This field shall indicate the user ID.
|
|
2162
2162
|
*
|
|
2163
|
-
* @see {@link MatterSpecification.
|
|
2163
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.2
|
|
2164
2164
|
*/
|
|
2165
2165
|
userIndex: number;
|
|
2166
2166
|
|
|
@@ -2176,7 +2176,7 @@ export declare namespace DoorLock {
|
|
|
2176
2176
|
*
|
|
2177
2177
|
* If UserName is not null, the UserName in the user record shall be set to the provided value.
|
|
2178
2178
|
*
|
|
2179
|
-
* @see {@link MatterSpecification.
|
|
2179
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.3
|
|
2180
2180
|
*/
|
|
2181
2181
|
userName: string | null;
|
|
2182
2182
|
|
|
@@ -2194,7 +2194,7 @@ export declare namespace DoorLock {
|
|
|
2194
2194
|
*
|
|
2195
2195
|
* If UserUniqueID is not null, the UserUniqueID in the user record shall be set to the provided value.
|
|
2196
2196
|
*
|
|
2197
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.4
|
|
2198
2198
|
*/
|
|
2199
2199
|
userUniqueId: number | null;
|
|
2200
2200
|
|
|
@@ -2211,7 +2211,7 @@ export declare namespace DoorLock {
|
|
|
2211
2211
|
*
|
|
2212
2212
|
* If UserStatus is not null, the UserStatus in the user record shall be set to the provided value.
|
|
2213
2213
|
*
|
|
2214
|
-
* @see {@link MatterSpecification.
|
|
2214
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.5
|
|
2215
2215
|
*/
|
|
2216
2216
|
userStatus: UserStatus | null;
|
|
2217
2217
|
|
|
@@ -2228,7 +2228,7 @@ export declare namespace DoorLock {
|
|
|
2228
2228
|
*
|
|
2229
2229
|
* If UserType is not null, the UserType in the user record shall be set to the provided value.
|
|
2230
2230
|
*
|
|
2231
|
-
* @see {@link MatterSpecification.
|
|
2231
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.6
|
|
2232
2232
|
*/
|
|
2233
2233
|
userType: UserType | null;
|
|
2234
2234
|
|
|
@@ -2248,7 +2248,7 @@ export declare namespace DoorLock {
|
|
|
2248
2248
|
*
|
|
2249
2249
|
* If CredentialRule is not null, the CredentialRule in the user record shall be set to the provided value.
|
|
2250
2250
|
*
|
|
2251
|
-
* @see {@link MatterSpecification.
|
|
2251
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.16.7
|
|
2252
2252
|
*/
|
|
2253
2253
|
credentialRule: CredentialRule | null;
|
|
2254
2254
|
}
|
|
@@ -2259,7 +2259,7 @@ export declare namespace DoorLock {
|
|
|
2259
2259
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.) as needed
|
|
2260
2260
|
* otherwise the GetUserResponse Command shall be sent implying a status of SUCCESS.
|
|
2261
2261
|
*
|
|
2262
|
-
* @see {@link MatterSpecification.
|
|
2262
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.17
|
|
2263
2263
|
*/
|
|
2264
2264
|
export class GetUserRequest {
|
|
2265
2265
|
constructor(values?: Partial<GetUserRequest>);
|
|
@@ -2273,7 +2273,7 @@ export declare namespace DoorLock {
|
|
|
2273
2273
|
* UserUniqueID, UserStatus, UserType, CredentialRule, Credentials, CreatorFabricIndex, and LastModifiedFabricIndex
|
|
2274
2274
|
* shall all be null in the response.
|
|
2275
2275
|
*
|
|
2276
|
-
* @see {@link MatterSpecification.
|
|
2276
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18
|
|
2277
2277
|
*/
|
|
2278
2278
|
export class GetUserResponse {
|
|
2279
2279
|
constructor(values?: Partial<GetUserResponse>);
|
|
@@ -2281,49 +2281,49 @@ export declare namespace DoorLock {
|
|
|
2281
2281
|
/**
|
|
2282
2282
|
* This field shall indicate the user ID.
|
|
2283
2283
|
*
|
|
2284
|
-
* @see {@link MatterSpecification.
|
|
2284
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.1
|
|
2285
2285
|
*/
|
|
2286
2286
|
userIndex: number;
|
|
2287
2287
|
|
|
2288
2288
|
/**
|
|
2289
2289
|
* This field shall contain a string to use as a human readable identifier for the user.
|
|
2290
2290
|
*
|
|
2291
|
-
* @see {@link MatterSpecification.
|
|
2291
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.2
|
|
2292
2292
|
*/
|
|
2293
2293
|
userName: string | null;
|
|
2294
2294
|
|
|
2295
2295
|
/**
|
|
2296
2296
|
* See UserUniqueID.
|
|
2297
2297
|
*
|
|
2298
|
-
* @see {@link MatterSpecification.
|
|
2298
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.3
|
|
2299
2299
|
*/
|
|
2300
2300
|
userUniqueId: number | null;
|
|
2301
2301
|
|
|
2302
2302
|
/**
|
|
2303
2303
|
* This field shall indicate the UserStatus assigned to the user when created or modified.
|
|
2304
2304
|
*
|
|
2305
|
-
* @see {@link MatterSpecification.
|
|
2305
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.4
|
|
2306
2306
|
*/
|
|
2307
2307
|
userStatus: UserStatus | null;
|
|
2308
2308
|
|
|
2309
2309
|
/**
|
|
2310
2310
|
* This field shall indicate the UserType assigned to this user when created or modified.
|
|
2311
2311
|
*
|
|
2312
|
-
* @see {@link MatterSpecification.
|
|
2312
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.5
|
|
2313
2313
|
*/
|
|
2314
2314
|
userType: UserType | null;
|
|
2315
2315
|
|
|
2316
2316
|
/**
|
|
2317
2317
|
* This field shall indicate the CredentialRule set for this user.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.6
|
|
2320
2320
|
*/
|
|
2321
2321
|
credentialRule: CredentialRule | null;
|
|
2322
2322
|
|
|
2323
2323
|
/**
|
|
2324
2324
|
* This field shall contain a list of credentials for this user.
|
|
2325
2325
|
*
|
|
2326
|
-
* @see {@link MatterSpecification.
|
|
2326
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.7
|
|
2327
2327
|
*/
|
|
2328
2328
|
credentials: Credential[] | null;
|
|
2329
2329
|
|
|
@@ -2333,7 +2333,7 @@ export declare namespace DoorLock {
|
|
|
2333
2333
|
* the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the original creator
|
|
2334
2334
|
* fabric was deleted.
|
|
2335
2335
|
*
|
|
2336
|
-
* @see {@link MatterSpecification.
|
|
2336
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.8
|
|
2337
2337
|
*/
|
|
2338
2338
|
creatorFabricIndex: FabricIndex | null;
|
|
2339
2339
|
|
|
@@ -2343,7 +2343,7 @@ export declare namespace DoorLock {
|
|
|
2343
2343
|
* modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the
|
|
2344
2344
|
* last modifier fabric was deleted.
|
|
2345
2345
|
*
|
|
2346
|
-
* @see {@link MatterSpecification.
|
|
2346
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.9
|
|
2347
2347
|
*/
|
|
2348
2348
|
lastModifiedFabricIndex: FabricIndex | null;
|
|
2349
2349
|
|
|
@@ -2352,7 +2352,7 @@ export declare namespace DoorLock {
|
|
|
2352
2352
|
* occupied user slots in the database. This shall NOT be null if there is at least one occupied entry after the
|
|
2353
2353
|
* requested UserIndex in the User database and shall be null if there are no more occupied entries.
|
|
2354
2354
|
*
|
|
2355
|
-
* @see {@link MatterSpecification.
|
|
2355
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.18.10
|
|
2356
2356
|
*/
|
|
2357
2357
|
nextUserIndex: number | null;
|
|
2358
2358
|
}
|
|
@@ -2366,7 +2366,7 @@ export declare namespace DoorLock {
|
|
|
2366
2366
|
*
|
|
2367
2367
|
* A LockUserChange event with the provided UserIndex shall be generated after successfully clearing users.
|
|
2368
2368
|
*
|
|
2369
|
-
* @see {@link MatterSpecification.
|
|
2369
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.19
|
|
2370
2370
|
*/
|
|
2371
2371
|
export class ClearUserRequest {
|
|
2372
2372
|
constructor(values?: Partial<ClearUserRequest>);
|
|
@@ -2374,7 +2374,7 @@ export declare namespace DoorLock {
|
|
|
2374
2374
|
/**
|
|
2375
2375
|
* This field shall specify a valid User index or 0xFFFE to indicate all user slots shall be cleared.
|
|
2376
2376
|
*
|
|
2377
|
-
* @see {@link MatterSpecification.
|
|
2377
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.19.1
|
|
2378
2378
|
*/
|
|
2379
2379
|
userIndex: number;
|
|
2380
2380
|
}
|
|
@@ -2385,7 +2385,7 @@ export declare namespace DoorLock {
|
|
|
2385
2385
|
*
|
|
2386
2386
|
* Fields used for different use cases:
|
|
2387
2387
|
*
|
|
2388
|
-
* @see {@link MatterSpecification.
|
|
2388
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20
|
|
2389
2389
|
*/
|
|
2390
2390
|
export class SetCredentialRequest {
|
|
2391
2391
|
constructor(values?: Partial<SetCredentialRequest>);
|
|
@@ -2393,7 +2393,7 @@ export declare namespace DoorLock {
|
|
|
2393
2393
|
/**
|
|
2394
2394
|
* This field shall indicate the set credential operation type requested.
|
|
2395
2395
|
*
|
|
2396
|
-
* @see {@link MatterSpecification.
|
|
2396
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.1
|
|
2397
2397
|
*/
|
|
2398
2398
|
operationType: DataOperationType;
|
|
2399
2399
|
|
|
@@ -2401,7 +2401,7 @@ export declare namespace DoorLock {
|
|
|
2401
2401
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
2402
2402
|
* (if applicable or 0 if not) to set.
|
|
2403
2403
|
*
|
|
2404
|
-
* @see {@link MatterSpecification.
|
|
2404
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.2
|
|
2405
2405
|
*/
|
|
2406
2406
|
credential: Credential;
|
|
2407
2407
|
|
|
@@ -2410,7 +2410,7 @@ export declare namespace DoorLock {
|
|
|
2410
2410
|
* of the credential data shall conform to the limits of the CredentialType specified in the Credential
|
|
2411
2411
|
* structure otherwise an INVALID_COMMAND status shall be returned in the SetCredentialResponse command.
|
|
2412
2412
|
*
|
|
2413
|
-
* @see {@link MatterSpecification.
|
|
2413
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.3
|
|
2414
2414
|
*/
|
|
2415
2415
|
credentialData: Bytes;
|
|
2416
2416
|
|
|
@@ -2419,7 +2419,7 @@ export declare namespace DoorLock {
|
|
|
2419
2419
|
* modified. This shall be null if OperationType is add and a new credential and user is being added at the same
|
|
2420
2420
|
* time.
|
|
2421
2421
|
*
|
|
2422
|
-
* @see {@link MatterSpecification.
|
|
2422
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.4
|
|
2423
2423
|
*/
|
|
2424
2424
|
userIndex: number | null;
|
|
2425
2425
|
|
|
@@ -2427,7 +2427,7 @@ export declare namespace DoorLock {
|
|
|
2427
2427
|
* This field shall indicate the user status to use in the new user record if a new user is being created. This
|
|
2428
2428
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
2429
2429
|
*
|
|
2430
|
-
* @see {@link MatterSpecification.
|
|
2430
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.5
|
|
2431
2431
|
*/
|
|
2432
2432
|
userStatus: UserStatus | null;
|
|
2433
2433
|
|
|
@@ -2435,7 +2435,7 @@ export declare namespace DoorLock {
|
|
|
2435
2435
|
* This field shall indicate the user type to use in the new user record if a new user is being created. This
|
|
2436
2436
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
2437
2437
|
*
|
|
2438
|
-
* @see {@link MatterSpecification.
|
|
2438
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.20.6
|
|
2439
2439
|
*/
|
|
2440
2440
|
userType: UserType | null;
|
|
2441
2441
|
}
|
|
@@ -2443,7 +2443,7 @@ export declare namespace DoorLock {
|
|
|
2443
2443
|
/**
|
|
2444
2444
|
* Returns the status for setting the specified credential.
|
|
2445
2445
|
*
|
|
2446
|
-
* @see {@link MatterSpecification.
|
|
2446
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.21
|
|
2447
2447
|
*/
|
|
2448
2448
|
export class SetCredentialResponse {
|
|
2449
2449
|
constructor(values?: Partial<SetCredentialResponse>);
|
|
@@ -2478,7 +2478,7 @@ export declare namespace DoorLock {
|
|
|
2478
2478
|
*
|
|
2479
2479
|
* - INVALID_COMMAND, if OperationType is Modify and UserIndex points to an available slot.
|
|
2480
2480
|
*
|
|
2481
|
-
* @see {@link MatterSpecification.
|
|
2481
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.21.1
|
|
2482
2482
|
*/
|
|
2483
2483
|
status: Status;
|
|
2484
2484
|
|
|
@@ -2489,7 +2489,7 @@ export declare namespace DoorLock {
|
|
|
2489
2489
|
* created. If the OperationType was Add and an existing User was associated with the new credential then this
|
|
2490
2490
|
* shall be null.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.21.2
|
|
2493
2493
|
*/
|
|
2494
2494
|
userIndex: number | null;
|
|
2495
2495
|
|
|
@@ -2500,7 +2500,7 @@ export declare namespace DoorLock {
|
|
|
2500
2500
|
* null if there are no more available entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
2501
2501
|
* number of credentials for a particular credential type.
|
|
2502
2502
|
*
|
|
2503
|
-
* @see {@link MatterSpecification.
|
|
2503
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.21.3
|
|
2504
2504
|
*/
|
|
2505
2505
|
nextCredentialIndex?: number | null;
|
|
2506
2506
|
}
|
|
@@ -2511,7 +2511,7 @@ export declare namespace DoorLock {
|
|
|
2511
2511
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.) as needed
|
|
2512
2512
|
* otherwise the GetCredentialStatusResponse command shall be sent implying a status of SUCCESS.
|
|
2513
2513
|
*
|
|
2514
|
-
* @see {@link MatterSpecification.
|
|
2514
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.22
|
|
2515
2515
|
*/
|
|
2516
2516
|
export class GetCredentialStatusRequest {
|
|
2517
2517
|
constructor(values?: Partial<GetCredentialStatusRequest>);
|
|
@@ -2520,7 +2520,7 @@ export declare namespace DoorLock {
|
|
|
2520
2520
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
2521
2521
|
* (if applicable or 0 if not) to retrieve the status for.
|
|
2522
2522
|
*
|
|
2523
|
-
* @see {@link MatterSpecification.
|
|
2523
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.22.1
|
|
2524
2524
|
*/
|
|
2525
2525
|
credential: Credential;
|
|
2526
2526
|
}
|
|
@@ -2528,7 +2528,7 @@ export declare namespace DoorLock {
|
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Returns the status for the specified credential.
|
|
2530
2530
|
*
|
|
2531
|
-
* @see {@link MatterSpecification.
|
|
2531
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23
|
|
2532
2532
|
*/
|
|
2533
2533
|
export class GetCredentialStatusResponse {
|
|
2534
2534
|
constructor(values?: Partial<GetCredentialStatusResponse>);
|
|
@@ -2537,7 +2537,7 @@ export declare namespace DoorLock {
|
|
|
2537
2537
|
* This field shall indicate if the requested credential type and index exists and is populated for the
|
|
2538
2538
|
* requested user index.
|
|
2539
2539
|
*
|
|
2540
|
-
* @see {@link MatterSpecification.
|
|
2540
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.1
|
|
2541
2541
|
*/
|
|
2542
2542
|
credentialExists: boolean;
|
|
2543
2543
|
|
|
@@ -2546,7 +2546,7 @@ export declare namespace DoorLock {
|
|
|
2546
2546
|
* CredentialType requested was ProgrammingPIN then UserIndex shall be null; otherwise, UserIndex shall be null
|
|
2547
2547
|
* if CredentialExists is set to False and shall NOT be null if CredentialExists is set to True.
|
|
2548
2548
|
*
|
|
2549
|
-
* @see {@link MatterSpecification.
|
|
2549
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.2
|
|
2550
2550
|
*/
|
|
2551
2551
|
userIndex: number | null;
|
|
2552
2552
|
|
|
@@ -2556,7 +2556,7 @@ export declare namespace DoorLock {
|
|
|
2556
2556
|
* credential was created outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
2557
2557
|
* set to 0 if the original creator fabric was deleted.
|
|
2558
2558
|
*
|
|
2559
|
-
* @see {@link MatterSpecification.
|
|
2559
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.3
|
|
2560
2560
|
*/
|
|
2561
2561
|
creatorFabricIndex: FabricIndex | null;
|
|
2562
2562
|
|
|
@@ -2566,7 +2566,7 @@ export declare namespace DoorLock {
|
|
|
2566
2566
|
* credential was modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
2567
2567
|
* set to 0 if the last modifier fabric was deleted.
|
|
2568
2568
|
*
|
|
2569
|
-
* @see {@link MatterSpecification.
|
|
2569
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.4
|
|
2570
2570
|
*/
|
|
2571
2571
|
lastModifiedFabricIndex: FabricIndex | null;
|
|
2572
2572
|
|
|
@@ -2577,7 +2577,7 @@ export declare namespace DoorLock {
|
|
|
2577
2577
|
* null if there are no more occupied entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
2578
2578
|
* number of credentials for a particular credential type.
|
|
2579
2579
|
*
|
|
2580
|
-
* @see {@link MatterSpecification.
|
|
2580
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.5
|
|
2581
2581
|
*/
|
|
2582
2582
|
nextCredentialIndex?: number | null;
|
|
2583
2583
|
|
|
@@ -2597,7 +2597,7 @@ export declare namespace DoorLock {
|
|
|
2597
2597
|
* > NOTE: Since the Aliro credentials are public keys, there is no security risk in allowing them to be read.
|
|
2598
2598
|
* Possession of the credential octet string does not allow operating the lock.
|
|
2599
2599
|
*
|
|
2600
|
-
* @see {@link MatterSpecification.
|
|
2600
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.23.6
|
|
2601
2601
|
*/
|
|
2602
2602
|
credentialData?: Bytes | null;
|
|
2603
2603
|
}
|
|
@@ -2614,7 +2614,7 @@ export declare namespace DoorLock {
|
|
|
2614
2614
|
*
|
|
2615
2615
|
* Return status shall be one of the following values:
|
|
2616
2616
|
*
|
|
2617
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.24
|
|
2618
2618
|
*/
|
|
2619
2619
|
export class ClearCredentialRequest {
|
|
2620
2620
|
constructor(values?: Partial<ClearCredentialRequest>);
|
|
@@ -2624,7 +2624,7 @@ export declare namespace DoorLock {
|
|
|
2624
2624
|
* (0xFFFE for all credentials or 0 if not applicable) to clear. This shall be null if clearing all credential
|
|
2625
2625
|
* types otherwise it shall NOT be null.
|
|
2626
2626
|
*
|
|
2627
|
-
* @see {@link MatterSpecification.
|
|
2627
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.24.1
|
|
2628
2628
|
*/
|
|
2629
2629
|
credential: Credential | null;
|
|
2630
2630
|
}
|
|
@@ -2636,7 +2636,7 @@ export declare namespace DoorLock {
|
|
|
2636
2636
|
*
|
|
2637
2637
|
* Return status shall be one of the following values:
|
|
2638
2638
|
*
|
|
2639
|
-
* @see {@link MatterSpecification.
|
|
2639
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4
|
|
2640
2640
|
*/
|
|
2641
2641
|
export class SetWeekDayScheduleRequest {
|
|
2642
2642
|
constructor(values?: Partial<SetWeekDayScheduleRequest>);
|
|
@@ -2644,35 +2644,35 @@ export declare namespace DoorLock {
|
|
|
2644
2644
|
/**
|
|
2645
2645
|
* This field shall indicate the index of the Week Day schedule.
|
|
2646
2646
|
*
|
|
2647
|
-
* @see {@link MatterSpecification.
|
|
2647
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.1
|
|
2648
2648
|
*/
|
|
2649
2649
|
weekDayIndex: number;
|
|
2650
2650
|
|
|
2651
2651
|
/**
|
|
2652
2652
|
* This field shall indicate the user ID.
|
|
2653
2653
|
*
|
|
2654
|
-
* @see {@link MatterSpecification.
|
|
2654
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.2
|
|
2655
2655
|
*/
|
|
2656
2656
|
userIndex: number;
|
|
2657
2657
|
|
|
2658
2658
|
/**
|
|
2659
2659
|
* This field shall indicate which week days the schedule is active.
|
|
2660
2660
|
*
|
|
2661
|
-
* @see {@link MatterSpecification.
|
|
2661
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.3
|
|
2662
2662
|
*/
|
|
2663
2663
|
daysMask: DaysMask;
|
|
2664
2664
|
|
|
2665
2665
|
/**
|
|
2666
2666
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
2667
2667
|
*
|
|
2668
|
-
* @see {@link MatterSpecification.
|
|
2668
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.4
|
|
2669
2669
|
*/
|
|
2670
2670
|
startHour: number;
|
|
2671
2671
|
|
|
2672
2672
|
/**
|
|
2673
2673
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
2674
2674
|
*
|
|
2675
|
-
* @see {@link MatterSpecification.
|
|
2675
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.5
|
|
2676
2676
|
*/
|
|
2677
2677
|
startMinute: number;
|
|
2678
2678
|
|
|
@@ -2680,7 +2680,7 @@ export declare namespace DoorLock {
|
|
|
2680
2680
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
2681
2681
|
* than StartHour.
|
|
2682
2682
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2683
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.6
|
|
2684
2684
|
*/
|
|
2685
2685
|
endHour: number;
|
|
2686
2686
|
|
|
@@ -2691,7 +2691,7 @@ export declare namespace DoorLock {
|
|
|
2691
2691
|
* If the EndHour is equal to 23 and the EndMinute is equal to 59 the Lock shall grant access to the user up
|
|
2692
2692
|
* until 23:59:59.
|
|
2693
2693
|
*
|
|
2694
|
-
* @see {@link MatterSpecification.
|
|
2694
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.4.7
|
|
2695
2695
|
*/
|
|
2696
2696
|
endMinute: number;
|
|
2697
2697
|
}
|
|
@@ -2699,7 +2699,7 @@ export declare namespace DoorLock {
|
|
|
2699
2699
|
/**
|
|
2700
2700
|
* Retrieve the specific weekly schedule for the specific user.
|
|
2701
2701
|
*
|
|
2702
|
-
* @see {@link MatterSpecification.
|
|
2702
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.5
|
|
2703
2703
|
*/
|
|
2704
2704
|
export class GetWeekDayScheduleRequest {
|
|
2705
2705
|
constructor(values?: Partial<GetWeekDayScheduleRequest>);
|
|
@@ -2710,7 +2710,7 @@ export declare namespace DoorLock {
|
|
|
2710
2710
|
/**
|
|
2711
2711
|
* Returns the weekly repeating schedule data for the specified schedule index.
|
|
2712
2712
|
*
|
|
2713
|
-
* @see {@link MatterSpecification.
|
|
2713
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6
|
|
2714
2714
|
*/
|
|
2715
2715
|
export class GetWeekDayScheduleResponse {
|
|
2716
2716
|
constructor(values?: Partial<GetWeekDayScheduleResponse>);
|
|
@@ -2718,14 +2718,14 @@ export declare namespace DoorLock {
|
|
|
2718
2718
|
/**
|
|
2719
2719
|
* This field shall indicate the index of the Week Day schedule.
|
|
2720
2720
|
*
|
|
2721
|
-
* @see {@link MatterSpecification.
|
|
2721
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.1
|
|
2722
2722
|
*/
|
|
2723
2723
|
weekDayIndex: number;
|
|
2724
2724
|
|
|
2725
2725
|
/**
|
|
2726
2726
|
* This field shall indicate the user ID.
|
|
2727
2727
|
*
|
|
2728
|
-
* @see {@link MatterSpecification.
|
|
2728
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.2
|
|
2729
2729
|
*/
|
|
2730
2730
|
userIndex: number;
|
|
2731
2731
|
|
|
@@ -2743,7 +2743,7 @@ export declare namespace DoorLock {
|
|
|
2743
2743
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
2744
2744
|
* values, only the fields up to the status field shall be present.
|
|
2745
2745
|
*
|
|
2746
|
-
* @see {@link MatterSpecification.
|
|
2746
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.3
|
|
2747
2747
|
*/
|
|
2748
2748
|
status: Status;
|
|
2749
2749
|
|
|
@@ -2752,14 +2752,14 @@ export declare namespace DoorLock {
|
|
|
2752
2752
|
/**
|
|
2753
2753
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
2754
2754
|
*
|
|
2755
|
-
* @see {@link MatterSpecification.
|
|
2755
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.4
|
|
2756
2756
|
*/
|
|
2757
2757
|
startHour?: number;
|
|
2758
2758
|
|
|
2759
2759
|
/**
|
|
2760
2760
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
2761
2761
|
*
|
|
2762
|
-
* @see {@link MatterSpecification.
|
|
2762
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.5
|
|
2763
2763
|
*/
|
|
2764
2764
|
startMinute?: number;
|
|
2765
2765
|
|
|
@@ -2767,7 +2767,7 @@ export declare namespace DoorLock {
|
|
|
2767
2767
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
2768
2768
|
* than StartHour.
|
|
2769
2769
|
*
|
|
2770
|
-
* @see {@link MatterSpecification.
|
|
2770
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.6
|
|
2771
2771
|
*/
|
|
2772
2772
|
endHour?: number;
|
|
2773
2773
|
|
|
@@ -2775,7 +2775,7 @@ export declare namespace DoorLock {
|
|
|
2775
2775
|
* This field shall indicate the ending minute for the Week Day schedule. If EndHour is equal to StartHour then
|
|
2776
2776
|
* EndMinute shall be greater than StartMinute.
|
|
2777
2777
|
*
|
|
2778
|
-
* @see {@link MatterSpecification.
|
|
2778
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.6.7
|
|
2779
2779
|
*/
|
|
2780
2780
|
endMinute?: number;
|
|
2781
2781
|
}
|
|
@@ -2785,7 +2785,7 @@ export declare namespace DoorLock {
|
|
|
2785
2785
|
*
|
|
2786
2786
|
* Return status shall be one of the following values:
|
|
2787
2787
|
*
|
|
2788
|
-
* @see {@link MatterSpecification.
|
|
2788
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.7
|
|
2789
2789
|
*/
|
|
2790
2790
|
export class ClearWeekDayScheduleRequest {
|
|
2791
2791
|
constructor(values?: Partial<ClearWeekDayScheduleRequest>);
|
|
@@ -2794,14 +2794,14 @@ export declare namespace DoorLock {
|
|
|
2794
2794
|
* This field shall indicate the Week Day schedule index to clear or 0xFE to clear all Week Day schedules for
|
|
2795
2795
|
* the specified user.
|
|
2796
2796
|
*
|
|
2797
|
-
* @see {@link MatterSpecification.
|
|
2797
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.7.1
|
|
2798
2798
|
*/
|
|
2799
2799
|
weekDayIndex: number;
|
|
2800
2800
|
|
|
2801
2801
|
/**
|
|
2802
2802
|
* This field shall indicate the user ID.
|
|
2803
2803
|
*
|
|
2804
|
-
* @see {@link MatterSpecification.
|
|
2804
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.7.2
|
|
2805
2805
|
*/
|
|
2806
2806
|
userIndex: number;
|
|
2807
2807
|
}
|
|
@@ -2813,7 +2813,7 @@ export declare namespace DoorLock {
|
|
|
2813
2813
|
*
|
|
2814
2814
|
* Return status shall be one of the following values:
|
|
2815
2815
|
*
|
|
2816
|
-
* @see {@link MatterSpecification.
|
|
2816
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8
|
|
2817
2817
|
*/
|
|
2818
2818
|
export class SetYearDayScheduleRequest {
|
|
2819
2819
|
constructor(values?: Partial<SetYearDayScheduleRequest>);
|
|
@@ -2821,14 +2821,14 @@ export declare namespace DoorLock {
|
|
|
2821
2821
|
/**
|
|
2822
2822
|
* This field shall indicate the index of the Year Day schedule.
|
|
2823
2823
|
*
|
|
2824
|
-
* @see {@link MatterSpecification.
|
|
2824
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8.1
|
|
2825
2825
|
*/
|
|
2826
2826
|
yearDayIndex: number;
|
|
2827
2827
|
|
|
2828
2828
|
/**
|
|
2829
2829
|
* This field shall indicate the user ID.
|
|
2830
2830
|
*
|
|
2831
|
-
* @see {@link MatterSpecification.
|
|
2831
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8.2
|
|
2832
2832
|
*/
|
|
2833
2833
|
userIndex: number;
|
|
2834
2834
|
|
|
@@ -2836,7 +2836,7 @@ export declare namespace DoorLock {
|
|
|
2836
2836
|
* This field shall indicate the starting time for the Year Day schedule in Epoch Time in Seconds with local
|
|
2837
2837
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
2838
2838
|
*
|
|
2839
|
-
* @see {@link MatterSpecification.
|
|
2839
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8.3
|
|
2840
2840
|
*/
|
|
2841
2841
|
localStartTime: number;
|
|
2842
2842
|
|
|
@@ -2845,7 +2845,7 @@ export declare namespace DoorLock {
|
|
|
2845
2845
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
2846
2846
|
* greater than LocalStartTime.
|
|
2847
2847
|
*
|
|
2848
|
-
* @see {@link MatterSpecification.
|
|
2848
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.8.4
|
|
2849
2849
|
*/
|
|
2850
2850
|
localEndTime: number;
|
|
2851
2851
|
}
|
|
@@ -2853,7 +2853,7 @@ export declare namespace DoorLock {
|
|
|
2853
2853
|
/**
|
|
2854
2854
|
* Retrieve the specific year day schedule for the specific schedule and user indexes.
|
|
2855
2855
|
*
|
|
2856
|
-
* @see {@link MatterSpecification.
|
|
2856
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.9
|
|
2857
2857
|
*/
|
|
2858
2858
|
export class GetYearDayScheduleRequest {
|
|
2859
2859
|
constructor(values?: Partial<GetYearDayScheduleRequest>);
|
|
@@ -2864,7 +2864,7 @@ export declare namespace DoorLock {
|
|
|
2864
2864
|
/**
|
|
2865
2865
|
* Returns the year day schedule data for the specified schedule and user indexes.
|
|
2866
2866
|
*
|
|
2867
|
-
* @see {@link MatterSpecification.
|
|
2867
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10
|
|
2868
2868
|
*/
|
|
2869
2869
|
export class GetYearDayScheduleResponse {
|
|
2870
2870
|
constructor(values?: Partial<GetYearDayScheduleResponse>);
|
|
@@ -2872,14 +2872,14 @@ export declare namespace DoorLock {
|
|
|
2872
2872
|
/**
|
|
2873
2873
|
* This field shall indicate the index of the Year Day schedule.
|
|
2874
2874
|
*
|
|
2875
|
-
* @see {@link MatterSpecification.
|
|
2875
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10.1
|
|
2876
2876
|
*/
|
|
2877
2877
|
yearDayIndex: number;
|
|
2878
2878
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* This field shall indicate the user ID.
|
|
2881
2881
|
*
|
|
2882
|
-
* @see {@link MatterSpecification.
|
|
2882
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10.2
|
|
2883
2883
|
*/
|
|
2884
2884
|
userIndex: number;
|
|
2885
2885
|
|
|
@@ -2897,7 +2897,7 @@ export declare namespace DoorLock {
|
|
|
2897
2897
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
2898
2898
|
* values, only the fields up to the status field shall be present.
|
|
2899
2899
|
*
|
|
2900
|
-
* @see {@link MatterSpecification.
|
|
2900
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10.3
|
|
2901
2901
|
*/
|
|
2902
2902
|
status: Status;
|
|
2903
2903
|
|
|
@@ -2906,7 +2906,7 @@ export declare namespace DoorLock {
|
|
|
2906
2906
|
* time offset based on the local timezone and DST offset on the day represented by the value. This shall be
|
|
2907
2907
|
* null if the schedule is not set for the YearDayIndex and UserIndex provided.
|
|
2908
2908
|
*
|
|
2909
|
-
* @see {@link MatterSpecification.
|
|
2909
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10.4
|
|
2910
2910
|
*/
|
|
2911
2911
|
localStartTime?: number;
|
|
2912
2912
|
|
|
@@ -2916,7 +2916,7 @@ export declare namespace DoorLock {
|
|
|
2916
2916
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the YearDayIndex and UserIndex
|
|
2917
2917
|
* provided.
|
|
2918
2918
|
*
|
|
2919
|
-
* @see {@link MatterSpecification.
|
|
2919
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.10.5
|
|
2920
2920
|
*/
|
|
2921
2921
|
localEndTime?: number;
|
|
2922
2922
|
}
|
|
@@ -2926,7 +2926,7 @@ export declare namespace DoorLock {
|
|
|
2926
2926
|
*
|
|
2927
2927
|
* Return status shall be one of the following values:
|
|
2928
2928
|
*
|
|
2929
|
-
* @see {@link MatterSpecification.
|
|
2929
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.11
|
|
2930
2930
|
*/
|
|
2931
2931
|
export class ClearYearDayScheduleRequest {
|
|
2932
2932
|
constructor(values?: Partial<ClearYearDayScheduleRequest>);
|
|
@@ -2935,14 +2935,14 @@ export declare namespace DoorLock {
|
|
|
2935
2935
|
* This field shall indicate the Year Day schedule index to clear or 0xFE to clear all Year Day schedules for
|
|
2936
2936
|
* the specified user.
|
|
2937
2937
|
*
|
|
2938
|
-
* @see {@link MatterSpecification.
|
|
2938
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.11.1
|
|
2939
2939
|
*/
|
|
2940
2940
|
yearDayIndex: number;
|
|
2941
2941
|
|
|
2942
2942
|
/**
|
|
2943
2943
|
* This field shall indicate the user ID.
|
|
2944
2944
|
*
|
|
2945
|
-
* @see {@link MatterSpecification.
|
|
2945
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.11.2
|
|
2946
2946
|
*/
|
|
2947
2947
|
userIndex: number;
|
|
2948
2948
|
}
|
|
@@ -2953,7 +2953,7 @@ export declare namespace DoorLock {
|
|
|
2953
2953
|
*
|
|
2954
2954
|
* Return status shall be one of the following values:
|
|
2955
2955
|
*
|
|
2956
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12
|
|
2957
2957
|
*/
|
|
2958
2958
|
export class SetHolidayScheduleRequest {
|
|
2959
2959
|
constructor(values?: Partial<SetHolidayScheduleRequest>);
|
|
@@ -2961,7 +2961,7 @@ export declare namespace DoorLock {
|
|
|
2961
2961
|
/**
|
|
2962
2962
|
* This field shall indicate the index of the Holiday schedule.
|
|
2963
2963
|
*
|
|
2964
|
-
* @see {@link MatterSpecification.
|
|
2964
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12.1
|
|
2965
2965
|
*/
|
|
2966
2966
|
holidayIndex: number;
|
|
2967
2967
|
|
|
@@ -2969,7 +2969,7 @@ export declare namespace DoorLock {
|
|
|
2969
2969
|
* This field shall indicate the starting time for the Holiday Day schedule in Epoch Time in Seconds with local
|
|
2970
2970
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
2971
2971
|
*
|
|
2972
|
-
* @see {@link MatterSpecification.
|
|
2972
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12.2
|
|
2973
2973
|
*/
|
|
2974
2974
|
localStartTime: number;
|
|
2975
2975
|
|
|
@@ -2978,14 +2978,14 @@ export declare namespace DoorLock {
|
|
|
2978
2978
|
* time offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime
|
|
2979
2979
|
* shall be greater than LocalStartTime.
|
|
2980
2980
|
*
|
|
2981
|
-
* @see {@link MatterSpecification.
|
|
2981
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12.3
|
|
2982
2982
|
*/
|
|
2983
2983
|
localEndTime: number;
|
|
2984
2984
|
|
|
2985
2985
|
/**
|
|
2986
2986
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time.
|
|
2987
2987
|
*
|
|
2988
|
-
* @see {@link MatterSpecification.
|
|
2988
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.12.4
|
|
2989
2989
|
*/
|
|
2990
2990
|
operatingMode: OperatingMode;
|
|
2991
2991
|
}
|
|
@@ -2993,7 +2993,7 @@ export declare namespace DoorLock {
|
|
|
2993
2993
|
/**
|
|
2994
2994
|
* Get the holiday schedule for the specified index.
|
|
2995
2995
|
*
|
|
2996
|
-
* @see {@link MatterSpecification.
|
|
2996
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.13
|
|
2997
2997
|
*/
|
|
2998
2998
|
export class GetHolidayScheduleRequest {
|
|
2999
2999
|
constructor(values?: Partial<GetHolidayScheduleRequest>);
|
|
@@ -3003,7 +3003,7 @@ export declare namespace DoorLock {
|
|
|
3003
3003
|
/**
|
|
3004
3004
|
* Returns the Holiday Schedule Entry for the specified Holiday ID.
|
|
3005
3005
|
*
|
|
3006
|
-
* @see {@link MatterSpecification.
|
|
3006
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14
|
|
3007
3007
|
*/
|
|
3008
3008
|
export class GetHolidayScheduleResponse {
|
|
3009
3009
|
constructor(values?: Partial<GetHolidayScheduleResponse>);
|
|
@@ -3011,7 +3011,7 @@ export declare namespace DoorLock {
|
|
|
3011
3011
|
/**
|
|
3012
3012
|
* This field shall indicate the index of the Holiday schedule.
|
|
3013
3013
|
*
|
|
3014
|
-
* @see {@link MatterSpecification.
|
|
3014
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14.1
|
|
3015
3015
|
*/
|
|
3016
3016
|
holidayIndex: number;
|
|
3017
3017
|
|
|
@@ -3030,7 +3030,7 @@ export declare namespace DoorLock {
|
|
|
3030
3030
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
3031
3031
|
* values, only the fields up to the status field shall be present.
|
|
3032
3032
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14.2
|
|
3034
3034
|
*/
|
|
3035
3035
|
status: Status;
|
|
3036
3036
|
|
|
@@ -3039,7 +3039,7 @@ export declare namespace DoorLock {
|
|
|
3039
3039
|
* offset based on the local timezone and DST offset on the day represented by the value. This shall be null if
|
|
3040
3040
|
* the schedule is not set for the HolidayIndex provided.
|
|
3041
3041
|
*
|
|
3042
|
-
* @see {@link MatterSpecification.
|
|
3042
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14.3
|
|
3043
3043
|
*/
|
|
3044
3044
|
localStartTime?: number | null;
|
|
3045
3045
|
|
|
@@ -3048,7 +3048,7 @@ export declare namespace DoorLock {
|
|
|
3048
3048
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
3049
3049
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the HolidayIndex provided.
|
|
3050
3050
|
*
|
|
3051
|
-
* @see {@link MatterSpecification.
|
|
3051
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14.4
|
|
3052
3052
|
*/
|
|
3053
3053
|
localEndTime?: number | null;
|
|
3054
3054
|
|
|
@@ -3056,7 +3056,7 @@ export declare namespace DoorLock {
|
|
|
3056
3056
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time. This shall
|
|
3057
3057
|
* be null if the schedule is not set for the HolidayIndex provided.
|
|
3058
3058
|
*
|
|
3059
|
-
* @see {@link MatterSpecification.
|
|
3059
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.14.5
|
|
3060
3060
|
*/
|
|
3061
3061
|
operatingMode?: OperatingMode | null;
|
|
3062
3062
|
}
|
|
@@ -3064,7 +3064,7 @@ export declare namespace DoorLock {
|
|
|
3064
3064
|
/**
|
|
3065
3065
|
* Clears the holiday schedule or all holiday schedules.
|
|
3066
3066
|
*
|
|
3067
|
-
* @see {@link MatterSpecification.
|
|
3067
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.15
|
|
3068
3068
|
*/
|
|
3069
3069
|
export class ClearHolidayScheduleRequest {
|
|
3070
3070
|
constructor(values?: Partial<ClearHolidayScheduleRequest>);
|
|
@@ -3072,7 +3072,7 @@ export declare namespace DoorLock {
|
|
|
3072
3072
|
/**
|
|
3073
3073
|
* This field shall indicate the Holiday schedule index to clear or 0xFE to clear all Holiday schedules.
|
|
3074
3074
|
*
|
|
3075
|
-
* @see {@link MatterSpecification.
|
|
3075
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.15.1
|
|
3076
3076
|
*/
|
|
3077
3077
|
holidayIndex: number;
|
|
3078
3078
|
}
|
|
@@ -3081,7 +3081,7 @@ export declare namespace DoorLock {
|
|
|
3081
3081
|
* This command allows communicating an Aliro Reader configuration, as defined in [[Aliro]](#ref_Aliro), to the
|
|
3082
3082
|
* lock.
|
|
3083
3083
|
*
|
|
3084
|
-
* @see {@link MatterSpecification.
|
|
3084
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26
|
|
3085
3085
|
*/
|
|
3086
3086
|
export class SetAliroReaderConfigRequest {
|
|
3087
3087
|
constructor(values?: Partial<SetAliroReaderConfigRequest>);
|
|
@@ -3089,7 +3089,7 @@ export declare namespace DoorLock {
|
|
|
3089
3089
|
/**
|
|
3090
3090
|
* This field shall indicate the signing key component of the Reader's key pair.
|
|
3091
3091
|
*
|
|
3092
|
-
* @see {@link MatterSpecification.
|
|
3092
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26.1
|
|
3093
3093
|
*/
|
|
3094
3094
|
signingKey: Bytes;
|
|
3095
3095
|
|
|
@@ -3097,21 +3097,21 @@ export declare namespace DoorLock {
|
|
|
3097
3097
|
* This field shall indicate the verification key component of the Reader's key pair. This shall be an
|
|
3098
3098
|
* uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
|
|
3099
3099
|
*
|
|
3100
|
-
* @see {@link MatterSpecification.
|
|
3100
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26.2
|
|
3101
3101
|
*/
|
|
3102
3102
|
verificationKey: Bytes;
|
|
3103
3103
|
|
|
3104
3104
|
/**
|
|
3105
3105
|
* This field shall indicate the reader group identifier for the lock.
|
|
3106
3106
|
*
|
|
3107
|
-
* @see {@link MatterSpecification.
|
|
3107
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26.3
|
|
3108
3108
|
*/
|
|
3109
3109
|
groupIdentifier: Bytes;
|
|
3110
3110
|
|
|
3111
3111
|
/**
|
|
3112
3112
|
* This field shall indicate the group resolving key for the lock.
|
|
3113
3113
|
*
|
|
3114
|
-
* @see {@link MatterSpecification.
|
|
3114
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.26.4
|
|
3115
3115
|
*/
|
|
3116
3116
|
groupResolvingKey?: Bytes;
|
|
3117
3117
|
}
|
|
@@ -3126,7 +3126,7 @@ export declare namespace DoorLock {
|
|
|
3126
3126
|
* > NOTE: If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the auto
|
|
3127
3127
|
* relock time has expired.
|
|
3128
3128
|
*
|
|
3129
|
-
* @see {@link MatterSpecification.
|
|
3129
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.25
|
|
3130
3130
|
*/
|
|
3131
3131
|
export class UnboltDoorRequest {
|
|
3132
3132
|
constructor(values?: Partial<UnboltDoorRequest>);
|
|
@@ -3134,7 +3134,7 @@ export declare namespace DoorLock {
|
|
|
3134
3134
|
/**
|
|
3135
3135
|
* See Section 5.2.10.1.1, "PINCode Field".
|
|
3136
3136
|
*
|
|
3137
|
-
* @see {@link MatterSpecification.
|
|
3137
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.10.25.1
|
|
3138
3138
|
*/
|
|
3139
3139
|
pinCode?: Bytes;
|
|
3140
3140
|
}
|
|
@@ -3143,7 +3143,7 @@ export declare namespace DoorLock {
|
|
|
3143
3143
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door lock.
|
|
3144
3144
|
* The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
3145
3145
|
*
|
|
3146
|
-
* @see {@link MatterSpecification.
|
|
3146
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.1
|
|
3147
3147
|
*/
|
|
3148
3148
|
export class DoorLockAlarmEvent {
|
|
3149
3149
|
constructor(values?: Partial<DoorLockAlarmEvent>);
|
|
@@ -3151,7 +3151,7 @@ export declare namespace DoorLock {
|
|
|
3151
3151
|
/**
|
|
3152
3152
|
* This field shall indicate the alarm code of the event that has happened.
|
|
3153
3153
|
*
|
|
3154
|
-
* @see {@link MatterSpecification.
|
|
3154
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.1.1
|
|
3155
3155
|
*/
|
|
3156
3156
|
alarmCode: AlarmCode;
|
|
3157
3157
|
}
|
|
@@ -3181,7 +3181,7 @@ export declare namespace DoorLock {
|
|
|
3181
3181
|
*
|
|
3182
3182
|
* - may generate a LockOperation event of LockOperationType Unlatch when it is actuated from the inside.
|
|
3183
3183
|
*
|
|
3184
|
-
* @see {@link MatterSpecification.
|
|
3184
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3
|
|
3185
3185
|
*/
|
|
3186
3186
|
export class LockOperationEvent {
|
|
3187
3187
|
constructor(values?: Partial<LockOperationEvent>);
|
|
@@ -3189,14 +3189,14 @@ export declare namespace DoorLock {
|
|
|
3189
3189
|
/**
|
|
3190
3190
|
* This field shall indicate the type of the lock operation that was performed.
|
|
3191
3191
|
*
|
|
3192
|
-
* @see {@link MatterSpecification.
|
|
3192
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.1
|
|
3193
3193
|
*/
|
|
3194
3194
|
lockOperationType: LockOperationType;
|
|
3195
3195
|
|
|
3196
3196
|
/**
|
|
3197
3197
|
* This field shall indicate the source of the lock operation that was performed.
|
|
3198
3198
|
*
|
|
3199
|
-
* @see {@link MatterSpecification.
|
|
3199
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.2
|
|
3200
3200
|
*/
|
|
3201
3201
|
operationSource: OperationSource;
|
|
3202
3202
|
|
|
@@ -3205,7 +3205,7 @@ export declare namespace DoorLock {
|
|
|
3205
3205
|
* user index that can be determined for the given operation source. This shall NOT be null if a user index can
|
|
3206
3206
|
* be determined. In particular, this shall NOT be null if the operation was associated with a valid credential.
|
|
3207
3207
|
*
|
|
3208
|
-
* @see {@link MatterSpecification.
|
|
3208
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.3
|
|
3209
3209
|
*/
|
|
3210
3210
|
userIndex: number | null;
|
|
3211
3211
|
|
|
@@ -3214,7 +3214,7 @@ export declare namespace DoorLock {
|
|
|
3214
3214
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
3215
3215
|
* the operation source is "Remote".
|
|
3216
3216
|
*
|
|
3217
|
-
* @see {@link MatterSpecification.
|
|
3217
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.4
|
|
3218
3218
|
*/
|
|
3219
3219
|
fabricIndex: FabricIndex | null;
|
|
3220
3220
|
|
|
@@ -3223,7 +3223,7 @@ export declare namespace DoorLock {
|
|
|
3223
3223
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
3224
3224
|
* is "Remote".
|
|
3225
3225
|
*
|
|
3226
|
-
* @see {@link MatterSpecification.
|
|
3226
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.5
|
|
3227
3227
|
*/
|
|
3228
3228
|
sourceNode: NodeId | null;
|
|
3229
3229
|
|
|
@@ -3231,7 +3231,7 @@ export declare namespace DoorLock {
|
|
|
3231
3231
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
3232
3232
|
* if no credentials were involved.
|
|
3233
3233
|
*
|
|
3234
|
-
* @see {@link MatterSpecification.
|
|
3234
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.3.6
|
|
3235
3235
|
*/
|
|
3236
3236
|
credentials?: Credential[] | null;
|
|
3237
3237
|
}
|
|
@@ -3239,7 +3239,7 @@ export declare namespace DoorLock {
|
|
|
3239
3239
|
/**
|
|
3240
3240
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various reasons.
|
|
3241
3241
|
*
|
|
3242
|
-
* @see {@link MatterSpecification.
|
|
3242
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4
|
|
3243
3243
|
*/
|
|
3244
3244
|
export class LockOperationErrorEvent {
|
|
3245
3245
|
constructor(values?: Partial<LockOperationErrorEvent>);
|
|
@@ -3247,21 +3247,21 @@ export declare namespace DoorLock {
|
|
|
3247
3247
|
/**
|
|
3248
3248
|
* This field shall indicate the type of the lock operation that was performed.
|
|
3249
3249
|
*
|
|
3250
|
-
* @see {@link MatterSpecification.
|
|
3250
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.1
|
|
3251
3251
|
*/
|
|
3252
3252
|
lockOperationType: LockOperationType;
|
|
3253
3253
|
|
|
3254
3254
|
/**
|
|
3255
3255
|
* This field shall indicate the source of the lock operation that was performed.
|
|
3256
3256
|
*
|
|
3257
|
-
* @see {@link MatterSpecification.
|
|
3257
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.2
|
|
3258
3258
|
*/
|
|
3259
3259
|
operationSource: OperationSource;
|
|
3260
3260
|
|
|
3261
3261
|
/**
|
|
3262
3262
|
* This field shall indicate the lock operation error triggered when the operation was performed.
|
|
3263
3263
|
*
|
|
3264
|
-
* @see {@link MatterSpecification.
|
|
3264
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.3
|
|
3265
3265
|
*/
|
|
3266
3266
|
operationError: OperationError;
|
|
3267
3267
|
|
|
@@ -3269,7 +3269,7 @@ export declare namespace DoorLock {
|
|
|
3269
3269
|
* This field shall indicate the lock UserIndex who performed the lock operation. This shall be null if there is
|
|
3270
3270
|
* no user id that can be determined for the given operation source.
|
|
3271
3271
|
*
|
|
3272
|
-
* @see {@link MatterSpecification.
|
|
3272
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.4
|
|
3273
3273
|
*/
|
|
3274
3274
|
userIndex: number | null;
|
|
3275
3275
|
|
|
@@ -3278,7 +3278,7 @@ export declare namespace DoorLock {
|
|
|
3278
3278
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
3279
3279
|
* the operation source is "Remote".
|
|
3280
3280
|
*
|
|
3281
|
-
* @see {@link MatterSpecification.
|
|
3281
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.5
|
|
3282
3282
|
*/
|
|
3283
3283
|
fabricIndex: FabricIndex | null;
|
|
3284
3284
|
|
|
@@ -3287,7 +3287,7 @@ export declare namespace DoorLock {
|
|
|
3287
3287
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
3288
3288
|
* is "Remote".
|
|
3289
3289
|
*
|
|
3290
|
-
* @see {@link MatterSpecification.
|
|
3290
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.6
|
|
3291
3291
|
*/
|
|
3292
3292
|
sourceNode: NodeId | null;
|
|
3293
3293
|
|
|
@@ -3295,7 +3295,7 @@ export declare namespace DoorLock {
|
|
|
3295
3295
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
3296
3296
|
* if no credentials were involved.
|
|
3297
3297
|
*
|
|
3298
|
-
* @see {@link MatterSpecification.
|
|
3298
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.4.7
|
|
3299
3299
|
*/
|
|
3300
3300
|
credentials?: Credential[] | null;
|
|
3301
3301
|
}
|
|
@@ -3303,7 +3303,7 @@ export declare namespace DoorLock {
|
|
|
3303
3303
|
/**
|
|
3304
3304
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
3305
3305
|
*
|
|
3306
|
-
* @see {@link MatterSpecification.
|
|
3306
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.2
|
|
3307
3307
|
*/
|
|
3308
3308
|
export class DoorStateChangeEvent {
|
|
3309
3309
|
constructor(values?: Partial<DoorStateChangeEvent>);
|
|
@@ -3311,7 +3311,7 @@ export declare namespace DoorLock {
|
|
|
3311
3311
|
/**
|
|
3312
3312
|
* This field shall indicate the new door state for this door event.
|
|
3313
3313
|
*
|
|
3314
|
-
* @see {@link MatterSpecification.
|
|
3314
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.2.1
|
|
3315
3315
|
*/
|
|
3316
3316
|
doorState: DoorState;
|
|
3317
3317
|
}
|
|
@@ -3320,7 +3320,7 @@ export declare namespace DoorLock {
|
|
|
3320
3320
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change has
|
|
3321
3321
|
* occurred.
|
|
3322
3322
|
*
|
|
3323
|
-
* @see {@link MatterSpecification.
|
|
3323
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5
|
|
3324
3324
|
*/
|
|
3325
3325
|
export class LockUserChangeEvent {
|
|
3326
3326
|
constructor(values?: Partial<LockUserChangeEvent>);
|
|
@@ -3328,21 +3328,21 @@ export declare namespace DoorLock {
|
|
|
3328
3328
|
/**
|
|
3329
3329
|
* This field shall indicate the lock data type that was changed.
|
|
3330
3330
|
*
|
|
3331
|
-
* @see {@link MatterSpecification.
|
|
3331
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.1
|
|
3332
3332
|
*/
|
|
3333
3333
|
lockDataType: LockDataType;
|
|
3334
3334
|
|
|
3335
3335
|
/**
|
|
3336
3336
|
* This field shall indicate the data operation performed on the lock data type changed.
|
|
3337
3337
|
*
|
|
3338
|
-
* @see {@link MatterSpecification.
|
|
3338
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.2
|
|
3339
3339
|
*/
|
|
3340
3340
|
dataOperationType: DataOperationType;
|
|
3341
3341
|
|
|
3342
3342
|
/**
|
|
3343
3343
|
* This field shall indicate the source of the user data change.
|
|
3344
3344
|
*
|
|
3345
|
-
* @see {@link MatterSpecification.
|
|
3345
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.3
|
|
3346
3346
|
*/
|
|
3347
3347
|
operationSource: OperationSource;
|
|
3348
3348
|
|
|
@@ -3351,7 +3351,7 @@ export declare namespace DoorLock {
|
|
|
3351
3351
|
* is no specific user associated with the data operation. This shall be 0xFFFE if all users are affected (e.g.
|
|
3352
3352
|
* Clear Users).
|
|
3353
3353
|
*
|
|
3354
|
-
* @see {@link MatterSpecification.
|
|
3354
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.4
|
|
3355
3355
|
*/
|
|
3356
3356
|
userIndex: number | null;
|
|
3357
3357
|
|
|
@@ -3360,7 +3360,7 @@ export declare namespace DoorLock {
|
|
|
3360
3360
|
* null if there is no fabric that can be determined to have caused the change. This shall NOT be null if the
|
|
3361
3361
|
* operation source is "Remote".
|
|
3362
3362
|
*
|
|
3363
|
-
* @see {@link MatterSpecification.
|
|
3363
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.5
|
|
3364
3364
|
*/
|
|
3365
3365
|
fabricIndex: FabricIndex | null;
|
|
3366
3366
|
|
|
@@ -3369,7 +3369,7 @@ export declare namespace DoorLock {
|
|
|
3369
3369
|
* performed the change. This shall be null if there was no Node involved in the change. This shall NOT be null
|
|
3370
3370
|
* if the operation source is "Remote".
|
|
3371
3371
|
*
|
|
3372
|
-
* @see {@link MatterSpecification.
|
|
3372
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.6
|
|
3373
3373
|
*/
|
|
3374
3374
|
sourceNode: NodeId | null;
|
|
3375
3375
|
|
|
@@ -3379,7 +3379,7 @@ export declare namespace DoorLock {
|
|
|
3379
3379
|
* list that can be indexed into (e.g. ProgrammingUser). This shall be 0xFFFE if all indices are affected (e.g.
|
|
3380
3380
|
* ClearPINCode, ClearRFIDCode, ClearWeekDaySchedule, ClearYearDaySchedule, etc.).
|
|
3381
3381
|
*
|
|
3382
|
-
* @see {@link MatterSpecification.
|
|
3382
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.11.5.7
|
|
3383
3383
|
*/
|
|
3384
3384
|
dataIndex: number | null;
|
|
3385
3385
|
}
|
|
@@ -3387,7 +3387,7 @@ export declare namespace DoorLock {
|
|
|
3387
3387
|
/**
|
|
3388
3388
|
* This bitmap shall indicate the days of the week the Week Day schedule applies for.
|
|
3389
3389
|
*
|
|
3390
|
-
* @see {@link MatterSpecification.
|
|
3390
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.1
|
|
3391
3391
|
*/
|
|
3392
3392
|
export class DaysMask {
|
|
3393
3393
|
constructor(values?: Partial<DaysMask> | number);
|
|
@@ -3429,7 +3429,7 @@ export declare namespace DoorLock {
|
|
|
3429
3429
|
}
|
|
3430
3430
|
|
|
3431
3431
|
/**
|
|
3432
|
-
* @see {@link MatterSpecification.
|
|
3432
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.6
|
|
3433
3433
|
*/
|
|
3434
3434
|
export class AlarmMask {
|
|
3435
3435
|
constructor(values?: Partial<AlarmMask> | number);
|
|
@@ -3468,7 +3468,7 @@ export declare namespace DoorLock {
|
|
|
3468
3468
|
/**
|
|
3469
3469
|
* This enumeration shall indicate the alarm type.
|
|
3470
3470
|
*
|
|
3471
|
-
* @see {@link MatterSpecification.
|
|
3471
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.7
|
|
3472
3472
|
*/
|
|
3473
3473
|
export enum AlarmCode {
|
|
3474
3474
|
/**
|
|
@@ -3515,7 +3515,7 @@ export declare namespace DoorLock {
|
|
|
3515
3515
|
/**
|
|
3516
3516
|
* This enumeration shall indicate the credential rule that can be applied to a particular user.
|
|
3517
3517
|
*
|
|
3518
|
-
* @see {@link MatterSpecification.
|
|
3518
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.8
|
|
3519
3519
|
*/
|
|
3520
3520
|
export enum CredentialRule {
|
|
3521
3521
|
/**
|
|
@@ -3537,7 +3537,7 @@ export declare namespace DoorLock {
|
|
|
3537
3537
|
/**
|
|
3538
3538
|
* This enumeration shall indicate the credential type.
|
|
3539
3539
|
*
|
|
3540
|
-
* @see {@link MatterSpecification.
|
|
3540
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.9
|
|
3541
3541
|
*/
|
|
3542
3542
|
export enum CredentialType {
|
|
3543
3543
|
/**
|
|
@@ -3606,7 +3606,7 @@ export declare namespace DoorLock {
|
|
|
3606
3606
|
* created, the credential associated with the changes in the LockOperation events shall be the
|
|
3607
3607
|
* AliroCredentialIssuerKey credential used for the step-up.
|
|
3608
3608
|
*
|
|
3609
|
-
* @see {@link MatterSpecification.
|
|
3609
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.9.1
|
|
3610
3610
|
*/
|
|
3611
3611
|
AliroCredentialIssuerKey = 6,
|
|
3612
3612
|
|
|
@@ -3616,7 +3616,7 @@ export declare namespace DoorLock {
|
|
|
3616
3616
|
* Credentials of this type shall be 65-byte uncompressed elliptic curve public keys as defined in section 2.3.3
|
|
3617
3617
|
* of SEC 1.
|
|
3618
3618
|
*
|
|
3619
|
-
* @see {@link MatterSpecification.
|
|
3619
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.9.2
|
|
3620
3620
|
*/
|
|
3621
3621
|
AliroEvictableEndpointKey = 7,
|
|
3622
3622
|
|
|
@@ -3627,7 +3627,7 @@ export declare namespace DoorLock {
|
|
|
3627
3627
|
* Credentials of this type shall be 65-byte uncompressed elliptic curve public keys as defined in section 2.3.3
|
|
3628
3628
|
* of SEC 1.
|
|
3629
3629
|
*
|
|
3630
|
-
* @see {@link MatterSpecification.
|
|
3630
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.9.3
|
|
3631
3631
|
*/
|
|
3632
3632
|
AliroNonEvictableEndpointKey = 8
|
|
3633
3633
|
}
|
|
@@ -3635,7 +3635,7 @@ export declare namespace DoorLock {
|
|
|
3635
3635
|
/**
|
|
3636
3636
|
* This enumeration shall indicate the data operation performed.
|
|
3637
3637
|
*
|
|
3638
|
-
* @see {@link MatterSpecification.
|
|
3638
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.10
|
|
3639
3639
|
*/
|
|
3640
3640
|
export enum DataOperationType {
|
|
3641
3641
|
/**
|
|
@@ -3657,7 +3657,7 @@ export declare namespace DoorLock {
|
|
|
3657
3657
|
/**
|
|
3658
3658
|
* This enumeration shall indicate the data type that is being or has changed.
|
|
3659
3659
|
*
|
|
3660
|
-
* @see {@link MatterSpecification.
|
|
3660
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.12
|
|
3661
3661
|
*/
|
|
3662
3662
|
export enum LockDataType {
|
|
3663
3663
|
/**
|
|
@@ -3734,7 +3734,7 @@ export declare namespace DoorLock {
|
|
|
3734
3734
|
/**
|
|
3735
3735
|
* This enumeration shall indicate the type of Lock operation performed.
|
|
3736
3736
|
*
|
|
3737
|
-
* @see {@link MatterSpecification.
|
|
3737
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.13
|
|
3738
3738
|
*/
|
|
3739
3739
|
export enum LockOperationType {
|
|
3740
3740
|
/**
|
|
@@ -3766,7 +3766,7 @@ export declare namespace DoorLock {
|
|
|
3766
3766
|
/**
|
|
3767
3767
|
* This enumeration shall indicate the error cause of the Lock/Unlock operation performed.
|
|
3768
3768
|
*
|
|
3769
|
-
* @see {@link MatterSpecification.
|
|
3769
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.14
|
|
3770
3770
|
*/
|
|
3771
3771
|
export enum OperationError {
|
|
3772
3772
|
/**
|
|
@@ -3798,7 +3798,7 @@ export declare namespace DoorLock {
|
|
|
3798
3798
|
/**
|
|
3799
3799
|
* This enumeration shall indicate the source of the Lock/Unlock or user change operation performed.
|
|
3800
3800
|
*
|
|
3801
|
-
* @see {@link MatterSpecification.
|
|
3801
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.16
|
|
3802
3802
|
*/
|
|
3803
3803
|
export enum OperationSource {
|
|
3804
3804
|
/**
|
|
@@ -3861,7 +3861,7 @@ export declare namespace DoorLock {
|
|
|
3861
3861
|
/**
|
|
3862
3862
|
* This enumeration shall indicate what the status is for a specific user ID.
|
|
3863
3863
|
*
|
|
3864
|
-
* @see {@link MatterSpecification.
|
|
3864
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.17
|
|
3865
3865
|
*/
|
|
3866
3866
|
export enum UserStatus {
|
|
3867
3867
|
/**
|
|
@@ -3883,7 +3883,7 @@ export declare namespace DoorLock {
|
|
|
3883
3883
|
/**
|
|
3884
3884
|
* This enumeration shall indicate what the type is for a specific user ID.
|
|
3885
3885
|
*
|
|
3886
|
-
* @see {@link MatterSpecification.
|
|
3886
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18
|
|
3887
3887
|
*/
|
|
3888
3888
|
export enum UserType {
|
|
3889
3889
|
/**
|
|
@@ -3891,7 +3891,7 @@ export declare namespace DoorLock {
|
|
|
3891
3891
|
*
|
|
3892
3892
|
* This value shall indicate the user has access 24/7 provided proper PIN or RFID is supplied (e.g., owner).
|
|
3893
3893
|
*
|
|
3894
|
-
* @see {@link MatterSpecification.
|
|
3894
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.1
|
|
3895
3895
|
*/
|
|
3896
3896
|
UnrestrictedUser = 0,
|
|
3897
3897
|
|
|
@@ -3908,7 +3908,7 @@ export declare namespace DoorLock {
|
|
|
3908
3908
|
* falls within at least one of the YearDaySchedules. If current time is not known, user access shall NOT be
|
|
3909
3909
|
* granted.
|
|
3910
3910
|
*
|
|
3911
|
-
* @see {@link MatterSpecification.
|
|
3911
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.2
|
|
3912
3912
|
*/
|
|
3913
3913
|
YearDayScheduleUser = 1,
|
|
3914
3914
|
|
|
@@ -3926,7 +3926,7 @@ export declare namespace DoorLock {
|
|
|
3926
3926
|
* falls within at least one of the WeekDaySchedules. If current time is not known, user access shall NOT be
|
|
3927
3927
|
* granted.
|
|
3928
3928
|
*
|
|
3929
|
-
* @see {@link MatterSpecification.
|
|
3929
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.3
|
|
3930
3930
|
*/
|
|
3931
3931
|
WeekDayScheduleUser = 2,
|
|
3932
3932
|
|
|
@@ -3937,7 +3937,7 @@ export declare namespace DoorLock {
|
|
|
3937
3937
|
* manage the users and user schedules. In all other respects this user matches the unrestricted (default) user.
|
|
3938
3938
|
* ProgrammingUser is the only user that can disable the user interface (keypad, remote, etc…).
|
|
3939
3939
|
*
|
|
3940
|
-
* @see {@link MatterSpecification.
|
|
3940
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.4
|
|
3941
3941
|
*/
|
|
3942
3942
|
ProgrammingUser = 3,
|
|
3943
3943
|
|
|
@@ -3947,7 +3947,7 @@ export declare namespace DoorLock {
|
|
|
3947
3947
|
* This value shall indicate the user is recognized by the lock but does not have the ability to open the lock.
|
|
3948
3948
|
* This user will only cause the lock to generate the appropriate event notification to any bound devices.
|
|
3949
3949
|
*
|
|
3950
|
-
* @see {@link MatterSpecification.
|
|
3950
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.5
|
|
3951
3951
|
*/
|
|
3952
3952
|
NonAccessUser = 4,
|
|
3953
3953
|
|
|
@@ -3958,7 +3958,7 @@ export declare namespace DoorLock {
|
|
|
3958
3958
|
* ForcedUser silent alarm will be emitted to allow a notified Node to alert emergency services or contacts on
|
|
3959
3959
|
* the user account when used.
|
|
3960
3960
|
*
|
|
3961
|
-
* @see {@link MatterSpecification.
|
|
3961
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.6
|
|
3962
3962
|
*/
|
|
3963
3963
|
ForcedUser = 5,
|
|
3964
3964
|
|
|
@@ -3968,7 +3968,7 @@ export declare namespace DoorLock {
|
|
|
3968
3968
|
* This value shall indicate the user has the ability to open lock once after which the lock shall change the
|
|
3969
3969
|
* corresponding user record UserStatus value to OccupiedDisabled automatically.
|
|
3970
3970
|
*
|
|
3971
|
-
* @see {@link MatterSpecification.
|
|
3971
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.7
|
|
3972
3972
|
*/
|
|
3973
3973
|
DisposableUser = 6,
|
|
3974
3974
|
|
|
@@ -3980,7 +3980,7 @@ export declare namespace DoorLock {
|
|
|
3980
3980
|
* minutes the corresponding user record UserStatus value shall be set to OccupiedDisabled automatically by the
|
|
3981
3981
|
* lock. The lock shall persist the timeout across reboots such that the ExpiringUserTimeout is honored.
|
|
3982
3982
|
*
|
|
3983
|
-
* @see {@link MatterSpecification.
|
|
3983
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.8
|
|
3984
3984
|
*/
|
|
3985
3985
|
ExpiringUser = 7,
|
|
3986
3986
|
|
|
@@ -4003,7 +4003,7 @@ export declare namespace DoorLock {
|
|
|
4003
4003
|
* granted if and only if the current time falls within at least one of the WeekDaySchedules AND the current
|
|
4004
4004
|
* time falls within at least one of the YearDaySchedules.
|
|
4005
4005
|
*
|
|
4006
|
-
* @see {@link MatterSpecification.
|
|
4006
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.9
|
|
4007
4007
|
*/
|
|
4008
4008
|
ScheduleRestrictedUser = 8,
|
|
4009
4009
|
|
|
@@ -4015,13 +4015,13 @@ export declare namespace DoorLock {
|
|
|
4015
4015
|
* prevent a PIN code credential created for them from being used at the keypad. The PIN code credential would
|
|
4016
4016
|
* only be provided over-the-air for the lock/unlock commands.
|
|
4017
4017
|
*
|
|
4018
|
-
* @see {@link MatterSpecification.
|
|
4018
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.18.10
|
|
4019
4019
|
*/
|
|
4020
4020
|
RemoteOnlyUser = 9
|
|
4021
4021
|
}
|
|
4022
4022
|
|
|
4023
4023
|
/**
|
|
4024
|
-
* @see {@link MatterSpecification.
|
|
4024
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.23
|
|
4025
4025
|
*/
|
|
4026
4026
|
export enum EventType {
|
|
4027
4027
|
/**
|
|
@@ -4044,7 +4044,7 @@ export declare namespace DoorLock {
|
|
|
4044
4044
|
* This struct shall indicate the credential types and their corresponding indices (if any) for the event or user
|
|
4045
4045
|
* record.
|
|
4046
4046
|
*
|
|
4047
|
-
* @see {@link MatterSpecification.
|
|
4047
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.24
|
|
4048
4048
|
*/
|
|
4049
4049
|
export class Credential {
|
|
4050
4050
|
constructor(values?: Partial<Credential>);
|
|
@@ -4052,7 +4052,7 @@ export declare namespace DoorLock {
|
|
|
4052
4052
|
/**
|
|
4053
4053
|
* This field shall indicate the credential field used to authorize the lock operation.
|
|
4054
4054
|
*
|
|
4055
|
-
* @see {@link MatterSpecification.
|
|
4055
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.24.1
|
|
4056
4056
|
*/
|
|
4057
4057
|
credentialType: CredentialType;
|
|
4058
4058
|
|
|
@@ -4061,13 +4061,13 @@ export declare namespace DoorLock {
|
|
|
4061
4061
|
* list of credentials identified by CredentialType (e.g. PIN, RFID, etc.). This field shall be set to 0 if
|
|
4062
4062
|
* CredentialType is ProgrammingPIN or does not correspond to a list that can be indexed into.
|
|
4063
4063
|
*
|
|
4064
|
-
* @see {@link MatterSpecification.
|
|
4064
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.6.24.2
|
|
4065
4065
|
*/
|
|
4066
4066
|
credentialIndex: number;
|
|
4067
4067
|
}
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
|
-
* @see {@link MatterSpecification.
|
|
4070
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.7.1
|
|
4071
4071
|
*/
|
|
4072
4072
|
export enum StatusCode {
|
|
4073
4073
|
/**
|
|
@@ -4084,7 +4084,7 @@ export declare namespace DoorLock {
|
|
|
4084
4084
|
/**
|
|
4085
4085
|
* Thrown for cluster status code {@link StatusCode.Duplicate}.
|
|
4086
4086
|
*
|
|
4087
|
-
* @see {@link MatterSpecification.
|
|
4087
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.7.1
|
|
4088
4088
|
*/
|
|
4089
4089
|
export class DuplicateError extends StatusResponseError {
|
|
4090
4090
|
constructor(message?: string, code?: Status, clusterCode?: number)
|
|
@@ -4093,7 +4093,7 @@ export declare namespace DoorLock {
|
|
|
4093
4093
|
/**
|
|
4094
4094
|
* Thrown for cluster status code {@link StatusCode.Occupied}.
|
|
4095
4095
|
*
|
|
4096
|
-
* @see {@link MatterSpecification.
|
|
4096
|
+
* @see {@link MatterSpecification.v16.Cluster} § 5.2.7.1
|
|
4097
4097
|
*/
|
|
4098
4098
|
export class OccupiedError extends StatusResponseError {
|
|
4099
4099
|
constructor(message?: string, code?: Status, clusterCode?: number)
|