@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace IcdManagement {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by IcdManagementCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export declare namespace IcdManagement {
|
|
|
22
22
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
23
23
|
* properly support the Check-In Protocol.
|
|
24
24
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
25
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.1
|
|
26
26
|
*/
|
|
27
27
|
CheckInProtocolSupport = "CheckInProtocolSupport",
|
|
28
28
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace IcdManagement {
|
|
|
30
30
|
*
|
|
31
31
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.2
|
|
34
34
|
*/
|
|
35
35
|
UserActiveModeTrigger = "UserActiveModeTrigger",
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace IcdManagement {
|
|
|
38
38
|
*
|
|
39
39
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.3
|
|
42
42
|
*/
|
|
43
43
|
LongIdleTimeSupport = "LongIdleTimeSupport",
|
|
44
44
|
/**
|
|
@@ -47,12 +47,12 @@ export declare namespace IcdManagement {
|
|
|
47
47
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even if it
|
|
48
48
|
* has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.4
|
|
51
51
|
*/
|
|
52
52
|
DynamicSitLitSupport = "DynamicSitLitSupport"
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.1.1
|
|
56
56
|
*/
|
|
57
57
|
enum ClientType {
|
|
58
58
|
/**
|
|
@@ -65,14 +65,14 @@ export declare namespace IcdManagement {
|
|
|
65
65
|
Ephemeral = 1
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* @see {@link MatterSpecification.
|
|
68
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3
|
|
69
69
|
*/
|
|
70
70
|
const TlvMonitoringRegistration: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
71
71
|
/**
|
|
72
72
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
73
73
|
* MonitoredSubject is not subscribed.
|
|
74
74
|
*
|
|
75
|
-
* @see {@link MatterSpecification.
|
|
75
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.1
|
|
76
76
|
*/
|
|
77
77
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
78
78
|
/**
|
|
@@ -95,46 +95,46 @@ export declare namespace IcdManagement {
|
|
|
95
95
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
96
96
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
97
97
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
98
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.2
|
|
99
99
|
*/
|
|
100
100
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
101
101
|
/**
|
|
102
102
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
103
103
|
* client.
|
|
104
104
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.4
|
|
106
106
|
*/
|
|
107
107
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
108
108
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
109
109
|
}>;
|
|
110
110
|
/**
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3
|
|
112
112
|
*/
|
|
113
113
|
interface MonitoringRegistration extends TypeFromSchema<typeof TlvMonitoringRegistration> {
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Input to the IcdManagement registerClient command
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1
|
|
119
119
|
*/
|
|
120
120
|
const TlvRegisterClientRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
121
121
|
/**
|
|
122
122
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
123
123
|
* subscriptions matching MonitoredSubject.
|
|
124
124
|
*
|
|
125
|
-
* @see {@link MatterSpecification.
|
|
125
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.1
|
|
126
126
|
*/
|
|
127
127
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
128
128
|
/**
|
|
129
129
|
* This field shall provide the monitored subject ID.
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.2
|
|
132
132
|
*/
|
|
133
133
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
134
134
|
/**
|
|
135
135
|
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
136
136
|
*
|
|
137
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
|
|
138
138
|
*/
|
|
139
139
|
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
140
140
|
/**
|
|
@@ -145,20 +145,20 @@ export declare namespace IcdManagement {
|
|
|
145
145
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
146
146
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
147
147
|
*
|
|
148
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
|
|
149
149
|
*/
|
|
150
150
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
151
151
|
/**
|
|
152
152
|
* This field shall provide the client type of the client registering.
|
|
153
153
|
*
|
|
154
|
-
* @see {@link MatterSpecification.
|
|
154
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.5
|
|
155
155
|
*/
|
|
156
156
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
157
157
|
}>;
|
|
158
158
|
/**
|
|
159
159
|
* Input to the IcdManagement registerClient command
|
|
160
160
|
*
|
|
161
|
-
* @see {@link MatterSpecification.
|
|
161
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1
|
|
162
162
|
*/
|
|
163
163
|
interface RegisterClientRequest extends TypeFromSchema<typeof TlvRegisterClientRequest> {
|
|
164
164
|
}
|
|
@@ -166,7 +166,7 @@ export declare namespace IcdManagement {
|
|
|
166
166
|
* This command shall be sent by the ICD Management Cluster server in response to a successful RegisterClient
|
|
167
167
|
* command.
|
|
168
168
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
169
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.2
|
|
170
170
|
*/
|
|
171
171
|
const TlvRegisterClientResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
172
172
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -175,20 +175,20 @@ export declare namespace IcdManagement {
|
|
|
175
175
|
* This command shall be sent by the ICD Management Cluster server in response to a successful RegisterClient
|
|
176
176
|
* command.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.2
|
|
179
179
|
*/
|
|
180
180
|
interface RegisterClientResponse extends TypeFromSchema<typeof TlvRegisterClientResponse> {
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
183
|
* Input to the IcdManagement unregisterClient command
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3
|
|
186
186
|
*/
|
|
187
187
|
const TlvUnregisterClientRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
188
188
|
/**
|
|
189
189
|
* This field shall provide the registered client node ID to remove from storage.
|
|
190
190
|
*
|
|
191
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.1
|
|
192
192
|
*/
|
|
193
193
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
194
194
|
/**
|
|
@@ -200,21 +200,21 @@ export declare namespace IcdManagement {
|
|
|
200
200
|
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
201
201
|
* administrator permissions for the server cluster.
|
|
202
202
|
*
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
|
|
204
204
|
*/
|
|
205
205
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
206
206
|
}>;
|
|
207
207
|
/**
|
|
208
208
|
* Input to the IcdManagement unregisterClient command
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3
|
|
211
211
|
*/
|
|
212
212
|
interface UnregisterClientRequest extends TypeFromSchema<typeof TlvUnregisterClientRequest> {
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
215
|
* See the UserActiveModeTriggerHint table for requirements associated to each bit.
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.1
|
|
218
218
|
*/
|
|
219
219
|
const UserActiveModeTrigger: {
|
|
220
220
|
/**
|
|
@@ -287,7 +287,7 @@ export declare namespace IcdManagement {
|
|
|
287
287
|
appDefinedButton: BitFlag;
|
|
288
288
|
};
|
|
289
289
|
/**
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.2
|
|
291
291
|
*/
|
|
292
292
|
enum OperatingMode {
|
|
293
293
|
/**
|
|
@@ -302,7 +302,7 @@ export declare namespace IcdManagement {
|
|
|
302
302
|
/**
|
|
303
303
|
* Input to the IcdManagement stayActiveRequest command
|
|
304
304
|
*
|
|
305
|
-
* @see {@link MatterSpecification.
|
|
305
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
306
306
|
*/
|
|
307
307
|
const TlvStayActiveRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
308
308
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -310,7 +310,7 @@ export declare namespace IcdManagement {
|
|
|
310
310
|
/**
|
|
311
311
|
* Input to the IcdManagement stayActiveRequest command
|
|
312
312
|
*
|
|
313
|
-
* @see {@link MatterSpecification.
|
|
313
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
314
314
|
*/
|
|
315
315
|
interface StayActiveRequest extends TypeFromSchema<typeof TlvStayActiveRequest> {
|
|
316
316
|
}
|
|
@@ -318,7 +318,7 @@ export declare namespace IcdManagement {
|
|
|
318
318
|
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the computed
|
|
319
319
|
* duration (in milliseconds) that the ICD intends to stay active for.
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5
|
|
322
322
|
*/
|
|
323
323
|
const TlvStayActiveResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
324
324
|
/**
|
|
@@ -328,7 +328,7 @@ export declare namespace IcdManagement {
|
|
|
328
328
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
329
329
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
332
332
|
*/
|
|
333
333
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
334
334
|
}>;
|
|
@@ -336,7 +336,7 @@ export declare namespace IcdManagement {
|
|
|
336
336
|
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the computed
|
|
337
337
|
* duration (in milliseconds) that the ICD intends to stay active for.
|
|
338
338
|
*
|
|
339
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5
|
|
340
340
|
*/
|
|
341
341
|
interface StayActiveResponse extends TypeFromSchema<typeof TlvStayActiveResponse> {
|
|
342
342
|
}
|
|
@@ -351,14 +351,14 @@ export declare namespace IcdManagement {
|
|
|
351
351
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
352
352
|
* Operational Credentials cluster.
|
|
353
353
|
*
|
|
354
|
-
* @see {@link MatterSpecification.
|
|
354
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.4
|
|
355
355
|
*/
|
|
356
356
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
357
357
|
/**
|
|
358
358
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
359
359
|
* MonitoredSubject is not subscribed.
|
|
360
360
|
*
|
|
361
|
-
* @see {@link MatterSpecification.
|
|
361
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.1
|
|
362
362
|
*/
|
|
363
363
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
364
364
|
/**
|
|
@@ -381,14 +381,14 @@ export declare namespace IcdManagement {
|
|
|
381
381
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
382
382
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.2
|
|
385
385
|
*/
|
|
386
386
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
387
387
|
/**
|
|
388
388
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
389
389
|
* client.
|
|
390
390
|
*
|
|
391
|
-
* @see {@link MatterSpecification.
|
|
391
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.4
|
|
392
392
|
*/
|
|
393
393
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
394
394
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -396,14 +396,14 @@ export declare namespace IcdManagement {
|
|
|
396
396
|
/**
|
|
397
397
|
* This attribute returns the value of the ICD Counter.
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.5
|
|
400
400
|
*/
|
|
401
401
|
readonly icdCounter: Attribute<number, any>;
|
|
402
402
|
/**
|
|
403
403
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
404
404
|
* RegisteredClients attribute.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.6
|
|
407
407
|
*/
|
|
408
408
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
409
409
|
/**
|
|
@@ -412,7 +412,7 @@ export declare namespace IcdManagement {
|
|
|
412
412
|
*
|
|
413
413
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.10
|
|
416
416
|
*/
|
|
417
417
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
418
418
|
};
|
|
@@ -421,26 +421,26 @@ export declare namespace IcdManagement {
|
|
|
421
421
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
422
422
|
* for communication.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1
|
|
425
425
|
*/
|
|
426
426
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
427
427
|
/**
|
|
428
428
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
429
429
|
* subscriptions matching MonitoredSubject.
|
|
430
430
|
*
|
|
431
|
-
* @see {@link MatterSpecification.
|
|
431
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.1
|
|
432
432
|
*/
|
|
433
433
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
434
434
|
/**
|
|
435
435
|
* This field shall provide the monitored subject ID.
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.2
|
|
438
438
|
*/
|
|
439
439
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
440
440
|
/**
|
|
441
441
|
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
442
442
|
*
|
|
443
|
-
* @see {@link MatterSpecification.
|
|
443
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
|
|
444
444
|
*/
|
|
445
445
|
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
446
446
|
/**
|
|
@@ -451,13 +451,13 @@ export declare namespace IcdManagement {
|
|
|
451
451
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
452
452
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
453
453
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
|
|
455
455
|
*/
|
|
456
456
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
457
457
|
/**
|
|
458
458
|
* This field shall provide the client type of the client registering.
|
|
459
459
|
*
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
460
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.5
|
|
461
461
|
*/
|
|
462
462
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
463
463
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -468,13 +468,13 @@ export declare namespace IcdManagement {
|
|
|
468
468
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
469
469
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3
|
|
472
472
|
*/
|
|
473
473
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
474
474
|
/**
|
|
475
475
|
* This field shall provide the registered client node ID to remove from storage.
|
|
476
476
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.1
|
|
478
478
|
*/
|
|
479
479
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
480
480
|
/**
|
|
@@ -486,7 +486,7 @@ export declare namespace IcdManagement {
|
|
|
486
486
|
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
487
487
|
* administrator permissions for the server cluster.
|
|
488
488
|
*
|
|
489
|
-
* @see {@link MatterSpecification.
|
|
489
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
|
|
490
490
|
*/
|
|
491
491
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
492
492
|
}>, void, any>;
|
|
@@ -512,7 +512,7 @@ export declare namespace IcdManagement {
|
|
|
512
512
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
513
513
|
* UserActiveModeTriggerInstruction attribute.
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.7
|
|
516
516
|
*/
|
|
517
517
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
518
518
|
/**
|
|
@@ -598,7 +598,7 @@ export declare namespace IcdManagement {
|
|
|
598
598
|
*
|
|
599
599
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
600
600
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
601
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.9
|
|
602
602
|
*/
|
|
603
603
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
604
604
|
};
|
|
@@ -612,7 +612,7 @@ export declare namespace IcdManagement {
|
|
|
612
612
|
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
613
613
|
* to be active for, in order to account for network delays.
|
|
614
614
|
*
|
|
615
|
-
* @see {@link MatterSpecification.
|
|
615
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
616
616
|
*/
|
|
617
617
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
618
618
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -624,7 +624,7 @@ export declare namespace IcdManagement {
|
|
|
624
624
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
625
625
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
626
626
|
*
|
|
627
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
628
628
|
*/
|
|
629
629
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
630
630
|
}>, any>;
|
|
@@ -642,26 +642,26 @@ export declare namespace IcdManagement {
|
|
|
642
642
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
643
643
|
* properly support the Check-In Protocol.
|
|
644
644
|
*
|
|
645
|
-
* @see {@link MatterSpecification.
|
|
645
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.1
|
|
646
646
|
*/
|
|
647
647
|
readonly checkInProtocolSupport: BitFlag;
|
|
648
648
|
/**
|
|
649
649
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
650
650
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
651
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.2
|
|
652
652
|
*/
|
|
653
653
|
readonly userActiveModeTrigger: BitFlag;
|
|
654
654
|
/**
|
|
655
655
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.3
|
|
658
658
|
*/
|
|
659
659
|
readonly longIdleTimeSupport: BitFlag;
|
|
660
660
|
/**
|
|
661
661
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
662
662
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.4
|
|
665
665
|
*/
|
|
666
666
|
readonly dynamicSitLitSupport: BitFlag;
|
|
667
667
|
};
|
|
@@ -670,21 +670,21 @@ export declare namespace IcdManagement {
|
|
|
670
670
|
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
671
671
|
* NOT be smaller than the ActiveModeDuration.
|
|
672
672
|
*
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.1
|
|
674
674
|
*/
|
|
675
675
|
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
676
676
|
/**
|
|
677
677
|
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
678
678
|
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.2
|
|
681
681
|
*/
|
|
682
682
|
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
683
683
|
/**
|
|
684
684
|
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
685
685
|
* activity when in active mode.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.3
|
|
688
688
|
*/
|
|
689
689
|
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
690
690
|
/**
|
|
@@ -712,7 +712,7 @@ export declare namespace IcdManagement {
|
|
|
712
712
|
* UserActiveModeTriggerInstruction attribute, the string shall consist of exactly 6 hexadecimal digits
|
|
713
713
|
* using the ASCII characters 0-F and encoding the RGB color value as used in HTML encodings.
|
|
714
714
|
*
|
|
715
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.8
|
|
716
716
|
*/
|
|
717
717
|
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
718
718
|
};
|
|
@@ -726,7 +726,7 @@ export declare namespace IcdManagement {
|
|
|
726
726
|
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
727
727
|
* to be active for, in order to account for network delays.
|
|
728
728
|
*
|
|
729
|
-
* @see {@link MatterSpecification.
|
|
729
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
730
730
|
*/
|
|
731
731
|
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
732
732
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -738,7 +738,7 @@ export declare namespace IcdManagement {
|
|
|
738
738
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
739
739
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
740
740
|
*
|
|
741
|
-
* @see {@link MatterSpecification.
|
|
741
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
742
742
|
*/
|
|
743
743
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
744
744
|
}>, any>;
|
|
@@ -759,14 +759,14 @@ export declare namespace IcdManagement {
|
|
|
759
759
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
760
760
|
* Operational Credentials cluster.
|
|
761
761
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.4
|
|
763
763
|
*/
|
|
764
764
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
765
765
|
/**
|
|
766
766
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
767
767
|
* MonitoredSubject is not subscribed.
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.1
|
|
770
770
|
*/
|
|
771
771
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
772
772
|
/**
|
|
@@ -789,14 +789,14 @@ export declare namespace IcdManagement {
|
|
|
789
789
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
790
790
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.2
|
|
793
793
|
*/
|
|
794
794
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
795
795
|
/**
|
|
796
796
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
797
797
|
* client.
|
|
798
798
|
*
|
|
799
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.4
|
|
800
800
|
*/
|
|
801
801
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
802
802
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -804,14 +804,14 @@ export declare namespace IcdManagement {
|
|
|
804
804
|
/**
|
|
805
805
|
* This attribute returns the value of the ICD Counter.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.5
|
|
808
808
|
*/
|
|
809
809
|
readonly icdCounter: Attribute<number, any>;
|
|
810
810
|
/**
|
|
811
811
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
812
812
|
* RegisteredClients attribute.
|
|
813
813
|
*
|
|
814
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.6
|
|
815
815
|
*/
|
|
816
816
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
817
817
|
/**
|
|
@@ -820,7 +820,7 @@ export declare namespace IcdManagement {
|
|
|
820
820
|
*
|
|
821
821
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
822
822
|
*
|
|
823
|
-
* @see {@link MatterSpecification.
|
|
823
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.10
|
|
824
824
|
*/
|
|
825
825
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
826
826
|
};
|
|
@@ -829,26 +829,26 @@ export declare namespace IcdManagement {
|
|
|
829
829
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
830
830
|
* for communication.
|
|
831
831
|
*
|
|
832
|
-
* @see {@link MatterSpecification.
|
|
832
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1
|
|
833
833
|
*/
|
|
834
834
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
835
835
|
/**
|
|
836
836
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
837
837
|
* subscriptions matching MonitoredSubject.
|
|
838
838
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.1
|
|
840
840
|
*/
|
|
841
841
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
842
842
|
/**
|
|
843
843
|
* This field shall provide the monitored subject ID.
|
|
844
844
|
*
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.2
|
|
846
846
|
*/
|
|
847
847
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
848
848
|
/**
|
|
849
849
|
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
|
|
852
852
|
*/
|
|
853
853
|
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
854
854
|
/**
|
|
@@ -859,13 +859,13 @@ export declare namespace IcdManagement {
|
|
|
859
859
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
860
860
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
861
861
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
862
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
|
|
863
863
|
*/
|
|
864
864
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
865
865
|
/**
|
|
866
866
|
* This field shall provide the client type of the client registering.
|
|
867
867
|
*
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.5
|
|
869
869
|
*/
|
|
870
870
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
871
871
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -876,13 +876,13 @@ export declare namespace IcdManagement {
|
|
|
876
876
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
877
877
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
878
878
|
*
|
|
879
|
-
* @see {@link MatterSpecification.
|
|
879
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3
|
|
880
880
|
*/
|
|
881
881
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
882
882
|
/**
|
|
883
883
|
* This field shall provide the registered client node ID to remove from storage.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.1
|
|
886
886
|
*/
|
|
887
887
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
888
888
|
/**
|
|
@@ -894,7 +894,7 @@ export declare namespace IcdManagement {
|
|
|
894
894
|
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
895
895
|
* administrator permissions for the server cluster.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
|
|
898
898
|
*/
|
|
899
899
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
900
900
|
}>, void, any>;
|
|
@@ -921,7 +921,7 @@ export declare namespace IcdManagement {
|
|
|
921
921
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
922
922
|
* UserActiveModeTriggerInstruction attribute.
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.7
|
|
925
925
|
*/
|
|
926
926
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
927
927
|
/**
|
|
@@ -1008,7 +1008,7 @@ export declare namespace IcdManagement {
|
|
|
1008
1008
|
*
|
|
1009
1009
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.9
|
|
1012
1012
|
*/
|
|
1013
1013
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
1014
1014
|
};
|
|
@@ -1022,7 +1022,7 @@ export declare namespace IcdManagement {
|
|
|
1022
1022
|
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
1023
1023
|
* to be active for, in order to account for network delays.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
1026
1026
|
*/
|
|
1027
1027
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1028
1028
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1034,7 +1034,7 @@ export declare namespace IcdManagement {
|
|
|
1034
1034
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1035
1035
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
1038
1038
|
*/
|
|
1039
1039
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1040
1040
|
}>, any>;
|
|
@@ -1072,26 +1072,26 @@ export declare namespace IcdManagement {
|
|
|
1072
1072
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1073
1073
|
* properly support the Check-In Protocol.
|
|
1074
1074
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1075
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.1
|
|
1076
1076
|
*/
|
|
1077
1077
|
readonly checkInProtocolSupport: BitFlag;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1080
1080
|
*
|
|
1081
|
-
* @see {@link MatterSpecification.
|
|
1081
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.2
|
|
1082
1082
|
*/
|
|
1083
1083
|
readonly userActiveModeTrigger: BitFlag;
|
|
1084
1084
|
/**
|
|
1085
1085
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1086
1086
|
*
|
|
1087
|
-
* @see {@link MatterSpecification.
|
|
1087
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.3
|
|
1088
1088
|
*/
|
|
1089
1089
|
readonly longIdleTimeSupport: BitFlag;
|
|
1090
1090
|
/**
|
|
1091
1091
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
1092
1092
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
1093
1093
|
*
|
|
1094
|
-
* @see {@link MatterSpecification.
|
|
1094
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.4
|
|
1095
1095
|
*/
|
|
1096
1096
|
readonly dynamicSitLitSupport: BitFlag;
|
|
1097
1097
|
};
|
|
@@ -1100,21 +1100,21 @@ export declare namespace IcdManagement {
|
|
|
1100
1100
|
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
1101
1101
|
* NOT be smaller than the ActiveModeDuration.
|
|
1102
1102
|
*
|
|
1103
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.1
|
|
1104
1104
|
*/
|
|
1105
1105
|
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
1106
1106
|
/**
|
|
1107
1107
|
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
1108
1108
|
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
1109
1109
|
*
|
|
1110
|
-
* @see {@link MatterSpecification.
|
|
1110
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.2
|
|
1111
1111
|
*/
|
|
1112
1112
|
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
1115
1115
|
* activity when in active mode.
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.3
|
|
1118
1118
|
*/
|
|
1119
1119
|
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
1120
1120
|
/**
|
|
@@ -1142,7 +1142,7 @@ export declare namespace IcdManagement {
|
|
|
1142
1142
|
* UserActiveModeTriggerInstruction attribute, the string shall consist of exactly 6 hexadecimal digits
|
|
1143
1143
|
* using the ASCII characters 0-F and encoding the RGB color value as used in HTML encodings.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.8
|
|
1146
1146
|
*/
|
|
1147
1147
|
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
1148
1148
|
};
|
|
@@ -1156,7 +1156,7 @@ export declare namespace IcdManagement {
|
|
|
1156
1156
|
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
1157
1157
|
* to be active for, in order to account for network delays.
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
1160
1160
|
*/
|
|
1161
1161
|
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1162
1162
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1168,7 +1168,7 @@ export declare namespace IcdManagement {
|
|
|
1168
1168
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1169
1169
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1170
1170
|
*
|
|
1171
|
-
* @see {@link MatterSpecification.
|
|
1171
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
1172
1172
|
*/
|
|
1173
1173
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1174
1174
|
}>, any>;
|
|
@@ -1189,14 +1189,14 @@ export declare namespace IcdManagement {
|
|
|
1189
1189
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
1190
1190
|
* Operational Credentials cluster.
|
|
1191
1191
|
*
|
|
1192
|
-
* @see {@link MatterSpecification.
|
|
1192
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.4
|
|
1193
1193
|
*/
|
|
1194
1194
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1195
1195
|
/**
|
|
1196
1196
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1197
1197
|
* MonitoredSubject is not subscribed.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.1
|
|
1200
1200
|
*/
|
|
1201
1201
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1202
1202
|
/**
|
|
@@ -1219,14 +1219,14 @@ export declare namespace IcdManagement {
|
|
|
1219
1219
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1220
1220
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1221
1221
|
*
|
|
1222
|
-
* @see {@link MatterSpecification.
|
|
1222
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.2
|
|
1223
1223
|
*/
|
|
1224
1224
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1225
1225
|
/**
|
|
1226
1226
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
1227
1227
|
* client.
|
|
1228
1228
|
*
|
|
1229
|
-
* @see {@link MatterSpecification.
|
|
1229
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.4
|
|
1230
1230
|
*/
|
|
1231
1231
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1232
1232
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1234,14 +1234,14 @@ export declare namespace IcdManagement {
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* This attribute returns the value of the ICD Counter.
|
|
1236
1236
|
*
|
|
1237
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.5
|
|
1238
1238
|
*/
|
|
1239
1239
|
readonly icdCounter: Attribute<number, any>;
|
|
1240
1240
|
/**
|
|
1241
1241
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
1242
1242
|
* RegisteredClients attribute.
|
|
1243
1243
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1244
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.6
|
|
1245
1245
|
*/
|
|
1246
1246
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
1247
1247
|
/**
|
|
@@ -1250,7 +1250,7 @@ export declare namespace IcdManagement {
|
|
|
1250
1250
|
*
|
|
1251
1251
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
1252
1252
|
*
|
|
1253
|
-
* @see {@link MatterSpecification.
|
|
1253
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.10
|
|
1254
1254
|
*/
|
|
1255
1255
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
1256
1256
|
};
|
|
@@ -1259,26 +1259,26 @@ export declare namespace IcdManagement {
|
|
|
1259
1259
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
1260
1260
|
* for communication.
|
|
1261
1261
|
*
|
|
1262
|
-
* @see {@link MatterSpecification.
|
|
1262
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1
|
|
1263
1263
|
*/
|
|
1264
1264
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1265
1265
|
/**
|
|
1266
1266
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1267
1267
|
* subscriptions matching MonitoredSubject.
|
|
1268
1268
|
*
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.1
|
|
1270
1270
|
*/
|
|
1271
1271
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1272
1272
|
/**
|
|
1273
1273
|
* This field shall provide the monitored subject ID.
|
|
1274
1274
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.2
|
|
1276
1276
|
*/
|
|
1277
1277
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
1280
1280
|
*
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
|
|
1282
1282
|
*/
|
|
1283
1283
|
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1284
1284
|
/**
|
|
@@ -1289,13 +1289,13 @@ export declare namespace IcdManagement {
|
|
|
1289
1289
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1290
1290
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1291
1291
|
*
|
|
1292
|
-
* @see {@link MatterSpecification.
|
|
1292
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
|
|
1293
1293
|
*/
|
|
1294
1294
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* This field shall provide the client type of the client registering.
|
|
1297
1297
|
*
|
|
1298
|
-
* @see {@link MatterSpecification.
|
|
1298
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.5
|
|
1299
1299
|
*/
|
|
1300
1300
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1301
1301
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1306,13 +1306,13 @@ export declare namespace IcdManagement {
|
|
|
1306
1306
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
1307
1307
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
1308
1308
|
*
|
|
1309
|
-
* @see {@link MatterSpecification.
|
|
1309
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3
|
|
1310
1310
|
*/
|
|
1311
1311
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1312
1312
|
/**
|
|
1313
1313
|
* This field shall provide the registered client node ID to remove from storage.
|
|
1314
1314
|
*
|
|
1315
|
-
* @see {@link MatterSpecification.
|
|
1315
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.1
|
|
1316
1316
|
*/
|
|
1317
1317
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1318
1318
|
/**
|
|
@@ -1324,7 +1324,7 @@ export declare namespace IcdManagement {
|
|
|
1324
1324
|
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
1325
1325
|
* administrator permissions for the server cluster.
|
|
1326
1326
|
*
|
|
1327
|
-
* @see {@link MatterSpecification.
|
|
1327
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
|
|
1328
1328
|
*/
|
|
1329
1329
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1330
1330
|
}>, void, any>;
|
|
@@ -1351,7 +1351,7 @@ export declare namespace IcdManagement {
|
|
|
1351
1351
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
1352
1352
|
* UserActiveModeTriggerInstruction attribute.
|
|
1353
1353
|
*
|
|
1354
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.7
|
|
1355
1355
|
*/
|
|
1356
1356
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1357
1357
|
/**
|
|
@@ -1438,7 +1438,7 @@ export declare namespace IcdManagement {
|
|
|
1438
1438
|
*
|
|
1439
1439
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
1440
1440
|
*
|
|
1441
|
-
* @see {@link MatterSpecification.
|
|
1441
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.6.9
|
|
1442
1442
|
*/
|
|
1443
1443
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
1444
1444
|
};
|
|
@@ -1452,7 +1452,7 @@ export declare namespace IcdManagement {
|
|
|
1452
1452
|
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
1453
1453
|
* to be active for, in order to account for network delays.
|
|
1454
1454
|
*
|
|
1455
|
-
* @see {@link MatterSpecification.
|
|
1455
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.4
|
|
1456
1456
|
*/
|
|
1457
1457
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1458
1458
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1464,7 +1464,7 @@ export declare namespace IcdManagement {
|
|
|
1464
1464
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1465
1465
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1466
1466
|
*
|
|
1467
|
-
* @see {@link MatterSpecification.
|
|
1467
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
1468
1468
|
*/
|
|
1469
1469
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1470
1470
|
}>, any>;
|
|
@@ -1499,7 +1499,7 @@ export declare namespace IcdManagement {
|
|
|
1499
1499
|
* IcdManagementCluster supports optional features that you can enable with the IcdManagementCluster.with() factory
|
|
1500
1500
|
* method.
|
|
1501
1501
|
*
|
|
1502
|
-
* @see {@link MatterSpecification.
|
|
1502
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17
|
|
1503
1503
|
*/
|
|
1504
1504
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1505
1505
|
}
|
|
@@ -1516,26 +1516,26 @@ export declare namespace IcdManagement {
|
|
|
1516
1516
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1517
1517
|
* properly support the Check-In Protocol.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.1
|
|
1520
1520
|
*/
|
|
1521
1521
|
readonly checkInProtocolSupport: BitFlag;
|
|
1522
1522
|
/**
|
|
1523
1523
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1524
1524
|
*
|
|
1525
|
-
* @see {@link MatterSpecification.
|
|
1525
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.2
|
|
1526
1526
|
*/
|
|
1527
1527
|
readonly userActiveModeTrigger: BitFlag;
|
|
1528
1528
|
/**
|
|
1529
1529
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1530
1530
|
*
|
|
1531
|
-
* @see {@link MatterSpecification.
|
|
1531
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.3
|
|
1532
1532
|
*/
|
|
1533
1533
|
readonly longIdleTimeSupport: BitFlag;
|
|
1534
1534
|
/**
|
|
1535
1535
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
1536
1536
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
1537
1537
|
*
|
|
1538
|
-
* @see {@link MatterSpecification.
|
|
1538
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.4
|
|
1539
1539
|
*/
|
|
1540
1540
|
readonly dynamicSitLitSupport: BitFlag;
|
|
1541
1541
|
};
|
|
@@ -1545,7 +1545,7 @@ export declare namespace IcdManagement {
|
|
|
1545
1545
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1546
1546
|
* MonitoredSubject is not subscribed.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.1
|
|
1549
1549
|
*/
|
|
1550
1550
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1551
1551
|
/**
|
|
@@ -1568,14 +1568,14 @@ export declare namespace IcdManagement {
|
|
|
1568
1568
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1569
1569
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1570
1570
|
*
|
|
1571
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.3.2
|
|
1572
1572
|
*/
|
|
1573
1573
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1574
1574
|
/**
|
|
1575
1575
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
1576
1576
|
* client.
|
|
1577
1577
|
*
|
|
1578
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.5.4
|
|
1579
1579
|
*/
|
|
1580
1580
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1581
1581
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1706,26 +1706,26 @@ export declare namespace IcdManagement {
|
|
|
1706
1706
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1707
1707
|
* properly support the Check-In Protocol.
|
|
1708
1708
|
*
|
|
1709
|
-
* @see {@link MatterSpecification.
|
|
1709
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.1
|
|
1710
1710
|
*/
|
|
1711
1711
|
readonly checkInProtocolSupport: BitFlag;
|
|
1712
1712
|
/**
|
|
1713
1713
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1714
1714
|
*
|
|
1715
|
-
* @see {@link MatterSpecification.
|
|
1715
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.2
|
|
1716
1716
|
*/
|
|
1717
1717
|
readonly userActiveModeTrigger: BitFlag;
|
|
1718
1718
|
/**
|
|
1719
1719
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1720
1720
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1721
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.3
|
|
1722
1722
|
*/
|
|
1723
1723
|
readonly longIdleTimeSupport: BitFlag;
|
|
1724
1724
|
/**
|
|
1725
1725
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
1726
1726
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
1727
1727
|
*
|
|
1728
|
-
* @see {@link MatterSpecification.
|
|
1728
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.4.4
|
|
1729
1729
|
*/
|
|
1730
1730
|
readonly dynamicSitLitSupport: BitFlag;
|
|
1731
1731
|
}>, never>;
|
|
@@ -1739,19 +1739,19 @@ export declare namespace IcdManagement {
|
|
|
1739
1739
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1740
1740
|
* subscriptions matching MonitoredSubject.
|
|
1741
1741
|
*
|
|
1742
|
-
* @see {@link MatterSpecification.
|
|
1742
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.1
|
|
1743
1743
|
*/
|
|
1744
1744
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1745
1745
|
/**
|
|
1746
1746
|
* This field shall provide the monitored subject ID.
|
|
1747
1747
|
*
|
|
1748
|
-
* @see {@link MatterSpecification.
|
|
1748
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.2
|
|
1749
1749
|
*/
|
|
1750
1750
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1751
1751
|
/**
|
|
1752
1752
|
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
1753
1753
|
*
|
|
1754
|
-
* @see {@link MatterSpecification.
|
|
1754
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.3
|
|
1755
1755
|
*/
|
|
1756
1756
|
key: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1757
1757
|
/**
|
|
@@ -1762,13 +1762,13 @@ export declare namespace IcdManagement {
|
|
|
1762
1762
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1763
1763
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1764
1764
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1765
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.4
|
|
1766
1766
|
*/
|
|
1767
1767
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1768
1768
|
/**
|
|
1769
1769
|
* This field shall provide the client type of the client registering.
|
|
1770
1770
|
*
|
|
1771
|
-
* @see {@link MatterSpecification.
|
|
1771
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.1.5
|
|
1772
1772
|
*/
|
|
1773
1773
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1774
1774
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1785,7 +1785,7 @@ export declare namespace IcdManagement {
|
|
|
1785
1785
|
/**
|
|
1786
1786
|
* This field shall provide the registered client node ID to remove from storage.
|
|
1787
1787
|
*
|
|
1788
|
-
* @see {@link MatterSpecification.
|
|
1788
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.1
|
|
1789
1789
|
*/
|
|
1790
1790
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1791
1791
|
/**
|
|
@@ -1797,7 +1797,7 @@ export declare namespace IcdManagement {
|
|
|
1797
1797
|
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
1798
1798
|
* administrator permissions for the server cluster.
|
|
1799
1799
|
*
|
|
1800
|
-
* @see {@link MatterSpecification.
|
|
1800
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.3.2
|
|
1801
1801
|
*/
|
|
1802
1802
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1803
1803
|
}>, void, any> & {
|
|
@@ -1818,7 +1818,7 @@ export declare namespace IcdManagement {
|
|
|
1818
1818
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1819
1819
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1820
1820
|
*
|
|
1821
|
-
* @see {@link MatterSpecification.
|
|
1821
|
+
* @see {@link MatterSpecification.v141.Core} § 9.17.7.5.1
|
|
1822
1822
|
*/
|
|
1823
1823
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1824
1824
|
}>, any> & {
|