@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
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 +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- 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-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- 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 +135 -135
- 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 +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- 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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- 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-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- 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 +135 -135
- 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 +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- 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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +20 -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 +28 -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 +111 -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 +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -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 +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- 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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -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 +28 -28
- package/src/clusters/level-control.ts +50 -50
- 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 +91 -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 +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- 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 +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -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 +81 -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 +35 -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/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
|
@@ -73,7 +73,7 @@ var DoorLock;
|
|
|
73
73
|
/**
|
|
74
74
|
* This field shall indicate the new door state for this door event.
|
|
75
75
|
*
|
|
76
|
-
* @see {@link MatterSpecification.
|
|
76
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.2.1
|
|
77
77
|
*/
|
|
78
78
|
doorState: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
79
79
|
});
|
|
@@ -126,13 +126,13 @@ var DoorLock;
|
|
|
126
126
|
/**
|
|
127
127
|
* This field shall indicate the type of operation.
|
|
128
128
|
*
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
129
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.1
|
|
130
130
|
*/
|
|
131
131
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
132
132
|
/**
|
|
133
133
|
* This field shall indicate the user ID.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.2
|
|
136
136
|
*/
|
|
137
137
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
138
138
|
/**
|
|
@@ -146,7 +146,7 @@ var DoorLock;
|
|
|
146
146
|
*
|
|
147
147
|
* If UserName is not null, the UserName in the user record shall be set to the provided value.
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.3
|
|
150
150
|
*/
|
|
151
151
|
userName: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
152
152
|
/**
|
|
@@ -163,7 +163,7 @@ var DoorLock;
|
|
|
163
163
|
*
|
|
164
164
|
* If UserUniqueID is not null, the UserUniqueID in the user record shall be set to the provided value.
|
|
165
165
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
166
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.4
|
|
167
167
|
*/
|
|
168
168
|
userUniqueId: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
169
169
|
/**
|
|
@@ -178,7 +178,7 @@ var DoorLock;
|
|
|
178
178
|
*
|
|
179
179
|
* If UserStatus is not null, the UserStatus in the user record shall be set to the provided value.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.5
|
|
182
182
|
*/
|
|
183
183
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
184
184
|
/**
|
|
@@ -193,7 +193,7 @@ var DoorLock;
|
|
|
193
193
|
*
|
|
194
194
|
* If UserType is not null, the UserType in the user record shall be set to the provided value.
|
|
195
195
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.6
|
|
197
197
|
*/
|
|
198
198
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
199
199
|
/**
|
|
@@ -212,7 +212,7 @@ var DoorLock;
|
|
|
212
212
|
*
|
|
213
213
|
* If CredentialRule is not null, the CredentialRule in the user record shall be set to the provided value.
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32.7
|
|
216
216
|
*/
|
|
217
217
|
credentialRule: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
218
218
|
});
|
|
@@ -233,7 +233,7 @@ var DoorLock;
|
|
|
233
233
|
/**
|
|
234
234
|
* This field shall indicate the credential field used to authorize the lock operation.
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.24.1
|
|
237
237
|
*/
|
|
238
238
|
credentialType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
239
239
|
/**
|
|
@@ -241,7 +241,7 @@ var DoorLock;
|
|
|
241
241
|
* list of credentials identified by CredentialType (e.g. PIN, RFID, etc.). This field shall be set to 0 if
|
|
242
242
|
* CredentialType is ProgrammingPIN or does not correspond to a list that can be indexed into.
|
|
243
243
|
*
|
|
244
|
-
* @see {@link MatterSpecification.
|
|
244
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.24.2
|
|
245
245
|
*/
|
|
246
246
|
credentialIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16)
|
|
247
247
|
});
|
|
@@ -249,43 +249,43 @@ var DoorLock;
|
|
|
249
249
|
/**
|
|
250
250
|
* This field shall indicate the user ID.
|
|
251
251
|
*
|
|
252
|
-
* @see {@link MatterSpecification.
|
|
252
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.1
|
|
253
253
|
*/
|
|
254
254
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
255
255
|
/**
|
|
256
256
|
* This field shall contain a string to use as a human readable identifier for the user.
|
|
257
257
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.2
|
|
259
259
|
*/
|
|
260
260
|
userName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
261
261
|
/**
|
|
262
262
|
* See UserUniqueID field.
|
|
263
263
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.3
|
|
265
265
|
*/
|
|
266
266
|
userUniqueId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
267
267
|
/**
|
|
268
268
|
* This field shall indicate the UserStatus assigned to the user when created or modified.
|
|
269
269
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.4
|
|
271
271
|
*/
|
|
272
272
|
userStatus: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
273
273
|
/**
|
|
274
274
|
* This field shall indicate the UserType assigned to this user when created or modified.
|
|
275
275
|
*
|
|
276
|
-
* @see {@link MatterSpecification.
|
|
276
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.5
|
|
277
277
|
*/
|
|
278
278
|
userType: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
279
279
|
/**
|
|
280
280
|
* This field shall indicate the CredentialRule set for this user.
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.6
|
|
283
283
|
*/
|
|
284
284
|
credentialRule: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
285
285
|
/**
|
|
286
286
|
* This field shall contain a list of credentials for this user.
|
|
287
287
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.7
|
|
289
289
|
*/
|
|
290
290
|
credentials: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 0 }))),
|
|
291
291
|
/**
|
|
@@ -294,7 +294,7 @@ var DoorLock;
|
|
|
294
294
|
* the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the original creator
|
|
295
295
|
* fabric was deleted.
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.8
|
|
298
298
|
*/
|
|
299
299
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(7, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
300
300
|
/**
|
|
@@ -303,7 +303,7 @@ var DoorLock;
|
|
|
303
303
|
* modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the
|
|
304
304
|
* last modifier fabric was deleted.
|
|
305
305
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
306
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.9
|
|
307
307
|
*/
|
|
308
308
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(8, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
309
309
|
/**
|
|
@@ -311,7 +311,7 @@ var DoorLock;
|
|
|
311
311
|
* occupied user slots in the database. This shall NOT be null if there is at least one occupied entry after the
|
|
312
312
|
* requested UserIndex in the User database and shall be null if there are no more occupied entries.
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.34.10
|
|
315
315
|
*/
|
|
316
316
|
nextUserIndex: (0, import_TlvObject.TlvField)(9, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 })))
|
|
317
317
|
});
|
|
@@ -319,7 +319,7 @@ var DoorLock;
|
|
|
319
319
|
/**
|
|
320
320
|
* This field shall specify a valid User index or 0xFFFE to indicate all user slots shall be cleared.
|
|
321
321
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.35.1
|
|
323
323
|
*/
|
|
324
324
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
325
325
|
});
|
|
@@ -327,14 +327,14 @@ var DoorLock;
|
|
|
327
327
|
/**
|
|
328
328
|
* This field shall indicate the set credential operation type requested.
|
|
329
329
|
*
|
|
330
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.1
|
|
331
331
|
*/
|
|
332
332
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
333
333
|
/**
|
|
334
334
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
335
335
|
* (if applicable or 0 if not) to set.
|
|
336
336
|
*
|
|
337
|
-
* @see {@link MatterSpecification.
|
|
337
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.2
|
|
338
338
|
*/
|
|
339
339
|
credential: (0, import_TlvObject.TlvField)(1, DoorLock2.TlvCredential),
|
|
340
340
|
/**
|
|
@@ -342,7 +342,7 @@ var DoorLock;
|
|
|
342
342
|
* of the credential data shall conform to the limits of the CredentialType specified in the Credential
|
|
343
343
|
* structure otherwise an INVALID_COMMAND status shall be returned in the SetCredentialResponse command.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.3
|
|
346
346
|
*/
|
|
347
347
|
credentialData: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString),
|
|
348
348
|
/**
|
|
@@ -350,21 +350,21 @@ var DoorLock;
|
|
|
350
350
|
* modified. This shall be null if OperationType is add and a new credential and user is being added at the same
|
|
351
351
|
* time.
|
|
352
352
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
353
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.4
|
|
354
354
|
*/
|
|
355
355
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
356
356
|
/**
|
|
357
357
|
* This field shall indicate the user status to use in the new user record if a new user is being created. This
|
|
358
358
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.5
|
|
361
361
|
*/
|
|
362
362
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
363
363
|
/**
|
|
364
364
|
* This field shall indicate the user type to use in the new user record if a new user is being created. This
|
|
365
365
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
366
366
|
*
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
367
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36.6
|
|
368
368
|
*/
|
|
369
369
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
370
370
|
});
|
|
@@ -401,7 +401,7 @@ var DoorLock;
|
|
|
401
401
|
*
|
|
402
402
|
* • INVALID_COMMAND, if OperationType is Modify and UserIndex points to an available slot.
|
|
403
403
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.37.1
|
|
405
405
|
*/
|
|
406
406
|
status: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
407
407
|
/**
|
|
@@ -411,7 +411,7 @@ var DoorLock;
|
|
|
411
411
|
* created. If the OperationType was Add and an existing User was associated with the new credential then this
|
|
412
412
|
* shall be null.
|
|
413
413
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.37.2
|
|
415
415
|
*/
|
|
416
416
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
417
417
|
/**
|
|
@@ -421,7 +421,7 @@ var DoorLock;
|
|
|
421
421
|
* null if there are no more available entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
422
422
|
* number of credentials for a particular credential type.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.37.3
|
|
425
425
|
*/
|
|
426
426
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
427
427
|
});
|
|
@@ -430,7 +430,7 @@ var DoorLock;
|
|
|
430
430
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
431
431
|
* (if applicable or 0 if not) to retrieve the status for.
|
|
432
432
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.38.1
|
|
434
434
|
*/
|
|
435
435
|
credential: (0, import_TlvObject.TlvField)(0, DoorLock2.TlvCredential)
|
|
436
436
|
});
|
|
@@ -439,7 +439,7 @@ var DoorLock;
|
|
|
439
439
|
* This field shall indicate if the requested credential type and index exists and is populated for the
|
|
440
440
|
* requested user index.
|
|
441
441
|
*
|
|
442
|
-
* @see {@link MatterSpecification.
|
|
442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.1
|
|
443
443
|
*/
|
|
444
444
|
credentialExists: (0, import_TlvObject.TlvField)(0, import_TlvBoolean.TlvBoolean),
|
|
445
445
|
/**
|
|
@@ -447,7 +447,7 @@ var DoorLock;
|
|
|
447
447
|
* CredentialType requested was ProgrammingPIN then UserIndex shall be null; otherwise, UserIndex shall be null
|
|
448
448
|
* if CredentialExists is set to False and shall NOT be null if CredentialExists is set to True.
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.2
|
|
451
451
|
*/
|
|
452
452
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
453
453
|
/**
|
|
@@ -456,7 +456,7 @@ var DoorLock;
|
|
|
456
456
|
* credential was created outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
457
457
|
* set to 0 if the original creator fabric was deleted.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.3
|
|
460
460
|
*/
|
|
461
461
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
462
462
|
/**
|
|
@@ -465,7 +465,7 @@ var DoorLock;
|
|
|
465
465
|
* credential was modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
466
466
|
* set to 0 if the last modifier fabric was deleted.
|
|
467
467
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.4
|
|
469
469
|
*/
|
|
470
470
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
471
471
|
/**
|
|
@@ -476,7 +476,7 @@ var DoorLock;
|
|
|
476
476
|
* database and shall be null if there are no more occupied entries. The NextCredentialIndex reported shall NOT
|
|
477
477
|
* exceed the maximum number of credentials for a particular credential type.
|
|
478
478
|
*
|
|
479
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.5
|
|
480
480
|
*/
|
|
481
481
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
482
482
|
/**
|
|
@@ -495,7 +495,7 @@ var DoorLock;
|
|
|
495
495
|
* Since the Aliro credentials are public keys, there is no security risk in allowing them to be read.
|
|
496
496
|
* Possession of the credential octet string does not allow operating the lock.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.39.6
|
|
499
499
|
*/
|
|
500
500
|
credentialData: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString))
|
|
501
501
|
});
|
|
@@ -505,7 +505,7 @@ var DoorLock;
|
|
|
505
505
|
* (0xFFFE for all credentials or 0 if not applicable) to clear. This shall be null if clearing all credential
|
|
506
506
|
* types otherwise it shall NOT be null.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.40.1
|
|
509
509
|
*/
|
|
510
510
|
credential: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(DoorLock2.TlvCredential))
|
|
511
511
|
});
|
|
@@ -544,19 +544,19 @@ var DoorLock;
|
|
|
544
544
|
/**
|
|
545
545
|
* This field shall indicate the lock data type that was changed.
|
|
546
546
|
*
|
|
547
|
-
* @see {@link MatterSpecification.
|
|
547
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.1
|
|
548
548
|
*/
|
|
549
549
|
lockDataType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
550
550
|
/**
|
|
551
551
|
* This field shall indicate the data operation performed on the lock data type changed.
|
|
552
552
|
*
|
|
553
|
-
* @see {@link MatterSpecification.
|
|
553
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.2
|
|
554
554
|
*/
|
|
555
555
|
dataOperationType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
556
556
|
/**
|
|
557
557
|
* This field shall indicate the source of the user data change.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.3
|
|
560
560
|
*/
|
|
561
561
|
operationSource: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
562
562
|
/**
|
|
@@ -564,7 +564,7 @@ var DoorLock;
|
|
|
564
564
|
* is no specific user associated with the data operation. This shall be 0xFFFE if all users are affected (e.g.
|
|
565
565
|
* Clear Users).
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.4
|
|
568
568
|
*/
|
|
569
569
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
570
570
|
/**
|
|
@@ -572,7 +572,7 @@ var DoorLock;
|
|
|
572
572
|
* null if there is no fabric that can be determined to have caused the change. This shall NOT be null if the
|
|
573
573
|
* operation source is "Remote".
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.5
|
|
576
576
|
*/
|
|
577
577
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
578
578
|
/**
|
|
@@ -580,7 +580,7 @@ var DoorLock;
|
|
|
580
580
|
* performed the change. This shall be null if there was no Node involved in the change. This shall NOT be null
|
|
581
581
|
* if the operation source is "Remote".
|
|
582
582
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.6
|
|
584
584
|
*/
|
|
585
585
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
586
586
|
/**
|
|
@@ -589,7 +589,7 @@ var DoorLock;
|
|
|
589
589
|
* list that can be indexed into (e.g. ProgrammingUser). This shall be 0xFFFE if all indices are affected (e.g.
|
|
590
590
|
* ClearPINCode, ClearRFIDCode, ClearWeekDaySchedule, ClearYearDaySchedule, etc.).
|
|
591
591
|
*
|
|
592
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5.7
|
|
593
593
|
*/
|
|
594
594
|
dataIndex: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
595
595
|
});
|
|
@@ -627,38 +627,38 @@ var DoorLock;
|
|
|
627
627
|
/**
|
|
628
628
|
* This field shall indicate the index of the Week Day schedule.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.1
|
|
631
631
|
*/
|
|
632
632
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
633
633
|
/**
|
|
634
634
|
* This field shall indicate the user ID.
|
|
635
635
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.2
|
|
637
637
|
*/
|
|
638
638
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
639
639
|
/**
|
|
640
640
|
* This field shall indicate which week days the schedule is active.
|
|
641
641
|
*
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.3
|
|
643
643
|
*/
|
|
644
644
|
daysMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
645
645
|
/**
|
|
646
646
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
647
647
|
*
|
|
648
|
-
* @see {@link MatterSpecification.
|
|
648
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.4
|
|
649
649
|
*/
|
|
650
650
|
startHour: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
651
651
|
/**
|
|
652
652
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
653
653
|
*
|
|
654
|
-
* @see {@link MatterSpecification.
|
|
654
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.5
|
|
655
655
|
*/
|
|
656
656
|
startMinute: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
657
657
|
/**
|
|
658
658
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
659
659
|
* than StartHour.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.6
|
|
662
662
|
*/
|
|
663
663
|
endHour: (0, import_TlvObject.TlvField)(5, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
664
664
|
/**
|
|
@@ -668,7 +668,7 @@ var DoorLock;
|
|
|
668
668
|
* If the EndHour is equal to 23 and the EndMinute is equal to 59 the Lock shall grant access to the user up
|
|
669
669
|
* until 23:59:59.
|
|
670
670
|
*
|
|
671
|
-
* @see {@link MatterSpecification.
|
|
671
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12.7
|
|
672
672
|
*/
|
|
673
673
|
endMinute: (0, import_TlvObject.TlvField)(6, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
674
674
|
});
|
|
@@ -680,13 +680,13 @@ var DoorLock;
|
|
|
680
680
|
/**
|
|
681
681
|
* This field shall indicate the index of the Week Day schedule.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.1
|
|
684
684
|
*/
|
|
685
685
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
686
686
|
/**
|
|
687
687
|
* This field shall indicate the user ID.
|
|
688
688
|
*
|
|
689
|
-
* @see {@link MatterSpecification.
|
|
689
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.2
|
|
690
690
|
*/
|
|
691
691
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
692
692
|
/**
|
|
@@ -703,34 +703,34 @@ var DoorLock;
|
|
|
703
703
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
704
704
|
* values, only the fields up to the status field shall be present.
|
|
705
705
|
*
|
|
706
|
-
* @see {@link MatterSpecification.
|
|
706
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.3
|
|
707
707
|
*/
|
|
708
708
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
709
709
|
daysMask: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
710
710
|
/**
|
|
711
711
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
712
712
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
713
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.4
|
|
714
714
|
*/
|
|
715
715
|
startHour: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
716
716
|
/**
|
|
717
717
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
718
718
|
*
|
|
719
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.5
|
|
720
720
|
*/
|
|
721
721
|
startMinute: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
722
722
|
/**
|
|
723
723
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
724
724
|
* than StartHour.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.6
|
|
727
727
|
*/
|
|
728
728
|
endHour: (0, import_TlvObject.TlvOptionalField)(6, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
729
729
|
/**
|
|
730
730
|
* This field shall indicate the ending minute for the Week Day schedule. If EndHour is equal to StartHour then
|
|
731
731
|
* EndMinute shall be greater than StartMinute.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.14.7
|
|
734
734
|
*/
|
|
735
735
|
endMinute: (0, import_TlvObject.TlvOptionalField)(7, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
736
736
|
});
|
|
@@ -739,13 +739,13 @@ var DoorLock;
|
|
|
739
739
|
* This field shall indicate the Week Day schedule index to clear or 0xFE to clear all Week Day schedules for
|
|
740
740
|
* the specified user.
|
|
741
741
|
*
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.15.1
|
|
743
743
|
*/
|
|
744
744
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
745
745
|
/**
|
|
746
746
|
* This field shall indicate the user ID.
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.15.2
|
|
749
749
|
*/
|
|
750
750
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
751
751
|
});
|
|
@@ -753,20 +753,20 @@ var DoorLock;
|
|
|
753
753
|
/**
|
|
754
754
|
* This field shall indicate the index of the Year Day schedule.
|
|
755
755
|
*
|
|
756
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.16.1
|
|
757
757
|
*/
|
|
758
758
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
759
759
|
/**
|
|
760
760
|
* This field shall indicate the user ID.
|
|
761
761
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.16.2
|
|
763
763
|
*/
|
|
764
764
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
765
765
|
/**
|
|
766
766
|
* This field shall indicate the starting time for the Year Day schedule in Epoch Time in Seconds with local
|
|
767
767
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.16.3
|
|
770
770
|
*/
|
|
771
771
|
localStartTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
772
772
|
/**
|
|
@@ -774,7 +774,7 @@ var DoorLock;
|
|
|
774
774
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
775
775
|
* greater than LocalStartTime.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.16.4
|
|
778
778
|
*/
|
|
779
779
|
localEndTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvEpochS)
|
|
780
780
|
});
|
|
@@ -786,13 +786,13 @@ var DoorLock;
|
|
|
786
786
|
/**
|
|
787
787
|
* This field shall indicate the index of the Year Day schedule.
|
|
788
788
|
*
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.18.1
|
|
790
790
|
*/
|
|
791
791
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
792
792
|
/**
|
|
793
793
|
* This field shall indicate the user ID.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.18.2
|
|
796
796
|
*/
|
|
797
797
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
798
798
|
/**
|
|
@@ -809,7 +809,7 @@ var DoorLock;
|
|
|
809
809
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
810
810
|
* values, only the fields up to the status field shall be present.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.18.3
|
|
813
813
|
*/
|
|
814
814
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
815
815
|
/**
|
|
@@ -817,7 +817,7 @@ var DoorLock;
|
|
|
817
817
|
* time offset based on the local timezone and DST offset on the day represented by the value. This shall be
|
|
818
818
|
* null if the schedule is not set for the YearDayIndex and UserIndex provided.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.18.4
|
|
821
821
|
*/
|
|
822
822
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvEpochS),
|
|
823
823
|
/**
|
|
@@ -826,7 +826,7 @@ var DoorLock;
|
|
|
826
826
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the YearDayIndex and UserIndex
|
|
827
827
|
* provided.
|
|
828
828
|
*
|
|
829
|
-
* @see {@link MatterSpecification.
|
|
829
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.18.5
|
|
830
830
|
*/
|
|
831
831
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvEpochS)
|
|
832
832
|
});
|
|
@@ -835,13 +835,13 @@ var DoorLock;
|
|
|
835
835
|
* This field shall indicate the Year Day schedule index to clear or 0xFE to clear all Year Day schedules for
|
|
836
836
|
* the specified user.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.19.1
|
|
839
839
|
*/
|
|
840
840
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
841
841
|
/**
|
|
842
842
|
* This field shall indicate the user ID.
|
|
843
843
|
*
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
844
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.19.2
|
|
845
845
|
*/
|
|
846
846
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
847
847
|
});
|
|
@@ -857,14 +857,14 @@ var DoorLock;
|
|
|
857
857
|
/**
|
|
858
858
|
* This field shall indicate the index of the Holiday schedule.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.20.1
|
|
861
861
|
*/
|
|
862
862
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
863
863
|
/**
|
|
864
864
|
* This field shall indicate the starting time for the Holiday Day schedule in Epoch Time in Seconds with local
|
|
865
865
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
866
866
|
*
|
|
867
|
-
* @see {@link MatterSpecification.
|
|
867
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.20.2
|
|
868
868
|
*/
|
|
869
869
|
localStartTime: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochS),
|
|
870
870
|
/**
|
|
@@ -872,13 +872,13 @@ var DoorLock;
|
|
|
872
872
|
* time offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime
|
|
873
873
|
* shall be greater than LocalStartTime.
|
|
874
874
|
*
|
|
875
|
-
* @see {@link MatterSpecification.
|
|
875
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.20.3
|
|
876
876
|
*/
|
|
877
877
|
localEndTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
878
878
|
/**
|
|
879
879
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.20.4
|
|
882
882
|
*/
|
|
883
883
|
operatingMode: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvEnum)())
|
|
884
884
|
});
|
|
@@ -887,7 +887,7 @@ var DoorLock;
|
|
|
887
887
|
/**
|
|
888
888
|
* This field shall indicate the index of the Holiday schedule.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.22.1
|
|
891
891
|
*/
|
|
892
892
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
893
893
|
/**
|
|
@@ -905,7 +905,7 @@ var DoorLock;
|
|
|
905
905
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
906
906
|
* values, only the fields up to the status field shall be present.
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.22.2
|
|
909
909
|
*/
|
|
910
910
|
status: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
911
911
|
/**
|
|
@@ -913,7 +913,7 @@ var DoorLock;
|
|
|
913
913
|
* offset based on the local timezone and DST offset on the day represented by the value. This shall be null if
|
|
914
914
|
* the schedule is not set for the HolidayIndex provided.
|
|
915
915
|
*
|
|
916
|
-
* @see {@link MatterSpecification.
|
|
916
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.22.3
|
|
917
917
|
*/
|
|
918
918
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
919
919
|
/**
|
|
@@ -921,14 +921,14 @@ var DoorLock;
|
|
|
921
921
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
922
922
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the HolidayIndex provided.
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.22.4
|
|
925
925
|
*/
|
|
926
926
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
927
927
|
/**
|
|
928
928
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time. This shall
|
|
929
929
|
* be null if the schedule is not set for the HolidayIndex provided.
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.22.5
|
|
932
932
|
*/
|
|
933
933
|
operatingMode: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
934
934
|
});
|
|
@@ -936,7 +936,7 @@ var DoorLock;
|
|
|
936
936
|
/**
|
|
937
937
|
* This field shall indicate the Holiday schedule index to clear or 0xFE to clear all Holiday schedules.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.23.1
|
|
940
940
|
*/
|
|
941
941
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8)
|
|
942
942
|
});
|
|
@@ -945,14 +945,14 @@ var DoorLock;
|
|
|
945
945
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
946
946
|
* NumberOfPINUsersSupported attribute.
|
|
947
947
|
*
|
|
948
|
-
* @see {@link MatterSpecification.
|
|
948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.4.1
|
|
949
949
|
*/
|
|
950
950
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
951
951
|
/**
|
|
952
952
|
* This field shall indicate the user status. Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are
|
|
953
953
|
* allowed for UserStatus.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.4.2
|
|
956
956
|
*/
|
|
957
957
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
958
958
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
@@ -963,7 +963,7 @@ var DoorLock;
|
|
|
963
963
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
964
964
|
* NumberOfPINUsersSupported attribute.
|
|
965
965
|
*
|
|
966
|
-
* @see {@link MatterSpecification.
|
|
966
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.5.1
|
|
967
967
|
*/
|
|
968
968
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
969
969
|
});
|
|
@@ -978,7 +978,7 @@ var DoorLock;
|
|
|
978
978
|
* This field shall specify a valid PIN code slot index or 0xFFFE to indicate all PIN code slots shall be
|
|
979
979
|
* cleared.
|
|
980
980
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
981
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.7.1
|
|
982
982
|
*/
|
|
983
983
|
pinSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
984
984
|
});
|
|
@@ -986,26 +986,26 @@ var DoorLock;
|
|
|
986
986
|
/**
|
|
987
987
|
* This field shall indicate the signing key component of the Reader’s key pair.
|
|
988
988
|
*
|
|
989
|
-
* @see {@link MatterSpecification.
|
|
989
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.42.1
|
|
990
990
|
*/
|
|
991
991
|
signingKey: (0, import_TlvObject.TlvField)(0, import_TlvString.TlvByteString.bound({ length: 32 })),
|
|
992
992
|
/**
|
|
993
993
|
* This field shall indicate the verification key component of the Reader’s key pair. This shall be an
|
|
994
994
|
* uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
|
|
995
995
|
*
|
|
996
|
-
* @see {@link MatterSpecification.
|
|
996
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.42.2
|
|
997
997
|
*/
|
|
998
998
|
verificationKey: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvByteString.bound({ length: 65 })),
|
|
999
999
|
/**
|
|
1000
1000
|
* This field shall indicate the reader group identifier for the lock.
|
|
1001
1001
|
*
|
|
1002
|
-
* @see {@link MatterSpecification.
|
|
1002
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.42.3
|
|
1003
1003
|
*/
|
|
1004
1004
|
groupIdentifier: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString.bound({ length: 16 })),
|
|
1005
1005
|
/**
|
|
1006
1006
|
* This field shall indicate the group resolving key for the lock.
|
|
1007
1007
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.42.4
|
|
1009
1009
|
*/
|
|
1010
1010
|
groupResolvingKey: (0, import_TlvObject.TlvOptionalField)(3, import_TlvString.TlvByteString.bound({ length: 16 }))
|
|
1011
1011
|
});
|
|
@@ -1014,14 +1014,14 @@ var DoorLock;
|
|
|
1014
1014
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1015
1015
|
* NumberOfPINUsersSupported attribute.
|
|
1016
1016
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.9.1
|
|
1018
1018
|
*/
|
|
1019
1019
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1020
1020
|
/**
|
|
1021
1021
|
* UserStatus value of Available is not allowed. In order to clear a user id, the ClearUser Command shall be
|
|
1022
1022
|
* used. For user status value please refer to UserStatusEnum.
|
|
1023
1023
|
*
|
|
1024
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.9.2
|
|
1025
1025
|
*/
|
|
1026
1026
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1027
1027
|
});
|
|
@@ -1030,7 +1030,7 @@ var DoorLock;
|
|
|
1030
1030
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1031
1031
|
* NumberOfPINUsersSupported attribute.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.10.1
|
|
1034
1034
|
*/
|
|
1035
1035
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1036
1036
|
});
|
|
@@ -1038,13 +1038,13 @@ var DoorLock;
|
|
|
1038
1038
|
/**
|
|
1039
1039
|
* This field shall indicate the user ID provided in the request.
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.11.1
|
|
1042
1042
|
*/
|
|
1043
1043
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1044
1044
|
/**
|
|
1045
1045
|
* This field shall indicate the current status of the requested user ID.
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.11.2
|
|
1048
1048
|
*/
|
|
1049
1049
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1050
1050
|
});
|
|
@@ -1052,13 +1052,13 @@ var DoorLock;
|
|
|
1052
1052
|
/**
|
|
1053
1053
|
* This field shall indicate the user ID.
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.24.1
|
|
1056
1056
|
*/
|
|
1057
1057
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1058
1058
|
/**
|
|
1059
1059
|
* This field shall indicate the user type.
|
|
1060
1060
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.24.2
|
|
1062
1062
|
*/
|
|
1063
1063
|
userType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1064
1064
|
});
|
|
@@ -1073,7 +1073,7 @@ var DoorLock;
|
|
|
1073
1073
|
*
|
|
1074
1074
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.
|
|
1075
1075
|
*
|
|
1076
|
-
* @see {@link MatterSpecification.
|
|
1076
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.27.1
|
|
1077
1077
|
*/
|
|
1078
1078
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1079
1079
|
/**
|
|
@@ -1082,13 +1082,13 @@ var DoorLock;
|
|
|
1082
1082
|
*
|
|
1083
1083
|
* Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are allowed for UserStatus.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.27.2
|
|
1086
1086
|
*/
|
|
1087
1087
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1088
1088
|
/**
|
|
1089
1089
|
* The values are the same as used for SetPINCode command.
|
|
1090
1090
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.27.3
|
|
1092
1092
|
*/
|
|
1093
1093
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1094
1094
|
rfidCode: (0, import_TlvObject.TlvField)(3, import_TlvString.TlvByteString)
|
|
@@ -1099,7 +1099,7 @@ var DoorLock;
|
|
|
1099
1099
|
*
|
|
1100
1100
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.
|
|
1101
1101
|
*
|
|
1102
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.28.1
|
|
1103
1103
|
*/
|
|
1104
1104
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1105
1105
|
});
|
|
@@ -1114,7 +1114,7 @@ var DoorLock;
|
|
|
1114
1114
|
* This field shall indicate a valid RFID code slot index or 0xFFFE to indicate all RFID code slots shall be
|
|
1115
1115
|
* cleared.
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.30.1
|
|
1118
1118
|
*/
|
|
1119
1119
|
rfidSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1120
1120
|
});
|
|
@@ -1122,7 +1122,7 @@ var DoorLock;
|
|
|
1122
1122
|
/**
|
|
1123
1123
|
* See PINCode field.
|
|
1124
1124
|
*
|
|
1125
|
-
* @see {@link MatterSpecification.
|
|
1125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.41.1
|
|
1126
1126
|
*/
|
|
1127
1127
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1128
1128
|
});
|
|
@@ -1185,7 +1185,7 @@ var DoorLock;
|
|
|
1185
1185
|
/**
|
|
1186
1186
|
* This needs always be set because this bitmap is inverse.!
|
|
1187
1187
|
*/
|
|
1188
|
-
alwaysSet: (0, import_BitmapSchema.BitField)(5,
|
|
1188
|
+
alwaysSet: (0, import_BitmapSchema.BitField)(5, 10)
|
|
1189
1189
|
};
|
|
1190
1190
|
DoorLock2.ConfigurationRegister = {
|
|
1191
1191
|
/**
|
|
@@ -1197,7 +1197,7 @@ var DoorLock;
|
|
|
1197
1197
|
*
|
|
1198
1198
|
* • 1 = Local programming is enabled
|
|
1199
1199
|
*
|
|
1200
|
-
* @see {@link MatterSpecification.
|
|
1200
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.1
|
|
1201
1201
|
*/
|
|
1202
1202
|
localProgramming: (0, import_BitmapSchema.BitFlag)(0),
|
|
1203
1203
|
/**
|
|
@@ -1209,7 +1209,7 @@ var DoorLock;
|
|
|
1209
1209
|
*
|
|
1210
1210
|
* • 1 = Keypad interface is enabled
|
|
1211
1211
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.2
|
|
1213
1213
|
*/
|
|
1214
1214
|
keypadInterface: (0, import_BitmapSchema.BitFlag)(1),
|
|
1215
1215
|
/**
|
|
@@ -1221,7 +1221,7 @@ var DoorLock;
|
|
|
1221
1221
|
*
|
|
1222
1222
|
* • 1 = Remote interface is enabled
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.3
|
|
1225
1225
|
*/
|
|
1226
1226
|
remoteInterface: (0, import_BitmapSchema.BitFlag)(2),
|
|
1227
1227
|
/**
|
|
@@ -1233,7 +1233,7 @@ var DoorLock;
|
|
|
1233
1233
|
*
|
|
1234
1234
|
* • 1 = Sound volume value is equal to something other than 0
|
|
1235
1235
|
*
|
|
1236
|
-
* @see {@link MatterSpecification.
|
|
1236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.4
|
|
1237
1237
|
*/
|
|
1238
1238
|
soundVolume: (0, import_BitmapSchema.BitFlag)(5),
|
|
1239
1239
|
/**
|
|
@@ -1245,7 +1245,7 @@ var DoorLock;
|
|
|
1245
1245
|
*
|
|
1246
1246
|
* • 1 = Auto relock time value is equal to something other than 0
|
|
1247
1247
|
*
|
|
1248
|
-
* @see {@link MatterSpecification.
|
|
1248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.5
|
|
1249
1249
|
*/
|
|
1250
1250
|
autoRelockTime: (0, import_BitmapSchema.BitFlag)(6),
|
|
1251
1251
|
/**
|
|
@@ -1257,7 +1257,7 @@ var DoorLock;
|
|
|
1257
1257
|
*
|
|
1258
1258
|
* • 1 = LED settings value is equal to something other than 0
|
|
1259
1259
|
*
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.4.6
|
|
1261
1261
|
*/
|
|
1262
1262
|
ledSettings: (0, import_BitmapSchema.BitFlag)(7)
|
|
1263
1263
|
};
|
|
@@ -1271,7 +1271,7 @@ var DoorLock;
|
|
|
1271
1271
|
*
|
|
1272
1272
|
* • 1 = This ability is enabled
|
|
1273
1273
|
*
|
|
1274
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.5.1
|
|
1275
1275
|
*/
|
|
1276
1276
|
addUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(0),
|
|
1277
1277
|
/**
|
|
@@ -1283,7 +1283,7 @@ var DoorLock;
|
|
|
1283
1283
|
*
|
|
1284
1284
|
* • 1 = This ability is enabled
|
|
1285
1285
|
*
|
|
1286
|
-
* @see {@link MatterSpecification.
|
|
1286
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.5.2
|
|
1287
1287
|
*/
|
|
1288
1288
|
modifyUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(1),
|
|
1289
1289
|
/**
|
|
@@ -1295,7 +1295,7 @@ var DoorLock;
|
|
|
1295
1295
|
*
|
|
1296
1296
|
* • 1 = This ability is enabled
|
|
1297
1297
|
*
|
|
1298
|
-
* @see {@link MatterSpecification.
|
|
1298
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.5.3
|
|
1299
1299
|
*/
|
|
1300
1300
|
clearUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(2),
|
|
1301
1301
|
/**
|
|
@@ -1307,7 +1307,7 @@ var DoorLock;
|
|
|
1307
1307
|
*
|
|
1308
1308
|
* • 1 = This ability is enabled
|
|
1309
1309
|
*
|
|
1310
|
-
* @see {@link MatterSpecification.
|
|
1310
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.6.5.4
|
|
1311
1311
|
*/
|
|
1312
1312
|
adjustSettings: (0, import_BitmapSchema.BitFlag)(3)
|
|
1313
1313
|
};
|
|
@@ -1349,7 +1349,7 @@ var DoorLock;
|
|
|
1349
1349
|
* UserCodeTemporaryDisableTime will be triggered if the WrongCodeEntryLimit is exceeded. The lock shall ignore
|
|
1350
1350
|
* any attempts to lock/unlock the door until the UserCodeTemporaryDisableTime expires.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.1.1
|
|
1353
1353
|
*/
|
|
1354
1354
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1355
1355
|
});
|
|
@@ -1357,7 +1357,7 @@ var DoorLock;
|
|
|
1357
1357
|
/**
|
|
1358
1358
|
* See PINCode field.
|
|
1359
1359
|
*
|
|
1360
|
-
* @see {@link MatterSpecification.
|
|
1360
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.2.1
|
|
1361
1361
|
*/
|
|
1362
1362
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1363
1363
|
});
|
|
@@ -1366,13 +1366,13 @@ var DoorLock;
|
|
|
1366
1366
|
* This field shall indicate the timeout in seconds to wait before relocking the door lock. This value is
|
|
1367
1367
|
* independent of the AutoRelockTime attribute value.
|
|
1368
1368
|
*
|
|
1369
|
-
* @see {@link MatterSpecification.
|
|
1369
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.3.1
|
|
1370
1370
|
*/
|
|
1371
1371
|
timeout: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1372
1372
|
/**
|
|
1373
1373
|
* See PINCode field.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.3.2
|
|
1376
1376
|
*/
|
|
1377
1377
|
pinCode: (0, import_TlvObject.TlvOptionalField)(1, import_TlvString.TlvByteString)
|
|
1378
1378
|
});
|
|
@@ -1391,7 +1391,7 @@ var DoorLock;
|
|
|
1391
1391
|
/**
|
|
1392
1392
|
* This field shall indicate the alarm code of the event that has happened.
|
|
1393
1393
|
*
|
|
1394
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.1.1
|
|
1395
1395
|
*/
|
|
1396
1396
|
alarmCode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
1397
1397
|
});
|
|
@@ -1407,13 +1407,13 @@ var DoorLock;
|
|
|
1407
1407
|
/**
|
|
1408
1408
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1409
1409
|
*
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.1
|
|
1411
1411
|
*/
|
|
1412
1412
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1413
1413
|
/**
|
|
1414
1414
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1415
1415
|
*
|
|
1416
|
-
* @see {@link MatterSpecification.
|
|
1416
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.2
|
|
1417
1417
|
*/
|
|
1418
1418
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1419
1419
|
/**
|
|
@@ -1421,7 +1421,7 @@ var DoorLock;
|
|
|
1421
1421
|
* user index that can be determined for the given operation source. This shall NOT be null if a user index can
|
|
1422
1422
|
* be determined. In particular, this shall NOT be null if the operation was associated with a valid credential.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.3
|
|
1425
1425
|
*/
|
|
1426
1426
|
userIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1427
1427
|
/**
|
|
@@ -1429,7 +1429,7 @@ var DoorLock;
|
|
|
1429
1429
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1430
1430
|
* the operation source is "Remote".
|
|
1431
1431
|
*
|
|
1432
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.4
|
|
1433
1433
|
*/
|
|
1434
1434
|
fabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1435
1435
|
/**
|
|
@@ -1437,14 +1437,14 @@ var DoorLock;
|
|
|
1437
1437
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1438
1438
|
* is "Remote".
|
|
1439
1439
|
*
|
|
1440
|
-
* @see {@link MatterSpecification.
|
|
1440
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.5
|
|
1441
1441
|
*/
|
|
1442
1442
|
sourceNode: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1443
1443
|
/**
|
|
1444
1444
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1445
1445
|
* if no credentials were involved.
|
|
1446
1446
|
*
|
|
1447
|
-
* @see {@link MatterSpecification.
|
|
1447
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3.6
|
|
1448
1448
|
*/
|
|
1449
1449
|
credentials: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1450
1450
|
});
|
|
@@ -1460,26 +1460,26 @@ var DoorLock;
|
|
|
1460
1460
|
/**
|
|
1461
1461
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1462
1462
|
*
|
|
1463
|
-
* @see {@link MatterSpecification.
|
|
1463
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.1
|
|
1464
1464
|
*/
|
|
1465
1465
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1466
1466
|
/**
|
|
1467
1467
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1468
1468
|
*
|
|
1469
|
-
* @see {@link MatterSpecification.
|
|
1469
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.2
|
|
1470
1470
|
*/
|
|
1471
1471
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1472
1472
|
/**
|
|
1473
1473
|
* This field shall indicate the lock operation error triggered when the operation was performed.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.3
|
|
1476
1476
|
*/
|
|
1477
1477
|
operationError: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
1478
1478
|
/**
|
|
1479
1479
|
* This field shall indicate the lock UserIndex who performed the lock operation. This shall be null if there is
|
|
1480
1480
|
* no user id that can be determined for the given operation source.
|
|
1481
1481
|
*
|
|
1482
|
-
* @see {@link MatterSpecification.
|
|
1482
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.4
|
|
1483
1483
|
*/
|
|
1484
1484
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1485
1485
|
/**
|
|
@@ -1487,7 +1487,7 @@ var DoorLock;
|
|
|
1487
1487
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1488
1488
|
* the operation source is "Remote".
|
|
1489
1489
|
*
|
|
1490
|
-
* @see {@link MatterSpecification.
|
|
1490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.5
|
|
1491
1491
|
*/
|
|
1492
1492
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1493
1493
|
/**
|
|
@@ -1495,14 +1495,14 @@ var DoorLock;
|
|
|
1495
1495
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1496
1496
|
* is "Remote".
|
|
1497
1497
|
*
|
|
1498
|
-
* @see {@link MatterSpecification.
|
|
1498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.6
|
|
1499
1499
|
*/
|
|
1500
1500
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1501
1501
|
/**
|
|
1502
1502
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1503
1503
|
* if no credentials were involved.
|
|
1504
1504
|
*
|
|
1505
|
-
* @see {@link MatterSpecification.
|
|
1505
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4.7
|
|
1506
1506
|
*/
|
|
1507
1507
|
credentials: (0, import_TlvObject.TlvOptionalField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1508
1508
|
});
|
|
@@ -1524,26 +1524,26 @@ var DoorLock;
|
|
|
1524
1524
|
*
|
|
1525
1525
|
* Null only if an internal error prevents the retrieval of the current door state.
|
|
1526
1526
|
*
|
|
1527
|
-
* @see {@link MatterSpecification.
|
|
1527
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.4
|
|
1528
1528
|
*/
|
|
1529
1529
|
doorState: (0, import_Cluster.Attribute)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1530
1530
|
/**
|
|
1531
1531
|
* This attribute shall hold the number of door open events that have occurred since it was last zeroed.
|
|
1532
1532
|
*
|
|
1533
|
-
* @see {@link MatterSpecification.
|
|
1533
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.5
|
|
1534
1534
|
*/
|
|
1535
1535
|
doorOpenEvents: (0, import_Cluster.OptionalWritableAttribute)(4, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1536
1536
|
/**
|
|
1537
1537
|
* This attribute shall hold the number of door closed events that have occurred since it was last zeroed.
|
|
1538
1538
|
*
|
|
1539
|
-
* @see {@link MatterSpecification.
|
|
1539
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.6
|
|
1540
1540
|
*/
|
|
1541
1541
|
doorClosedEvents: (0, import_Cluster.OptionalWritableAttribute)(5, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1542
1542
|
/**
|
|
1543
1543
|
* This attribute shall hold the number of minutes the door has been open since the last time it
|
|
1544
1544
|
* transitioned from closed to open.
|
|
1545
1545
|
*
|
|
1546
|
-
* @see {@link MatterSpecification.
|
|
1546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.7
|
|
1547
1547
|
*/
|
|
1548
1548
|
openPeriod: (0, import_Cluster.OptionalWritableAttribute)(6, import_TlvNumber.TlvUInt16, { writeAcl: import_model.AccessLevel.Manage })
|
|
1549
1549
|
},
|
|
@@ -1551,7 +1551,7 @@ var DoorLock;
|
|
|
1551
1551
|
/**
|
|
1552
1552
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
1553
1553
|
*
|
|
1554
|
-
* @see {@link MatterSpecification.
|
|
1554
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.2
|
|
1555
1555
|
*/
|
|
1556
1556
|
doorStateChange: (0, import_Cluster.Event)(1, import_Cluster.EventPriority.Critical, DoorLock2.TlvDoorStateChangeEvent)
|
|
1557
1557
|
}
|
|
@@ -1561,14 +1561,14 @@ var DoorLock;
|
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Indicates the number of total users supported by the lock.
|
|
1563
1563
|
*
|
|
1564
|
-
* @see {@link MatterSpecification.
|
|
1564
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.8
|
|
1565
1565
|
*/
|
|
1566
1566
|
numberOfTotalUsersSupported: (0, import_Cluster.FixedAttribute)(17, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1567
1567
|
/**
|
|
1568
1568
|
* This attribute shall contain a bitmap with the bits set for the values of CredentialRuleEnum supported on
|
|
1569
1569
|
* this device.
|
|
1570
1570
|
*
|
|
1571
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.18
|
|
1572
1572
|
*/
|
|
1573
1573
|
credentialRulesSupport: (0, import_Cluster.FixedAttribute)(
|
|
1574
1574
|
27,
|
|
@@ -1586,7 +1586,7 @@ var DoorLock;
|
|
|
1586
1586
|
* NumberOfRFIDUsersSupported is set to 3, it will not be possible to actually assign 10 credentials for a
|
|
1587
1587
|
* user because maximum number of credentials in the database is 8.
|
|
1588
1588
|
*
|
|
1589
|
-
* @see {@link MatterSpecification.
|
|
1589
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.19
|
|
1590
1590
|
*/
|
|
1591
1591
|
numberOfCredentialsSupportedPerUser: (0, import_Cluster.FixedAttribute)(28, import_TlvNumber.TlvUInt8, { default: 0 }),
|
|
1592
1592
|
/**
|
|
@@ -1594,7 +1594,7 @@ var DoorLock;
|
|
|
1594
1594
|
* type ExpiringUser shall remain valid after its first use before expiring. When the credential expires the
|
|
1595
1595
|
* UserStatus for the corresponding user record shall be set to OccupiedDisabled.
|
|
1596
1596
|
*
|
|
1597
|
-
* @see {@link MatterSpecification.
|
|
1597
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.36
|
|
1598
1598
|
*/
|
|
1599
1599
|
expiringUserTimeout: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1600
1600
|
53,
|
|
@@ -1621,7 +1621,7 @@ var DoorLock;
|
|
|
1621
1621
|
* • INVALID_COMMAND, if one or more fields violate constraints or are invalid or if OperationType is
|
|
1622
1622
|
* Modify and UserIndex points to an available slot.
|
|
1623
1623
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.32
|
|
1625
1625
|
*/
|
|
1626
1626
|
setUser: (0, import_Cluster.Command)(
|
|
1627
1627
|
26,
|
|
@@ -1638,7 +1638,7 @@ var DoorLock;
|
|
|
1638
1638
|
* COMMAND, etc.) as needed otherwise the GetUserResponse Command shall be sent implying a status of
|
|
1639
1639
|
* SUCCESS.
|
|
1640
1640
|
*
|
|
1641
|
-
* @see {@link MatterSpecification.
|
|
1641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.33
|
|
1642
1642
|
*/
|
|
1643
1643
|
getUser: (0, import_Cluster.Command)(27, DoorLock2.TlvGetUserRequest, 28, DoorLock2.TlvGetUserResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
1644
1644
|
/**
|
|
@@ -1650,7 +1650,7 @@ var DoorLock;
|
|
|
1650
1650
|
*
|
|
1651
1651
|
* A LockUserChange event with the provided UserIndex shall be generated after successfully clearing users.
|
|
1652
1652
|
*
|
|
1653
|
-
* @see {@link MatterSpecification.
|
|
1653
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.35
|
|
1654
1654
|
*/
|
|
1655
1655
|
clearUser: (0, import_Cluster.Command)(
|
|
1656
1656
|
29,
|
|
@@ -1665,7 +1665,7 @@ var DoorLock;
|
|
|
1665
1665
|
*
|
|
1666
1666
|
* Fields used for different use cases:
|
|
1667
1667
|
*
|
|
1668
|
-
* @see {@link MatterSpecification.
|
|
1668
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.36
|
|
1669
1669
|
*/
|
|
1670
1670
|
setCredential: (0, import_Cluster.Command)(
|
|
1671
1671
|
34,
|
|
@@ -1680,7 +1680,7 @@ var DoorLock;
|
|
|
1680
1680
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.)
|
|
1681
1681
|
* as needed otherwise the GetCredentialStatusResponse command shall be sent implying a status of SUCCESS.
|
|
1682
1682
|
*
|
|
1683
|
-
* @see {@link MatterSpecification.
|
|
1683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.38
|
|
1684
1684
|
*/
|
|
1685
1685
|
getCredentialStatus: (0, import_Cluster.Command)(
|
|
1686
1686
|
36,
|
|
@@ -1701,7 +1701,7 @@ var DoorLock;
|
|
|
1701
1701
|
*
|
|
1702
1702
|
* Return status shall be one of the following values:
|
|
1703
1703
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.40
|
|
1705
1705
|
*/
|
|
1706
1706
|
clearCredential: (0, import_Cluster.Command)(
|
|
1707
1707
|
38,
|
|
@@ -1716,7 +1716,7 @@ var DoorLock;
|
|
|
1716
1716
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change
|
|
1717
1717
|
* has occurred.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.5
|
|
1720
1720
|
*/
|
|
1721
1721
|
lockUserChange: (0, import_Cluster.Event)(4, import_Cluster.EventPriority.Info, DoorLock2.TlvLockUserChangeEvent)
|
|
1722
1722
|
}
|
|
@@ -1726,19 +1726,19 @@ var DoorLock;
|
|
|
1726
1726
|
/**
|
|
1727
1727
|
* Indicates the number of PIN users supported.
|
|
1728
1728
|
*
|
|
1729
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.9
|
|
1730
1730
|
*/
|
|
1731
1731
|
numberOfPinUsersSupported: (0, import_Cluster.FixedAttribute)(18, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Indicates the maximum length in bytes of a PIN Code on this device.
|
|
1734
1734
|
*
|
|
1735
|
-
* @see {@link MatterSpecification.
|
|
1735
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.14
|
|
1736
1736
|
*/
|
|
1737
1737
|
maxPinCodeLength: (0, import_Cluster.FixedAttribute)(23, import_TlvNumber.TlvUInt8),
|
|
1738
1738
|
/**
|
|
1739
1739
|
* Indicates the minimum length in bytes of a PIN Code on this device.
|
|
1740
1740
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.15
|
|
1742
1742
|
*/
|
|
1743
1743
|
minPinCodeLength: (0, import_Cluster.FixedAttribute)(24, import_TlvNumber.TlvUInt8)
|
|
1744
1744
|
}
|
|
@@ -1748,7 +1748,7 @@ var DoorLock;
|
|
|
1748
1748
|
/**
|
|
1749
1749
|
* Indicates the number of RFID users supported.
|
|
1750
1750
|
*
|
|
1751
|
-
* @see {@link MatterSpecification.
|
|
1751
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.10
|
|
1752
1752
|
*/
|
|
1753
1753
|
numberOfRfidUsersSupported: (0, import_Cluster.FixedAttribute)(19, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
1754
1754
|
/**
|
|
@@ -1756,7 +1756,7 @@ var DoorLock;
|
|
|
1756
1756
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1757
1757
|
* value of 20 (equals 10 Byte ISO 14443A UID) is recommended.
|
|
1758
1758
|
*
|
|
1759
|
-
* @see {@link MatterSpecification.
|
|
1759
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.16
|
|
1760
1760
|
*/
|
|
1761
1761
|
maxRfidCodeLength: (0, import_Cluster.FixedAttribute)(25, import_TlvNumber.TlvUInt8),
|
|
1762
1762
|
/**
|
|
@@ -1764,7 +1764,7 @@ var DoorLock;
|
|
|
1764
1764
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1765
1765
|
* value of 8 (equals 4 Byte ISO 14443A UID) is recommended.
|
|
1766
1766
|
*
|
|
1767
|
-
* @see {@link MatterSpecification.
|
|
1767
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.17
|
|
1768
1768
|
*/
|
|
1769
1769
|
minRfidCodeLength: (0, import_Cluster.FixedAttribute)(26, import_TlvNumber.TlvUInt8)
|
|
1770
1770
|
}
|
|
@@ -1774,7 +1774,7 @@ var DoorLock;
|
|
|
1774
1774
|
/**
|
|
1775
1775
|
* Indicates the number of configurable week day schedule supported per user.
|
|
1776
1776
|
*
|
|
1777
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.11
|
|
1778
1778
|
*/
|
|
1779
1779
|
numberOfWeekDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(
|
|
1780
1780
|
20,
|
|
@@ -1791,7 +1791,7 @@ var DoorLock;
|
|
|
1791
1791
|
*
|
|
1792
1792
|
* Return status shall be one of the following values:
|
|
1793
1793
|
*
|
|
1794
|
-
* @see {@link MatterSpecification.
|
|
1794
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.12
|
|
1795
1795
|
*/
|
|
1796
1796
|
setWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1797
1797
|
11,
|
|
@@ -1803,7 +1803,7 @@ var DoorLock;
|
|
|
1803
1803
|
/**
|
|
1804
1804
|
* Retrieve the specific weekly schedule for the specific user.
|
|
1805
1805
|
*
|
|
1806
|
-
* @see {@link MatterSpecification.
|
|
1806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.13
|
|
1807
1807
|
*/
|
|
1808
1808
|
getWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1809
1809
|
12,
|
|
@@ -1817,7 +1817,7 @@ var DoorLock;
|
|
|
1817
1817
|
*
|
|
1818
1818
|
* Return status shall be one of the following values:
|
|
1819
1819
|
*
|
|
1820
|
-
* @see {@link MatterSpecification.
|
|
1820
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.15
|
|
1821
1821
|
*/
|
|
1822
1822
|
clearWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1823
1823
|
13,
|
|
@@ -1833,7 +1833,7 @@ var DoorLock;
|
|
|
1833
1833
|
/**
|
|
1834
1834
|
* Indicates the number of configurable year day schedule supported per user.
|
|
1835
1835
|
*
|
|
1836
|
-
* @see {@link MatterSpecification.
|
|
1836
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.12
|
|
1837
1837
|
*/
|
|
1838
1838
|
numberOfYearDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(
|
|
1839
1839
|
21,
|
|
@@ -1850,7 +1850,7 @@ var DoorLock;
|
|
|
1850
1850
|
*
|
|
1851
1851
|
* Return status shall be one of the following values:
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.16
|
|
1854
1854
|
*/
|
|
1855
1855
|
setYearDaySchedule: (0, import_Cluster.Command)(
|
|
1856
1856
|
14,
|
|
@@ -1862,7 +1862,7 @@ var DoorLock;
|
|
|
1862
1862
|
/**
|
|
1863
1863
|
* Retrieve the specific year day schedule for the specific schedule and user indexes.
|
|
1864
1864
|
*
|
|
1865
|
-
* @see {@link MatterSpecification.
|
|
1865
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.17
|
|
1866
1866
|
*/
|
|
1867
1867
|
getYearDaySchedule: (0, import_Cluster.Command)(
|
|
1868
1868
|
15,
|
|
@@ -1876,7 +1876,7 @@ var DoorLock;
|
|
|
1876
1876
|
*
|
|
1877
1877
|
* Return status shall be one of the following values:
|
|
1878
1878
|
*
|
|
1879
|
-
* @see {@link MatterSpecification.
|
|
1879
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.19
|
|
1880
1880
|
*/
|
|
1881
1881
|
clearYearDaySchedule: (0, import_Cluster.Command)(
|
|
1882
1882
|
16,
|
|
@@ -1892,7 +1892,7 @@ var DoorLock;
|
|
|
1892
1892
|
/**
|
|
1893
1893
|
* Indicates the number of holiday schedules supported for the entire door lock device.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.13
|
|
1896
1896
|
*/
|
|
1897
1897
|
numberOfHolidaySchedulesSupported: (0, import_Cluster.FixedAttribute)(22, import_TlvNumber.TlvUInt8.bound({ max: 253 }), { default: 0 })
|
|
1898
1898
|
},
|
|
@@ -1903,7 +1903,7 @@ var DoorLock;
|
|
|
1903
1903
|
*
|
|
1904
1904
|
* Return status shall be one of the following values:
|
|
1905
1905
|
*
|
|
1906
|
-
* @see {@link MatterSpecification.
|
|
1906
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.20
|
|
1907
1907
|
*/
|
|
1908
1908
|
setHolidaySchedule: (0, import_Cluster.Command)(
|
|
1909
1909
|
17,
|
|
@@ -1915,7 +1915,7 @@ var DoorLock;
|
|
|
1915
1915
|
/**
|
|
1916
1916
|
* Get the holiday schedule for the specified index.
|
|
1917
1917
|
*
|
|
1918
|
-
* @see {@link MatterSpecification.
|
|
1918
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.21
|
|
1919
1919
|
*/
|
|
1920
1920
|
getHolidaySchedule: (0, import_Cluster.Command)(
|
|
1921
1921
|
18,
|
|
@@ -1927,7 +1927,7 @@ var DoorLock;
|
|
|
1927
1927
|
/**
|
|
1928
1928
|
* Clears the holiday schedule or all holiday schedules.
|
|
1929
1929
|
*
|
|
1930
|
-
* @see {@link MatterSpecification.
|
|
1930
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.23
|
|
1931
1931
|
*/
|
|
1932
1932
|
clearHolidaySchedule: (0, import_Cluster.Command)(
|
|
1933
1933
|
19,
|
|
@@ -1952,7 +1952,7 @@ var DoorLock;
|
|
|
1952
1952
|
* logic, environmental events, or other reasons. The lock shall reset the counter if a valid credential is
|
|
1953
1953
|
* presented.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.32
|
|
1956
1956
|
*/
|
|
1957
1957
|
wrongCodeEntryLimit: (0, import_Cluster.WritableAttribute)(
|
|
1958
1958
|
48,
|
|
@@ -1965,7 +1965,7 @@ var DoorLock;
|
|
|
1965
1965
|
* and guess a PIN for the device.) If the attribute accepts writes and an attempt to write the attribute to
|
|
1966
1966
|
* 0 is made, the device shall respond with CONSTRAINT_ERROR.
|
|
1967
1967
|
*
|
|
1968
|
-
* @see {@link MatterSpecification.
|
|
1968
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.33
|
|
1969
1969
|
*/
|
|
1970
1970
|
userCodeTemporaryDisableTime: (0, import_Cluster.WritableAttribute)(
|
|
1971
1971
|
49,
|
|
@@ -1987,7 +1987,7 @@ var DoorLock;
|
|
|
1987
1987
|
* 0x04 0x31 0x32 0x33 0x34 shall be used in the PIN field in any door lock cluster message payload. If the
|
|
1988
1988
|
* attribute value is False, 0x04 0xFF 0xFF 0xFF 0xFF shall be used.
|
|
1989
1989
|
*
|
|
1990
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.34
|
|
1991
1991
|
*/
|
|
1992
1992
|
sendPinOverTheAir: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1993
1993
|
50,
|
|
@@ -2002,7 +2002,7 @@ var DoorLock;
|
|
|
2002
2002
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
2003
2003
|
* shall be one of the following values:
|
|
2004
2004
|
*
|
|
2005
|
-
* @see {@link MatterSpecification.
|
|
2005
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.4
|
|
2006
2006
|
*/
|
|
2007
2007
|
setPinCode: (0, import_Cluster.Command)(
|
|
2008
2008
|
5,
|
|
@@ -2014,7 +2014,7 @@ var DoorLock;
|
|
|
2014
2014
|
/**
|
|
2015
2015
|
* Retrieve a PIN Code.
|
|
2016
2016
|
*
|
|
2017
|
-
* @see {@link MatterSpecification.
|
|
2017
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.5
|
|
2018
2018
|
*/
|
|
2019
2019
|
getPinCode: (0, import_Cluster.Command)(
|
|
2020
2020
|
6,
|
|
@@ -2030,7 +2030,7 @@ var DoorLock;
|
|
|
2030
2030
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2031
2031
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2032
2032
|
*
|
|
2033
|
-
* @see {@link MatterSpecification.
|
|
2033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.7
|
|
2034
2034
|
*/
|
|
2035
2035
|
clearPinCode: (0, import_Cluster.Command)(
|
|
2036
2036
|
7,
|
|
@@ -2047,7 +2047,7 @@ var DoorLock;
|
|
|
2047
2047
|
* On the server, the clear all PIN codes command SHOULD have the same effect as the ClearPINCode command
|
|
2048
2048
|
* with respect to the setting of user status, user type and schedules.
|
|
2049
2049
|
*
|
|
2050
|
-
* @see {@link MatterSpecification.
|
|
2050
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.8
|
|
2051
2051
|
*/
|
|
2052
2052
|
clearAllPinCodes: (0, import_Cluster.Command)(
|
|
2053
2053
|
8,
|
|
@@ -2065,7 +2065,7 @@ var DoorLock;
|
|
|
2065
2065
|
* server requires that an optional PINs be included in the payload of remote lock operation events like
|
|
2066
2066
|
* Lock, Unlock, Unlock with Timeout and Toggle in order to function.
|
|
2067
2067
|
*
|
|
2068
|
-
* @see {@link MatterSpecification.
|
|
2068
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.35
|
|
2069
2069
|
*/
|
|
2070
2070
|
requirePinForRemoteOperation: (0, import_Cluster.WritableAttribute)(
|
|
2071
2071
|
51,
|
|
@@ -2082,7 +2082,7 @@ var DoorLock;
|
|
|
2082
2082
|
*
|
|
2083
2083
|
* Null if no Reader key pair has been configured on the lock. See SetAliroReaderConfig.
|
|
2084
2084
|
*
|
|
2085
|
-
* @see {@link MatterSpecification.
|
|
2085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.38
|
|
2086
2086
|
*/
|
|
2087
2087
|
aliroReaderVerificationKey: (0, import_Cluster.Attribute)(
|
|
2088
2088
|
128,
|
|
@@ -2094,7 +2094,7 @@ var DoorLock;
|
|
|
2094
2094
|
*
|
|
2095
2095
|
* Null if no reader_group_identifier has been configured on the lock. See SetAliroReaderConfig.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.39
|
|
2098
2098
|
*/
|
|
2099
2099
|
aliroReaderGroupIdentifier: (0, import_Cluster.Attribute)(
|
|
2100
2100
|
129,
|
|
@@ -2104,7 +2104,7 @@ var DoorLock;
|
|
|
2104
2104
|
/**
|
|
2105
2105
|
* Indicates the reader_group_sub_identifier as defined in [Aliro].
|
|
2106
2106
|
*
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2107
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.40
|
|
2108
2108
|
*/
|
|
2109
2109
|
aliroReaderGroupSubIdentifier: (0, import_Cluster.FixedAttribute)(
|
|
2110
2110
|
130,
|
|
@@ -2114,7 +2114,7 @@ var DoorLock;
|
|
|
2114
2114
|
/**
|
|
2115
2115
|
* Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
|
|
2116
2116
|
*
|
|
2117
|
-
* @see {@link MatterSpecification.
|
|
2117
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.41
|
|
2118
2118
|
*/
|
|
2119
2119
|
aliroExpeditedTransactionSupportedProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2120
2120
|
131,
|
|
@@ -2124,7 +2124,7 @@ var DoorLock;
|
|
|
2124
2124
|
/**
|
|
2125
2125
|
* Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
|
|
2126
2126
|
*
|
|
2127
|
-
* @see {@link MatterSpecification.
|
|
2127
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.45
|
|
2128
2128
|
*/
|
|
2129
2129
|
numberOfAliroCredentialIssuerKeysSupported: (0, import_Cluster.FixedAttribute)(135, import_TlvNumber.TlvUInt16, { default: 0 }),
|
|
2130
2130
|
/**
|
|
@@ -2140,7 +2140,7 @@ var DoorLock;
|
|
|
2140
2140
|
* and also add a credential of type AliroNonEvictableEndpointKey at the same index, and both credentials
|
|
2141
2141
|
* would exist on the server.
|
|
2142
2142
|
*
|
|
2143
|
-
* @see {@link MatterSpecification.
|
|
2143
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.46
|
|
2144
2144
|
*/
|
|
2145
2145
|
numberOfAliroEndpointKeysSupported: (0, import_Cluster.FixedAttribute)(136, import_TlvNumber.TlvUInt16, { default: 0 })
|
|
2146
2146
|
},
|
|
@@ -2148,7 +2148,7 @@ var DoorLock;
|
|
|
2148
2148
|
/**
|
|
2149
2149
|
* This command allows communicating an Aliro Reader configuration, as defined in [Aliro], to the lock.
|
|
2150
2150
|
*
|
|
2151
|
-
* @see {@link MatterSpecification.
|
|
2151
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.42
|
|
2152
2152
|
*/
|
|
2153
2153
|
setAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2154
2154
|
40,
|
|
@@ -2167,7 +2167,7 @@ var DoorLock;
|
|
|
2167
2167
|
* verification key to interact with the lock. This effect is not restricted to a single fabric or otherwise
|
|
2168
2168
|
* scoped in any way.
|
|
2169
2169
|
*
|
|
2170
|
-
* @see {@link MatterSpecification.
|
|
2170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.43
|
|
2171
2171
|
*/
|
|
2172
2172
|
clearAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2173
2173
|
41,
|
|
@@ -2185,7 +2185,7 @@ var DoorLock;
|
|
|
2185
2185
|
*
|
|
2186
2186
|
* Null if no group resolving key has been configured on the lock. See SetAliroReaderConfig.
|
|
2187
2187
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2188
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.42
|
|
2189
2189
|
*/
|
|
2190
2190
|
aliroGroupResolvingKey: (0, import_Cluster.Attribute)(
|
|
2191
2191
|
132,
|
|
@@ -2196,7 +2196,7 @@ var DoorLock;
|
|
|
2196
2196
|
* Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
|
|
2197
2197
|
* defined in [Aliro].
|
|
2198
2198
|
*
|
|
2199
|
-
* @see {@link MatterSpecification.
|
|
2199
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.43
|
|
2200
2200
|
*/
|
|
2201
2201
|
aliroSupportedBleuwbProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2202
2202
|
133,
|
|
@@ -2206,7 +2206,7 @@ var DoorLock;
|
|
|
2206
2206
|
/**
|
|
2207
2207
|
* Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
|
|
2208
2208
|
*
|
|
2209
|
-
* @see {@link MatterSpecification.
|
|
2209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.44
|
|
2210
2210
|
*/
|
|
2211
2211
|
aliroBleAdvertisingVersion: (0, import_Cluster.FixedAttribute)(
|
|
2212
2212
|
134,
|
|
@@ -2220,7 +2220,7 @@ var DoorLock;
|
|
|
2220
2220
|
/**
|
|
2221
2221
|
* Set the status of a user ID.
|
|
2222
2222
|
*
|
|
2223
|
-
* @see {@link MatterSpecification.
|
|
2223
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.9
|
|
2224
2224
|
*/
|
|
2225
2225
|
setUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2226
2226
|
9,
|
|
@@ -2232,7 +2232,7 @@ var DoorLock;
|
|
|
2232
2232
|
/**
|
|
2233
2233
|
* Get the status of a user.
|
|
2234
2234
|
*
|
|
2235
|
-
* @see {@link MatterSpecification.
|
|
2235
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.10
|
|
2236
2236
|
*/
|
|
2237
2237
|
getUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2238
2238
|
10,
|
|
@@ -2248,7 +2248,7 @@ var DoorLock;
|
|
|
2248
2248
|
*
|
|
2249
2249
|
* Return status shall be one of the following values:
|
|
2250
2250
|
*
|
|
2251
|
-
* @see {@link MatterSpecification.
|
|
2251
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.24
|
|
2252
2252
|
*/
|
|
2253
2253
|
setUserType: (0, import_Cluster.OptionalCommand)(
|
|
2254
2254
|
20,
|
|
@@ -2260,7 +2260,7 @@ var DoorLock;
|
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Retrieve the user type for a specific user.
|
|
2262
2262
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.
|
|
2263
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.25
|
|
2264
2264
|
*/
|
|
2265
2265
|
getUserType: (0, import_Cluster.OptionalCommand)(
|
|
2266
2266
|
21,
|
|
@@ -2280,7 +2280,7 @@ var DoorLock;
|
|
|
2280
2280
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
2281
2281
|
* shall be one of the following values:
|
|
2282
2282
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2283
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.27
|
|
2284
2284
|
*/
|
|
2285
2285
|
setRfidCode: (0, import_Cluster.Command)(
|
|
2286
2286
|
22,
|
|
@@ -2292,7 +2292,7 @@ var DoorLock;
|
|
|
2292
2292
|
/**
|
|
2293
2293
|
* Retrieve an RFID code.
|
|
2294
2294
|
*
|
|
2295
|
-
* @see {@link MatterSpecification.
|
|
2295
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.28
|
|
2296
2296
|
*/
|
|
2297
2297
|
getRfidCode: (0, import_Cluster.Command)(
|
|
2298
2298
|
23,
|
|
@@ -2308,7 +2308,7 @@ var DoorLock;
|
|
|
2308
2308
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2309
2309
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.30
|
|
2312
2312
|
*/
|
|
2313
2313
|
clearRfidCode: (0, import_Cluster.Command)(
|
|
2314
2314
|
24,
|
|
@@ -2322,7 +2322,7 @@ var DoorLock;
|
|
|
2322
2322
|
* user status has to be set to "0 Available", the user type has to be set to the default value, and all
|
|
2323
2323
|
* schedules which are supported have to be set to the default values.
|
|
2324
2324
|
*
|
|
2325
|
-
* @see {@link MatterSpecification.
|
|
2325
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.31
|
|
2326
2326
|
*/
|
|
2327
2327
|
clearAllRfidCodes: (0, import_Cluster.Command)(
|
|
2328
2328
|
25,
|
|
@@ -2345,7 +2345,7 @@ var DoorLock;
|
|
|
2345
2345
|
* If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the auto
|
|
2346
2346
|
* relock time has expired.
|
|
2347
2347
|
*
|
|
2348
|
-
* @see {@link MatterSpecification.
|
|
2348
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.41
|
|
2349
2349
|
*/
|
|
2350
2350
|
unboltDoor: (0, import_Cluster.Command)(39, DoorLock2.TlvUnboltDoorRequest, 39, import_Cluster.TlvNoResponse, { timed: true })
|
|
2351
2351
|
}
|
|
@@ -2365,7 +2365,7 @@ var DoorLock;
|
|
|
2365
2365
|
* and Schedules are all associated with a User index and not directly with a PIN index. A User index may
|
|
2366
2366
|
* have several credentials associated with it.
|
|
2367
2367
|
*
|
|
2368
|
-
* @see {@link MatterSpecification.
|
|
2368
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.1
|
|
2369
2369
|
*/
|
|
2370
2370
|
pinCredential: (0, import_BitmapSchema.BitFlag)(0),
|
|
2371
2371
|
/**
|
|
@@ -2378,7 +2378,7 @@ var DoorLock;
|
|
|
2378
2378
|
* and Schedules are all associated with a User index and not directly with a RFID index. A User Index may
|
|
2379
2379
|
* have several credentials associated with it.
|
|
2380
2380
|
*
|
|
2381
|
-
* @see {@link MatterSpecification.
|
|
2381
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.2
|
|
2382
2382
|
*/
|
|
2383
2383
|
rfidCredential: (0, import_BitmapSchema.BitFlag)(1),
|
|
2384
2384
|
/**
|
|
@@ -2393,7 +2393,7 @@ var DoorLock;
|
|
|
2393
2393
|
* and Schedules are all associated with a User index and not directly with a Finger index. A User Index may
|
|
2394
2394
|
* have several credentials associated with it.
|
|
2395
2395
|
*
|
|
2396
|
-
* @see {@link MatterSpecification.
|
|
2396
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.3
|
|
2397
2397
|
*/
|
|
2398
2398
|
fingerCredentials: (0, import_BitmapSchema.BitFlag)(2),
|
|
2399
2399
|
/**
|
|
@@ -2409,7 +2409,7 @@ var DoorLock;
|
|
|
2409
2409
|
* Support for WeekDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2410
2410
|
* time.
|
|
2411
2411
|
*
|
|
2412
|
-
* @see {@link MatterSpecification.
|
|
2412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.4
|
|
2413
2413
|
*/
|
|
2414
2414
|
weekDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(4),
|
|
2415
2415
|
/**
|
|
@@ -2418,7 +2418,7 @@ var DoorLock;
|
|
|
2418
2418
|
* If this feature is supported this indicates that the lock has the ability to determine the position of
|
|
2419
2419
|
* the door which is separate from the state of the lock.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.5
|
|
2422
2422
|
*/
|
|
2423
2423
|
doorPositionSensor: (0, import_BitmapSchema.BitFlag)(5),
|
|
2424
2424
|
/**
|
|
@@ -2433,7 +2433,7 @@ var DoorLock;
|
|
|
2433
2433
|
* A lock may support multiple credential types so if the User feature is supported the UserType, UserStatus
|
|
2434
2434
|
* and Schedules are all associated with a User and not directly with a credential.
|
|
2435
2435
|
*
|
|
2436
|
-
* @see {@link MatterSpecification.
|
|
2436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.6
|
|
2437
2437
|
*/
|
|
2438
2438
|
faceCredentials: (0, import_BitmapSchema.BitFlag)(6),
|
|
2439
2439
|
/**
|
|
@@ -2444,7 +2444,7 @@ var DoorLock;
|
|
|
2444
2444
|
* lock/unlock command. Currently the cluster only supports providing the PIN credential to the lock/unlock
|
|
2445
2445
|
* commands. If this feature is supported then the PIN Credential feature shall also be supported.
|
|
2446
2446
|
*
|
|
2447
|
-
* @see {@link MatterSpecification.
|
|
2447
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.7
|
|
2448
2448
|
*/
|
|
2449
2449
|
credentialOverTheAirAccess: (0, import_BitmapSchema.BitFlag)(7),
|
|
2450
2450
|
/**
|
|
@@ -2454,7 +2454,7 @@ var DoorLock;
|
|
|
2454
2454
|
* used to associate credentials and schedules to single user record within the lock. This also means the
|
|
2455
2455
|
* UserType and UserStatus fields are associated with a User and not a credential.
|
|
2456
2456
|
*
|
|
2457
|
-
* @see {@link MatterSpecification.
|
|
2457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.8
|
|
2458
2458
|
*/
|
|
2459
2459
|
user: (0, import_BitmapSchema.BitFlag)(8),
|
|
2460
2460
|
/**
|
|
@@ -2468,7 +2468,7 @@ var DoorLock;
|
|
|
2468
2468
|
* Support for YearDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2469
2469
|
* time.
|
|
2470
2470
|
*
|
|
2471
|
-
* @see {@link MatterSpecification.
|
|
2471
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.9
|
|
2472
2472
|
*/
|
|
2473
2473
|
yearDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(10),
|
|
2474
2474
|
/**
|
|
@@ -2479,7 +2479,7 @@ var DoorLock;
|
|
|
2479
2479
|
*
|
|
2480
2480
|
* Support for HolidaySchedules requires that the lock has the capability of keeping track of local time.
|
|
2481
2481
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.
|
|
2482
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.10
|
|
2483
2483
|
*/
|
|
2484
2484
|
holidaySchedules: (0, import_BitmapSchema.BitFlag)(11),
|
|
2485
2485
|
/**
|
|
@@ -2491,7 +2491,7 @@ var DoorLock;
|
|
|
2491
2491
|
* Locks without unbolting support don’t differentiate between unbolting and unlocking and perform the same
|
|
2492
2492
|
* operation for both commands.
|
|
2493
2493
|
*
|
|
2494
|
-
* @see {@link MatterSpecification.
|
|
2494
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.11
|
|
2495
2495
|
*/
|
|
2496
2496
|
unbolting: (0, import_BitmapSchema.BitFlag)(12),
|
|
2497
2497
|
/**
|
|
@@ -2500,7 +2500,7 @@ var DoorLock;
|
|
|
2500
2500
|
* Locks that support this feature implement the Aliro specification as defined in [Aliro] and support
|
|
2501
2501
|
* Matter as a method for provisioning Aliro credentials.
|
|
2502
2502
|
*
|
|
2503
|
-
* @see {@link MatterSpecification.
|
|
2503
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.12
|
|
2504
2504
|
*/
|
|
2505
2505
|
aliroProvisioning: (0, import_BitmapSchema.BitFlag)(13),
|
|
2506
2506
|
/**
|
|
@@ -2509,7 +2509,7 @@ var DoorLock;
|
|
|
2509
2509
|
* Locks that support this feature implement the Bluetooth LE + UWB Access Control Flow as defined in
|
|
2510
2510
|
* [Aliro].
|
|
2511
2511
|
*
|
|
2512
|
-
* @see {@link MatterSpecification.
|
|
2512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.4.13
|
|
2513
2513
|
*/
|
|
2514
2514
|
aliroBleuwb: (0, import_BitmapSchema.BitFlag)(14)
|
|
2515
2515
|
},
|
|
@@ -2523,27 +2523,27 @@ var DoorLock;
|
|
|
2523
2523
|
* Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended
|
|
2524
2524
|
* and not in a dead latched state.
|
|
2525
2525
|
*
|
|
2526
|
-
* @see {@link MatterSpecification.
|
|
2526
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.1
|
|
2527
2527
|
*/
|
|
2528
2528
|
lockState: (0, import_Cluster.Attribute)(0, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Indicates the type of door lock as defined in LockTypeEnum.
|
|
2531
2531
|
*
|
|
2532
|
-
* @see {@link MatterSpecification.
|
|
2532
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.2
|
|
2533
2533
|
*/
|
|
2534
2534
|
lockType: (0, import_Cluster.Attribute)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock,
|
|
2537
2537
|
* Unlock, or Unlock with Timeout commands.
|
|
2538
2538
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2539
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.3
|
|
2540
2540
|
*/
|
|
2541
2541
|
actuatorEnabled: (0, import_Cluster.Attribute)(2, import_TlvBoolean.TlvBoolean),
|
|
2542
2542
|
/**
|
|
2543
2543
|
* Indicates the language for the on-screen or audible user interface using a 2- byte language code from
|
|
2544
2544
|
* ISO-639-1.
|
|
2545
2545
|
*
|
|
2546
|
-
* @see {@link MatterSpecification.
|
|
2546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.20
|
|
2547
2547
|
*/
|
|
2548
2548
|
language: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2549
2549
|
33,
|
|
@@ -2553,7 +2553,7 @@ var DoorLock;
|
|
|
2553
2553
|
/**
|
|
2554
2554
|
* Indicates the settings for the LED support, as defined by LEDSettingEnum.
|
|
2555
2555
|
*
|
|
2556
|
-
* @see {@link MatterSpecification.
|
|
2556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.21
|
|
2557
2557
|
*/
|
|
2558
2558
|
ledSettings: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2559
2559
|
34,
|
|
@@ -2565,13 +2565,13 @@ var DoorLock;
|
|
|
2565
2565
|
* 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use
|
|
2566
2566
|
* the specific command.
|
|
2567
2567
|
*
|
|
2568
|
-
* @see {@link MatterSpecification.
|
|
2568
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.22
|
|
2569
2569
|
*/
|
|
2570
2570
|
autoRelockTime: (0, import_Cluster.OptionalWritableAttribute)(35, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Indicates the sound volume on a door lock as defined by SoundVolumeEnum.
|
|
2573
2573
|
*
|
|
2574
|
-
* @see {@link MatterSpecification.
|
|
2574
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.23
|
|
2575
2575
|
*/
|
|
2576
2576
|
soundVolume: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2577
2577
|
36,
|
|
@@ -2581,7 +2581,7 @@ var DoorLock;
|
|
|
2581
2581
|
/**
|
|
2582
2582
|
* Indicates the current operating mode of the lock as defined in OperatingModeEnum.
|
|
2583
2583
|
*
|
|
2584
|
-
* @see {@link MatterSpecification.
|
|
2584
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.24
|
|
2585
2585
|
*/
|
|
2586
2586
|
operatingMode: (0, import_Cluster.WritableAttribute)(
|
|
2587
2587
|
37,
|
|
@@ -2593,7 +2593,7 @@ var DoorLock;
|
|
|
2593
2593
|
* the lock. All operating modes NOT supported by a lock shall be set to one. The value of the OperatingMode
|
|
2594
2594
|
* enumeration defines the related bit to be set.
|
|
2595
2595
|
*
|
|
2596
|
-
* @see {@link MatterSpecification.
|
|
2596
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.25
|
|
2597
2597
|
*/
|
|
2598
2598
|
supportedOperatingModes: (0, import_Cluster.FixedAttribute)(
|
|
2599
2599
|
38,
|
|
@@ -2621,7 +2621,7 @@ var DoorLock;
|
|
|
2621
2621
|
* current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound
|
|
2622
2622
|
* Volume setting on the server, the client SHOULD read/write to the Sound Volume attribute.
|
|
2623
2623
|
*
|
|
2624
|
-
* @see {@link MatterSpecification.
|
|
2624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.26
|
|
2625
2625
|
*/
|
|
2626
2626
|
defaultConfigurationRegister: (0, import_Cluster.OptionalAttribute)(39, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, DoorLock2.ConfigurationRegister)),
|
|
2627
2627
|
/**
|
|
@@ -2631,7 +2631,7 @@ var DoorLock;
|
|
|
2631
2631
|
* for those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming
|
|
2632
2632
|
* shall be enabled by default.
|
|
2633
2633
|
*
|
|
2634
|
-
* @see {@link MatterSpecification.
|
|
2634
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.27
|
|
2635
2635
|
*/
|
|
2636
2636
|
enableLocalProgramming: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2637
2637
|
40,
|
|
@@ -2642,7 +2642,7 @@ var DoorLock;
|
|
|
2642
2642
|
* This attribute shall enable/disable the ability to lock the door lock with a single touch on the door
|
|
2643
2643
|
* lock.
|
|
2644
2644
|
*
|
|
2645
|
-
* @see {@link MatterSpecification.
|
|
2645
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.28
|
|
2646
2646
|
*/
|
|
2647
2647
|
enableOneTouchLocking: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2648
2648
|
41,
|
|
@@ -2653,7 +2653,7 @@ var DoorLock;
|
|
|
2653
2653
|
* This attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is
|
|
2654
2654
|
* locked.
|
|
2655
2655
|
*
|
|
2656
|
-
* @see {@link MatterSpecification.
|
|
2656
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.29
|
|
2657
2657
|
*/
|
|
2658
2658
|
enableInsideStatusLed: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2659
2659
|
42,
|
|
@@ -2664,7 +2664,7 @@ var DoorLock;
|
|
|
2664
2664
|
* This attribute shall enable/disable a button inside the door that is used to put the lock into privacy
|
|
2665
2665
|
* mode. When the lock is in privacy mode it cannot be manipulated from the outside.
|
|
2666
2666
|
*
|
|
2667
|
-
* @see {@link MatterSpecification.
|
|
2667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.30
|
|
2668
2668
|
*/
|
|
2669
2669
|
enablePrivacyModeButton: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2670
2670
|
43,
|
|
@@ -2680,7 +2680,7 @@ var DoorLock;
|
|
|
2680
2680
|
*
|
|
2681
2681
|
* The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
|
|
2682
2682
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.31
|
|
2684
2684
|
*/
|
|
2685
2685
|
localProgrammingFeatures: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2686
2686
|
44,
|
|
@@ -2695,7 +2695,7 @@ var DoorLock;
|
|
|
2695
2695
|
*
|
|
2696
2696
|
* This mask DOES NOT apply to the Events mechanism of this cluster.
|
|
2697
2697
|
*
|
|
2698
|
-
* @see {@link MatterSpecification.
|
|
2698
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.9.37
|
|
2699
2699
|
*/
|
|
2700
2700
|
alarmMask: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2701
2701
|
64,
|
|
@@ -2712,7 +2712,7 @@ var DoorLock;
|
|
|
2712
2712
|
* lock. The door lock may require a PIN depending on the value of the RequirePINForRemoteOperation
|
|
2713
2713
|
* attribute.
|
|
2714
2714
|
*
|
|
2715
|
-
* @see {@link MatterSpecification.
|
|
2715
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.1
|
|
2716
2716
|
*/
|
|
2717
2717
|
lockDoor: (0, import_Cluster.Command)(0, DoorLock2.TlvLockDoorRequest, 0, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2718
2718
|
/**
|
|
@@ -2725,7 +2725,7 @@ var DoorLock;
|
|
|
2725
2725
|
* If the attribute AutoRelockTime is supported the lock will transition to the locked state when the auto
|
|
2726
2726
|
* relock time has expired.
|
|
2727
2727
|
*
|
|
2728
|
-
* @see {@link MatterSpecification.
|
|
2728
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.2
|
|
2729
2729
|
*/
|
|
2730
2730
|
unlockDoor: (0, import_Cluster.Command)(1, DoorLock2.TlvUnlockDoorRequest, 1, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2731
2731
|
/**
|
|
@@ -2735,7 +2735,7 @@ var DoorLock;
|
|
|
2735
2735
|
* specified in the AutoRelockTime attribute. If the door lock device is not capable of or does not want to
|
|
2736
2736
|
* support temporary Relock Timeout, it SHOULD NOT support this optional command.
|
|
2737
2737
|
*
|
|
2738
|
-
* @see {@link MatterSpecification.
|
|
2738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.10.3
|
|
2739
2739
|
*/
|
|
2740
2740
|
unlockWithTimeout: (0, import_Cluster.OptionalCommand)(3, DoorLock2.TlvUnlockWithTimeoutRequest, 3, import_Cluster.TlvNoResponse, { timed: true })
|
|
2741
2741
|
},
|
|
@@ -2744,7 +2744,7 @@ var DoorLock;
|
|
|
2744
2744
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door
|
|
2745
2745
|
* lock. The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
2746
2746
|
*
|
|
2747
|
-
* @see {@link MatterSpecification.
|
|
2747
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.1
|
|
2748
2748
|
*/
|
|
2749
2749
|
doorLockAlarm: (0, import_Cluster.Event)(0, import_Cluster.EventPriority.Critical, DoorLock2.TlvDoorLockAlarmEvent),
|
|
2750
2750
|
/**
|
|
@@ -2775,14 +2775,14 @@ var DoorLock;
|
|
|
2775
2775
|
*
|
|
2776
2776
|
* from the inside.
|
|
2777
2777
|
*
|
|
2778
|
-
* @see {@link MatterSpecification.
|
|
2778
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.3
|
|
2779
2779
|
*/
|
|
2780
2780
|
lockOperation: (0, import_Cluster.Event)(2, import_Cluster.EventPriority.Critical, DoorLock2.TlvLockOperationEvent),
|
|
2781
2781
|
/**
|
|
2782
2782
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various
|
|
2783
2783
|
* reasons.
|
|
2784
2784
|
*
|
|
2785
|
-
* @see {@link MatterSpecification.
|
|
2785
|
+
* @see {@link MatterSpecification.v14.Cluster} § 5.2.11.4
|
|
2786
2786
|
*/
|
|
2787
2787
|
lockOperationError: (0, import_Cluster.Event)(3, import_Cluster.EventPriority.Critical, DoorLock2.TlvLockOperationErrorEvent)
|
|
2788
2788
|
},
|