@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
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 +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +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/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/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 +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +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/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/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 +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- 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/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -32,9 +32,11 @@ var import_BitmapSchema = require("../schema/BitmapSchema.js");
|
|
|
32
32
|
var import_TlvString = require("../tlv/TlvString.js");
|
|
33
33
|
var import_TlvArray = require("../tlv/TlvArray.js");
|
|
34
34
|
var import_FabricIndex = require("../datatype/FabricIndex.js");
|
|
35
|
+
var import_Status = require("../globals/Status.js");
|
|
35
36
|
var import_TlvBoolean = require("../tlv/TlvBoolean.js");
|
|
36
37
|
var import_NodeId = require("../datatype/NodeId.js");
|
|
37
38
|
var import_TlvNoArguments = require("../tlv/TlvNoArguments.js");
|
|
39
|
+
var import_StatusResponseError = require("../common/StatusResponseError.js");
|
|
38
40
|
var import_ClusterType = require("../cluster/ClusterType.js");
|
|
39
41
|
var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
|
|
40
42
|
/**
|
|
@@ -73,7 +75,7 @@ var DoorLock;
|
|
|
73
75
|
/**
|
|
74
76
|
* This field shall indicate the new door state for this door event.
|
|
75
77
|
*
|
|
76
|
-
* @see {@link MatterSpecification.
|
|
78
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.2.1
|
|
77
79
|
*/
|
|
78
80
|
doorState: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
79
81
|
});
|
|
@@ -126,13 +128,13 @@ var DoorLock;
|
|
|
126
128
|
/**
|
|
127
129
|
* This field shall indicate the type of operation.
|
|
128
130
|
*
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.1
|
|
130
132
|
*/
|
|
131
133
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
132
134
|
/**
|
|
133
135
|
* This field shall indicate the user ID.
|
|
134
136
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.2
|
|
136
138
|
*/
|
|
137
139
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
138
140
|
/**
|
|
@@ -146,7 +148,7 @@ var DoorLock;
|
|
|
146
148
|
*
|
|
147
149
|
* If UserName is not null, the UserName in the user record shall be set to the provided value.
|
|
148
150
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.3
|
|
150
152
|
*/
|
|
151
153
|
userName: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
152
154
|
/**
|
|
@@ -163,7 +165,7 @@ var DoorLock;
|
|
|
163
165
|
*
|
|
164
166
|
* If UserUniqueID is not null, the UserUniqueID in the user record shall be set to the provided value.
|
|
165
167
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
168
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.4
|
|
167
169
|
*/
|
|
168
170
|
userUniqueId: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
169
171
|
/**
|
|
@@ -178,7 +180,7 @@ var DoorLock;
|
|
|
178
180
|
*
|
|
179
181
|
* If UserStatus is not null, the UserStatus in the user record shall be set to the provided value.
|
|
180
182
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.5
|
|
182
184
|
*/
|
|
183
185
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
184
186
|
/**
|
|
@@ -193,7 +195,7 @@ var DoorLock;
|
|
|
193
195
|
*
|
|
194
196
|
* If UserType is not null, the UserType in the user record shall be set to the provided value.
|
|
195
197
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.6
|
|
197
199
|
*/
|
|
198
200
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
199
201
|
/**
|
|
@@ -212,7 +214,7 @@ var DoorLock;
|
|
|
212
214
|
*
|
|
213
215
|
* If CredentialRule is not null, the CredentialRule in the user record shall be set to the provided value.
|
|
214
216
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32.7
|
|
216
218
|
*/
|
|
217
219
|
credentialRule: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
218
220
|
});
|
|
@@ -233,7 +235,7 @@ var DoorLock;
|
|
|
233
235
|
/**
|
|
234
236
|
* This field shall indicate the credential field used to authorize the lock operation.
|
|
235
237
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.24.1
|
|
237
239
|
*/
|
|
238
240
|
credentialType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
239
241
|
/**
|
|
@@ -241,7 +243,7 @@ var DoorLock;
|
|
|
241
243
|
* list of credentials identified by CredentialType (e.g. PIN, RFID, etc.). This field shall be set to 0 if
|
|
242
244
|
* CredentialType is ProgrammingPIN or does not correspond to a list that can be indexed into.
|
|
243
245
|
*
|
|
244
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.24.2
|
|
245
247
|
*/
|
|
246
248
|
credentialIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16)
|
|
247
249
|
});
|
|
@@ -249,43 +251,43 @@ var DoorLock;
|
|
|
249
251
|
/**
|
|
250
252
|
* This field shall indicate the user ID.
|
|
251
253
|
*
|
|
252
|
-
* @see {@link MatterSpecification.
|
|
254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.1
|
|
253
255
|
*/
|
|
254
256
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
255
257
|
/**
|
|
256
258
|
* This field shall contain a string to use as a human readable identifier for the user.
|
|
257
259
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.2
|
|
259
261
|
*/
|
|
260
262
|
userName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
261
263
|
/**
|
|
262
264
|
* See UserUniqueID field.
|
|
263
265
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
266
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.3
|
|
265
267
|
*/
|
|
266
268
|
userUniqueId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
267
269
|
/**
|
|
268
270
|
* This field shall indicate the UserStatus assigned to the user when created or modified.
|
|
269
271
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.4
|
|
271
273
|
*/
|
|
272
274
|
userStatus: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
273
275
|
/**
|
|
274
276
|
* This field shall indicate the UserType assigned to this user when created or modified.
|
|
275
277
|
*
|
|
276
|
-
* @see {@link MatterSpecification.
|
|
278
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.5
|
|
277
279
|
*/
|
|
278
280
|
userType: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
279
281
|
/**
|
|
280
282
|
* This field shall indicate the CredentialRule set for this user.
|
|
281
283
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.6
|
|
283
285
|
*/
|
|
284
286
|
credentialRule: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
285
287
|
/**
|
|
286
288
|
* This field shall contain a list of credentials for this user.
|
|
287
289
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.7
|
|
289
291
|
*/
|
|
290
292
|
credentials: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 0 }))),
|
|
291
293
|
/**
|
|
@@ -294,7 +296,7 @@ var DoorLock;
|
|
|
294
296
|
* the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the original creator
|
|
295
297
|
* fabric was deleted.
|
|
296
298
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.8
|
|
298
300
|
*/
|
|
299
301
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(7, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
300
302
|
/**
|
|
@@ -303,7 +305,7 @@ var DoorLock;
|
|
|
303
305
|
* modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the
|
|
304
306
|
* last modifier fabric was deleted.
|
|
305
307
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.9
|
|
307
309
|
*/
|
|
308
310
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(8, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
309
311
|
/**
|
|
@@ -311,7 +313,7 @@ var DoorLock;
|
|
|
311
313
|
* occupied user slots in the database. This shall NOT be null if there is at least one occupied entry after the
|
|
312
314
|
* requested UserIndex in the User database and shall be null if there are no more occupied entries.
|
|
313
315
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.34.10
|
|
315
317
|
*/
|
|
316
318
|
nextUserIndex: (0, import_TlvObject.TlvField)(9, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 })))
|
|
317
319
|
});
|
|
@@ -319,7 +321,7 @@ var DoorLock;
|
|
|
319
321
|
/**
|
|
320
322
|
* This field shall specify a valid User index or 0xFFFE to indicate all user slots shall be cleared.
|
|
321
323
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.35.1
|
|
323
325
|
*/
|
|
324
326
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
325
327
|
});
|
|
@@ -327,14 +329,14 @@ var DoorLock;
|
|
|
327
329
|
/**
|
|
328
330
|
* This field shall indicate the set credential operation type requested.
|
|
329
331
|
*
|
|
330
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.1
|
|
331
333
|
*/
|
|
332
334
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
333
335
|
/**
|
|
334
336
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
335
337
|
* (if applicable or 0 if not) to set.
|
|
336
338
|
*
|
|
337
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.2
|
|
338
340
|
*/
|
|
339
341
|
credential: (0, import_TlvObject.TlvField)(1, DoorLock2.TlvCredential),
|
|
340
342
|
/**
|
|
@@ -342,7 +344,7 @@ var DoorLock;
|
|
|
342
344
|
* of the credential data shall conform to the limits of the CredentialType specified in the Credential
|
|
343
345
|
* structure otherwise an INVALID_COMMAND status shall be returned in the SetCredentialResponse command.
|
|
344
346
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.3
|
|
346
348
|
*/
|
|
347
349
|
credentialData: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString),
|
|
348
350
|
/**
|
|
@@ -350,21 +352,21 @@ var DoorLock;
|
|
|
350
352
|
* modified. This shall be null if OperationType is add and a new credential and user is being added at the same
|
|
351
353
|
* time.
|
|
352
354
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.4
|
|
354
356
|
*/
|
|
355
357
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
356
358
|
/**
|
|
357
359
|
* This field shall indicate the user status to use in the new user record if a new user is being created. This
|
|
358
360
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
359
361
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.5
|
|
361
363
|
*/
|
|
362
364
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
363
365
|
/**
|
|
364
366
|
* This field shall indicate the user type to use in the new user record if a new user is being created. This
|
|
365
367
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
366
368
|
*
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36.6
|
|
368
370
|
*/
|
|
369
371
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
370
372
|
});
|
|
@@ -401,7 +403,7 @@ var DoorLock;
|
|
|
401
403
|
*
|
|
402
404
|
* • INVALID_COMMAND, if OperationType is Modify and UserIndex points to an available slot.
|
|
403
405
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.37.1
|
|
405
407
|
*/
|
|
406
408
|
status: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
407
409
|
/**
|
|
@@ -411,7 +413,7 @@ var DoorLock;
|
|
|
411
413
|
* created. If the OperationType was Add and an existing User was associated with the new credential then this
|
|
412
414
|
* shall be null.
|
|
413
415
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.37.2
|
|
415
417
|
*/
|
|
416
418
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
417
419
|
/**
|
|
@@ -421,7 +423,7 @@ var DoorLock;
|
|
|
421
423
|
* null if there are no more available entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
422
424
|
* number of credentials for a particular credential type.
|
|
423
425
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.37.3
|
|
425
427
|
*/
|
|
426
428
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
427
429
|
});
|
|
@@ -430,7 +432,7 @@ var DoorLock;
|
|
|
430
432
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
431
433
|
* (if applicable or 0 if not) to retrieve the status for.
|
|
432
434
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.38.1
|
|
434
436
|
*/
|
|
435
437
|
credential: (0, import_TlvObject.TlvField)(0, DoorLock2.TlvCredential)
|
|
436
438
|
});
|
|
@@ -439,7 +441,7 @@ var DoorLock;
|
|
|
439
441
|
* This field shall indicate if the requested credential type and index exists and is populated for the
|
|
440
442
|
* requested user index.
|
|
441
443
|
*
|
|
442
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.1
|
|
443
445
|
*/
|
|
444
446
|
credentialExists: (0, import_TlvObject.TlvField)(0, import_TlvBoolean.TlvBoolean),
|
|
445
447
|
/**
|
|
@@ -447,7 +449,7 @@ var DoorLock;
|
|
|
447
449
|
* CredentialType requested was ProgrammingPIN then UserIndex shall be null; otherwise, UserIndex shall be null
|
|
448
450
|
* if CredentialExists is set to False and shall NOT be null if CredentialExists is set to True.
|
|
449
451
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.2
|
|
451
453
|
*/
|
|
452
454
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
453
455
|
/**
|
|
@@ -456,7 +458,7 @@ var DoorLock;
|
|
|
456
458
|
* credential was created outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
457
459
|
* set to 0 if the original creator fabric was deleted.
|
|
458
460
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.3
|
|
460
462
|
*/
|
|
461
463
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
462
464
|
/**
|
|
@@ -465,7 +467,7 @@ var DoorLock;
|
|
|
465
467
|
* credential was modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
466
468
|
* set to 0 if the last modifier fabric was deleted.
|
|
467
469
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.4
|
|
469
471
|
*/
|
|
470
472
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
471
473
|
/**
|
|
@@ -475,7 +477,7 @@ var DoorLock;
|
|
|
475
477
|
* null if there are no more occupied entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
476
478
|
* number of credentials for a particular credential type.
|
|
477
479
|
*
|
|
478
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.5
|
|
479
481
|
*/
|
|
480
482
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
481
483
|
/**
|
|
@@ -494,7 +496,7 @@ var DoorLock;
|
|
|
494
496
|
* > Since the Aliro credentials are public keys, there is no security risk in allowing them to be read.
|
|
495
497
|
* Possession of the credential octet string does not allow operating the lock.
|
|
496
498
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
499
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.39.6
|
|
498
500
|
*/
|
|
499
501
|
credentialData: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString))
|
|
500
502
|
});
|
|
@@ -504,7 +506,7 @@ var DoorLock;
|
|
|
504
506
|
* (0xFFFE for all credentials or 0 if not applicable) to clear. This shall be null if clearing all credential
|
|
505
507
|
* types otherwise it shall NOT be null.
|
|
506
508
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
509
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.40.1
|
|
508
510
|
*/
|
|
509
511
|
credential: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(DoorLock2.TlvCredential))
|
|
510
512
|
});
|
|
@@ -543,19 +545,19 @@ var DoorLock;
|
|
|
543
545
|
/**
|
|
544
546
|
* This field shall indicate the lock data type that was changed.
|
|
545
547
|
*
|
|
546
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.1
|
|
547
549
|
*/
|
|
548
550
|
lockDataType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
549
551
|
/**
|
|
550
552
|
* This field shall indicate the data operation performed on the lock data type changed.
|
|
551
553
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.2
|
|
553
555
|
*/
|
|
554
556
|
dataOperationType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
555
557
|
/**
|
|
556
558
|
* This field shall indicate the source of the user data change.
|
|
557
559
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
560
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.3
|
|
559
561
|
*/
|
|
560
562
|
operationSource: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
561
563
|
/**
|
|
@@ -563,7 +565,7 @@ var DoorLock;
|
|
|
563
565
|
* is no specific user associated with the data operation. This shall be 0xFFFE if all users are affected (e.g.
|
|
564
566
|
* Clear Users).
|
|
565
567
|
*
|
|
566
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.4
|
|
567
569
|
*/
|
|
568
570
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
569
571
|
/**
|
|
@@ -571,7 +573,7 @@ var DoorLock;
|
|
|
571
573
|
* null if there is no fabric that can be determined to have caused the change. This shall NOT be null if the
|
|
572
574
|
* operation source is "Remote".
|
|
573
575
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.5
|
|
575
577
|
*/
|
|
576
578
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
577
579
|
/**
|
|
@@ -579,7 +581,7 @@ var DoorLock;
|
|
|
579
581
|
* performed the change. This shall be null if there was no Node involved in the change. This shall NOT be null
|
|
580
582
|
* if the operation source is "Remote".
|
|
581
583
|
*
|
|
582
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.6
|
|
583
585
|
*/
|
|
584
586
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
585
587
|
/**
|
|
@@ -588,7 +590,7 @@ var DoorLock;
|
|
|
588
590
|
* list that can be indexed into (e.g. ProgrammingUser). This shall be 0xFFFE if all indices are affected (e.g.
|
|
589
591
|
* ClearPINCode, ClearRFIDCode, ClearWeekDaySchedule, ClearYearDaySchedule, etc.).
|
|
590
592
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5.7
|
|
592
594
|
*/
|
|
593
595
|
dataIndex: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
594
596
|
});
|
|
@@ -626,38 +628,38 @@ var DoorLock;
|
|
|
626
628
|
/**
|
|
627
629
|
* This field shall indicate the index of the Week Day schedule.
|
|
628
630
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.1
|
|
630
632
|
*/
|
|
631
633
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
632
634
|
/**
|
|
633
635
|
* This field shall indicate the user ID.
|
|
634
636
|
*
|
|
635
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.2
|
|
636
638
|
*/
|
|
637
639
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
638
640
|
/**
|
|
639
641
|
* This field shall indicate which week days the schedule is active.
|
|
640
642
|
*
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
643
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.3
|
|
642
644
|
*/
|
|
643
645
|
daysMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
644
646
|
/**
|
|
645
647
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
646
648
|
*
|
|
647
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.4
|
|
648
650
|
*/
|
|
649
651
|
startHour: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
650
652
|
/**
|
|
651
653
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
652
654
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.5
|
|
654
656
|
*/
|
|
655
657
|
startMinute: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
656
658
|
/**
|
|
657
659
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
658
660
|
* than StartHour.
|
|
659
661
|
*
|
|
660
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.6
|
|
661
663
|
*/
|
|
662
664
|
endHour: (0, import_TlvObject.TlvField)(5, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
663
665
|
/**
|
|
@@ -667,7 +669,7 @@ var DoorLock;
|
|
|
667
669
|
* If the EndHour is equal to 23 and the EndMinute is equal to 59 the Lock shall grant access to the user up
|
|
668
670
|
* until 23:59:59.
|
|
669
671
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12.7
|
|
671
673
|
*/
|
|
672
674
|
endMinute: (0, import_TlvObject.TlvField)(6, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
673
675
|
});
|
|
@@ -679,13 +681,13 @@ var DoorLock;
|
|
|
679
681
|
/**
|
|
680
682
|
* This field shall indicate the index of the Week Day schedule.
|
|
681
683
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.1
|
|
683
685
|
*/
|
|
684
686
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
685
687
|
/**
|
|
686
688
|
* This field shall indicate the user ID.
|
|
687
689
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.2
|
|
689
691
|
*/
|
|
690
692
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
691
693
|
/**
|
|
@@ -702,34 +704,34 @@ var DoorLock;
|
|
|
702
704
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
703
705
|
* values, only the fields up to the status field shall be present.
|
|
704
706
|
*
|
|
705
|
-
* @see {@link MatterSpecification.
|
|
707
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.3
|
|
706
708
|
*/
|
|
707
709
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
708
710
|
daysMask: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
709
711
|
/**
|
|
710
712
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
711
713
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.4
|
|
713
715
|
*/
|
|
714
716
|
startHour: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
715
717
|
/**
|
|
716
718
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
717
719
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.5
|
|
719
721
|
*/
|
|
720
722
|
startMinute: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
721
723
|
/**
|
|
722
724
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
723
725
|
* than StartHour.
|
|
724
726
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.6
|
|
726
728
|
*/
|
|
727
729
|
endHour: (0, import_TlvObject.TlvOptionalField)(6, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
728
730
|
/**
|
|
729
731
|
* This field shall indicate the ending minute for the Week Day schedule. If EndHour is equal to StartHour then
|
|
730
732
|
* EndMinute shall be greater than StartMinute.
|
|
731
733
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.14.7
|
|
733
735
|
*/
|
|
734
736
|
endMinute: (0, import_TlvObject.TlvOptionalField)(7, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
735
737
|
});
|
|
@@ -738,13 +740,13 @@ var DoorLock;
|
|
|
738
740
|
* This field shall indicate the Week Day schedule index to clear or 0xFE to clear all Week Day schedules for
|
|
739
741
|
* the specified user.
|
|
740
742
|
*
|
|
741
|
-
* @see {@link MatterSpecification.
|
|
743
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.15.1
|
|
742
744
|
*/
|
|
743
745
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
744
746
|
/**
|
|
745
747
|
* This field shall indicate the user ID.
|
|
746
748
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.15.2
|
|
748
750
|
*/
|
|
749
751
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
750
752
|
});
|
|
@@ -752,20 +754,20 @@ var DoorLock;
|
|
|
752
754
|
/**
|
|
753
755
|
* This field shall indicate the index of the Year Day schedule.
|
|
754
756
|
*
|
|
755
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.16.1
|
|
756
758
|
*/
|
|
757
759
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
758
760
|
/**
|
|
759
761
|
* This field shall indicate the user ID.
|
|
760
762
|
*
|
|
761
|
-
* @see {@link MatterSpecification.
|
|
763
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.16.2
|
|
762
764
|
*/
|
|
763
765
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
764
766
|
/**
|
|
765
767
|
* This field shall indicate the starting time for the Year Day schedule in Epoch Time in Seconds with local
|
|
766
768
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
767
769
|
*
|
|
768
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.16.3
|
|
769
771
|
*/
|
|
770
772
|
localStartTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
771
773
|
/**
|
|
@@ -773,7 +775,7 @@ var DoorLock;
|
|
|
773
775
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
774
776
|
* greater than LocalStartTime.
|
|
775
777
|
*
|
|
776
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.16.4
|
|
777
779
|
*/
|
|
778
780
|
localEndTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvEpochS)
|
|
779
781
|
});
|
|
@@ -785,13 +787,13 @@ var DoorLock;
|
|
|
785
787
|
/**
|
|
786
788
|
* This field shall indicate the index of the Year Day schedule.
|
|
787
789
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.18.1
|
|
789
791
|
*/
|
|
790
792
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
791
793
|
/**
|
|
792
794
|
* This field shall indicate the user ID.
|
|
793
795
|
*
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.18.2
|
|
795
797
|
*/
|
|
796
798
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
797
799
|
/**
|
|
@@ -808,7 +810,7 @@ var DoorLock;
|
|
|
808
810
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
809
811
|
* values, only the fields up to the status field shall be present.
|
|
810
812
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.18.3
|
|
812
814
|
*/
|
|
813
815
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
814
816
|
/**
|
|
@@ -816,7 +818,7 @@ var DoorLock;
|
|
|
816
818
|
* time offset based on the local timezone and DST offset on the day represented by the value. This shall be
|
|
817
819
|
* null if the schedule is not set for the YearDayIndex and UserIndex provided.
|
|
818
820
|
*
|
|
819
|
-
* @see {@link MatterSpecification.
|
|
821
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.18.4
|
|
820
822
|
*/
|
|
821
823
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvEpochS),
|
|
822
824
|
/**
|
|
@@ -825,7 +827,7 @@ var DoorLock;
|
|
|
825
827
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the YearDayIndex and UserIndex
|
|
826
828
|
* provided.
|
|
827
829
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.18.5
|
|
829
831
|
*/
|
|
830
832
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvEpochS)
|
|
831
833
|
});
|
|
@@ -834,13 +836,13 @@ var DoorLock;
|
|
|
834
836
|
* This field shall indicate the Year Day schedule index to clear or 0xFE to clear all Year Day schedules for
|
|
835
837
|
* the specified user.
|
|
836
838
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.19.1
|
|
838
840
|
*/
|
|
839
841
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
840
842
|
/**
|
|
841
843
|
* This field shall indicate the user ID.
|
|
842
844
|
*
|
|
843
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.19.2
|
|
844
846
|
*/
|
|
845
847
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
846
848
|
});
|
|
@@ -856,14 +858,14 @@ var DoorLock;
|
|
|
856
858
|
/**
|
|
857
859
|
* This field shall indicate the index of the Holiday schedule.
|
|
858
860
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.20.1
|
|
860
862
|
*/
|
|
861
863
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
862
864
|
/**
|
|
863
865
|
* This field shall indicate the starting time for the Holiday Day schedule in Epoch Time in Seconds with local
|
|
864
866
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
865
867
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.20.2
|
|
867
869
|
*/
|
|
868
870
|
localStartTime: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochS),
|
|
869
871
|
/**
|
|
@@ -871,13 +873,13 @@ var DoorLock;
|
|
|
871
873
|
* time offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime
|
|
872
874
|
* shall be greater than LocalStartTime.
|
|
873
875
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.20.3
|
|
875
877
|
*/
|
|
876
878
|
localEndTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
877
879
|
/**
|
|
878
880
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time.
|
|
879
881
|
*
|
|
880
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.20.4
|
|
881
883
|
*/
|
|
882
884
|
operatingMode: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvEnum)())
|
|
883
885
|
});
|
|
@@ -886,7 +888,7 @@ var DoorLock;
|
|
|
886
888
|
/**
|
|
887
889
|
* This field shall indicate the index of the Holiday schedule.
|
|
888
890
|
*
|
|
889
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.22.1
|
|
890
892
|
*/
|
|
891
893
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
892
894
|
/**
|
|
@@ -904,7 +906,7 @@ var DoorLock;
|
|
|
904
906
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
905
907
|
* values, only the fields up to the status field shall be present.
|
|
906
908
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
909
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.22.2
|
|
908
910
|
*/
|
|
909
911
|
status: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
910
912
|
/**
|
|
@@ -912,7 +914,7 @@ var DoorLock;
|
|
|
912
914
|
* offset based on the local timezone and DST offset on the day represented by the value. This shall be null if
|
|
913
915
|
* the schedule is not set for the HolidayIndex provided.
|
|
914
916
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
917
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.22.3
|
|
916
918
|
*/
|
|
917
919
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
918
920
|
/**
|
|
@@ -920,14 +922,14 @@ var DoorLock;
|
|
|
920
922
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
921
923
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the HolidayIndex provided.
|
|
922
924
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.22.4
|
|
924
926
|
*/
|
|
925
927
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
926
928
|
/**
|
|
927
929
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time. This shall
|
|
928
930
|
* be null if the schedule is not set for the HolidayIndex provided.
|
|
929
931
|
*
|
|
930
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.22.5
|
|
931
933
|
*/
|
|
932
934
|
operatingMode: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
933
935
|
});
|
|
@@ -935,7 +937,7 @@ var DoorLock;
|
|
|
935
937
|
/**
|
|
936
938
|
* This field shall indicate the Holiday schedule index to clear or 0xFE to clear all Holiday schedules.
|
|
937
939
|
*
|
|
938
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.23.1
|
|
939
941
|
*/
|
|
940
942
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8)
|
|
941
943
|
});
|
|
@@ -944,14 +946,14 @@ var DoorLock;
|
|
|
944
946
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
945
947
|
* NumberOfPINUsersSupported attribute.
|
|
946
948
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.4.1
|
|
948
950
|
*/
|
|
949
951
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
950
952
|
/**
|
|
951
953
|
* This field shall indicate the user status. Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are
|
|
952
954
|
* allowed for UserStatus.
|
|
953
955
|
*
|
|
954
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.4.2
|
|
955
957
|
*/
|
|
956
958
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
957
959
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
@@ -962,7 +964,7 @@ var DoorLock;
|
|
|
962
964
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
963
965
|
* NumberOfPINUsersSupported attribute.
|
|
964
966
|
*
|
|
965
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.5.1
|
|
966
968
|
*/
|
|
967
969
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
968
970
|
});
|
|
@@ -977,7 +979,7 @@ var DoorLock;
|
|
|
977
979
|
* This field shall specify a valid PIN code slot index or 0xFFFE to indicate all PIN code slots shall be
|
|
978
980
|
* cleared.
|
|
979
981
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.7.1
|
|
981
983
|
*/
|
|
982
984
|
pinSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
983
985
|
});
|
|
@@ -985,26 +987,26 @@ var DoorLock;
|
|
|
985
987
|
/**
|
|
986
988
|
* This field shall indicate the signing key component of the Reader’s key pair.
|
|
987
989
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.1
|
|
989
991
|
*/
|
|
990
992
|
signingKey: (0, import_TlvObject.TlvField)(0, import_TlvString.TlvByteString.bound({ length: 32 })),
|
|
991
993
|
/**
|
|
992
994
|
* This field shall indicate the verification key component of the Reader’s key pair. This shall be an
|
|
993
995
|
* uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
|
|
994
996
|
*
|
|
995
|
-
* @see {@link MatterSpecification.
|
|
997
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.2
|
|
996
998
|
*/
|
|
997
999
|
verificationKey: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvByteString.bound({ length: 65 })),
|
|
998
1000
|
/**
|
|
999
1001
|
* This field shall indicate the reader group identifier for the lock.
|
|
1000
1002
|
*
|
|
1001
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.3
|
|
1002
1004
|
*/
|
|
1003
1005
|
groupIdentifier: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString.bound({ length: 16 })),
|
|
1004
1006
|
/**
|
|
1005
1007
|
* This field shall indicate the group resolving key for the lock.
|
|
1006
1008
|
*
|
|
1007
|
-
* @see {@link MatterSpecification.
|
|
1009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42.4
|
|
1008
1010
|
*/
|
|
1009
1011
|
groupResolvingKey: (0, import_TlvObject.TlvOptionalField)(3, import_TlvString.TlvByteString.bound({ length: 16 }))
|
|
1010
1012
|
});
|
|
@@ -1013,14 +1015,14 @@ var DoorLock;
|
|
|
1013
1015
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1014
1016
|
* NumberOfPINUsersSupported attribute.
|
|
1015
1017
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.9.1
|
|
1017
1019
|
*/
|
|
1018
1020
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1019
1021
|
/**
|
|
1020
1022
|
* UserStatus value of Available is not allowed. In order to clear a user id, the ClearUser Command shall be
|
|
1021
1023
|
* used. For user status value please refer to UserStatusEnum.
|
|
1022
1024
|
*
|
|
1023
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.9.2
|
|
1024
1026
|
*/
|
|
1025
1027
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1026
1028
|
});
|
|
@@ -1029,7 +1031,7 @@ var DoorLock;
|
|
|
1029
1031
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1030
1032
|
* NumberOfPINUsersSupported attribute.
|
|
1031
1033
|
*
|
|
1032
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.10.1
|
|
1033
1035
|
*/
|
|
1034
1036
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1035
1037
|
});
|
|
@@ -1037,13 +1039,13 @@ var DoorLock;
|
|
|
1037
1039
|
/**
|
|
1038
1040
|
* This field shall indicate the user ID provided in the request.
|
|
1039
1041
|
*
|
|
1040
|
-
* @see {@link MatterSpecification.
|
|
1042
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.11.1
|
|
1041
1043
|
*/
|
|
1042
1044
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1043
1045
|
/**
|
|
1044
1046
|
* This field shall indicate the current status of the requested user ID.
|
|
1045
1047
|
*
|
|
1046
|
-
* @see {@link MatterSpecification.
|
|
1048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.11.2
|
|
1047
1049
|
*/
|
|
1048
1050
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1049
1051
|
});
|
|
@@ -1051,13 +1053,13 @@ var DoorLock;
|
|
|
1051
1053
|
/**
|
|
1052
1054
|
* This field shall indicate the user ID.
|
|
1053
1055
|
*
|
|
1054
|
-
* @see {@link MatterSpecification.
|
|
1056
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.24.1
|
|
1055
1057
|
*/
|
|
1056
1058
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1057
1059
|
/**
|
|
1058
1060
|
* This field shall indicate the user type.
|
|
1059
1061
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1062
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.24.2
|
|
1061
1063
|
*/
|
|
1062
1064
|
userType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1063
1065
|
});
|
|
@@ -1072,7 +1074,7 @@ var DoorLock;
|
|
|
1072
1074
|
*
|
|
1073
1075
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.
|
|
1074
1076
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.1
|
|
1076
1078
|
*/
|
|
1077
1079
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1078
1080
|
/**
|
|
@@ -1081,13 +1083,13 @@ var DoorLock;
|
|
|
1081
1083
|
*
|
|
1082
1084
|
* Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are allowed for UserStatus.
|
|
1083
1085
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.2
|
|
1085
1087
|
*/
|
|
1086
1088
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1087
1089
|
/**
|
|
1088
1090
|
* The values are the same as used for SetPINCode command.
|
|
1089
1091
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27.3
|
|
1091
1093
|
*/
|
|
1092
1094
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1093
1095
|
rfidCode: (0, import_TlvObject.TlvField)(3, import_TlvString.TlvByteString)
|
|
@@ -1098,7 +1100,7 @@ var DoorLock;
|
|
|
1098
1100
|
*
|
|
1099
1101
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.
|
|
1100
1102
|
*
|
|
1101
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.28.1
|
|
1102
1104
|
*/
|
|
1103
1105
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1104
1106
|
});
|
|
@@ -1113,7 +1115,7 @@ var DoorLock;
|
|
|
1113
1115
|
* This field shall indicate a valid RFID code slot index or 0xFFFE to indicate all RFID code slots shall be
|
|
1114
1116
|
* cleared.
|
|
1115
1117
|
*
|
|
1116
|
-
* @see {@link MatterSpecification.
|
|
1118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.30.1
|
|
1117
1119
|
*/
|
|
1118
1120
|
rfidSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1119
1121
|
});
|
|
@@ -1121,7 +1123,7 @@ var DoorLock;
|
|
|
1121
1123
|
/**
|
|
1122
1124
|
* See PINCode field.
|
|
1123
1125
|
*
|
|
1124
|
-
* @see {@link MatterSpecification.
|
|
1126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41.1
|
|
1125
1127
|
*/
|
|
1126
1128
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1127
1129
|
});
|
|
@@ -1196,7 +1198,7 @@ var DoorLock;
|
|
|
1196
1198
|
*
|
|
1197
1199
|
* • 1 = Local programming is enabled
|
|
1198
1200
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.1
|
|
1200
1202
|
*/
|
|
1201
1203
|
localProgramming: (0, import_BitmapSchema.BitFlag)(0),
|
|
1202
1204
|
/**
|
|
@@ -1208,7 +1210,7 @@ var DoorLock;
|
|
|
1208
1210
|
*
|
|
1209
1211
|
* • 1 = Keypad interface is enabled
|
|
1210
1212
|
*
|
|
1211
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.2
|
|
1212
1214
|
*/
|
|
1213
1215
|
keypadInterface: (0, import_BitmapSchema.BitFlag)(1),
|
|
1214
1216
|
/**
|
|
@@ -1220,7 +1222,7 @@ var DoorLock;
|
|
|
1220
1222
|
*
|
|
1221
1223
|
* • 1 = Remote interface is enabled
|
|
1222
1224
|
*
|
|
1223
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.3
|
|
1224
1226
|
*/
|
|
1225
1227
|
remoteInterface: (0, import_BitmapSchema.BitFlag)(2),
|
|
1226
1228
|
/**
|
|
@@ -1232,7 +1234,7 @@ var DoorLock;
|
|
|
1232
1234
|
*
|
|
1233
1235
|
* • 1 = Sound volume value is equal to something other than 0
|
|
1234
1236
|
*
|
|
1235
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.4
|
|
1236
1238
|
*/
|
|
1237
1239
|
soundVolume: (0, import_BitmapSchema.BitFlag)(5),
|
|
1238
1240
|
/**
|
|
@@ -1244,7 +1246,7 @@ var DoorLock;
|
|
|
1244
1246
|
*
|
|
1245
1247
|
* • 1 = Auto relock time value is equal to something other than 0
|
|
1246
1248
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1249
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.5
|
|
1248
1250
|
*/
|
|
1249
1251
|
autoRelockTime: (0, import_BitmapSchema.BitFlag)(6),
|
|
1250
1252
|
/**
|
|
@@ -1256,7 +1258,7 @@ var DoorLock;
|
|
|
1256
1258
|
*
|
|
1257
1259
|
* • 1 = LED settings value is equal to something other than 0
|
|
1258
1260
|
*
|
|
1259
|
-
* @see {@link MatterSpecification.
|
|
1261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.4.6
|
|
1260
1262
|
*/
|
|
1261
1263
|
ledSettings: (0, import_BitmapSchema.BitFlag)(7)
|
|
1262
1264
|
};
|
|
@@ -1270,7 +1272,7 @@ var DoorLock;
|
|
|
1270
1272
|
*
|
|
1271
1273
|
* • 1 = This ability is enabled
|
|
1272
1274
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.5.1
|
|
1274
1276
|
*/
|
|
1275
1277
|
addUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(0),
|
|
1276
1278
|
/**
|
|
@@ -1282,7 +1284,7 @@ var DoorLock;
|
|
|
1282
1284
|
*
|
|
1283
1285
|
* • 1 = This ability is enabled
|
|
1284
1286
|
*
|
|
1285
|
-
* @see {@link MatterSpecification.
|
|
1287
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.5.2
|
|
1286
1288
|
*/
|
|
1287
1289
|
modifyUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(1),
|
|
1288
1290
|
/**
|
|
@@ -1294,7 +1296,7 @@ var DoorLock;
|
|
|
1294
1296
|
*
|
|
1295
1297
|
* • 1 = This ability is enabled
|
|
1296
1298
|
*
|
|
1297
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.5.3
|
|
1298
1300
|
*/
|
|
1299
1301
|
clearUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(2),
|
|
1300
1302
|
/**
|
|
@@ -1306,7 +1308,7 @@ var DoorLock;
|
|
|
1306
1308
|
*
|
|
1307
1309
|
* • 1 = This ability is enabled
|
|
1308
1310
|
*
|
|
1309
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.6.5.4
|
|
1310
1312
|
*/
|
|
1311
1313
|
adjustSettings: (0, import_BitmapSchema.BitFlag)(3)
|
|
1312
1314
|
};
|
|
@@ -1348,7 +1350,7 @@ var DoorLock;
|
|
|
1348
1350
|
* UserCodeTemporaryDisableTime will be triggered if the WrongCodeEntryLimit is exceeded. The lock shall ignore
|
|
1349
1351
|
* any attempts to lock/unlock the door until the UserCodeTemporaryDisableTime expires.
|
|
1350
1352
|
*
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1.1
|
|
1352
1354
|
*/
|
|
1353
1355
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1354
1356
|
});
|
|
@@ -1356,7 +1358,7 @@ var DoorLock;
|
|
|
1356
1358
|
/**
|
|
1357
1359
|
* See PINCode field.
|
|
1358
1360
|
*
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1361
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2.1
|
|
1360
1362
|
*/
|
|
1361
1363
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1362
1364
|
});
|
|
@@ -1365,13 +1367,13 @@ var DoorLock;
|
|
|
1365
1367
|
* This field shall indicate the timeout in seconds to wait before relocking the door lock. This value is
|
|
1366
1368
|
* independent of the AutoRelockTime attribute value.
|
|
1367
1369
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.1
|
|
1369
1371
|
*/
|
|
1370
1372
|
timeout: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1371
1373
|
/**
|
|
1372
1374
|
* See PINCode field.
|
|
1373
1375
|
*
|
|
1374
|
-
* @see {@link MatterSpecification.
|
|
1376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3.2
|
|
1375
1377
|
*/
|
|
1376
1378
|
pinCode: (0, import_TlvObject.TlvOptionalField)(1, import_TlvString.TlvByteString)
|
|
1377
1379
|
});
|
|
@@ -1390,7 +1392,7 @@ var DoorLock;
|
|
|
1390
1392
|
/**
|
|
1391
1393
|
* This field shall indicate the alarm code of the event that has happened.
|
|
1392
1394
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.1.1
|
|
1394
1396
|
*/
|
|
1395
1397
|
alarmCode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
1396
1398
|
});
|
|
@@ -1406,13 +1408,13 @@ var DoorLock;
|
|
|
1406
1408
|
/**
|
|
1407
1409
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1408
1410
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1411
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.1
|
|
1410
1412
|
*/
|
|
1411
1413
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1412
1414
|
/**
|
|
1413
1415
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1414
1416
|
*
|
|
1415
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.2
|
|
1416
1418
|
*/
|
|
1417
1419
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1418
1420
|
/**
|
|
@@ -1420,7 +1422,7 @@ var DoorLock;
|
|
|
1420
1422
|
* user index that can be determined for the given operation source. This shall NOT be null if a user index can
|
|
1421
1423
|
* be determined. In particular, this shall NOT be null if the operation was associated with a valid credential.
|
|
1422
1424
|
*
|
|
1423
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.3
|
|
1424
1426
|
*/
|
|
1425
1427
|
userIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1426
1428
|
/**
|
|
@@ -1428,7 +1430,7 @@ var DoorLock;
|
|
|
1428
1430
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1429
1431
|
* the operation source is "Remote".
|
|
1430
1432
|
*
|
|
1431
|
-
* @see {@link MatterSpecification.
|
|
1433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.4
|
|
1432
1434
|
*/
|
|
1433
1435
|
fabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1434
1436
|
/**
|
|
@@ -1436,14 +1438,14 @@ var DoorLock;
|
|
|
1436
1438
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1437
1439
|
* is "Remote".
|
|
1438
1440
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.5
|
|
1440
1442
|
*/
|
|
1441
1443
|
sourceNode: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1442
1444
|
/**
|
|
1443
1445
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1444
1446
|
* if no credentials were involved.
|
|
1445
1447
|
*
|
|
1446
|
-
* @see {@link MatterSpecification.
|
|
1448
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3.6
|
|
1447
1449
|
*/
|
|
1448
1450
|
credentials: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1449
1451
|
});
|
|
@@ -1459,26 +1461,26 @@ var DoorLock;
|
|
|
1459
1461
|
/**
|
|
1460
1462
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1461
1463
|
*
|
|
1462
|
-
* @see {@link MatterSpecification.
|
|
1464
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.1
|
|
1463
1465
|
*/
|
|
1464
1466
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1465
1467
|
/**
|
|
1466
1468
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1467
1469
|
*
|
|
1468
|
-
* @see {@link MatterSpecification.
|
|
1470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.2
|
|
1469
1471
|
*/
|
|
1470
1472
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1471
1473
|
/**
|
|
1472
1474
|
* This field shall indicate the lock operation error triggered when the operation was performed.
|
|
1473
1475
|
*
|
|
1474
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.3
|
|
1475
1477
|
*/
|
|
1476
1478
|
operationError: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
1477
1479
|
/**
|
|
1478
1480
|
* This field shall indicate the lock UserIndex who performed the lock operation. This shall be null if there is
|
|
1479
1481
|
* no user id that can be determined for the given operation source.
|
|
1480
1482
|
*
|
|
1481
|
-
* @see {@link MatterSpecification.
|
|
1483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.4
|
|
1482
1484
|
*/
|
|
1483
1485
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1484
1486
|
/**
|
|
@@ -1486,7 +1488,7 @@ var DoorLock;
|
|
|
1486
1488
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1487
1489
|
* the operation source is "Remote".
|
|
1488
1490
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1491
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.5
|
|
1490
1492
|
*/
|
|
1491
1493
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1492
1494
|
/**
|
|
@@ -1494,14 +1496,14 @@ var DoorLock;
|
|
|
1494
1496
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1495
1497
|
* is "Remote".
|
|
1496
1498
|
*
|
|
1497
|
-
* @see {@link MatterSpecification.
|
|
1499
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.6
|
|
1498
1500
|
*/
|
|
1499
1501
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1500
1502
|
/**
|
|
1501
1503
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1502
1504
|
* if no credentials were involved.
|
|
1503
1505
|
*
|
|
1504
|
-
* @see {@link MatterSpecification.
|
|
1506
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4.7
|
|
1505
1507
|
*/
|
|
1506
1508
|
credentials: (0, import_TlvObject.TlvOptionalField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1507
1509
|
});
|
|
@@ -1516,6 +1518,18 @@ var DoorLock;
|
|
|
1516
1518
|
StatusCode2[StatusCode2["Duplicate"] = 2] = "Duplicate";
|
|
1517
1519
|
StatusCode2[StatusCode2["Occupied"] = 3] = "Occupied";
|
|
1518
1520
|
})(StatusCode = DoorLock2.StatusCode || (DoorLock2.StatusCode = {}));
|
|
1521
|
+
class DuplicateError extends import_StatusResponseError.StatusResponseError {
|
|
1522
|
+
constructor(message = "Entry would cause a duplicate credential/ID", code = import_Status.Status.Failure, clusterCode = 2 /* Duplicate */) {
|
|
1523
|
+
super(message, code, clusterCode);
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
DoorLock2.DuplicateError = DuplicateError;
|
|
1527
|
+
class OccupiedError extends import_StatusResponseError.StatusResponseError {
|
|
1528
|
+
constructor(message = "Entry would replace an occupied slot", code = import_Status.Status.Failure, clusterCode = 3 /* Occupied */) {
|
|
1529
|
+
super(message, code, clusterCode);
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
DoorLock2.OccupiedError = OccupiedError;
|
|
1519
1533
|
DoorLock2.DoorPositionSensorComponent = import_MutableCluster.MutableCluster.Component({
|
|
1520
1534
|
attributes: {
|
|
1521
1535
|
/**
|
|
@@ -1523,26 +1537,26 @@ var DoorLock;
|
|
|
1523
1537
|
*
|
|
1524
1538
|
* Null only if an internal error prevents the retrieval of the current door state.
|
|
1525
1539
|
*
|
|
1526
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.4
|
|
1527
1541
|
*/
|
|
1528
1542
|
doorState: (0, import_Cluster.Attribute)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1529
1543
|
/**
|
|
1530
1544
|
* This attribute shall hold the number of door open events that have occurred since it was last zeroed.
|
|
1531
1545
|
*
|
|
1532
|
-
* @see {@link MatterSpecification.
|
|
1546
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.5
|
|
1533
1547
|
*/
|
|
1534
1548
|
doorOpenEvents: (0, import_Cluster.OptionalWritableAttribute)(4, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1535
1549
|
/**
|
|
1536
1550
|
* This attribute shall hold the number of door closed events that have occurred since it was last zeroed.
|
|
1537
1551
|
*
|
|
1538
|
-
* @see {@link MatterSpecification.
|
|
1552
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.6
|
|
1539
1553
|
*/
|
|
1540
1554
|
doorClosedEvents: (0, import_Cluster.OptionalWritableAttribute)(5, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1541
1555
|
/**
|
|
1542
1556
|
* This attribute shall hold the number of minutes the door has been open since the last time it
|
|
1543
1557
|
* transitioned from closed to open.
|
|
1544
1558
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.7
|
|
1546
1560
|
*/
|
|
1547
1561
|
openPeriod: (0, import_Cluster.OptionalWritableAttribute)(6, import_TlvNumber.TlvUInt16, { writeAcl: import_model.AccessLevel.Manage })
|
|
1548
1562
|
},
|
|
@@ -1550,7 +1564,7 @@ var DoorLock;
|
|
|
1550
1564
|
/**
|
|
1551
1565
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
1552
1566
|
*
|
|
1553
|
-
* @see {@link MatterSpecification.
|
|
1567
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.2
|
|
1554
1568
|
*/
|
|
1555
1569
|
doorStateChange: (0, import_Cluster.Event)(1, import_Cluster.EventPriority.Critical, DoorLock2.TlvDoorStateChangeEvent)
|
|
1556
1570
|
}
|
|
@@ -1560,14 +1574,14 @@ var DoorLock;
|
|
|
1560
1574
|
/**
|
|
1561
1575
|
* Indicates the number of total users supported by the lock.
|
|
1562
1576
|
*
|
|
1563
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.8
|
|
1564
1578
|
*/
|
|
1565
1579
|
numberOfTotalUsersSupported: (0, import_Cluster.FixedAttribute)(17, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1566
1580
|
/**
|
|
1567
1581
|
* This attribute shall contain a bitmap with the bits set for the values of CredentialRuleEnum supported on
|
|
1568
1582
|
* this device.
|
|
1569
1583
|
*
|
|
1570
|
-
* @see {@link MatterSpecification.
|
|
1584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.18
|
|
1571
1585
|
*/
|
|
1572
1586
|
credentialRulesSupport: (0, import_Cluster.FixedAttribute)(
|
|
1573
1587
|
27,
|
|
@@ -1585,7 +1599,7 @@ var DoorLock;
|
|
|
1585
1599
|
* NumberOfRFIDUsersSupported is set to 3, it will not be possible to actually assign 10 credentials for a
|
|
1586
1600
|
* user because maximum number of credentials in the database is 8.
|
|
1587
1601
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.19
|
|
1589
1603
|
*/
|
|
1590
1604
|
numberOfCredentialsSupportedPerUser: (0, import_Cluster.FixedAttribute)(28, import_TlvNumber.TlvUInt8, { default: 0 }),
|
|
1591
1605
|
/**
|
|
@@ -1593,7 +1607,7 @@ var DoorLock;
|
|
|
1593
1607
|
* type ExpiringUser shall remain valid after its first use before expiring. When the credential expires the
|
|
1594
1608
|
* UserStatus for the corresponding user record shall be set to OccupiedDisabled.
|
|
1595
1609
|
*
|
|
1596
|
-
* @see {@link MatterSpecification.
|
|
1610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.36
|
|
1597
1611
|
*/
|
|
1598
1612
|
expiringUserTimeout: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1599
1613
|
53,
|
|
@@ -1619,7 +1633,7 @@ var DoorLock;
|
|
|
1619
1633
|
* • INVALID_COMMAND, if one or more fields violate constraints or are invalid or if OperationType is
|
|
1620
1634
|
* Modify and UserIndex points to an available slot.
|
|
1621
1635
|
*
|
|
1622
|
-
* @see {@link MatterSpecification.
|
|
1636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.32
|
|
1623
1637
|
*/
|
|
1624
1638
|
setUser: (0, import_Cluster.Command)(
|
|
1625
1639
|
26,
|
|
@@ -1634,7 +1648,7 @@ var DoorLock;
|
|
|
1634
1648
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.)
|
|
1635
1649
|
* as needed otherwise the GetUserResponse Command shall be sent implying a status of SUCCESS.
|
|
1636
1650
|
*
|
|
1637
|
-
* @see {@link MatterSpecification.
|
|
1651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.33
|
|
1638
1652
|
*/
|
|
1639
1653
|
getUser: (0, import_Cluster.Command)(27, DoorLock2.TlvGetUserRequest, 28, DoorLock2.TlvGetUserResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
1640
1654
|
/**
|
|
@@ -1646,7 +1660,7 @@ var DoorLock;
|
|
|
1646
1660
|
*
|
|
1647
1661
|
* A LockUserChange event with the provided UserIndex shall be generated after successfully clearing users.
|
|
1648
1662
|
*
|
|
1649
|
-
* @see {@link MatterSpecification.
|
|
1663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.35
|
|
1650
1664
|
*/
|
|
1651
1665
|
clearUser: (0, import_Cluster.Command)(
|
|
1652
1666
|
29,
|
|
@@ -1661,7 +1675,7 @@ var DoorLock;
|
|
|
1661
1675
|
*
|
|
1662
1676
|
* Fields used for different use cases:
|
|
1663
1677
|
*
|
|
1664
|
-
* @see {@link MatterSpecification.
|
|
1678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.36
|
|
1665
1679
|
*/
|
|
1666
1680
|
setCredential: (0, import_Cluster.Command)(
|
|
1667
1681
|
34,
|
|
@@ -1676,7 +1690,7 @@ var DoorLock;
|
|
|
1676
1690
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.)
|
|
1677
1691
|
* as needed otherwise the GetCredentialStatusResponse command shall be sent implying a status of SUCCESS.
|
|
1678
1692
|
*
|
|
1679
|
-
* @see {@link MatterSpecification.
|
|
1693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.38
|
|
1680
1694
|
*/
|
|
1681
1695
|
getCredentialStatus: (0, import_Cluster.Command)(
|
|
1682
1696
|
36,
|
|
@@ -1697,7 +1711,7 @@ var DoorLock;
|
|
|
1697
1711
|
*
|
|
1698
1712
|
* Return status shall be one of the following values:
|
|
1699
1713
|
*
|
|
1700
|
-
* @see {@link MatterSpecification.
|
|
1714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.40
|
|
1701
1715
|
*/
|
|
1702
1716
|
clearCredential: (0, import_Cluster.Command)(
|
|
1703
1717
|
38,
|
|
@@ -1712,7 +1726,7 @@ var DoorLock;
|
|
|
1712
1726
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change
|
|
1713
1727
|
* has occurred.
|
|
1714
1728
|
*
|
|
1715
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.5
|
|
1716
1730
|
*/
|
|
1717
1731
|
lockUserChange: (0, import_Cluster.Event)(4, import_Cluster.EventPriority.Info, DoorLock2.TlvLockUserChangeEvent)
|
|
1718
1732
|
}
|
|
@@ -1722,19 +1736,19 @@ var DoorLock;
|
|
|
1722
1736
|
/**
|
|
1723
1737
|
* Indicates the number of PIN users supported.
|
|
1724
1738
|
*
|
|
1725
|
-
* @see {@link MatterSpecification.
|
|
1739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.9
|
|
1726
1740
|
*/
|
|
1727
1741
|
numberOfPinUsersSupported: (0, import_Cluster.FixedAttribute)(18, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1728
1742
|
/**
|
|
1729
1743
|
* Indicates the maximum length in bytes of a PIN Code on this device.
|
|
1730
1744
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1745
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.14
|
|
1732
1746
|
*/
|
|
1733
1747
|
maxPinCodeLength: (0, import_Cluster.FixedAttribute)(23, import_TlvNumber.TlvUInt8),
|
|
1734
1748
|
/**
|
|
1735
1749
|
* Indicates the minimum length in bytes of a PIN Code on this device.
|
|
1736
1750
|
*
|
|
1737
|
-
* @see {@link MatterSpecification.
|
|
1751
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.15
|
|
1738
1752
|
*/
|
|
1739
1753
|
minPinCodeLength: (0, import_Cluster.FixedAttribute)(24, import_TlvNumber.TlvUInt8)
|
|
1740
1754
|
}
|
|
@@ -1744,7 +1758,7 @@ var DoorLock;
|
|
|
1744
1758
|
/**
|
|
1745
1759
|
* Indicates the number of RFID users supported.
|
|
1746
1760
|
*
|
|
1747
|
-
* @see {@link MatterSpecification.
|
|
1761
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.10
|
|
1748
1762
|
*/
|
|
1749
1763
|
numberOfRfidUsersSupported: (0, import_Cluster.FixedAttribute)(19, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1750
1764
|
/**
|
|
@@ -1752,7 +1766,7 @@ var DoorLock;
|
|
|
1752
1766
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1753
1767
|
* value of 20 (equals 10 Byte ISO 14443A UID) is recommended.
|
|
1754
1768
|
*
|
|
1755
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.16
|
|
1756
1770
|
*/
|
|
1757
1771
|
maxRfidCodeLength: (0, import_Cluster.FixedAttribute)(25, import_TlvNumber.TlvUInt8),
|
|
1758
1772
|
/**
|
|
@@ -1760,7 +1774,7 @@ var DoorLock;
|
|
|
1760
1774
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1761
1775
|
* value of 8 (equals 4 Byte ISO 14443A UID) is recommended.
|
|
1762
1776
|
*
|
|
1763
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.17
|
|
1764
1778
|
*/
|
|
1765
1779
|
minRfidCodeLength: (0, import_Cluster.FixedAttribute)(26, import_TlvNumber.TlvUInt8)
|
|
1766
1780
|
}
|
|
@@ -1770,7 +1784,7 @@ var DoorLock;
|
|
|
1770
1784
|
/**
|
|
1771
1785
|
* Indicates the number of configurable week day schedule supported per user.
|
|
1772
1786
|
*
|
|
1773
|
-
* @see {@link MatterSpecification.
|
|
1787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.11
|
|
1774
1788
|
*/
|
|
1775
1789
|
numberOfWeekDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(
|
|
1776
1790
|
20,
|
|
@@ -1787,7 +1801,7 @@ var DoorLock;
|
|
|
1787
1801
|
*
|
|
1788
1802
|
* Return status shall be one of the following values:
|
|
1789
1803
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.12
|
|
1791
1805
|
*/
|
|
1792
1806
|
setWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1793
1807
|
11,
|
|
@@ -1799,7 +1813,7 @@ var DoorLock;
|
|
|
1799
1813
|
/**
|
|
1800
1814
|
* Retrieve the specific weekly schedule for the specific user.
|
|
1801
1815
|
*
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1816
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.13
|
|
1803
1817
|
*/
|
|
1804
1818
|
getWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1805
1819
|
12,
|
|
@@ -1813,7 +1827,7 @@ var DoorLock;
|
|
|
1813
1827
|
*
|
|
1814
1828
|
* Return status shall be one of the following values:
|
|
1815
1829
|
*
|
|
1816
|
-
* @see {@link MatterSpecification.
|
|
1830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.15
|
|
1817
1831
|
*/
|
|
1818
1832
|
clearWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1819
1833
|
13,
|
|
@@ -1829,7 +1843,7 @@ var DoorLock;
|
|
|
1829
1843
|
/**
|
|
1830
1844
|
* Indicates the number of configurable year day schedule supported per user.
|
|
1831
1845
|
*
|
|
1832
|
-
* @see {@link MatterSpecification.
|
|
1846
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.12
|
|
1833
1847
|
*/
|
|
1834
1848
|
numberOfYearDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(
|
|
1835
1849
|
21,
|
|
@@ -1846,7 +1860,7 @@ var DoorLock;
|
|
|
1846
1860
|
*
|
|
1847
1861
|
* Return status shall be one of the following values:
|
|
1848
1862
|
*
|
|
1849
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.16
|
|
1850
1864
|
*/
|
|
1851
1865
|
setYearDaySchedule: (0, import_Cluster.Command)(
|
|
1852
1866
|
14,
|
|
@@ -1858,7 +1872,7 @@ var DoorLock;
|
|
|
1858
1872
|
/**
|
|
1859
1873
|
* Retrieve the specific year day schedule for the specific schedule and user indexes.
|
|
1860
1874
|
*
|
|
1861
|
-
* @see {@link MatterSpecification.
|
|
1875
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.17
|
|
1862
1876
|
*/
|
|
1863
1877
|
getYearDaySchedule: (0, import_Cluster.Command)(
|
|
1864
1878
|
15,
|
|
@@ -1872,7 +1886,7 @@ var DoorLock;
|
|
|
1872
1886
|
*
|
|
1873
1887
|
* Return status shall be one of the following values:
|
|
1874
1888
|
*
|
|
1875
|
-
* @see {@link MatterSpecification.
|
|
1889
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.19
|
|
1876
1890
|
*/
|
|
1877
1891
|
clearYearDaySchedule: (0, import_Cluster.Command)(
|
|
1878
1892
|
16,
|
|
@@ -1888,7 +1902,7 @@ var DoorLock;
|
|
|
1888
1902
|
/**
|
|
1889
1903
|
* Indicates the number of holiday schedules supported for the entire door lock device.
|
|
1890
1904
|
*
|
|
1891
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.13
|
|
1892
1906
|
*/
|
|
1893
1907
|
numberOfHolidaySchedulesSupported: (0, import_Cluster.FixedAttribute)(22, import_TlvNumber.TlvUInt8.bound({ max: 253 }), { default: 0 })
|
|
1894
1908
|
},
|
|
@@ -1899,7 +1913,7 @@ var DoorLock;
|
|
|
1899
1913
|
*
|
|
1900
1914
|
* Return status shall be one of the following values:
|
|
1901
1915
|
*
|
|
1902
|
-
* @see {@link MatterSpecification.
|
|
1916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.20
|
|
1903
1917
|
*/
|
|
1904
1918
|
setHolidaySchedule: (0, import_Cluster.Command)(
|
|
1905
1919
|
17,
|
|
@@ -1911,7 +1925,7 @@ var DoorLock;
|
|
|
1911
1925
|
/**
|
|
1912
1926
|
* Get the holiday schedule for the specified index.
|
|
1913
1927
|
*
|
|
1914
|
-
* @see {@link MatterSpecification.
|
|
1928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.21
|
|
1915
1929
|
*/
|
|
1916
1930
|
getHolidaySchedule: (0, import_Cluster.Command)(
|
|
1917
1931
|
18,
|
|
@@ -1923,7 +1937,7 @@ var DoorLock;
|
|
|
1923
1937
|
/**
|
|
1924
1938
|
* Clears the holiday schedule or all holiday schedules.
|
|
1925
1939
|
*
|
|
1926
|
-
* @see {@link MatterSpecification.
|
|
1940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.23
|
|
1927
1941
|
*/
|
|
1928
1942
|
clearHolidaySchedule: (0, import_Cluster.Command)(
|
|
1929
1943
|
19,
|
|
@@ -1948,7 +1962,7 @@ var DoorLock;
|
|
|
1948
1962
|
* logic, environmental events, or other reasons. The lock shall reset the counter if a valid credential is
|
|
1949
1963
|
* presented.
|
|
1950
1964
|
*
|
|
1951
|
-
* @see {@link MatterSpecification.
|
|
1965
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.32
|
|
1952
1966
|
*/
|
|
1953
1967
|
wrongCodeEntryLimit: (0, import_Cluster.WritableAttribute)(
|
|
1954
1968
|
48,
|
|
@@ -1961,7 +1975,7 @@ var DoorLock;
|
|
|
1961
1975
|
* and guess a PIN for the device.) If the attribute accepts writes and an attempt to write the attribute to
|
|
1962
1976
|
* 0 is made, the device shall respond with CONSTRAINT_ERROR.
|
|
1963
1977
|
*
|
|
1964
|
-
* @see {@link MatterSpecification.
|
|
1978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.33
|
|
1965
1979
|
*/
|
|
1966
1980
|
userCodeTemporaryDisableTime: (0, import_Cluster.WritableAttribute)(
|
|
1967
1981
|
49,
|
|
@@ -1982,7 +1996,7 @@ var DoorLock;
|
|
|
1982
1996
|
* 0x32 0x33 0x34 shall be used in the PIN field in any door lock cluster message payload. If the attribute
|
|
1983
1997
|
* value is False, 0x04 0xFF 0xFF 0xFF 0xFF shall be used.
|
|
1984
1998
|
*
|
|
1985
|
-
* @see {@link MatterSpecification.
|
|
1999
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.34
|
|
1986
2000
|
*/
|
|
1987
2001
|
sendPinOverTheAir: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1988
2002
|
50,
|
|
@@ -1997,7 +2011,7 @@ var DoorLock;
|
|
|
1997
2011
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
1998
2012
|
* shall be one of the following values:
|
|
1999
2013
|
*
|
|
2000
|
-
* @see {@link MatterSpecification.
|
|
2014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.4
|
|
2001
2015
|
*/
|
|
2002
2016
|
setPinCode: (0, import_Cluster.Command)(
|
|
2003
2017
|
5,
|
|
@@ -2009,7 +2023,7 @@ var DoorLock;
|
|
|
2009
2023
|
/**
|
|
2010
2024
|
* Retrieve a PIN Code.
|
|
2011
2025
|
*
|
|
2012
|
-
* @see {@link MatterSpecification.
|
|
2026
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.5
|
|
2013
2027
|
*/
|
|
2014
2028
|
getPinCode: (0, import_Cluster.Command)(
|
|
2015
2029
|
6,
|
|
@@ -2025,7 +2039,7 @@ var DoorLock;
|
|
|
2025
2039
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2026
2040
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2027
2041
|
*
|
|
2028
|
-
* @see {@link MatterSpecification.
|
|
2042
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.7
|
|
2029
2043
|
*/
|
|
2030
2044
|
clearPinCode: (0, import_Cluster.Command)(
|
|
2031
2045
|
7,
|
|
@@ -2042,7 +2056,7 @@ var DoorLock;
|
|
|
2042
2056
|
* > On the server, the clear all PIN codes command SHOULD have the same effect as the ClearPINCode command
|
|
2043
2057
|
* with respect to the setting of user status, user type and schedules.
|
|
2044
2058
|
*
|
|
2045
|
-
* @see {@link MatterSpecification.
|
|
2059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.8
|
|
2046
2060
|
*/
|
|
2047
2061
|
clearAllPinCodes: (0, import_Cluster.Command)(
|
|
2048
2062
|
8,
|
|
@@ -2060,7 +2074,7 @@ var DoorLock;
|
|
|
2060
2074
|
* server requires that an optional PINs be included in the payload of remote lock operation events like
|
|
2061
2075
|
* Lock, Unlock, Unlock with Timeout and Toggle in order to function.
|
|
2062
2076
|
*
|
|
2063
|
-
* @see {@link MatterSpecification.
|
|
2077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.35
|
|
2064
2078
|
*/
|
|
2065
2079
|
requirePinForRemoteOperation: (0, import_Cluster.WritableAttribute)(
|
|
2066
2080
|
51,
|
|
@@ -2077,7 +2091,7 @@ var DoorLock;
|
|
|
2077
2091
|
*
|
|
2078
2092
|
* Null if no Reader key pair has been configured on the lock. See SetAliroReaderConfig.
|
|
2079
2093
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2094
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.38
|
|
2081
2095
|
*/
|
|
2082
2096
|
aliroReaderVerificationKey: (0, import_Cluster.Attribute)(
|
|
2083
2097
|
128,
|
|
@@ -2089,7 +2103,7 @@ var DoorLock;
|
|
|
2089
2103
|
*
|
|
2090
2104
|
* Null if no reader_group_identifier has been configured on the lock. See SetAliroReaderConfig.
|
|
2091
2105
|
*
|
|
2092
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.39
|
|
2093
2107
|
*/
|
|
2094
2108
|
aliroReaderGroupIdentifier: (0, import_Cluster.Attribute)(
|
|
2095
2109
|
129,
|
|
@@ -2099,7 +2113,7 @@ var DoorLock;
|
|
|
2099
2113
|
/**
|
|
2100
2114
|
* Indicates the reader_group_sub_identifier as defined in [Aliro].
|
|
2101
2115
|
*
|
|
2102
|
-
* @see {@link MatterSpecification.
|
|
2116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.40
|
|
2103
2117
|
*/
|
|
2104
2118
|
aliroReaderGroupSubIdentifier: (0, import_Cluster.FixedAttribute)(
|
|
2105
2119
|
130,
|
|
@@ -2109,7 +2123,7 @@ var DoorLock;
|
|
|
2109
2123
|
/**
|
|
2110
2124
|
* Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
|
|
2111
2125
|
*
|
|
2112
|
-
* @see {@link MatterSpecification.
|
|
2126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.41
|
|
2113
2127
|
*/
|
|
2114
2128
|
aliroExpeditedTransactionSupportedProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2115
2129
|
131,
|
|
@@ -2119,7 +2133,7 @@ var DoorLock;
|
|
|
2119
2133
|
/**
|
|
2120
2134
|
* Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
|
|
2121
2135
|
*
|
|
2122
|
-
* @see {@link MatterSpecification.
|
|
2136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.45
|
|
2123
2137
|
*/
|
|
2124
2138
|
numberOfAliroCredentialIssuerKeysSupported: (0, import_Cluster.FixedAttribute)(135, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
2125
2139
|
/**
|
|
@@ -2135,7 +2149,7 @@ var DoorLock;
|
|
|
2135
2149
|
* NumberOfAliroEndpointKeysSupported and also add a credential of type AliroNonEvictableEndpointKey at
|
|
2136
2150
|
* the same index, and both credentials would exist on the server.
|
|
2137
2151
|
*
|
|
2138
|
-
* @see {@link MatterSpecification.
|
|
2152
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.46
|
|
2139
2153
|
*/
|
|
2140
2154
|
numberOfAliroEndpointKeysSupported: (0, import_Cluster.FixedAttribute)(136, import_TlvNumber.TlvUInt16, { default: 0 })
|
|
2141
2155
|
},
|
|
@@ -2143,7 +2157,7 @@ var DoorLock;
|
|
|
2143
2157
|
/**
|
|
2144
2158
|
* This command allows communicating an Aliro Reader configuration, as defined in [Aliro], to the lock.
|
|
2145
2159
|
*
|
|
2146
|
-
* @see {@link MatterSpecification.
|
|
2160
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.42
|
|
2147
2161
|
*/
|
|
2148
2162
|
setAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2149
2163
|
40,
|
|
@@ -2162,7 +2176,7 @@ var DoorLock;
|
|
|
2162
2176
|
* verification key to interact with the lock. This effect is not restricted to a single fabric or
|
|
2163
2177
|
* otherwise scoped in any way.
|
|
2164
2178
|
*
|
|
2165
|
-
* @see {@link MatterSpecification.
|
|
2179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.43
|
|
2166
2180
|
*/
|
|
2167
2181
|
clearAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2168
2182
|
41,
|
|
@@ -2180,7 +2194,7 @@ var DoorLock;
|
|
|
2180
2194
|
*
|
|
2181
2195
|
* Null if no group resolving key has been configured on the lock. See SetAliroReaderConfig.
|
|
2182
2196
|
*
|
|
2183
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.42
|
|
2184
2198
|
*/
|
|
2185
2199
|
aliroGroupResolvingKey: (0, import_Cluster.Attribute)(
|
|
2186
2200
|
132,
|
|
@@ -2191,7 +2205,7 @@ var DoorLock;
|
|
|
2191
2205
|
* Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
|
|
2192
2206
|
* defined in [Aliro].
|
|
2193
2207
|
*
|
|
2194
|
-
* @see {@link MatterSpecification.
|
|
2208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.43
|
|
2195
2209
|
*/
|
|
2196
2210
|
aliroSupportedBleuwbProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2197
2211
|
133,
|
|
@@ -2201,7 +2215,7 @@ var DoorLock;
|
|
|
2201
2215
|
/**
|
|
2202
2216
|
* Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
|
|
2203
2217
|
*
|
|
2204
|
-
* @see {@link MatterSpecification.
|
|
2218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.44
|
|
2205
2219
|
*/
|
|
2206
2220
|
aliroBleAdvertisingVersion: (0, import_Cluster.FixedAttribute)(
|
|
2207
2221
|
134,
|
|
@@ -2215,7 +2229,7 @@ var DoorLock;
|
|
|
2215
2229
|
/**
|
|
2216
2230
|
* Set the status of a user ID.
|
|
2217
2231
|
*
|
|
2218
|
-
* @see {@link MatterSpecification.
|
|
2232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.9
|
|
2219
2233
|
*/
|
|
2220
2234
|
setUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2221
2235
|
9,
|
|
@@ -2227,7 +2241,7 @@ var DoorLock;
|
|
|
2227
2241
|
/**
|
|
2228
2242
|
* Get the status of a user.
|
|
2229
2243
|
*
|
|
2230
|
-
* @see {@link MatterSpecification.
|
|
2244
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.10
|
|
2231
2245
|
*/
|
|
2232
2246
|
getUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2233
2247
|
10,
|
|
@@ -2243,7 +2257,7 @@ var DoorLock;
|
|
|
2243
2257
|
*
|
|
2244
2258
|
* Return status shall be one of the following values:
|
|
2245
2259
|
*
|
|
2246
|
-
* @see {@link MatterSpecification.
|
|
2260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.24
|
|
2247
2261
|
*/
|
|
2248
2262
|
setUserType: (0, import_Cluster.OptionalCommand)(
|
|
2249
2263
|
20,
|
|
@@ -2255,7 +2269,7 @@ var DoorLock;
|
|
|
2255
2269
|
/**
|
|
2256
2270
|
* Retrieve the user type for a specific user.
|
|
2257
2271
|
*
|
|
2258
|
-
* @see {@link MatterSpecification.
|
|
2272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.25
|
|
2259
2273
|
*/
|
|
2260
2274
|
getUserType: (0, import_Cluster.OptionalCommand)(
|
|
2261
2275
|
21,
|
|
@@ -2275,7 +2289,7 @@ var DoorLock;
|
|
|
2275
2289
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
2276
2290
|
* shall be one of the following values:
|
|
2277
2291
|
*
|
|
2278
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.27
|
|
2279
2293
|
*/
|
|
2280
2294
|
setRfidCode: (0, import_Cluster.Command)(
|
|
2281
2295
|
22,
|
|
@@ -2287,7 +2301,7 @@ var DoorLock;
|
|
|
2287
2301
|
/**
|
|
2288
2302
|
* Retrieve an RFID code.
|
|
2289
2303
|
*
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.28
|
|
2291
2305
|
*/
|
|
2292
2306
|
getRfidCode: (0, import_Cluster.Command)(
|
|
2293
2307
|
23,
|
|
@@ -2303,7 +2317,7 @@ var DoorLock;
|
|
|
2303
2317
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2304
2318
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2305
2319
|
*
|
|
2306
|
-
* @see {@link MatterSpecification.
|
|
2320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.30
|
|
2307
2321
|
*/
|
|
2308
2322
|
clearRfidCode: (0, import_Cluster.Command)(
|
|
2309
2323
|
24,
|
|
@@ -2317,7 +2331,7 @@ var DoorLock;
|
|
|
2317
2331
|
* user status has to be set to "0 Available", the user type has to be set to the default value, and all
|
|
2318
2332
|
* schedules which are supported have to be set to the default values.
|
|
2319
2333
|
*
|
|
2320
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.31
|
|
2321
2335
|
*/
|
|
2322
2336
|
clearAllRfidCodes: (0, import_Cluster.Command)(
|
|
2323
2337
|
25,
|
|
@@ -2340,7 +2354,7 @@ var DoorLock;
|
|
|
2340
2354
|
* > If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the
|
|
2341
2355
|
* auto relock time has expired.
|
|
2342
2356
|
*
|
|
2343
|
-
* @see {@link MatterSpecification.
|
|
2357
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.41
|
|
2344
2358
|
*/
|
|
2345
2359
|
unboltDoor: (0, import_Cluster.Command)(39, DoorLock2.TlvUnboltDoorRequest, 39, import_Cluster.TlvNoResponse, { timed: true })
|
|
2346
2360
|
}
|
|
@@ -2358,7 +2372,7 @@ var DoorLock;
|
|
|
2358
2372
|
* and Schedules are all associated with a User index and not directly with a PIN index. A User index may
|
|
2359
2373
|
* have several credentials associated with it.
|
|
2360
2374
|
*
|
|
2361
|
-
* @see {@link MatterSpecification.
|
|
2375
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.1
|
|
2362
2376
|
*/
|
|
2363
2377
|
pinCredential: (0, import_BitmapSchema.BitFlag)(0),
|
|
2364
2378
|
/**
|
|
@@ -2369,7 +2383,7 @@ var DoorLock;
|
|
|
2369
2383
|
* and Schedules are all associated with a User index and not directly with a RFID index. A User Index may
|
|
2370
2384
|
* have several credentials associated with it.
|
|
2371
2385
|
*
|
|
2372
|
-
* @see {@link MatterSpecification.
|
|
2386
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.2
|
|
2373
2387
|
*/
|
|
2374
2388
|
rfidCredential: (0, import_BitmapSchema.BitFlag)(1),
|
|
2375
2389
|
/**
|
|
@@ -2382,7 +2396,7 @@ var DoorLock;
|
|
|
2382
2396
|
* and Schedules are all associated with a User index and not directly with a Finger index. A User Index may
|
|
2383
2397
|
* have several credentials associated with it.
|
|
2384
2398
|
*
|
|
2385
|
-
* @see {@link MatterSpecification.
|
|
2399
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.3
|
|
2386
2400
|
*/
|
|
2387
2401
|
fingerCredentials: (0, import_BitmapSchema.BitFlag)(2),
|
|
2388
2402
|
/**
|
|
@@ -2396,14 +2410,14 @@ var DoorLock;
|
|
|
2396
2410
|
* Support for WeekDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2397
2411
|
* time.
|
|
2398
2412
|
*
|
|
2399
|
-
* @see {@link MatterSpecification.
|
|
2413
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.4
|
|
2400
2414
|
*/
|
|
2401
2415
|
weekDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(4),
|
|
2402
2416
|
/**
|
|
2403
2417
|
* If this feature is supported this indicates that the lock has the ability to determine the position of
|
|
2404
2418
|
* the door which is separate from the state of the lock.
|
|
2405
2419
|
*
|
|
2406
|
-
* @see {@link MatterSpecification.
|
|
2420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.5
|
|
2407
2421
|
*/
|
|
2408
2422
|
doorPositionSensor: (0, import_BitmapSchema.BitFlag)(5),
|
|
2409
2423
|
/**
|
|
@@ -2416,7 +2430,7 @@ var DoorLock;
|
|
|
2416
2430
|
* A lock may support multiple credential types so if the User feature is supported the UserType, UserStatus
|
|
2417
2431
|
* and Schedules are all associated with a User and not directly with a credential.
|
|
2418
2432
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.6
|
|
2420
2434
|
*/
|
|
2421
2435
|
faceCredentials: (0, import_BitmapSchema.BitFlag)(6),
|
|
2422
2436
|
/**
|
|
@@ -2424,7 +2438,7 @@ var DoorLock;
|
|
|
2424
2438
|
* lock/unlock command. Currently the cluster only supports providing the PIN credential to the lock/unlock
|
|
2425
2439
|
* commands. If this feature is supported then the PIN Credential feature shall also be supported.
|
|
2426
2440
|
*
|
|
2427
|
-
* @see {@link MatterSpecification.
|
|
2441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.7
|
|
2428
2442
|
*/
|
|
2429
2443
|
credentialOverTheAirAccess: (0, import_BitmapSchema.BitFlag)(7),
|
|
2430
2444
|
/**
|
|
@@ -2432,7 +2446,7 @@ var DoorLock;
|
|
|
2432
2446
|
* used to associate credentials and schedules to single user record within the lock. This also means the
|
|
2433
2447
|
* UserType and UserStatus fields are associated with a User and not a credential.
|
|
2434
2448
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.8
|
|
2436
2450
|
*/
|
|
2437
2451
|
user: (0, import_BitmapSchema.BitFlag)(8),
|
|
2438
2452
|
/**
|
|
@@ -2444,7 +2458,7 @@ var DoorLock;
|
|
|
2444
2458
|
* Support for YearDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2445
2459
|
* time.
|
|
2446
2460
|
*
|
|
2447
|
-
* @see {@link MatterSpecification.
|
|
2461
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.9
|
|
2448
2462
|
*/
|
|
2449
2463
|
yearDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(10),
|
|
2450
2464
|
/**
|
|
@@ -2453,7 +2467,7 @@ var DoorLock;
|
|
|
2453
2467
|
*
|
|
2454
2468
|
* Support for HolidaySchedules requires that the lock has the capability of keeping track of local time.
|
|
2455
2469
|
*
|
|
2456
|
-
* @see {@link MatterSpecification.
|
|
2470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.10
|
|
2457
2471
|
*/
|
|
2458
2472
|
holidaySchedules: (0, import_BitmapSchema.BitFlag)(11),
|
|
2459
2473
|
/**
|
|
@@ -2463,21 +2477,21 @@ var DoorLock;
|
|
|
2463
2477
|
* Locks without unbolting support don’t differentiate between unbolting and unlocking and perform the same
|
|
2464
2478
|
* operation for both commands.
|
|
2465
2479
|
*
|
|
2466
|
-
* @see {@link MatterSpecification.
|
|
2480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.11
|
|
2467
2481
|
*/
|
|
2468
2482
|
unbolting: (0, import_BitmapSchema.BitFlag)(12),
|
|
2469
2483
|
/**
|
|
2470
2484
|
* Locks that support this feature implement the Aliro specification as defined in [Aliro] and support
|
|
2471
2485
|
* Matter as a method for provisioning Aliro credentials.
|
|
2472
2486
|
*
|
|
2473
|
-
* @see {@link MatterSpecification.
|
|
2487
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.12
|
|
2474
2488
|
*/
|
|
2475
2489
|
aliroProvisioning: (0, import_BitmapSchema.BitFlag)(13),
|
|
2476
2490
|
/**
|
|
2477
2491
|
* Locks that support this feature implement the Bluetooth LE + UWB Access Control Flow as defined in
|
|
2478
2492
|
* [Aliro].
|
|
2479
2493
|
*
|
|
2480
|
-
* @see {@link MatterSpecification.
|
|
2494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.4.13
|
|
2481
2495
|
*/
|
|
2482
2496
|
aliroBleuwb: (0, import_BitmapSchema.BitFlag)(14)
|
|
2483
2497
|
},
|
|
@@ -2491,27 +2505,27 @@ var DoorLock;
|
|
|
2491
2505
|
* Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended
|
|
2492
2506
|
* and not in a dead latched state.
|
|
2493
2507
|
*
|
|
2494
|
-
* @see {@link MatterSpecification.
|
|
2508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.1
|
|
2495
2509
|
*/
|
|
2496
2510
|
lockState: (0, import_Cluster.Attribute)(0, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
2497
2511
|
/**
|
|
2498
2512
|
* Indicates the type of door lock as defined in LockTypeEnum.
|
|
2499
2513
|
*
|
|
2500
|
-
* @see {@link MatterSpecification.
|
|
2514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.2
|
|
2501
2515
|
*/
|
|
2502
2516
|
lockType: (0, import_Cluster.Attribute)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
2503
2517
|
/**
|
|
2504
2518
|
* Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock,
|
|
2505
2519
|
* Unlock, or Unlock with Timeout commands.
|
|
2506
2520
|
*
|
|
2507
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.3
|
|
2508
2522
|
*/
|
|
2509
2523
|
actuatorEnabled: (0, import_Cluster.Attribute)(2, import_TlvBoolean.TlvBoolean),
|
|
2510
2524
|
/**
|
|
2511
2525
|
* Indicates the language for the on-screen or audible user interface using a 2- byte language code from
|
|
2512
2526
|
* ISO-639-1.
|
|
2513
2527
|
*
|
|
2514
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.20
|
|
2515
2529
|
*/
|
|
2516
2530
|
language: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2517
2531
|
33,
|
|
@@ -2521,7 +2535,7 @@ var DoorLock;
|
|
|
2521
2535
|
/**
|
|
2522
2536
|
* Indicates the settings for the LED support, as defined by LEDSettingEnum.
|
|
2523
2537
|
*
|
|
2524
|
-
* @see {@link MatterSpecification.
|
|
2538
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.21
|
|
2525
2539
|
*/
|
|
2526
2540
|
ledSettings: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2527
2541
|
34,
|
|
@@ -2533,13 +2547,13 @@ var DoorLock;
|
|
|
2533
2547
|
* 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use
|
|
2534
2548
|
* the specific command.
|
|
2535
2549
|
*
|
|
2536
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.22
|
|
2537
2551
|
*/
|
|
2538
2552
|
autoRelockTime: (0, import_Cluster.OptionalWritableAttribute)(35, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
2539
2553
|
/**
|
|
2540
2554
|
* Indicates the sound volume on a door lock as defined by SoundVolumeEnum.
|
|
2541
2555
|
*
|
|
2542
|
-
* @see {@link MatterSpecification.
|
|
2556
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.23
|
|
2543
2557
|
*/
|
|
2544
2558
|
soundVolume: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2545
2559
|
36,
|
|
@@ -2549,7 +2563,7 @@ var DoorLock;
|
|
|
2549
2563
|
/**
|
|
2550
2564
|
* This attribute shall indicate the current operating mode of the lock as defined in OperatingModeEnum.
|
|
2551
2565
|
*
|
|
2552
|
-
* @see {@link MatterSpecification.
|
|
2566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.24
|
|
2553
2567
|
*/
|
|
2554
2568
|
operatingMode: (0, import_Cluster.WritableAttribute)(
|
|
2555
2569
|
37,
|
|
@@ -2561,7 +2575,7 @@ var DoorLock;
|
|
|
2561
2575
|
* the lock. All operating modes NOT supported by a lock shall be set to one. The value of the OperatingMode
|
|
2562
2576
|
* enumeration defines the related bit to be set.
|
|
2563
2577
|
*
|
|
2564
|
-
* @see {@link MatterSpecification.
|
|
2578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.25
|
|
2565
2579
|
*/
|
|
2566
2580
|
supportedOperatingModes: (0, import_Cluster.FixedAttribute)(
|
|
2567
2581
|
38,
|
|
@@ -2587,7 +2601,7 @@ var DoorLock;
|
|
|
2587
2601
|
* current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound
|
|
2588
2602
|
* Volume setting on the server, the client SHOULD read/write to the Sound Volume attribute.
|
|
2589
2603
|
*
|
|
2590
|
-
* @see {@link MatterSpecification.
|
|
2604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.26
|
|
2591
2605
|
*/
|
|
2592
2606
|
defaultConfigurationRegister: (0, import_Cluster.OptionalAttribute)(39, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, DoorLock2.ConfigurationRegister)),
|
|
2593
2607
|
/**
|
|
@@ -2597,7 +2611,7 @@ var DoorLock;
|
|
|
2597
2611
|
* for those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming
|
|
2598
2612
|
* shall be enabled by default.
|
|
2599
2613
|
*
|
|
2600
|
-
* @see {@link MatterSpecification.
|
|
2614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.27
|
|
2601
2615
|
*/
|
|
2602
2616
|
enableLocalProgramming: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2603
2617
|
40,
|
|
@@ -2608,7 +2622,7 @@ var DoorLock;
|
|
|
2608
2622
|
* This attribute shall enable/disable the ability to lock the door lock with a single touch on the door
|
|
2609
2623
|
* lock.
|
|
2610
2624
|
*
|
|
2611
|
-
* @see {@link MatterSpecification.
|
|
2625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.28
|
|
2612
2626
|
*/
|
|
2613
2627
|
enableOneTouchLocking: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2614
2628
|
41,
|
|
@@ -2619,7 +2633,7 @@ var DoorLock;
|
|
|
2619
2633
|
* This attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is
|
|
2620
2634
|
* locked.
|
|
2621
2635
|
*
|
|
2622
|
-
* @see {@link MatterSpecification.
|
|
2636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.29
|
|
2623
2637
|
*/
|
|
2624
2638
|
enableInsideStatusLed: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2625
2639
|
42,
|
|
@@ -2630,7 +2644,7 @@ var DoorLock;
|
|
|
2630
2644
|
* This attribute shall enable/disable a button inside the door that is used to put the lock into privacy
|
|
2631
2645
|
* mode. When the lock is in privacy mode it cannot be manipulated from the outside.
|
|
2632
2646
|
*
|
|
2633
|
-
* @see {@link MatterSpecification.
|
|
2647
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.30
|
|
2634
2648
|
*/
|
|
2635
2649
|
enablePrivacyModeButton: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2636
2650
|
43,
|
|
@@ -2646,7 +2660,7 @@ var DoorLock;
|
|
|
2646
2660
|
*
|
|
2647
2661
|
* The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
|
|
2648
2662
|
*
|
|
2649
|
-
* @see {@link MatterSpecification.
|
|
2663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.31
|
|
2650
2664
|
*/
|
|
2651
2665
|
localProgrammingFeatures: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2652
2666
|
44,
|
|
@@ -2661,7 +2675,7 @@ var DoorLock;
|
|
|
2661
2675
|
*
|
|
2662
2676
|
* This mask DOES NOT apply to the Events mechanism of this cluster.
|
|
2663
2677
|
*
|
|
2664
|
-
* @see {@link MatterSpecification.
|
|
2678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.9.37
|
|
2665
2679
|
*/
|
|
2666
2680
|
alarmMask: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2667
2681
|
64,
|
|
@@ -2678,7 +2692,7 @@ var DoorLock;
|
|
|
2678
2692
|
* lock. The door lock may require a PIN depending on the value of the RequirePINForRemoteOperation
|
|
2679
2693
|
* attribute.
|
|
2680
2694
|
*
|
|
2681
|
-
* @see {@link MatterSpecification.
|
|
2695
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.1
|
|
2682
2696
|
*/
|
|
2683
2697
|
lockDoor: (0, import_Cluster.Command)(0, DoorLock2.TlvLockDoorRequest, 0, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2684
2698
|
/**
|
|
@@ -2691,7 +2705,7 @@ var DoorLock;
|
|
|
2691
2705
|
* > If the attribute AutoRelockTime is supported the lock will transition to the locked state when the auto
|
|
2692
2706
|
* relock time has expired.
|
|
2693
2707
|
*
|
|
2694
|
-
* @see {@link MatterSpecification.
|
|
2708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.2
|
|
2695
2709
|
*/
|
|
2696
2710
|
unlockDoor: (0, import_Cluster.Command)(1, DoorLock2.TlvUnlockDoorRequest, 1, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2697
2711
|
/**
|
|
@@ -2701,7 +2715,7 @@ var DoorLock;
|
|
|
2701
2715
|
* specified in the AutoRelockTime attribute. If the door lock device is not capable of or does not want to
|
|
2702
2716
|
* support temporary Relock Timeout, it SHOULD NOT support this optional command.
|
|
2703
2717
|
*
|
|
2704
|
-
* @see {@link MatterSpecification.
|
|
2718
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.10.3
|
|
2705
2719
|
*/
|
|
2706
2720
|
unlockWithTimeout: (0, import_Cluster.OptionalCommand)(3, DoorLock2.TlvUnlockWithTimeoutRequest, 3, import_Cluster.TlvNoResponse, { timed: true })
|
|
2707
2721
|
},
|
|
@@ -2710,7 +2724,7 @@ var DoorLock;
|
|
|
2710
2724
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door
|
|
2711
2725
|
* lock. The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
2712
2726
|
*
|
|
2713
|
-
* @see {@link MatterSpecification.
|
|
2727
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.1
|
|
2714
2728
|
*/
|
|
2715
2729
|
doorLockAlarm: (0, import_Cluster.Event)(0, import_Cluster.EventPriority.Critical, DoorLock2.TlvDoorLockAlarmEvent),
|
|
2716
2730
|
/**
|
|
@@ -2740,14 +2754,14 @@ var DoorLock;
|
|
|
2740
2754
|
* ◦ may generate a LockOperation event of LockOperationType Unlatch when it is actuated from the
|
|
2741
2755
|
* inside.
|
|
2742
2756
|
*
|
|
2743
|
-
* @see {@link MatterSpecification.
|
|
2757
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.3
|
|
2744
2758
|
*/
|
|
2745
2759
|
lockOperation: (0, import_Cluster.Event)(2, import_Cluster.EventPriority.Critical, DoorLock2.TlvLockOperationEvent),
|
|
2746
2760
|
/**
|
|
2747
2761
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various
|
|
2748
2762
|
* reasons.
|
|
2749
2763
|
*
|
|
2750
|
-
* @see {@link MatterSpecification.
|
|
2764
|
+
* @see {@link MatterSpecification.v141.Cluster} § 5.2.11.4
|
|
2751
2765
|
*/
|
|
2752
2766
|
lockOperationError: (0, import_Cluster.Event)(3, import_Cluster.EventPriority.Critical, DoorLock2.TlvLockOperationErrorEvent)
|
|
2753
2767
|
},
|