@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- 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 +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- 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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- 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 +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- 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 +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +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/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- 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 +22 -22
- 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 +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -76,7 +76,7 @@ var DoorLock;
|
|
|
76
76
|
/**
|
|
77
77
|
* This field shall indicate the new door state for this door event.
|
|
78
78
|
*
|
|
79
|
-
* @see {@link MatterSpecification.
|
|
79
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.2.1
|
|
80
80
|
*/
|
|
81
81
|
doorState: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
82
82
|
});
|
|
@@ -129,13 +129,13 @@ var DoorLock;
|
|
|
129
129
|
/**
|
|
130
130
|
* This field shall indicate the type of operation.
|
|
131
131
|
*
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.1
|
|
133
133
|
*/
|
|
134
134
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
135
135
|
/**
|
|
136
136
|
* This field shall indicate the user ID.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.2
|
|
139
139
|
*/
|
|
140
140
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
141
141
|
/**
|
|
@@ -149,7 +149,7 @@ var DoorLock;
|
|
|
149
149
|
*
|
|
150
150
|
* If UserName is not null, the UserName in the user record shall be set to the provided value.
|
|
151
151
|
*
|
|
152
|
-
* @see {@link MatterSpecification.
|
|
152
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.3
|
|
153
153
|
*/
|
|
154
154
|
userName: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
155
155
|
/**
|
|
@@ -166,7 +166,7 @@ var DoorLock;
|
|
|
166
166
|
*
|
|
167
167
|
* If UserUniqueID is not null, the UserUniqueID in the user record shall be set to the provided value.
|
|
168
168
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
169
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.4
|
|
170
170
|
*/
|
|
171
171
|
userUniqueId: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
172
172
|
/**
|
|
@@ -181,7 +181,7 @@ var DoorLock;
|
|
|
181
181
|
*
|
|
182
182
|
* If UserStatus is not null, the UserStatus in the user record shall be set to the provided value.
|
|
183
183
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.5
|
|
185
185
|
*/
|
|
186
186
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
187
187
|
/**
|
|
@@ -196,7 +196,7 @@ var DoorLock;
|
|
|
196
196
|
*
|
|
197
197
|
* If UserType is not null, the UserType in the user record shall be set to the provided value.
|
|
198
198
|
*
|
|
199
|
-
* @see {@link MatterSpecification.
|
|
199
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.6
|
|
200
200
|
*/
|
|
201
201
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
202
202
|
/**
|
|
@@ -215,7 +215,7 @@ var DoorLock;
|
|
|
215
215
|
*
|
|
216
216
|
* If CredentialRule is not null, the CredentialRule in the user record shall be set to the provided value.
|
|
217
217
|
*
|
|
218
|
-
* @see {@link MatterSpecification.
|
|
218
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32.7
|
|
219
219
|
*/
|
|
220
220
|
credentialRule: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
221
221
|
});
|
|
@@ -236,7 +236,7 @@ var DoorLock;
|
|
|
236
236
|
/**
|
|
237
237
|
* This field shall indicate the credential field used to authorize the lock operation.
|
|
238
238
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.24.1
|
|
240
240
|
*/
|
|
241
241
|
credentialType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
242
242
|
/**
|
|
@@ -244,7 +244,7 @@ var DoorLock;
|
|
|
244
244
|
* list of credentials identified by CredentialType (e.g. PIN, RFID, etc.). This field shall be set to 0 if
|
|
245
245
|
* CredentialType is ProgrammingPIN or does not correspond to a list that can be indexed into.
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.24.2
|
|
248
248
|
*/
|
|
249
249
|
credentialIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16)
|
|
250
250
|
});
|
|
@@ -252,43 +252,43 @@ var DoorLock;
|
|
|
252
252
|
/**
|
|
253
253
|
* This field shall indicate the user ID.
|
|
254
254
|
*
|
|
255
|
-
* @see {@link MatterSpecification.
|
|
255
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.1
|
|
256
256
|
*/
|
|
257
257
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
258
258
|
/**
|
|
259
259
|
* This field shall contain a string to use as a human readable identifier for the user.
|
|
260
260
|
*
|
|
261
|
-
* @see {@link MatterSpecification.
|
|
261
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.2
|
|
262
262
|
*/
|
|
263
263
|
userName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 10 }))),
|
|
264
264
|
/**
|
|
265
265
|
* See UserUniqueID.
|
|
266
266
|
*
|
|
267
|
-
* @see {@link MatterSpecification.
|
|
267
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.3
|
|
268
268
|
*/
|
|
269
269
|
userUniqueId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt32)),
|
|
270
270
|
/**
|
|
271
271
|
* This field shall indicate the UserStatus assigned to the user when created or modified.
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.4
|
|
274
274
|
*/
|
|
275
275
|
userStatus: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
276
276
|
/**
|
|
277
277
|
* This field shall indicate the UserType assigned to this user when created or modified.
|
|
278
278
|
*
|
|
279
|
-
* @see {@link MatterSpecification.
|
|
279
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.5
|
|
280
280
|
*/
|
|
281
281
|
userType: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
282
282
|
/**
|
|
283
283
|
* This field shall indicate the CredentialRule set for this user.
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.6
|
|
286
286
|
*/
|
|
287
287
|
credentialRule: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
288
288
|
/**
|
|
289
289
|
* This field shall contain a list of credentials for this user.
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.7
|
|
292
292
|
*/
|
|
293
293
|
credentials: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 0 }))),
|
|
294
294
|
/**
|
|
@@ -297,7 +297,7 @@ var DoorLock;
|
|
|
297
297
|
* the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the original creator
|
|
298
298
|
* fabric was deleted.
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.8
|
|
301
301
|
*/
|
|
302
302
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(7, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
303
303
|
/**
|
|
@@ -306,7 +306,7 @@ var DoorLock;
|
|
|
306
306
|
* modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be set to 0 if the
|
|
307
307
|
* last modifier fabric was deleted.
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.9
|
|
310
310
|
*/
|
|
311
311
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(8, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
312
312
|
/**
|
|
@@ -314,7 +314,7 @@ var DoorLock;
|
|
|
314
314
|
* occupied user slots in the database. This shall NOT be null if there is at least one occupied entry after the
|
|
315
315
|
* requested UserIndex in the User database and shall be null if there are no more occupied entries.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.34.10
|
|
318
318
|
*/
|
|
319
319
|
nextUserIndex: (0, import_TlvObject.TlvField)(9, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 })))
|
|
320
320
|
});
|
|
@@ -322,7 +322,7 @@ var DoorLock;
|
|
|
322
322
|
/**
|
|
323
323
|
* This field shall specify a valid User index or 0xFFFE to indicate all user slots shall be cleared.
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.35.1
|
|
326
326
|
*/
|
|
327
327
|
userIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
328
328
|
});
|
|
@@ -330,14 +330,14 @@ var DoorLock;
|
|
|
330
330
|
/**
|
|
331
331
|
* This field shall indicate the set credential operation type requested.
|
|
332
332
|
*
|
|
333
|
-
* @see {@link MatterSpecification.
|
|
333
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.1
|
|
334
334
|
*/
|
|
335
335
|
operationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
336
336
|
/**
|
|
337
337
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
338
338
|
* (if applicable or 0 if not) to set.
|
|
339
339
|
*
|
|
340
|
-
* @see {@link MatterSpecification.
|
|
340
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.2
|
|
341
341
|
*/
|
|
342
342
|
credential: (0, import_TlvObject.TlvField)(1, DoorLock2.TlvCredential),
|
|
343
343
|
/**
|
|
@@ -345,7 +345,7 @@ var DoorLock;
|
|
|
345
345
|
* of the credential data shall conform to the limits of the CredentialType specified in the Credential
|
|
346
346
|
* structure otherwise an INVALID_COMMAND status shall be returned in the SetCredentialResponse command.
|
|
347
347
|
*
|
|
348
|
-
* @see {@link MatterSpecification.
|
|
348
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.3
|
|
349
349
|
*/
|
|
350
350
|
credentialData: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString),
|
|
351
351
|
/**
|
|
@@ -353,21 +353,21 @@ var DoorLock;
|
|
|
353
353
|
* modified. This shall be null if OperationType is add and a new credential and user is being added at the same
|
|
354
354
|
* time.
|
|
355
355
|
*
|
|
356
|
-
* @see {@link MatterSpecification.
|
|
356
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.4
|
|
357
357
|
*/
|
|
358
358
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
359
359
|
/**
|
|
360
360
|
* This field shall indicate the user status to use in the new user record if a new user is being created. This
|
|
361
361
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
362
362
|
*
|
|
363
|
-
* @see {@link MatterSpecification.
|
|
363
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.5
|
|
364
364
|
*/
|
|
365
365
|
userStatus: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
366
366
|
/**
|
|
367
367
|
* This field shall indicate the user type to use in the new user record if a new user is being created. This
|
|
368
368
|
* shall be null if OperationType is Modify. This may be null when adding a new credential and user.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36.6
|
|
371
371
|
*/
|
|
372
372
|
userType: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
373
373
|
});
|
|
@@ -404,7 +404,7 @@ var DoorLock;
|
|
|
404
404
|
*
|
|
405
405
|
* • INVALID_COMMAND, if OperationType is Modify and UserIndex points to an available slot.
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.37.1
|
|
408
408
|
*/
|
|
409
409
|
status: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
410
410
|
/**
|
|
@@ -414,7 +414,7 @@ var DoorLock;
|
|
|
414
414
|
* created. If the OperationType was Add and an existing User was associated with the new credential then this
|
|
415
415
|
* shall be null.
|
|
416
416
|
*
|
|
417
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.37.2
|
|
418
418
|
*/
|
|
419
419
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
420
420
|
/**
|
|
@@ -424,7 +424,7 @@ var DoorLock;
|
|
|
424
424
|
* null if there are no more available entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
425
425
|
* number of credentials for a particular credential type.
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.37.3
|
|
428
428
|
*/
|
|
429
429
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
430
430
|
});
|
|
@@ -433,7 +433,7 @@ var DoorLock;
|
|
|
433
433
|
* This field shall contain a credential structure that contains the CredentialTypeEnum and the credential index
|
|
434
434
|
* (if applicable or 0 if not) to retrieve the status for.
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.38.1
|
|
437
437
|
*/
|
|
438
438
|
credential: (0, import_TlvObject.TlvField)(0, DoorLock2.TlvCredential)
|
|
439
439
|
});
|
|
@@ -442,7 +442,7 @@ var DoorLock;
|
|
|
442
442
|
* This field shall indicate if the requested credential type and index exists and is populated for the
|
|
443
443
|
* requested user index.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.1
|
|
446
446
|
*/
|
|
447
447
|
credentialExists: (0, import_TlvObject.TlvField)(0, import_TlvBoolean.TlvBoolean),
|
|
448
448
|
/**
|
|
@@ -450,7 +450,7 @@ var DoorLock;
|
|
|
450
450
|
* CredentialType requested was ProgrammingPIN then UserIndex shall be null; otherwise, UserIndex shall be null
|
|
451
451
|
* if CredentialExists is set to False and shall NOT be null if CredentialExists is set to True.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.2
|
|
454
454
|
*/
|
|
455
455
|
userIndex: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
456
456
|
/**
|
|
@@ -459,7 +459,7 @@ var DoorLock;
|
|
|
459
459
|
* credential was created outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
460
460
|
* set to 0 if the original creator fabric was deleted.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.3
|
|
463
463
|
*/
|
|
464
464
|
creatorFabricIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
465
465
|
/**
|
|
@@ -468,7 +468,7 @@ var DoorLock;
|
|
|
468
468
|
* credential was modified outside the Interaction Model) and shall NOT be null otherwise. This value shall be
|
|
469
469
|
* set to 0 if the last modifier fabric was deleted.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.4
|
|
472
472
|
*/
|
|
473
473
|
lastModifiedFabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
474
474
|
/**
|
|
@@ -478,7 +478,7 @@ var DoorLock;
|
|
|
478
478
|
* null if there are no more occupied entries. The NextCredentialIndex reported shall NOT exceed the maximum
|
|
479
479
|
* number of credentials for a particular credential type.
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.5
|
|
482
482
|
*/
|
|
483
483
|
nextCredentialIndex: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
484
484
|
/**
|
|
@@ -497,7 +497,7 @@ var DoorLock;
|
|
|
497
497
|
* > Since the Aliro credentials are public keys, there is no security risk in allowing them to be read.
|
|
498
498
|
* Possession of the credential octet string does not allow operating the lock.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.39.6
|
|
501
501
|
*/
|
|
502
502
|
credentialData: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString))
|
|
503
503
|
});
|
|
@@ -507,7 +507,7 @@ var DoorLock;
|
|
|
507
507
|
* (0xFFFE for all credentials or 0 if not applicable) to clear. This shall be null if clearing all credential
|
|
508
508
|
* types otherwise it shall NOT be null.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.40.1
|
|
511
511
|
*/
|
|
512
512
|
credential: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(DoorLock2.TlvCredential))
|
|
513
513
|
});
|
|
@@ -546,19 +546,19 @@ var DoorLock;
|
|
|
546
546
|
/**
|
|
547
547
|
* This field shall indicate the lock data type that was changed.
|
|
548
548
|
*
|
|
549
|
-
* @see {@link MatterSpecification.
|
|
549
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.1
|
|
550
550
|
*/
|
|
551
551
|
lockDataType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
552
552
|
/**
|
|
553
553
|
* This field shall indicate the data operation performed on the lock data type changed.
|
|
554
554
|
*
|
|
555
|
-
* @see {@link MatterSpecification.
|
|
555
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.2
|
|
556
556
|
*/
|
|
557
557
|
dataOperationType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
558
558
|
/**
|
|
559
559
|
* This field shall indicate the source of the user data change.
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.3
|
|
562
562
|
*/
|
|
563
563
|
operationSource: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
564
564
|
/**
|
|
@@ -566,7 +566,7 @@ var DoorLock;
|
|
|
566
566
|
* is no specific user associated with the data operation. This shall be 0xFFFE if all users are affected (e.g.
|
|
567
567
|
* Clear Users).
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.4
|
|
570
570
|
*/
|
|
571
571
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
572
572
|
/**
|
|
@@ -574,7 +574,7 @@ var DoorLock;
|
|
|
574
574
|
* null if there is no fabric that can be determined to have caused the change. This shall NOT be null if the
|
|
575
575
|
* operation source is "Remote".
|
|
576
576
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
577
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.5
|
|
578
578
|
*/
|
|
579
579
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
580
580
|
/**
|
|
@@ -582,7 +582,7 @@ var DoorLock;
|
|
|
582
582
|
* performed the change. This shall be null if there was no Node involved in the change. This shall NOT be null
|
|
583
583
|
* if the operation source is "Remote".
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.6
|
|
586
586
|
*/
|
|
587
587
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
588
588
|
/**
|
|
@@ -591,7 +591,7 @@ var DoorLock;
|
|
|
591
591
|
* list that can be indexed into (e.g. ProgrammingUser). This shall be 0xFFFE if all indices are affected (e.g.
|
|
592
592
|
* ClearPINCode, ClearRFIDCode, ClearWeekDaySchedule, ClearYearDaySchedule, etc.).
|
|
593
593
|
*
|
|
594
|
-
* @see {@link MatterSpecification.
|
|
594
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5.7
|
|
595
595
|
*/
|
|
596
596
|
dataIndex: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16))
|
|
597
597
|
});
|
|
@@ -629,38 +629,38 @@ var DoorLock;
|
|
|
629
629
|
/**
|
|
630
630
|
* This field shall indicate the index of the Week Day schedule.
|
|
631
631
|
*
|
|
632
|
-
* @see {@link MatterSpecification.
|
|
632
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.1
|
|
633
633
|
*/
|
|
634
634
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
635
635
|
/**
|
|
636
636
|
* This field shall indicate the user ID.
|
|
637
637
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.2
|
|
639
639
|
*/
|
|
640
640
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
641
641
|
/**
|
|
642
642
|
* This field shall indicate which week days the schedule is active.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.3
|
|
645
645
|
*/
|
|
646
646
|
daysMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
647
647
|
/**
|
|
648
648
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.4
|
|
651
651
|
*/
|
|
652
652
|
startHour: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
653
653
|
/**
|
|
654
654
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.5
|
|
657
657
|
*/
|
|
658
658
|
startMinute: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
659
659
|
/**
|
|
660
660
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
661
661
|
* than StartHour.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.6
|
|
664
664
|
*/
|
|
665
665
|
endHour: (0, import_TlvObject.TlvField)(5, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
666
666
|
/**
|
|
@@ -670,7 +670,7 @@ var DoorLock;
|
|
|
670
670
|
* If the EndHour is equal to 23 and the EndMinute is equal to 59 the Lock shall grant access to the user up
|
|
671
671
|
* until 23:59:59.
|
|
672
672
|
*
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12.7
|
|
674
674
|
*/
|
|
675
675
|
endMinute: (0, import_TlvObject.TlvField)(6, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
676
676
|
});
|
|
@@ -682,13 +682,13 @@ var DoorLock;
|
|
|
682
682
|
/**
|
|
683
683
|
* This field shall indicate the index of the Week Day schedule.
|
|
684
684
|
*
|
|
685
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.1
|
|
686
686
|
*/
|
|
687
687
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
688
688
|
/**
|
|
689
689
|
* This field shall indicate the user ID.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.2
|
|
692
692
|
*/
|
|
693
693
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
694
694
|
/**
|
|
@@ -705,34 +705,34 @@ var DoorLock;
|
|
|
705
705
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
706
706
|
* values, only the fields up to the status field shall be present.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.3
|
|
709
709
|
*/
|
|
710
710
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
711
711
|
daysMask: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.DaysMask)),
|
|
712
712
|
/**
|
|
713
713
|
* This field shall indicate the starting hour for the Week Day schedule.
|
|
714
714
|
*
|
|
715
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.4
|
|
716
716
|
*/
|
|
717
717
|
startHour: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
718
718
|
/**
|
|
719
719
|
* This field shall indicate the starting minute for the Week Day schedule.
|
|
720
720
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.5
|
|
722
722
|
*/
|
|
723
723
|
startMinute: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvUInt8.bound({ max: 59 })),
|
|
724
724
|
/**
|
|
725
725
|
* This field shall indicate the ending hour for the Week Day schedule. EndHour shall be equal to or greater
|
|
726
726
|
* than StartHour.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.6
|
|
729
729
|
*/
|
|
730
730
|
endHour: (0, import_TlvObject.TlvOptionalField)(6, import_TlvNumber.TlvUInt8.bound({ max: 23 })),
|
|
731
731
|
/**
|
|
732
732
|
* This field shall indicate the ending minute for the Week Day schedule. If EndHour is equal to StartHour then
|
|
733
733
|
* EndMinute shall be greater than StartMinute.
|
|
734
734
|
*
|
|
735
|
-
* @see {@link MatterSpecification.
|
|
735
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.14.7
|
|
736
736
|
*/
|
|
737
737
|
endMinute: (0, import_TlvObject.TlvOptionalField)(7, import_TlvNumber.TlvUInt8.bound({ max: 59 }))
|
|
738
738
|
});
|
|
@@ -741,13 +741,13 @@ var DoorLock;
|
|
|
741
741
|
* This field shall indicate the Week Day schedule index to clear or 0xFE to clear all Week Day schedules for
|
|
742
742
|
* the specified user.
|
|
743
743
|
*
|
|
744
|
-
* @see {@link MatterSpecification.
|
|
744
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.15.1
|
|
745
745
|
*/
|
|
746
746
|
weekDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
747
747
|
/**
|
|
748
748
|
* This field shall indicate the user ID.
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.15.2
|
|
751
751
|
*/
|
|
752
752
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
753
753
|
});
|
|
@@ -755,20 +755,20 @@ var DoorLock;
|
|
|
755
755
|
/**
|
|
756
756
|
* This field shall indicate the index of the Year Day schedule.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.16.1
|
|
759
759
|
*/
|
|
760
760
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
761
761
|
/**
|
|
762
762
|
* This field shall indicate the user ID.
|
|
763
763
|
*
|
|
764
|
-
* @see {@link MatterSpecification.
|
|
764
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.16.2
|
|
765
765
|
*/
|
|
766
766
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
767
767
|
/**
|
|
768
768
|
* This field shall indicate the starting time for the Year Day schedule in Epoch Time in Seconds with local
|
|
769
769
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.16.3
|
|
772
772
|
*/
|
|
773
773
|
localStartTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
774
774
|
/**
|
|
@@ -776,7 +776,7 @@ var DoorLock;
|
|
|
776
776
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
777
777
|
* greater than LocalStartTime.
|
|
778
778
|
*
|
|
779
|
-
* @see {@link MatterSpecification.
|
|
779
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.16.4
|
|
780
780
|
*/
|
|
781
781
|
localEndTime: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvEpochS)
|
|
782
782
|
});
|
|
@@ -788,13 +788,13 @@ var DoorLock;
|
|
|
788
788
|
/**
|
|
789
789
|
* This field shall indicate the index of the Year Day schedule.
|
|
790
790
|
*
|
|
791
|
-
* @see {@link MatterSpecification.
|
|
791
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.18.1
|
|
792
792
|
*/
|
|
793
793
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
794
794
|
/**
|
|
795
795
|
* This field shall indicate the user ID.
|
|
796
796
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.18.2
|
|
798
798
|
*/
|
|
799
799
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
800
800
|
/**
|
|
@@ -811,7 +811,7 @@ var DoorLock;
|
|
|
811
811
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
812
812
|
* values, only the fields up to the status field shall be present.
|
|
813
813
|
*
|
|
814
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.18.3
|
|
815
815
|
*/
|
|
816
816
|
status: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
817
817
|
/**
|
|
@@ -819,7 +819,7 @@ var DoorLock;
|
|
|
819
819
|
* time offset based on the local timezone and DST offset on the day represented by the value. This shall be
|
|
820
820
|
* null if the schedule is not set for the YearDayIndex and UserIndex provided.
|
|
821
821
|
*
|
|
822
|
-
* @see {@link MatterSpecification.
|
|
822
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.18.4
|
|
823
823
|
*/
|
|
824
824
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvEpochS),
|
|
825
825
|
/**
|
|
@@ -828,7 +828,7 @@ var DoorLock;
|
|
|
828
828
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the YearDayIndex and UserIndex
|
|
829
829
|
* provided.
|
|
830
830
|
*
|
|
831
|
-
* @see {@link MatterSpecification.
|
|
831
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.18.5
|
|
832
832
|
*/
|
|
833
833
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvEpochS)
|
|
834
834
|
});
|
|
@@ -837,13 +837,13 @@ var DoorLock;
|
|
|
837
837
|
* This field shall indicate the Year Day schedule index to clear or 0xFE to clear all Year Day schedules for
|
|
838
838
|
* the specified user.
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.19.1
|
|
841
841
|
*/
|
|
842
842
|
yearDayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
|
|
843
843
|
/**
|
|
844
844
|
* This field shall indicate the user ID.
|
|
845
845
|
*
|
|
846
|
-
* @see {@link MatterSpecification.
|
|
846
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.19.2
|
|
847
847
|
*/
|
|
848
848
|
userIndex: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ min: 1 }))
|
|
849
849
|
});
|
|
@@ -859,14 +859,14 @@ var DoorLock;
|
|
|
859
859
|
/**
|
|
860
860
|
* This field shall indicate the index of the Holiday schedule.
|
|
861
861
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
862
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.20.1
|
|
863
863
|
*/
|
|
864
864
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
865
865
|
/**
|
|
866
866
|
* This field shall indicate the starting time for the Holiday Day schedule in Epoch Time in Seconds with local
|
|
867
867
|
* time offset based on the local timezone and DST offset on the day represented by the value.
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.20.2
|
|
870
870
|
*/
|
|
871
871
|
localStartTime: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochS),
|
|
872
872
|
/**
|
|
@@ -874,13 +874,13 @@ var DoorLock;
|
|
|
874
874
|
* time offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime
|
|
875
875
|
* shall be greater than LocalStartTime.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.20.3
|
|
878
878
|
*/
|
|
879
879
|
localEndTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvEpochS),
|
|
880
880
|
/**
|
|
881
881
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.20.4
|
|
884
884
|
*/
|
|
885
885
|
operatingMode: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvEnum)())
|
|
886
886
|
});
|
|
@@ -889,7 +889,7 @@ var DoorLock;
|
|
|
889
889
|
/**
|
|
890
890
|
* This field shall indicate the index of the Holiday schedule.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.22.1
|
|
893
893
|
*/
|
|
894
894
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ min: 1 })),
|
|
895
895
|
/**
|
|
@@ -907,7 +907,7 @@ var DoorLock;
|
|
|
907
907
|
* If this field is SUCCESS, the optional fields for this command shall be present. For other (error) status
|
|
908
908
|
* values, only the fields up to the status field shall be present.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.22.2
|
|
911
911
|
*/
|
|
912
912
|
status: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
913
913
|
/**
|
|
@@ -915,7 +915,7 @@ var DoorLock;
|
|
|
915
915
|
* offset based on the local timezone and DST offset on the day represented by the value. This shall be null if
|
|
916
916
|
* the schedule is not set for the HolidayIndex provided.
|
|
917
917
|
*
|
|
918
|
-
* @see {@link MatterSpecification.
|
|
918
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.22.3
|
|
919
919
|
*/
|
|
920
920
|
localStartTime: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
921
921
|
/**
|
|
@@ -923,14 +923,14 @@ var DoorLock;
|
|
|
923
923
|
* offset based on the local timezone and DST offset on the day represented by the value. LocalEndTime shall be
|
|
924
924
|
* greater than LocalStartTime. This shall be null if the schedule is not set for the HolidayIndex provided.
|
|
925
925
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
926
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.22.4
|
|
927
927
|
*/
|
|
928
928
|
localEndTime: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS)),
|
|
929
929
|
/**
|
|
930
930
|
* This field shall indicate the operating mode to use during this Holiday schedule start/end time. This shall
|
|
931
931
|
* be null if the schedule is not set for the HolidayIndex provided.
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.22.5
|
|
934
934
|
*/
|
|
935
935
|
operatingMode: (0, import_TlvObject.TlvOptionalField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
936
936
|
});
|
|
@@ -938,7 +938,7 @@ var DoorLock;
|
|
|
938
938
|
/**
|
|
939
939
|
* This field shall indicate the Holiday schedule index to clear or 0xFE to clear all Holiday schedules.
|
|
940
940
|
*
|
|
941
|
-
* @see {@link MatterSpecification.
|
|
941
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.23.1
|
|
942
942
|
*/
|
|
943
943
|
holidayIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8)
|
|
944
944
|
});
|
|
@@ -947,14 +947,14 @@ var DoorLock;
|
|
|
947
947
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
948
948
|
* NumberOfPINUsersSupported attribute.
|
|
949
949
|
*
|
|
950
|
-
* @see {@link MatterSpecification.
|
|
950
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.4.1
|
|
951
951
|
*/
|
|
952
952
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
953
953
|
/**
|
|
954
954
|
* This field shall indicate the user status. Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are
|
|
955
955
|
* allowed for UserStatus.
|
|
956
956
|
*
|
|
957
|
-
* @see {@link MatterSpecification.
|
|
957
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.4.2
|
|
958
958
|
*/
|
|
959
959
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
960
960
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
@@ -965,7 +965,7 @@ var DoorLock;
|
|
|
965
965
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
966
966
|
* NumberOfPINUsersSupported attribute.
|
|
967
967
|
*
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.5.1
|
|
969
969
|
*/
|
|
970
970
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
971
971
|
});
|
|
@@ -980,7 +980,7 @@ var DoorLock;
|
|
|
980
980
|
* This field shall specify a valid PIN code slot index or 0xFFFE to indicate all PIN code slots shall be
|
|
981
981
|
* cleared.
|
|
982
982
|
*
|
|
983
|
-
* @see {@link MatterSpecification.
|
|
983
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.7.1
|
|
984
984
|
*/
|
|
985
985
|
pinSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
986
986
|
});
|
|
@@ -988,26 +988,26 @@ var DoorLock;
|
|
|
988
988
|
/**
|
|
989
989
|
* This field shall indicate the signing key component of the Reader’s key pair.
|
|
990
990
|
*
|
|
991
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.42.1
|
|
992
992
|
*/
|
|
993
993
|
signingKey: (0, import_TlvObject.TlvField)(0, import_TlvString.TlvByteString.bound({ length: 32 })),
|
|
994
994
|
/**
|
|
995
995
|
* This field shall indicate the verification key component of the Reader’s key pair. This shall be an
|
|
996
996
|
* uncompressed elliptic curve public key as defined in section 2.3.3 of SEC 1.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.42.2
|
|
999
999
|
*/
|
|
1000
1000
|
verificationKey: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvByteString.bound({ length: 65 })),
|
|
1001
1001
|
/**
|
|
1002
1002
|
* This field shall indicate the reader group identifier for the lock.
|
|
1003
1003
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1004
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.42.3
|
|
1005
1005
|
*/
|
|
1006
1006
|
groupIdentifier: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvByteString.bound({ length: 16 })),
|
|
1007
1007
|
/**
|
|
1008
1008
|
* This field shall indicate the group resolving key for the lock.
|
|
1009
1009
|
*
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1010
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.42.4
|
|
1011
1011
|
*/
|
|
1012
1012
|
groupResolvingKey: (0, import_TlvObject.TlvOptionalField)(3, import_TlvString.TlvByteString.bound({ length: 16 }))
|
|
1013
1013
|
});
|
|
@@ -1016,14 +1016,14 @@ var DoorLock;
|
|
|
1016
1016
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1017
1017
|
* NumberOfPINUsersSupported attribute.
|
|
1018
1018
|
*
|
|
1019
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.9.1
|
|
1020
1020
|
*/
|
|
1021
1021
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1022
1022
|
/**
|
|
1023
1023
|
* UserStatus value of Available is not allowed. In order to clear a user id, the ClearUser Command shall be
|
|
1024
1024
|
* used. For user status value please refer to UserStatusEnum.
|
|
1025
1025
|
*
|
|
1026
|
-
* @see {@link MatterSpecification.
|
|
1026
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.9.2
|
|
1027
1027
|
*/
|
|
1028
1028
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1029
1029
|
});
|
|
@@ -1032,7 +1032,7 @@ var DoorLock;
|
|
|
1032
1032
|
* This field shall indicate the user ID. The value of the UserID field shall be between 0 and the value of the
|
|
1033
1033
|
* NumberOfPINUsersSupported attribute.
|
|
1034
1034
|
*
|
|
1035
|
-
* @see {@link MatterSpecification.
|
|
1035
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.10.1
|
|
1036
1036
|
*/
|
|
1037
1037
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1038
1038
|
});
|
|
@@ -1040,13 +1040,13 @@ var DoorLock;
|
|
|
1040
1040
|
/**
|
|
1041
1041
|
* This field shall indicate the user ID provided in the request.
|
|
1042
1042
|
*
|
|
1043
|
-
* @see {@link MatterSpecification.
|
|
1043
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.11.1
|
|
1044
1044
|
*/
|
|
1045
1045
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1046
1046
|
/**
|
|
1047
1047
|
* This field shall indicate the current status of the requested user ID.
|
|
1048
1048
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1049
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.11.2
|
|
1050
1050
|
*/
|
|
1051
1051
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1052
1052
|
});
|
|
@@ -1054,13 +1054,13 @@ var DoorLock;
|
|
|
1054
1054
|
/**
|
|
1055
1055
|
* This field shall indicate the user ID.
|
|
1056
1056
|
*
|
|
1057
|
-
* @see {@link MatterSpecification.
|
|
1057
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.24.1
|
|
1058
1058
|
*/
|
|
1059
1059
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1060
1060
|
/**
|
|
1061
1061
|
* This field shall indicate the user type.
|
|
1062
1062
|
*
|
|
1063
|
-
* @see {@link MatterSpecification.
|
|
1063
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.24.2
|
|
1064
1064
|
*/
|
|
1065
1065
|
userType: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)())
|
|
1066
1066
|
});
|
|
@@ -1075,7 +1075,7 @@ var DoorLock;
|
|
|
1075
1075
|
*
|
|
1076
1076
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSup ported attribute.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.27.1
|
|
1079
1079
|
*/
|
|
1080
1080
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1081
1081
|
/**
|
|
@@ -1084,13 +1084,13 @@ var DoorLock;
|
|
|
1084
1084
|
*
|
|
1085
1085
|
* Only the values 1 (Occupied/Enabled) and 3 (Occupied/Disabled) are allowed for UserStatus.
|
|
1086
1086
|
*
|
|
1087
|
-
* @see {@link MatterSpecification.
|
|
1087
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.27.2
|
|
1088
1088
|
*/
|
|
1089
1089
|
userStatus: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1090
1090
|
/**
|
|
1091
1091
|
* The values are the same as used for SetPINCode command.
|
|
1092
1092
|
*
|
|
1093
|
-
* @see {@link MatterSpecification.
|
|
1093
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.27.3
|
|
1094
1094
|
*/
|
|
1095
1095
|
userType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1096
1096
|
rfidCode: (0, import_TlvObject.TlvField)(3, import_TlvString.TlvByteString)
|
|
@@ -1101,7 +1101,7 @@ var DoorLock;
|
|
|
1101
1101
|
*
|
|
1102
1102
|
* The value of the UserID field shall be between 0 and the value of the NumberOfRFIDUsersSupported attribute.
|
|
1103
1103
|
*
|
|
1104
|
-
* @see {@link MatterSpecification.
|
|
1104
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.28.1
|
|
1105
1105
|
*/
|
|
1106
1106
|
userId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1107
1107
|
});
|
|
@@ -1116,7 +1116,7 @@ var DoorLock;
|
|
|
1116
1116
|
* This field shall indicate a valid RFID code slot index or 0xFFFE to indicate all RFID code slots shall be
|
|
1117
1117
|
* cleared.
|
|
1118
1118
|
*
|
|
1119
|
-
* @see {@link MatterSpecification.
|
|
1119
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.30.1
|
|
1120
1120
|
*/
|
|
1121
1121
|
rfidSlotIndex: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16)
|
|
1122
1122
|
});
|
|
@@ -1124,7 +1124,7 @@ var DoorLock;
|
|
|
1124
1124
|
/**
|
|
1125
1125
|
* See Section 5.2.10.1.1, “PINCode Field”.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.41.1
|
|
1128
1128
|
*/
|
|
1129
1129
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1130
1130
|
});
|
|
@@ -1199,7 +1199,7 @@ var DoorLock;
|
|
|
1199
1199
|
*
|
|
1200
1200
|
* • 1 = Local programming is enabled
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.1
|
|
1203
1203
|
*/
|
|
1204
1204
|
localProgramming: (0, import_BitmapSchema.BitFlag)(0),
|
|
1205
1205
|
/**
|
|
@@ -1211,7 +1211,7 @@ var DoorLock;
|
|
|
1211
1211
|
*
|
|
1212
1212
|
* • 1 = Keypad interface is enabled
|
|
1213
1213
|
*
|
|
1214
|
-
* @see {@link MatterSpecification.
|
|
1214
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.2
|
|
1215
1215
|
*/
|
|
1216
1216
|
keypadInterface: (0, import_BitmapSchema.BitFlag)(1),
|
|
1217
1217
|
/**
|
|
@@ -1223,7 +1223,7 @@ var DoorLock;
|
|
|
1223
1223
|
*
|
|
1224
1224
|
* • 1 = Remote interface is enabled
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.3
|
|
1227
1227
|
*/
|
|
1228
1228
|
remoteInterface: (0, import_BitmapSchema.BitFlag)(2),
|
|
1229
1229
|
/**
|
|
@@ -1235,7 +1235,7 @@ var DoorLock;
|
|
|
1235
1235
|
*
|
|
1236
1236
|
* • 1 = Sound volume value is equal to something other than 0
|
|
1237
1237
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1238
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.4
|
|
1239
1239
|
*/
|
|
1240
1240
|
soundVolume: (0, import_BitmapSchema.BitFlag)(5),
|
|
1241
1241
|
/**
|
|
@@ -1247,7 +1247,7 @@ var DoorLock;
|
|
|
1247
1247
|
*
|
|
1248
1248
|
* • 1 = Auto relock time value is equal to something other than 0
|
|
1249
1249
|
*
|
|
1250
|
-
* @see {@link MatterSpecification.
|
|
1250
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.5
|
|
1251
1251
|
*/
|
|
1252
1252
|
autoRelockTime: (0, import_BitmapSchema.BitFlag)(6),
|
|
1253
1253
|
/**
|
|
@@ -1259,7 +1259,7 @@ var DoorLock;
|
|
|
1259
1259
|
*
|
|
1260
1260
|
* • 1 = LED settings value is equal to something other than 0
|
|
1261
1261
|
*
|
|
1262
|
-
* @see {@link MatterSpecification.
|
|
1262
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.4.6
|
|
1263
1263
|
*/
|
|
1264
1264
|
ledSettings: (0, import_BitmapSchema.BitFlag)(7)
|
|
1265
1265
|
};
|
|
@@ -1273,7 +1273,7 @@ var DoorLock;
|
|
|
1273
1273
|
*
|
|
1274
1274
|
* • 1 = This ability is enabled
|
|
1275
1275
|
*
|
|
1276
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.5.1
|
|
1277
1277
|
*/
|
|
1278
1278
|
addUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(0),
|
|
1279
1279
|
/**
|
|
@@ -1285,7 +1285,7 @@ var DoorLock;
|
|
|
1285
1285
|
*
|
|
1286
1286
|
* • 1 = This ability is enabled
|
|
1287
1287
|
*
|
|
1288
|
-
* @see {@link MatterSpecification.
|
|
1288
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.5.2
|
|
1289
1289
|
*/
|
|
1290
1290
|
modifyUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(1),
|
|
1291
1291
|
/**
|
|
@@ -1297,7 +1297,7 @@ var DoorLock;
|
|
|
1297
1297
|
*
|
|
1298
1298
|
* • 1 = This ability is enabled
|
|
1299
1299
|
*
|
|
1300
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.5.3
|
|
1301
1301
|
*/
|
|
1302
1302
|
clearUsersCredentialsSchedules: (0, import_BitmapSchema.BitFlag)(2),
|
|
1303
1303
|
/**
|
|
@@ -1309,7 +1309,7 @@ var DoorLock;
|
|
|
1309
1309
|
*
|
|
1310
1310
|
* • 1 = This ability is enabled
|
|
1311
1311
|
*
|
|
1312
|
-
* @see {@link MatterSpecification.
|
|
1312
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.6.5.4
|
|
1313
1313
|
*/
|
|
1314
1314
|
adjustSettings: (0, import_BitmapSchema.BitFlag)(3)
|
|
1315
1315
|
};
|
|
@@ -1325,7 +1325,7 @@ var DoorLock;
|
|
|
1325
1325
|
* UserCodeTemporaryDisableTime will be triggered if the WrongCodeEntryLimit is exceeded. The lock shall ignore
|
|
1326
1326
|
* any attempts to lock/unlock the door until the UserCodeTemporaryDisableTime expires.
|
|
1327
1327
|
*
|
|
1328
|
-
* @see {@link MatterSpecification.
|
|
1328
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.1.1
|
|
1329
1329
|
*/
|
|
1330
1330
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1331
1331
|
});
|
|
@@ -1333,7 +1333,7 @@ var DoorLock;
|
|
|
1333
1333
|
/**
|
|
1334
1334
|
* See Section 5.2.10.1.1, “PINCode Field”.
|
|
1335
1335
|
*
|
|
1336
|
-
* @see {@link MatterSpecification.
|
|
1336
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.2.1
|
|
1337
1337
|
*/
|
|
1338
1338
|
pinCode: (0, import_TlvObject.TlvOptionalField)(0, import_TlvString.TlvByteString)
|
|
1339
1339
|
});
|
|
@@ -1342,13 +1342,13 @@ var DoorLock;
|
|
|
1342
1342
|
* This field shall indicate the timeout in seconds to wait before relocking the door lock. This value is
|
|
1343
1343
|
* independent of the AutoRelockTime attribute value.
|
|
1344
1344
|
*
|
|
1345
|
-
* @see {@link MatterSpecification.
|
|
1345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.3.1
|
|
1346
1346
|
*/
|
|
1347
1347
|
timeout: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
1348
1348
|
/**
|
|
1349
1349
|
* See Section 5.2.10.1.1, “PINCode Field”.
|
|
1350
1350
|
*
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1351
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.3.2
|
|
1352
1352
|
*/
|
|
1353
1353
|
pinCode: (0, import_TlvObject.TlvOptionalField)(1, import_TlvString.TlvByteString)
|
|
1354
1354
|
});
|
|
@@ -1367,7 +1367,7 @@ var DoorLock;
|
|
|
1367
1367
|
/**
|
|
1368
1368
|
* This field shall indicate the alarm code of the event that has happened.
|
|
1369
1369
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.1.1
|
|
1371
1371
|
*/
|
|
1372
1372
|
alarmCode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
1373
1373
|
});
|
|
@@ -1383,13 +1383,13 @@ var DoorLock;
|
|
|
1383
1383
|
/**
|
|
1384
1384
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1385
1385
|
*
|
|
1386
|
-
* @see {@link MatterSpecification.
|
|
1386
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.1
|
|
1387
1387
|
*/
|
|
1388
1388
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1389
1389
|
/**
|
|
1390
1390
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.2
|
|
1393
1393
|
*/
|
|
1394
1394
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1395
1395
|
/**
|
|
@@ -1397,7 +1397,7 @@ var DoorLock;
|
|
|
1397
1397
|
* user index that can be determined for the given operation source. This shall NOT be null if a user index can
|
|
1398
1398
|
* be determined. In particular, this shall NOT be null if the operation was associated with a valid credential.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.3
|
|
1401
1401
|
*/
|
|
1402
1402
|
userIndex: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1403
1403
|
/**
|
|
@@ -1405,7 +1405,7 @@ var DoorLock;
|
|
|
1405
1405
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1406
1406
|
* the operation source is "Remote".
|
|
1407
1407
|
*
|
|
1408
|
-
* @see {@link MatterSpecification.
|
|
1408
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.4
|
|
1409
1409
|
*/
|
|
1410
1410
|
fabricIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1411
1411
|
/**
|
|
@@ -1413,14 +1413,14 @@ var DoorLock;
|
|
|
1413
1413
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1414
1414
|
* is "Remote".
|
|
1415
1415
|
*
|
|
1416
|
-
* @see {@link MatterSpecification.
|
|
1416
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.5
|
|
1417
1417
|
*/
|
|
1418
1418
|
sourceNode: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1419
1419
|
/**
|
|
1420
1420
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1421
1421
|
* if no credentials were involved.
|
|
1422
1422
|
*
|
|
1423
|
-
* @see {@link MatterSpecification.
|
|
1423
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3.6
|
|
1424
1424
|
*/
|
|
1425
1425
|
credentials: (0, import_TlvObject.TlvOptionalField)(5, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1426
1426
|
});
|
|
@@ -1436,26 +1436,26 @@ var DoorLock;
|
|
|
1436
1436
|
/**
|
|
1437
1437
|
* This field shall indicate the type of the lock operation that was performed.
|
|
1438
1438
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.1
|
|
1440
1440
|
*/
|
|
1441
1441
|
lockOperationType: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
|
|
1442
1442
|
/**
|
|
1443
1443
|
* This field shall indicate the source of the lock operation that was performed.
|
|
1444
1444
|
*
|
|
1445
|
-
* @see {@link MatterSpecification.
|
|
1445
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.2
|
|
1446
1446
|
*/
|
|
1447
1447
|
operationSource: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
1448
1448
|
/**
|
|
1449
1449
|
* This field shall indicate the lock operation error triggered when the operation was performed.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.3
|
|
1452
1452
|
*/
|
|
1453
1453
|
operationError: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
1454
1454
|
/**
|
|
1455
1455
|
* This field shall indicate the lock UserIndex who performed the lock operation. This shall be null if there is
|
|
1456
1456
|
* no user id that can be determined for the given operation source.
|
|
1457
1457
|
*
|
|
1458
|
-
* @see {@link MatterSpecification.
|
|
1458
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.4
|
|
1459
1459
|
*/
|
|
1460
1460
|
userIndex: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
1461
1461
|
/**
|
|
@@ -1463,7 +1463,7 @@ var DoorLock;
|
|
|
1463
1463
|
* null if there is no fabric that can be determined for the given operation source. This shall NOT be null if
|
|
1464
1464
|
* the operation source is "Remote".
|
|
1465
1465
|
*
|
|
1466
|
-
* @see {@link MatterSpecification.
|
|
1466
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.5
|
|
1467
1467
|
*/
|
|
1468
1468
|
fabricIndex: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_FabricIndex.TlvFabricIndex)),
|
|
1469
1469
|
/**
|
|
@@ -1471,14 +1471,14 @@ var DoorLock;
|
|
|
1471
1471
|
* there is no Node associated with the given operation source. This shall NOT be null if the operation source
|
|
1472
1472
|
* is "Remote".
|
|
1473
1473
|
*
|
|
1474
|
-
* @see {@link MatterSpecification.
|
|
1474
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.6
|
|
1475
1475
|
*/
|
|
1476
1476
|
sourceNode: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
1477
1477
|
/**
|
|
1478
1478
|
* This field shall indicate the list of credentials used in performing the lock operation. This shall be null
|
|
1479
1479
|
* if no credentials were involved.
|
|
1480
1480
|
*
|
|
1481
|
-
* @see {@link MatterSpecification.
|
|
1481
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4.7
|
|
1482
1482
|
*/
|
|
1483
1483
|
credentials: (0, import_TlvObject.TlvOptionalField)(6, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(DoorLock2.TlvCredential, { minLength: 1 })))
|
|
1484
1484
|
});
|
|
@@ -1538,26 +1538,26 @@ var DoorLock;
|
|
|
1538
1538
|
*
|
|
1539
1539
|
* Null only if an internal error prevents the retrieval of the current door state.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.4
|
|
1542
1542
|
*/
|
|
1543
1543
|
doorState: (0, import_Cluster.Attribute)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
1544
1544
|
/**
|
|
1545
1545
|
* This attribute shall hold the number of door open events that have occurred since it was last zeroed.
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.5
|
|
1548
1548
|
*/
|
|
1549
1549
|
doorOpenEvents: (0, import_Cluster.OptionalWritableAttribute)(4, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1550
1550
|
/**
|
|
1551
1551
|
* This attribute shall hold the number of door closed events that have occurred since it was last zeroed.
|
|
1552
1552
|
*
|
|
1553
|
-
* @see {@link MatterSpecification.
|
|
1553
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.6
|
|
1554
1554
|
*/
|
|
1555
1555
|
doorClosedEvents: (0, import_Cluster.OptionalWritableAttribute)(5, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
1556
1556
|
/**
|
|
1557
1557
|
* This attribute shall hold the number of minutes the door has been open since the last time it
|
|
1558
1558
|
* transitioned from closed to open.
|
|
1559
1559
|
*
|
|
1560
|
-
* @see {@link MatterSpecification.
|
|
1560
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.7
|
|
1561
1561
|
*/
|
|
1562
1562
|
openPeriod: (0, import_Cluster.OptionalWritableAttribute)(6, import_TlvNumber.TlvUInt16, { writeAcl: import_model.AccessLevel.Manage })
|
|
1563
1563
|
},
|
|
@@ -1565,7 +1565,7 @@ var DoorLock;
|
|
|
1565
1565
|
/**
|
|
1566
1566
|
* The door lock server sends out a DoorStateChange event when the door lock door state changes.
|
|
1567
1567
|
*
|
|
1568
|
-
* @see {@link MatterSpecification.
|
|
1568
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.2
|
|
1569
1569
|
*/
|
|
1570
1570
|
doorStateChange: (0, import_Cluster.Event)(1, import_Priority.Priority.Critical, DoorLock2.TlvDoorStateChangeEvent)
|
|
1571
1571
|
}
|
|
@@ -1575,14 +1575,14 @@ var DoorLock;
|
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Indicates the number of total users supported by the lock.
|
|
1577
1577
|
*
|
|
1578
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.8
|
|
1579
1579
|
*/
|
|
1580
1580
|
numberOfTotalUsersSupported: (0, import_Cluster.FixedAttribute)(17, import_TlvNumber.TlvUInt16),
|
|
1581
1581
|
/**
|
|
1582
1582
|
* This attribute shall contain a bitmap with the bits set for the values of CredentialRuleEnum supported on
|
|
1583
1583
|
* this device.
|
|
1584
1584
|
*
|
|
1585
|
-
* @see {@link MatterSpecification.
|
|
1585
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.18
|
|
1586
1586
|
*/
|
|
1587
1587
|
credentialRulesSupport: (0, import_Cluster.FixedAttribute)(27, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, DoorLock2.CredentialRules)),
|
|
1588
1588
|
/**
|
|
@@ -1596,7 +1596,7 @@ var DoorLock;
|
|
|
1596
1596
|
* NumberOfRFIDUsersSupported is set to 3, it will not be possible to actually assign 10 credentials for a
|
|
1597
1597
|
* user because maximum number of credentials in the database is 8.
|
|
1598
1598
|
*
|
|
1599
|
-
* @see {@link MatterSpecification.
|
|
1599
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.19
|
|
1600
1600
|
*/
|
|
1601
1601
|
numberOfCredentialsSupportedPerUser: (0, import_Cluster.FixedAttribute)(28, import_TlvNumber.TlvUInt8),
|
|
1602
1602
|
/**
|
|
@@ -1604,7 +1604,7 @@ var DoorLock;
|
|
|
1604
1604
|
* type ExpiringUser shall remain valid after its first use before expiring. When the credential expires the
|
|
1605
1605
|
* UserStatus for the corresponding user record shall be set to OccupiedDisabled.
|
|
1606
1606
|
*
|
|
1607
|
-
* @see {@link MatterSpecification.
|
|
1607
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.36
|
|
1608
1608
|
*/
|
|
1609
1609
|
expiringUserTimeout: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1610
1610
|
53,
|
|
@@ -1630,7 +1630,7 @@ var DoorLock;
|
|
|
1630
1630
|
* • INVALID_COMMAND, if one or more fields violate constraints or are invalid or if OperationType is
|
|
1631
1631
|
* Modify and UserIndex points to an available slot.
|
|
1632
1632
|
*
|
|
1633
|
-
* @see {@link MatterSpecification.
|
|
1633
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.32
|
|
1634
1634
|
*/
|
|
1635
1635
|
setUser: (0, import_Cluster.Command)(
|
|
1636
1636
|
26,
|
|
@@ -1645,7 +1645,7 @@ var DoorLock;
|
|
|
1645
1645
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_ COMMAND, etc.)
|
|
1646
1646
|
* as needed otherwise the GetUserResponse Command shall be sent implying a status of SUCCESS.
|
|
1647
1647
|
*
|
|
1648
|
-
* @see {@link MatterSpecification.
|
|
1648
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.33
|
|
1649
1649
|
*/
|
|
1650
1650
|
getUser: (0, import_Cluster.Command)(27, DoorLock2.TlvGetUserRequest, 28, DoorLock2.TlvGetUserResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
1651
1651
|
/**
|
|
@@ -1657,7 +1657,7 @@ var DoorLock;
|
|
|
1657
1657
|
*
|
|
1658
1658
|
* A LockUserChange event with the provided UserIndex shall be generated after successfully clearing users.
|
|
1659
1659
|
*
|
|
1660
|
-
* @see {@link MatterSpecification.
|
|
1660
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.35
|
|
1661
1661
|
*/
|
|
1662
1662
|
clearUser: (0, import_Cluster.Command)(
|
|
1663
1663
|
29,
|
|
@@ -1672,7 +1672,7 @@ var DoorLock;
|
|
|
1672
1672
|
*
|
|
1673
1673
|
* Fields used for different use cases:
|
|
1674
1674
|
*
|
|
1675
|
-
* @see {@link MatterSpecification.
|
|
1675
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.36
|
|
1676
1676
|
*/
|
|
1677
1677
|
setCredential: (0, import_Cluster.Command)(
|
|
1678
1678
|
34,
|
|
@@ -1687,7 +1687,7 @@ var DoorLock;
|
|
|
1687
1687
|
* An InvokeResponse command shall be sent with an appropriate error (e.g. FAILURE, INVALID_COMMAND, etc.)
|
|
1688
1688
|
* as needed otherwise the GetCredentialStatusResponse command shall be sent implying a status of SUCCESS.
|
|
1689
1689
|
*
|
|
1690
|
-
* @see {@link MatterSpecification.
|
|
1690
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.38
|
|
1691
1691
|
*/
|
|
1692
1692
|
getCredentialStatus: (0, import_Cluster.Command)(
|
|
1693
1693
|
36,
|
|
@@ -1708,7 +1708,7 @@ var DoorLock;
|
|
|
1708
1708
|
*
|
|
1709
1709
|
* Return status shall be one of the following values:
|
|
1710
1710
|
*
|
|
1711
|
-
* @see {@link MatterSpecification.
|
|
1711
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.40
|
|
1712
1712
|
*/
|
|
1713
1713
|
clearCredential: (0, import_Cluster.Command)(
|
|
1714
1714
|
38,
|
|
@@ -1723,7 +1723,7 @@ var DoorLock;
|
|
|
1723
1723
|
* The door lock server sends out a LockUserChange event when a lock user, schedule, or credential change
|
|
1724
1724
|
* has occurred.
|
|
1725
1725
|
*
|
|
1726
|
-
* @see {@link MatterSpecification.
|
|
1726
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.5
|
|
1727
1727
|
*/
|
|
1728
1728
|
lockUserChange: (0, import_Cluster.Event)(4, import_Priority.Priority.Info, DoorLock2.TlvLockUserChangeEvent)
|
|
1729
1729
|
}
|
|
@@ -1733,19 +1733,19 @@ var DoorLock;
|
|
|
1733
1733
|
/**
|
|
1734
1734
|
* Indicates the number of PIN users supported.
|
|
1735
1735
|
*
|
|
1736
|
-
* @see {@link MatterSpecification.
|
|
1736
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.9
|
|
1737
1737
|
*/
|
|
1738
1738
|
numberOfPinUsersSupported: (0, import_Cluster.FixedAttribute)(18, import_TlvNumber.TlvUInt16),
|
|
1739
1739
|
/**
|
|
1740
1740
|
* Indicates the maximum length in bytes of a PIN Code on this device.
|
|
1741
1741
|
*
|
|
1742
|
-
* @see {@link MatterSpecification.
|
|
1742
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.14
|
|
1743
1743
|
*/
|
|
1744
1744
|
maxPinCodeLength: (0, import_Cluster.FixedAttribute)(23, import_TlvNumber.TlvUInt8),
|
|
1745
1745
|
/**
|
|
1746
1746
|
* Indicates the minimum length in bytes of a PIN Code on this device.
|
|
1747
1747
|
*
|
|
1748
|
-
* @see {@link MatterSpecification.
|
|
1748
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.15
|
|
1749
1749
|
*/
|
|
1750
1750
|
minPinCodeLength: (0, import_Cluster.FixedAttribute)(24, import_TlvNumber.TlvUInt8)
|
|
1751
1751
|
}
|
|
@@ -1755,7 +1755,7 @@ var DoorLock;
|
|
|
1755
1755
|
/**
|
|
1756
1756
|
* Indicates the number of RFID users supported.
|
|
1757
1757
|
*
|
|
1758
|
-
* @see {@link MatterSpecification.
|
|
1758
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.10
|
|
1759
1759
|
*/
|
|
1760
1760
|
numberOfRfidUsersSupported: (0, import_Cluster.FixedAttribute)(19, import_TlvNumber.TlvUInt16),
|
|
1761
1761
|
/**
|
|
@@ -1763,7 +1763,7 @@ var DoorLock;
|
|
|
1763
1763
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1764
1764
|
* value of 20 (equals 10 Byte ISO 14443A UID) is recommended.
|
|
1765
1765
|
*
|
|
1766
|
-
* @see {@link MatterSpecification.
|
|
1766
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.16
|
|
1767
1767
|
*/
|
|
1768
1768
|
maxRfidCodeLength: (0, import_Cluster.FixedAttribute)(25, import_TlvNumber.TlvUInt8),
|
|
1769
1769
|
/**
|
|
@@ -1771,7 +1771,7 @@ var DoorLock;
|
|
|
1771
1771
|
* range specified by the manufacturer, if media anti-collision identifiers (UID) are used as RFID code, a
|
|
1772
1772
|
* value of 8 (equals 4 Byte ISO 14443A UID) is recommended.
|
|
1773
1773
|
*
|
|
1774
|
-
* @see {@link MatterSpecification.
|
|
1774
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.17
|
|
1775
1775
|
*/
|
|
1776
1776
|
minRfidCodeLength: (0, import_Cluster.FixedAttribute)(26, import_TlvNumber.TlvUInt8)
|
|
1777
1777
|
}
|
|
@@ -1781,7 +1781,7 @@ var DoorLock;
|
|
|
1781
1781
|
/**
|
|
1782
1782
|
* Indicates the number of configurable week day schedule supported per user.
|
|
1783
1783
|
*
|
|
1784
|
-
* @see {@link MatterSpecification.
|
|
1784
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.11
|
|
1785
1785
|
*/
|
|
1786
1786
|
numberOfWeekDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(20, import_TlvNumber.TlvUInt8.bound({ max: 253 }))
|
|
1787
1787
|
},
|
|
@@ -1794,7 +1794,7 @@ var DoorLock;
|
|
|
1794
1794
|
*
|
|
1795
1795
|
* Return status shall be one of the following values:
|
|
1796
1796
|
*
|
|
1797
|
-
* @see {@link MatterSpecification.
|
|
1797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.12
|
|
1798
1798
|
*/
|
|
1799
1799
|
setWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1800
1800
|
11,
|
|
@@ -1806,7 +1806,7 @@ var DoorLock;
|
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Retrieve the specific weekly schedule for the specific user.
|
|
1808
1808
|
*
|
|
1809
|
-
* @see {@link MatterSpecification.
|
|
1809
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.13
|
|
1810
1810
|
*/
|
|
1811
1811
|
getWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1812
1812
|
12,
|
|
@@ -1820,7 +1820,7 @@ var DoorLock;
|
|
|
1820
1820
|
*
|
|
1821
1821
|
* Return status shall be one of the following values:
|
|
1822
1822
|
*
|
|
1823
|
-
* @see {@link MatterSpecification.
|
|
1823
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.15
|
|
1824
1824
|
*/
|
|
1825
1825
|
clearWeekDaySchedule: (0, import_Cluster.Command)(
|
|
1826
1826
|
13,
|
|
@@ -1836,7 +1836,7 @@ var DoorLock;
|
|
|
1836
1836
|
/**
|
|
1837
1837
|
* Indicates the number of configurable year day schedule supported per user.
|
|
1838
1838
|
*
|
|
1839
|
-
* @see {@link MatterSpecification.
|
|
1839
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.12
|
|
1840
1840
|
*/
|
|
1841
1841
|
numberOfYearDaySchedulesSupportedPerUser: (0, import_Cluster.FixedAttribute)(21, import_TlvNumber.TlvUInt8.bound({ max: 253 }))
|
|
1842
1842
|
},
|
|
@@ -1849,7 +1849,7 @@ var DoorLock;
|
|
|
1849
1849
|
*
|
|
1850
1850
|
* Return status shall be one of the following values:
|
|
1851
1851
|
*
|
|
1852
|
-
* @see {@link MatterSpecification.
|
|
1852
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.16
|
|
1853
1853
|
*/
|
|
1854
1854
|
setYearDaySchedule: (0, import_Cluster.Command)(
|
|
1855
1855
|
14,
|
|
@@ -1861,7 +1861,7 @@ var DoorLock;
|
|
|
1861
1861
|
/**
|
|
1862
1862
|
* Retrieve the specific year day schedule for the specific schedule and user indexes.
|
|
1863
1863
|
*
|
|
1864
|
-
* @see {@link MatterSpecification.
|
|
1864
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.17
|
|
1865
1865
|
*/
|
|
1866
1866
|
getYearDaySchedule: (0, import_Cluster.Command)(
|
|
1867
1867
|
15,
|
|
@@ -1875,7 +1875,7 @@ var DoorLock;
|
|
|
1875
1875
|
*
|
|
1876
1876
|
* Return status shall be one of the following values:
|
|
1877
1877
|
*
|
|
1878
|
-
* @see {@link MatterSpecification.
|
|
1878
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.19
|
|
1879
1879
|
*/
|
|
1880
1880
|
clearYearDaySchedule: (0, import_Cluster.Command)(
|
|
1881
1881
|
16,
|
|
@@ -1891,7 +1891,7 @@ var DoorLock;
|
|
|
1891
1891
|
/**
|
|
1892
1892
|
* Indicates the number of holiday schedules supported for the entire door lock device.
|
|
1893
1893
|
*
|
|
1894
|
-
* @see {@link MatterSpecification.
|
|
1894
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.13
|
|
1895
1895
|
*/
|
|
1896
1896
|
numberOfHolidaySchedulesSupported: (0, import_Cluster.FixedAttribute)(22, import_TlvNumber.TlvUInt8.bound({ max: 253 }))
|
|
1897
1897
|
},
|
|
@@ -1902,7 +1902,7 @@ var DoorLock;
|
|
|
1902
1902
|
*
|
|
1903
1903
|
* Return status shall be one of the following values:
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.20
|
|
1906
1906
|
*/
|
|
1907
1907
|
setHolidaySchedule: (0, import_Cluster.Command)(
|
|
1908
1908
|
17,
|
|
@@ -1914,7 +1914,7 @@ var DoorLock;
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Get the holiday schedule for the specified index.
|
|
1916
1916
|
*
|
|
1917
|
-
* @see {@link MatterSpecification.
|
|
1917
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.21
|
|
1918
1918
|
*/
|
|
1919
1919
|
getHolidaySchedule: (0, import_Cluster.Command)(
|
|
1920
1920
|
18,
|
|
@@ -1926,7 +1926,7 @@ var DoorLock;
|
|
|
1926
1926
|
/**
|
|
1927
1927
|
* Clears the holiday schedule or all holiday schedules.
|
|
1928
1928
|
*
|
|
1929
|
-
* @see {@link MatterSpecification.
|
|
1929
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.23
|
|
1930
1930
|
*/
|
|
1931
1931
|
clearHolidaySchedule: (0, import_Cluster.Command)(
|
|
1932
1932
|
19,
|
|
@@ -1951,7 +1951,7 @@ var DoorLock;
|
|
|
1951
1951
|
* logic, environmental events, or other reasons. The lock shall reset the counter if a valid credential is
|
|
1952
1952
|
* presented.
|
|
1953
1953
|
*
|
|
1954
|
-
* @see {@link MatterSpecification.
|
|
1954
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.32
|
|
1955
1955
|
*/
|
|
1956
1956
|
wrongCodeEntryLimit: (0, import_Cluster.WritableAttribute)(
|
|
1957
1957
|
48,
|
|
@@ -1964,7 +1964,7 @@ var DoorLock;
|
|
|
1964
1964
|
* and guess a PIN for the device.) If the attribute accepts writes and an attempt to write the attribute to
|
|
1965
1965
|
* 0 is made, the device shall respond with CONSTRAINT_ERROR.
|
|
1966
1966
|
*
|
|
1967
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.33
|
|
1968
1968
|
*/
|
|
1969
1969
|
userCodeTemporaryDisableTime: (0, import_Cluster.WritableAttribute)(
|
|
1970
1970
|
49,
|
|
@@ -1985,7 +1985,7 @@ var DoorLock;
|
|
|
1985
1985
|
* 0x32 0x33 0x34 shall be used in the PIN field in any door lock cluster message payload. If the attribute
|
|
1986
1986
|
* value is False, 0x04 0xFF 0xFF 0xFF 0xFF shall be used.
|
|
1987
1987
|
*
|
|
1988
|
-
* @see {@link MatterSpecification.
|
|
1988
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.34
|
|
1989
1989
|
*/
|
|
1990
1990
|
sendPinOverTheAir: (0, import_Cluster.OptionalWritableAttribute)(
|
|
1991
1991
|
50,
|
|
@@ -2000,7 +2000,7 @@ var DoorLock;
|
|
|
2000
2000
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
2001
2001
|
* shall be one of the following values:
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.4
|
|
2004
2004
|
*/
|
|
2005
2005
|
setPinCode: (0, import_Cluster.Command)(
|
|
2006
2006
|
5,
|
|
@@ -2012,7 +2012,7 @@ var DoorLock;
|
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Retrieve a PIN Code.
|
|
2014
2014
|
*
|
|
2015
|
-
* @see {@link MatterSpecification.
|
|
2015
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.5
|
|
2016
2016
|
*/
|
|
2017
2017
|
getPinCode: (0, import_Cluster.Command)(
|
|
2018
2018
|
6,
|
|
@@ -2028,7 +2028,7 @@ var DoorLock;
|
|
|
2028
2028
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2029
2029
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2030
2030
|
*
|
|
2031
|
-
* @see {@link MatterSpecification.
|
|
2031
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.7
|
|
2032
2032
|
*/
|
|
2033
2033
|
clearPinCode: (0, import_Cluster.Command)(
|
|
2034
2034
|
7,
|
|
@@ -2045,7 +2045,7 @@ var DoorLock;
|
|
|
2045
2045
|
* > On the server, the clear all PIN codes command SHOULD have the same effect as the ClearPINCode command
|
|
2046
2046
|
* with respect to the setting of user status, user type and schedules.
|
|
2047
2047
|
*
|
|
2048
|
-
* @see {@link MatterSpecification.
|
|
2048
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.8
|
|
2049
2049
|
*/
|
|
2050
2050
|
clearAllPinCodes: (0, import_Cluster.Command)(
|
|
2051
2051
|
8,
|
|
@@ -2063,7 +2063,7 @@ var DoorLock;
|
|
|
2063
2063
|
* server requires that an optional PINs be included in the payload of remote lock operation events like
|
|
2064
2064
|
* Lock, Unlock, Unlock with Timeout and Toggle in order to function.
|
|
2065
2065
|
*
|
|
2066
|
-
* @see {@link MatterSpecification.
|
|
2066
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.35
|
|
2067
2067
|
*/
|
|
2068
2068
|
requirePinForRemoteOperation: (0, import_Cluster.WritableAttribute)(51, import_TlvBoolean.TlvBoolean, { writeAcl: import_model.AccessLevel.Administer })
|
|
2069
2069
|
}
|
|
@@ -2077,7 +2077,7 @@ var DoorLock;
|
|
|
2077
2077
|
* Null if no Reader key pair has been configured on the lock. See Section 5.2.10.42, “SetAliroReaderConfig
|
|
2078
2078
|
* Command”.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.37
|
|
2081
2081
|
*/
|
|
2082
2082
|
aliroReaderVerificationKey: (0, import_Cluster.Attribute)(
|
|
2083
2083
|
128,
|
|
@@ -2090,7 +2090,7 @@ var DoorLock;
|
|
|
2090
2090
|
* Null if no reader_group_identifier has been configured on the lock. See Section 5.2.10.42,
|
|
2091
2091
|
* “SetAliroReaderConfig Command”.
|
|
2092
2092
|
*
|
|
2093
|
-
* @see {@link MatterSpecification.
|
|
2093
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.38
|
|
2094
2094
|
*/
|
|
2095
2095
|
aliroReaderGroupIdentifier: (0, import_Cluster.Attribute)(
|
|
2096
2096
|
129,
|
|
@@ -2100,7 +2100,7 @@ var DoorLock;
|
|
|
2100
2100
|
/**
|
|
2101
2101
|
* Indicates the reader_group_sub_identifier as defined in [Aliro].
|
|
2102
2102
|
*
|
|
2103
|
-
* @see {@link MatterSpecification.
|
|
2103
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.39
|
|
2104
2104
|
*/
|
|
2105
2105
|
aliroReaderGroupSubIdentifier: (0, import_Cluster.FixedAttribute)(
|
|
2106
2106
|
130,
|
|
@@ -2110,7 +2110,7 @@ var DoorLock;
|
|
|
2110
2110
|
/**
|
|
2111
2111
|
* Indicates the list of protocol versions supported for expedited transactions as defined in [Aliro].
|
|
2112
2112
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2113
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.40
|
|
2114
2114
|
*/
|
|
2115
2115
|
aliroExpeditedTransactionSupportedProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2116
2116
|
131,
|
|
@@ -2120,7 +2120,7 @@ var DoorLock;
|
|
|
2120
2120
|
/**
|
|
2121
2121
|
* Indicates the maximum number of AliroCredentialIssuerKey credentials that can be stored on the lock.
|
|
2122
2122
|
*
|
|
2123
|
-
* @see {@link MatterSpecification.
|
|
2123
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.44
|
|
2124
2124
|
*/
|
|
2125
2125
|
numberOfAliroCredentialIssuerKeysSupported: (0, import_Cluster.FixedAttribute)(135, import_TlvNumber.TlvUInt16),
|
|
2126
2126
|
/**
|
|
@@ -2136,7 +2136,7 @@ var DoorLock;
|
|
|
2136
2136
|
* NumberOfAliroEndpointKeysSupported and also add a credential of type AliroNonEvictableEndpointKey at
|
|
2137
2137
|
* the same index, and both credentials would exist on the server.
|
|
2138
2138
|
*
|
|
2139
|
-
* @see {@link MatterSpecification.
|
|
2139
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.45
|
|
2140
2140
|
*/
|
|
2141
2141
|
numberOfAliroEndpointKeysSupported: (0, import_Cluster.FixedAttribute)(136, import_TlvNumber.TlvUInt16)
|
|
2142
2142
|
},
|
|
@@ -2144,7 +2144,7 @@ var DoorLock;
|
|
|
2144
2144
|
/**
|
|
2145
2145
|
* This command allows communicating an Aliro Reader configuration, as defined in [Aliro], to the lock.
|
|
2146
2146
|
*
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.42
|
|
2148
2148
|
*/
|
|
2149
2149
|
setAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2150
2150
|
40,
|
|
@@ -2163,7 +2163,7 @@ var DoorLock;
|
|
|
2163
2163
|
* verification key to interact with the lock. This effect is not restricted to a single fabric or
|
|
2164
2164
|
* otherwise scoped in any way.
|
|
2165
2165
|
*
|
|
2166
|
-
* @see {@link MatterSpecification.
|
|
2166
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.43
|
|
2167
2167
|
*/
|
|
2168
2168
|
clearAliroReaderConfig: (0, import_Cluster.Command)(
|
|
2169
2169
|
41,
|
|
@@ -2182,7 +2182,7 @@ var DoorLock;
|
|
|
2182
2182
|
* Null if no group resolving key has been configured on the lock. See Section 5.2.10.42,
|
|
2183
2183
|
* “SetAliroReaderConfig Command”.
|
|
2184
2184
|
*
|
|
2185
|
-
* @see {@link MatterSpecification.
|
|
2185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.41
|
|
2186
2186
|
*/
|
|
2187
2187
|
aliroGroupResolvingKey: (0, import_Cluster.Attribute)(
|
|
2188
2188
|
132,
|
|
@@ -2193,7 +2193,7 @@ var DoorLock;
|
|
|
2193
2193
|
* Indicates the list of protocol versions supported for the Bluetooth LE + UWB Access Control Flow as
|
|
2194
2194
|
* defined in [Aliro].
|
|
2195
2195
|
*
|
|
2196
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.42
|
|
2197
2197
|
*/
|
|
2198
2198
|
aliroSupportedBleuwbProtocolVersions: (0, import_Cluster.FixedAttribute)(
|
|
2199
2199
|
133,
|
|
@@ -2203,7 +2203,7 @@ var DoorLock;
|
|
|
2203
2203
|
/**
|
|
2204
2204
|
* Indicates the version of the Bluetooth LE advertisement as defined in [Aliro].
|
|
2205
2205
|
*
|
|
2206
|
-
* @see {@link MatterSpecification.
|
|
2206
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.43
|
|
2207
2207
|
*/
|
|
2208
2208
|
aliroBleAdvertisingVersion: (0, import_Cluster.FixedAttribute)(
|
|
2209
2209
|
134,
|
|
@@ -2217,7 +2217,7 @@ var DoorLock;
|
|
|
2217
2217
|
/**
|
|
2218
2218
|
* Set the status of a user ID.
|
|
2219
2219
|
*
|
|
2220
|
-
* @see {@link MatterSpecification.
|
|
2220
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.9
|
|
2221
2221
|
*/
|
|
2222
2222
|
setUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2223
2223
|
9,
|
|
@@ -2229,7 +2229,7 @@ var DoorLock;
|
|
|
2229
2229
|
/**
|
|
2230
2230
|
* Get the status of a user.
|
|
2231
2231
|
*
|
|
2232
|
-
* @see {@link MatterSpecification.
|
|
2232
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.10
|
|
2233
2233
|
*/
|
|
2234
2234
|
getUserStatus: (0, import_Cluster.OptionalCommand)(
|
|
2235
2235
|
10,
|
|
@@ -2245,7 +2245,7 @@ var DoorLock;
|
|
|
2245
2245
|
*
|
|
2246
2246
|
* Return status shall be one of the following values:
|
|
2247
2247
|
*
|
|
2248
|
-
* @see {@link MatterSpecification.
|
|
2248
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.24
|
|
2249
2249
|
*/
|
|
2250
2250
|
setUserType: (0, import_Cluster.OptionalCommand)(
|
|
2251
2251
|
20,
|
|
@@ -2257,7 +2257,7 @@ var DoorLock;
|
|
|
2257
2257
|
/**
|
|
2258
2258
|
* Retrieve the user type for a specific user.
|
|
2259
2259
|
*
|
|
2260
|
-
* @see {@link MatterSpecification.
|
|
2260
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.25
|
|
2261
2261
|
*/
|
|
2262
2262
|
getUserType: (0, import_Cluster.OptionalCommand)(
|
|
2263
2263
|
21,
|
|
@@ -2277,7 +2277,7 @@ var DoorLock;
|
|
|
2277
2277
|
* Return status is a global status code or a cluster-specific status code from the Status Codes table and
|
|
2278
2278
|
* shall be one of the following values:
|
|
2279
2279
|
*
|
|
2280
|
-
* @see {@link MatterSpecification.
|
|
2280
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.27
|
|
2281
2281
|
*/
|
|
2282
2282
|
setRfidCode: (0, import_Cluster.Command)(
|
|
2283
2283
|
22,
|
|
@@ -2289,7 +2289,7 @@ var DoorLock;
|
|
|
2289
2289
|
/**
|
|
2290
2290
|
* Retrieve an RFID code.
|
|
2291
2291
|
*
|
|
2292
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.28
|
|
2293
2293
|
*/
|
|
2294
2294
|
getRfidCode: (0, import_Cluster.Command)(
|
|
2295
2295
|
23,
|
|
@@ -2305,7 +2305,7 @@ var DoorLock;
|
|
|
2305
2305
|
* corresponding user record’s UserStatus value shall be set to Available, and UserType value shall be set
|
|
2306
2306
|
* to UnrestrictedUser and all schedules shall be cleared.
|
|
2307
2307
|
*
|
|
2308
|
-
* @see {@link MatterSpecification.
|
|
2308
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.30
|
|
2309
2309
|
*/
|
|
2310
2310
|
clearRfidCode: (0, import_Cluster.Command)(
|
|
2311
2311
|
24,
|
|
@@ -2319,7 +2319,7 @@ var DoorLock;
|
|
|
2319
2319
|
* user status has to be set to "0 Available", the user type has to be set to the default value, and all
|
|
2320
2320
|
* schedules which are supported have to be set to the default values.
|
|
2321
2321
|
*
|
|
2322
|
-
* @see {@link MatterSpecification.
|
|
2322
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.31
|
|
2323
2323
|
*/
|
|
2324
2324
|
clearAllRfidCodes: (0, import_Cluster.Command)(
|
|
2325
2325
|
25,
|
|
@@ -2342,7 +2342,7 @@ var DoorLock;
|
|
|
2342
2342
|
* > If the attribute AutoRelockTime is supported, the lock will transition to the locked state when the
|
|
2343
2343
|
* auto relock time has expired.
|
|
2344
2344
|
*
|
|
2345
|
-
* @see {@link MatterSpecification.
|
|
2345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.41
|
|
2346
2346
|
*/
|
|
2347
2347
|
unboltDoor: (0, import_Cluster.Command)(39, DoorLock2.TlvUnboltDoorRequest, 39, import_Cluster.TlvNoResponse, { timed: true })
|
|
2348
2348
|
}
|
|
@@ -2360,7 +2360,7 @@ var DoorLock;
|
|
|
2360
2360
|
* and Schedules are all associated with a User index and not directly with a PIN index. A User index may
|
|
2361
2361
|
* have several credentials associated with it.
|
|
2362
2362
|
*
|
|
2363
|
-
* @see {@link MatterSpecification.
|
|
2363
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.1
|
|
2364
2364
|
*/
|
|
2365
2365
|
pinCredential: (0, import_BitmapSchema.BitFlag)(0),
|
|
2366
2366
|
/**
|
|
@@ -2371,7 +2371,7 @@ var DoorLock;
|
|
|
2371
2371
|
* and Schedules are all associated with a User index and not directly with a RFID index. A User Index may
|
|
2372
2372
|
* have several credentials associated with it.
|
|
2373
2373
|
*
|
|
2374
|
-
* @see {@link MatterSpecification.
|
|
2374
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.2
|
|
2375
2375
|
*/
|
|
2376
2376
|
rfidCredential: (0, import_BitmapSchema.BitFlag)(1),
|
|
2377
2377
|
/**
|
|
@@ -2384,7 +2384,7 @@ var DoorLock;
|
|
|
2384
2384
|
* and Schedules are all associated with a User index and not directly with a Finger index. A User Index may
|
|
2385
2385
|
* have several credentials associated with it.
|
|
2386
2386
|
*
|
|
2387
|
-
* @see {@link MatterSpecification.
|
|
2387
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.3
|
|
2388
2388
|
*/
|
|
2389
2389
|
fingerCredentials: (0, import_BitmapSchema.BitFlag)(2),
|
|
2390
2390
|
/**
|
|
@@ -2398,14 +2398,14 @@ var DoorLock;
|
|
|
2398
2398
|
* Support for WeekDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2399
2399
|
* time.
|
|
2400
2400
|
*
|
|
2401
|
-
* @see {@link MatterSpecification.
|
|
2401
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.4
|
|
2402
2402
|
*/
|
|
2403
2403
|
weekDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(4),
|
|
2404
2404
|
/**
|
|
2405
2405
|
* If this feature is supported this indicates that the lock has the ability to determine the position of
|
|
2406
2406
|
* the door which is separate from the state of the lock.
|
|
2407
2407
|
*
|
|
2408
|
-
* @see {@link MatterSpecification.
|
|
2408
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.5
|
|
2409
2409
|
*/
|
|
2410
2410
|
doorPositionSensor: (0, import_BitmapSchema.BitFlag)(5),
|
|
2411
2411
|
/**
|
|
@@ -2418,7 +2418,7 @@ var DoorLock;
|
|
|
2418
2418
|
* A lock may support multiple credential types so if the User feature is supported the UserType, UserStatus
|
|
2419
2419
|
* and Schedules are all associated with a User and not directly with a credential.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.6
|
|
2422
2422
|
*/
|
|
2423
2423
|
faceCredentials: (0, import_BitmapSchema.BitFlag)(6),
|
|
2424
2424
|
/**
|
|
@@ -2426,7 +2426,7 @@ var DoorLock;
|
|
|
2426
2426
|
* lock/unlock command. Currently the cluster only supports providing the PIN credential to the lock/unlock
|
|
2427
2427
|
* commands. If this feature is supported then the PIN Credential feature shall also be supported.
|
|
2428
2428
|
*
|
|
2429
|
-
* @see {@link MatterSpecification.
|
|
2429
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.7
|
|
2430
2430
|
*/
|
|
2431
2431
|
credentialOverTheAirAccess: (0, import_BitmapSchema.BitFlag)(7),
|
|
2432
2432
|
/**
|
|
@@ -2434,7 +2434,7 @@ var DoorLock;
|
|
|
2434
2434
|
* used to associate credentials and schedules to single user record within the lock. This also means the
|
|
2435
2435
|
* UserType and UserStatus fields are associated with a User and not a credential.
|
|
2436
2436
|
*
|
|
2437
|
-
* @see {@link MatterSpecification.
|
|
2437
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.8
|
|
2438
2438
|
*/
|
|
2439
2439
|
user: (0, import_BitmapSchema.BitFlag)(8),
|
|
2440
2440
|
/**
|
|
@@ -2446,7 +2446,7 @@ var DoorLock;
|
|
|
2446
2446
|
* Support for YearDayAccessSchedules requires that the lock has the capability of keeping track of local
|
|
2447
2447
|
* time.
|
|
2448
2448
|
*
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.9
|
|
2450
2450
|
*/
|
|
2451
2451
|
yearDayAccessSchedules: (0, import_BitmapSchema.BitFlag)(10),
|
|
2452
2452
|
/**
|
|
@@ -2455,7 +2455,7 @@ var DoorLock;
|
|
|
2455
2455
|
*
|
|
2456
2456
|
* Support for HolidaySchedules requires that the lock has the capability of keeping track of local time.
|
|
2457
2457
|
*
|
|
2458
|
-
* @see {@link MatterSpecification.
|
|
2458
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.10
|
|
2459
2459
|
*/
|
|
2460
2460
|
holidaySchedules: (0, import_BitmapSchema.BitFlag)(11),
|
|
2461
2461
|
/**
|
|
@@ -2465,21 +2465,21 @@ var DoorLock;
|
|
|
2465
2465
|
* Locks without unbolting support don’t differentiate between unbolting and unlocking and perform the same
|
|
2466
2466
|
* operation for both commands.
|
|
2467
2467
|
*
|
|
2468
|
-
* @see {@link MatterSpecification.
|
|
2468
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.11
|
|
2469
2469
|
*/
|
|
2470
2470
|
unbolting: (0, import_BitmapSchema.BitFlag)(12),
|
|
2471
2471
|
/**
|
|
2472
2472
|
* Locks that support this feature implement the Aliro specification as defined in [Aliro] and support
|
|
2473
2473
|
* Matter as a method for provisioning Aliro credentials.
|
|
2474
2474
|
*
|
|
2475
|
-
* @see {@link MatterSpecification.
|
|
2475
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.12
|
|
2476
2476
|
*/
|
|
2477
2477
|
aliroProvisioning: (0, import_BitmapSchema.BitFlag)(13),
|
|
2478
2478
|
/**
|
|
2479
2479
|
* Locks that support this feature implement the Bluetooth LE + UWB Access Control Flow as defined in
|
|
2480
2480
|
* [Aliro].
|
|
2481
2481
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.
|
|
2482
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.4.13
|
|
2483
2483
|
*/
|
|
2484
2484
|
aliroBleuwb: (0, import_BitmapSchema.BitFlag)(14)
|
|
2485
2485
|
},
|
|
@@ -2493,27 +2493,27 @@ var DoorLock;
|
|
|
2493
2493
|
* Locked and Unlocked so it is only partially secured. For example, a deadbolt could be partially extended
|
|
2494
2494
|
* and not in a dead latched state.
|
|
2495
2495
|
*
|
|
2496
|
-
* @see {@link MatterSpecification.
|
|
2496
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.1
|
|
2497
2497
|
*/
|
|
2498
2498
|
lockState: (0, import_Cluster.Attribute)(0, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)())),
|
|
2499
2499
|
/**
|
|
2500
2500
|
* Indicates the type of door lock as defined in LockTypeEnum.
|
|
2501
2501
|
*
|
|
2502
|
-
* @see {@link MatterSpecification.
|
|
2502
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.2
|
|
2503
2503
|
*/
|
|
2504
2504
|
lockType: (0, import_Cluster.Attribute)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Indicates if the lock is currently able to (Enabled) or not able to (Disabled) process remote Lock,
|
|
2507
2507
|
* Unlock, or Unlock with Timeout commands.
|
|
2508
2508
|
*
|
|
2509
|
-
* @see {@link MatterSpecification.
|
|
2509
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.3
|
|
2510
2510
|
*/
|
|
2511
2511
|
actuatorEnabled: (0, import_Cluster.Attribute)(2, import_TlvBoolean.TlvBoolean),
|
|
2512
2512
|
/**
|
|
2513
2513
|
* Indicates the language for the on-screen or audible user interface using a 2- byte language code from
|
|
2514
2514
|
* ISO-639-1.
|
|
2515
2515
|
*
|
|
2516
|
-
* @see {@link MatterSpecification.
|
|
2516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.20
|
|
2517
2517
|
*/
|
|
2518
2518
|
language: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2519
2519
|
33,
|
|
@@ -2523,7 +2523,7 @@ var DoorLock;
|
|
|
2523
2523
|
/**
|
|
2524
2524
|
* Indicates the settings for the LED support, as defined by LEDSettingEnum.
|
|
2525
2525
|
*
|
|
2526
|
-
* @see {@link MatterSpecification.
|
|
2526
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.21
|
|
2527
2527
|
*/
|
|
2528
2528
|
ledSettings: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2529
2529
|
34,
|
|
@@ -2535,13 +2535,13 @@ var DoorLock;
|
|
|
2535
2535
|
* 0=disabled. If set, unlock operations from any source will be timed. For one time unlock with timeout use
|
|
2536
2536
|
* the specific command.
|
|
2537
2537
|
*
|
|
2538
|
-
* @see {@link MatterSpecification.
|
|
2538
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.22
|
|
2539
2539
|
*/
|
|
2540
2540
|
autoRelockTime: (0, import_Cluster.OptionalWritableAttribute)(35, import_TlvNumber.TlvUInt32, { writeAcl: import_model.AccessLevel.Manage }),
|
|
2541
2541
|
/**
|
|
2542
2542
|
* Indicates the sound volume on a door lock as defined by SoundVolumeEnum.
|
|
2543
2543
|
*
|
|
2544
|
-
* @see {@link MatterSpecification.
|
|
2544
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.23
|
|
2545
2545
|
*/
|
|
2546
2546
|
soundVolume: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2547
2547
|
36,
|
|
@@ -2551,7 +2551,7 @@ var DoorLock;
|
|
|
2551
2551
|
/**
|
|
2552
2552
|
* Indicates the current operating mode of the lock as defined in OperatingModeEnum.
|
|
2553
2553
|
*
|
|
2554
|
-
* @see {@link MatterSpecification.
|
|
2554
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.24
|
|
2555
2555
|
*/
|
|
2556
2556
|
operatingMode: (0, import_Cluster.WritableAttribute)(37, (0, import_TlvNumber.TlvEnum)(), { writeAcl: import_model.AccessLevel.Manage }),
|
|
2557
2557
|
/**
|
|
@@ -2568,7 +2568,7 @@ var DoorLock;
|
|
|
2568
2568
|
* this attribute. WARNING: This is the opposite of most other semantically similar bitmaps in this
|
|
2569
2569
|
* specification.
|
|
2570
2570
|
*
|
|
2571
|
-
* @see {@link MatterSpecification.
|
|
2571
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.25
|
|
2572
2572
|
*/
|
|
2573
2573
|
supportedOperatingModes: (0, import_Cluster.FixedAttribute)(38, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, DoorLock2.OperatingModes)),
|
|
2574
2574
|
/**
|
|
@@ -2588,7 +2588,7 @@ var DoorLock;
|
|
|
2588
2588
|
* current Sound Volume is High Volume. Therefore, if the client wants to query/modify the current Sound
|
|
2589
2589
|
* Volume setting on the server, the client SHOULD read/write to the Sound Volume attribute.
|
|
2590
2590
|
*
|
|
2591
|
-
* @see {@link MatterSpecification.
|
|
2591
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.26
|
|
2592
2592
|
*/
|
|
2593
2593
|
defaultConfigurationRegister: (0, import_Cluster.OptionalAttribute)(39, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, DoorLock2.ConfigurationRegister)),
|
|
2594
2594
|
/**
|
|
@@ -2598,7 +2598,7 @@ var DoorLock;
|
|
|
2598
2598
|
* for those features whose bit is set to 0 in the LocalProgrammingFeatures attribute. Local programming
|
|
2599
2599
|
* shall be enabled by default.
|
|
2600
2600
|
*
|
|
2601
|
-
* @see {@link MatterSpecification.
|
|
2601
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.27
|
|
2602
2602
|
*/
|
|
2603
2603
|
enableLocalProgramming: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2604
2604
|
40,
|
|
@@ -2609,7 +2609,7 @@ var DoorLock;
|
|
|
2609
2609
|
* This attribute shall enable/disable the ability to lock the door lock with a single touch on the door
|
|
2610
2610
|
* lock.
|
|
2611
2611
|
*
|
|
2612
|
-
* @see {@link MatterSpecification.
|
|
2612
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.28
|
|
2613
2613
|
*/
|
|
2614
2614
|
enableOneTouchLocking: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2615
2615
|
41,
|
|
@@ -2620,7 +2620,7 @@ var DoorLock;
|
|
|
2620
2620
|
* This attribute shall enable/disable an inside LED that allows the user to see at a glance if the door is
|
|
2621
2621
|
* locked.
|
|
2622
2622
|
*
|
|
2623
|
-
* @see {@link MatterSpecification.
|
|
2623
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.29
|
|
2624
2624
|
*/
|
|
2625
2625
|
enableInsideStatusLed: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2626
2626
|
42,
|
|
@@ -2631,7 +2631,7 @@ var DoorLock;
|
|
|
2631
2631
|
* This attribute shall enable/disable a button inside the door that is used to put the lock into privacy
|
|
2632
2632
|
* mode. When the lock is in privacy mode it cannot be manipulated from the outside.
|
|
2633
2633
|
*
|
|
2634
|
-
* @see {@link MatterSpecification.
|
|
2634
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.30
|
|
2635
2635
|
*/
|
|
2636
2636
|
enablePrivacyModeButton: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2637
2637
|
43,
|
|
@@ -2647,7 +2647,7 @@ var DoorLock;
|
|
|
2647
2647
|
*
|
|
2648
2648
|
* The features that can be disabled from local programming are defined in LocalProgrammingFeaturesBitmap.
|
|
2649
2649
|
*
|
|
2650
|
-
* @see {@link MatterSpecification.
|
|
2650
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.9.31
|
|
2651
2651
|
*/
|
|
2652
2652
|
localProgrammingFeatures: (0, import_Cluster.OptionalWritableAttribute)(
|
|
2653
2653
|
44,
|
|
@@ -2661,7 +2661,7 @@ var DoorLock;
|
|
|
2661
2661
|
* lock. The door lock may require a PIN depending on the value of the RequirePINForRemoteOperation
|
|
2662
2662
|
* attribute.
|
|
2663
2663
|
*
|
|
2664
|
-
* @see {@link MatterSpecification.
|
|
2664
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.1
|
|
2665
2665
|
*/
|
|
2666
2666
|
lockDoor: (0, import_Cluster.Command)(0, DoorLock2.TlvLockDoorRequest, 0, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2667
2667
|
/**
|
|
@@ -2674,7 +2674,7 @@ var DoorLock;
|
|
|
2674
2674
|
* > If the attribute AutoRelockTime is supported the lock will transition to the locked state when the auto
|
|
2675
2675
|
* relock time has expired.
|
|
2676
2676
|
*
|
|
2677
|
-
* @see {@link MatterSpecification.
|
|
2677
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.2
|
|
2678
2678
|
*/
|
|
2679
2679
|
unlockDoor: (0, import_Cluster.Command)(1, DoorLock2.TlvUnlockDoorRequest, 1, import_Cluster.TlvNoResponse, { timed: true }),
|
|
2680
2680
|
/**
|
|
@@ -2684,7 +2684,7 @@ var DoorLock;
|
|
|
2684
2684
|
* specified in the AutoRelockTime attribute. If the door lock device is not capable of or does not want to
|
|
2685
2685
|
* support temporary Relock Timeout, it SHOULD NOT support this optional command.
|
|
2686
2686
|
*
|
|
2687
|
-
* @see {@link MatterSpecification.
|
|
2687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.10.3
|
|
2688
2688
|
*/
|
|
2689
2689
|
unlockWithTimeout: (0, import_Cluster.OptionalCommand)(3, DoorLock2.TlvUnlockWithTimeoutRequest, 3, import_Cluster.TlvNoResponse, { timed: true })
|
|
2690
2690
|
},
|
|
@@ -2693,7 +2693,7 @@ var DoorLock;
|
|
|
2693
2693
|
* The door lock server provides several alarms which can be sent when there is a critical state on the door
|
|
2694
2694
|
* lock. The alarms available for the door lock server are listed in AlarmCodeEnum.
|
|
2695
2695
|
*
|
|
2696
|
-
* @see {@link MatterSpecification.
|
|
2696
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.1
|
|
2697
2697
|
*/
|
|
2698
2698
|
doorLockAlarm: (0, import_Cluster.Event)(0, import_Priority.Priority.Critical, DoorLock2.TlvDoorLockAlarmEvent),
|
|
2699
2699
|
/**
|
|
@@ -2724,14 +2724,14 @@ var DoorLock;
|
|
|
2724
2724
|
*
|
|
2725
2725
|
* from the inside.
|
|
2726
2726
|
*
|
|
2727
|
-
* @see {@link MatterSpecification.
|
|
2727
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.3
|
|
2728
2728
|
*/
|
|
2729
2729
|
lockOperation: (0, import_Cluster.Event)(2, import_Priority.Priority.Critical, DoorLock2.TlvLockOperationEvent),
|
|
2730
2730
|
/**
|
|
2731
2731
|
* The door lock server sends out a LockOperationError event when a lock operation fails for various
|
|
2732
2732
|
* reasons.
|
|
2733
2733
|
*
|
|
2734
|
-
* @see {@link MatterSpecification.
|
|
2734
|
+
* @see {@link MatterSpecification.v142.Cluster} § 5.2.11.4
|
|
2735
2735
|
*/
|
|
2736
2736
|
lockOperationError: (0, import_Cluster.Event)(3, import_Priority.Priority.Critical, DoorLock2.TlvLockOperationErrorEvent)
|
|
2737
2737
|
},
|