@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.4.4
|
|
51
51
|
*/
|
|
52
52
|
DynamicSitLitSupport = "DynamicSitLitSupport"
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.5.3.1
|
|
76
76
|
*/
|
|
77
77
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
78
78
|
/**
|
|
@@ -95,47 +95,47 @@ 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.v142.Core} § 9.16.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.v142.Core} § 9.16.5.3.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.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.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.v142.Core} § 9.16.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 contain the ICDToken, a 128-bit symmetric key shared by the ICD and the ICD Client, used to
|
|
136
136
|
* encrypt Check-In messages from this ICD to the MonitoredSubject.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.3
|
|
139
139
|
*/
|
|
140
140
|
key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
141
141
|
/**
|
|
@@ -146,7 +146,7 @@ export declare namespace IcdManagement {
|
|
|
146
146
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
147
147
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.4
|
|
150
150
|
*/
|
|
151
151
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
152
152
|
/**
|
|
@@ -207,14 +207,14 @@ export declare namespace IcdManagement {
|
|
|
207
207
|
* b. If the status is not SUCCESS, the server shall generate a default response with the Status field set
|
|
208
208
|
* to the evaluated error status.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.5
|
|
211
211
|
*/
|
|
212
212
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
213
213
|
}>;
|
|
214
214
|
/**
|
|
215
215
|
* Input to the IcdManagement registerClient command
|
|
216
216
|
*
|
|
217
|
-
* @see {@link MatterSpecification.
|
|
217
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1
|
|
218
218
|
*/
|
|
219
219
|
interface RegisterClientRequest extends TypeFromSchema<typeof TlvRegisterClientRequest> {
|
|
220
220
|
}
|
|
@@ -227,7 +227,7 @@ export declare namespace IcdManagement {
|
|
|
227
227
|
* This command shall be generated in response to a successful RegisterClient command. The ICDCounter field shall be
|
|
228
228
|
* set to the ICDCounter attribute of the server.
|
|
229
229
|
*
|
|
230
|
-
* @see {@link MatterSpecification.
|
|
230
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.2
|
|
231
231
|
*/
|
|
232
232
|
const TlvRegisterClientResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
233
233
|
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -241,20 +241,20 @@ export declare namespace IcdManagement {
|
|
|
241
241
|
* This command shall be generated in response to a successful RegisterClient command. The ICDCounter field shall be
|
|
242
242
|
* set to the ICDCounter attribute of the server.
|
|
243
243
|
*
|
|
244
|
-
* @see {@link MatterSpecification.
|
|
244
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.2
|
|
245
245
|
*/
|
|
246
246
|
interface RegisterClientResponse extends TypeFromSchema<typeof TlvRegisterClientResponse> {
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
249
|
* Input to the IcdManagement unregisterClient command
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3
|
|
252
252
|
*/
|
|
253
253
|
const TlvUnregisterClientRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
254
254
|
/**
|
|
255
255
|
* This field shall provide the registered client node ID to remove from storage.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.1
|
|
258
258
|
*/
|
|
259
259
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
260
260
|
/**
|
|
@@ -320,21 +320,21 @@ export declare namespace IcdManagement {
|
|
|
320
320
|
*
|
|
321
321
|
* 6. The server shall generate a response with the Status field set to the evaluated status.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.2
|
|
324
324
|
*/
|
|
325
325
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
326
326
|
}>;
|
|
327
327
|
/**
|
|
328
328
|
* Input to the IcdManagement unregisterClient command
|
|
329
329
|
*
|
|
330
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3
|
|
331
331
|
*/
|
|
332
332
|
interface UnregisterClientRequest extends TypeFromSchema<typeof TlvUnregisterClientRequest> {
|
|
333
333
|
}
|
|
334
334
|
/**
|
|
335
335
|
* See the UserActiveModeTriggerHint table for requirements associated to each bit.
|
|
336
336
|
*
|
|
337
|
-
* @see {@link MatterSpecification.
|
|
337
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.1
|
|
338
338
|
*/
|
|
339
339
|
const UserActiveModeTrigger: {
|
|
340
340
|
/**
|
|
@@ -407,7 +407,7 @@ export declare namespace IcdManagement {
|
|
|
407
407
|
appDefinedButton: BitFlag;
|
|
408
408
|
};
|
|
409
409
|
/**
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.2
|
|
411
411
|
*/
|
|
412
412
|
enum OperatingMode {
|
|
413
413
|
/**
|
|
@@ -422,7 +422,7 @@ export declare namespace IcdManagement {
|
|
|
422
422
|
/**
|
|
423
423
|
* Input to the IcdManagement stayActiveRequest command
|
|
424
424
|
*
|
|
425
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
426
426
|
*/
|
|
427
427
|
const TlvStayActiveRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
428
428
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -430,7 +430,7 @@ export declare namespace IcdManagement {
|
|
|
430
430
|
/**
|
|
431
431
|
* Input to the IcdManagement stayActiveRequest command
|
|
432
432
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
434
434
|
*/
|
|
435
435
|
interface StayActiveRequest extends TypeFromSchema<typeof TlvStayActiveRequest> {
|
|
436
436
|
}
|
|
@@ -438,7 +438,7 @@ export declare namespace IcdManagement {
|
|
|
438
438
|
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the computed
|
|
439
439
|
* duration (in milliseconds) that the ICD intends to stay active for.
|
|
440
440
|
*
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5
|
|
442
442
|
*/
|
|
443
443
|
const TlvStayActiveResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
444
444
|
/**
|
|
@@ -450,7 +450,7 @@ export declare namespace IcdManagement {
|
|
|
450
450
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
451
451
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
454
454
|
*/
|
|
455
455
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
456
456
|
}>;
|
|
@@ -458,7 +458,7 @@ export declare namespace IcdManagement {
|
|
|
458
458
|
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the computed
|
|
459
459
|
* duration (in milliseconds) that the ICD intends to stay active for.
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5
|
|
462
462
|
*/
|
|
463
463
|
interface StayActiveResponse extends TypeFromSchema<typeof TlvStayActiveResponse> {
|
|
464
464
|
}
|
|
@@ -473,14 +473,14 @@ export declare namespace IcdManagement {
|
|
|
473
473
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
474
474
|
* Operational Credentials cluster.
|
|
475
475
|
*
|
|
476
|
-
* @see {@link MatterSpecification.
|
|
476
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.4
|
|
477
477
|
*/
|
|
478
478
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
479
479
|
/**
|
|
480
480
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
481
481
|
* MonitoredSubject is not subscribed.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.1
|
|
484
484
|
*/
|
|
485
485
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
486
486
|
/**
|
|
@@ -503,14 +503,14 @@ export declare namespace IcdManagement {
|
|
|
503
503
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
504
504
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
505
505
|
*
|
|
506
|
-
* @see {@link MatterSpecification.
|
|
506
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.2
|
|
507
507
|
*/
|
|
508
508
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
509
509
|
/**
|
|
510
510
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
511
511
|
* client.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.4
|
|
514
514
|
*/
|
|
515
515
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
516
516
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -518,14 +518,14 @@ export declare namespace IcdManagement {
|
|
|
518
518
|
/**
|
|
519
519
|
* This attribute returns the value of the ICD Counter.
|
|
520
520
|
*
|
|
521
|
-
* @see {@link MatterSpecification.
|
|
521
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.5
|
|
522
522
|
*/
|
|
523
523
|
readonly icdCounter: Attribute<number, any>;
|
|
524
524
|
/**
|
|
525
525
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
526
526
|
* RegisteredClients attribute.
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.6
|
|
529
529
|
*/
|
|
530
530
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
531
531
|
/**
|
|
@@ -534,7 +534,7 @@ export declare namespace IcdManagement {
|
|
|
534
534
|
*
|
|
535
535
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.10
|
|
538
538
|
*/
|
|
539
539
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
540
540
|
};
|
|
@@ -543,27 +543,27 @@ export declare namespace IcdManagement {
|
|
|
543
543
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
544
544
|
* for communication.
|
|
545
545
|
*
|
|
546
|
-
* @see {@link MatterSpecification.
|
|
546
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1
|
|
547
547
|
*/
|
|
548
548
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
549
549
|
/**
|
|
550
550
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
551
551
|
* subscriptions matching MonitoredSubject.
|
|
552
552
|
*
|
|
553
|
-
* @see {@link MatterSpecification.
|
|
553
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.1
|
|
554
554
|
*/
|
|
555
555
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
556
556
|
/**
|
|
557
557
|
* This field shall provide the monitored subject ID.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.2
|
|
560
560
|
*/
|
|
561
561
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
562
562
|
/**
|
|
563
563
|
* This field shall contain the ICDToken, a 128-bit symmetric key shared by the ICD and the ICD Client, used to
|
|
564
564
|
* encrypt Check-In messages from this ICD to the MonitoredSubject.
|
|
565
565
|
*
|
|
566
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.3
|
|
567
567
|
*/
|
|
568
568
|
key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
569
569
|
/**
|
|
@@ -574,7 +574,7 @@ export declare namespace IcdManagement {
|
|
|
574
574
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
575
575
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
576
576
|
*
|
|
577
|
-
* @see {@link MatterSpecification.
|
|
577
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.4
|
|
578
578
|
*/
|
|
579
579
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
580
580
|
/**
|
|
@@ -635,7 +635,7 @@ export declare namespace IcdManagement {
|
|
|
635
635
|
* b. If the status is not SUCCESS, the server shall generate a default response with the Status field set
|
|
636
636
|
* to the evaluated error status.
|
|
637
637
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.5
|
|
639
639
|
*/
|
|
640
640
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
641
641
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -646,13 +646,13 @@ export declare namespace IcdManagement {
|
|
|
646
646
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
647
647
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3
|
|
650
650
|
*/
|
|
651
651
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
652
652
|
/**
|
|
653
653
|
* This field shall provide the registered client node ID to remove from storage.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.1
|
|
656
656
|
*/
|
|
657
657
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
658
658
|
/**
|
|
@@ -718,7 +718,7 @@ export declare namespace IcdManagement {
|
|
|
718
718
|
*
|
|
719
719
|
* 6. The server shall generate a response with the Status field set to the evaluated status.
|
|
720
720
|
*
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.2
|
|
722
722
|
*/
|
|
723
723
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
724
724
|
}>, void, any>;
|
|
@@ -744,7 +744,7 @@ export declare namespace IcdManagement {
|
|
|
744
744
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
745
745
|
* UserActiveModeTriggerInstruction attribute.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.7
|
|
748
748
|
*/
|
|
749
749
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
750
750
|
/**
|
|
@@ -830,7 +830,7 @@ export declare namespace IcdManagement {
|
|
|
830
830
|
*
|
|
831
831
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
832
832
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
833
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.9
|
|
834
834
|
*/
|
|
835
835
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
836
836
|
};
|
|
@@ -862,7 +862,7 @@ export declare namespace IcdManagement {
|
|
|
862
862
|
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
863
863
|
* client.
|
|
864
864
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
865
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
866
866
|
*/
|
|
867
867
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
868
868
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -876,7 +876,7 @@ export declare namespace IcdManagement {
|
|
|
876
876
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
877
877
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
878
878
|
*
|
|
879
|
-
* @see {@link MatterSpecification.
|
|
879
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
880
880
|
*/
|
|
881
881
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
882
882
|
}>, any>;
|
|
@@ -894,26 +894,26 @@ export declare namespace IcdManagement {
|
|
|
894
894
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
895
895
|
* properly support the Check-In Protocol.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.1
|
|
898
898
|
*/
|
|
899
899
|
readonly checkInProtocolSupport: BitFlag;
|
|
900
900
|
/**
|
|
901
901
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.2
|
|
904
904
|
*/
|
|
905
905
|
readonly userActiveModeTrigger: BitFlag;
|
|
906
906
|
/**
|
|
907
907
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
908
908
|
*
|
|
909
|
-
* @see {@link MatterSpecification.
|
|
909
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.3
|
|
910
910
|
*/
|
|
911
911
|
readonly longIdleTimeSupport: BitFlag;
|
|
912
912
|
/**
|
|
913
913
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
914
914
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
915
915
|
*
|
|
916
|
-
* @see {@link MatterSpecification.
|
|
916
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.4
|
|
917
917
|
*/
|
|
918
918
|
readonly dynamicSitLitSupport: BitFlag;
|
|
919
919
|
};
|
|
@@ -922,21 +922,21 @@ export declare namespace IcdManagement {
|
|
|
922
922
|
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
923
923
|
* NOT be smaller than the ActiveModeDuration.
|
|
924
924
|
*
|
|
925
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.1
|
|
926
926
|
*/
|
|
927
927
|
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
928
928
|
/**
|
|
929
929
|
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
930
930
|
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.2
|
|
933
933
|
*/
|
|
934
934
|
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
935
935
|
/**
|
|
936
936
|
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
937
937
|
* activity when in active mode.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.3
|
|
940
940
|
*/
|
|
941
941
|
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
942
942
|
/**
|
|
@@ -964,7 +964,7 @@ export declare namespace IcdManagement {
|
|
|
964
964
|
* UserActiveModeTriggerInstruction attribute, the string shall consist of exactly 6 hexadecimal digits
|
|
965
965
|
* using the ASCII characters 0-F and encoding the RGB color value as used in HTML encodings.
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.8
|
|
968
968
|
*/
|
|
969
969
|
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
970
970
|
};
|
|
@@ -996,7 +996,7 @@ export declare namespace IcdManagement {
|
|
|
996
996
|
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
997
997
|
* client.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
1000
1000
|
*/
|
|
1001
1001
|
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1002
1002
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1010,7 +1010,7 @@ export declare namespace IcdManagement {
|
|
|
1010
1010
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1011
1011
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1012
1012
|
*
|
|
1013
|
-
* @see {@link MatterSpecification.
|
|
1013
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
1014
1014
|
*/
|
|
1015
1015
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1016
1016
|
}>, any>;
|
|
@@ -1031,14 +1031,14 @@ export declare namespace IcdManagement {
|
|
|
1031
1031
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
1032
1032
|
* Operational Credentials cluster.
|
|
1033
1033
|
*
|
|
1034
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.4
|
|
1035
1035
|
*/
|
|
1036
1036
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1037
1037
|
/**
|
|
1038
1038
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1039
1039
|
* MonitoredSubject is not subscribed.
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.1
|
|
1042
1042
|
*/
|
|
1043
1043
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1044
1044
|
/**
|
|
@@ -1061,14 +1061,14 @@ export declare namespace IcdManagement {
|
|
|
1061
1061
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1062
1062
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1063
1063
|
*
|
|
1064
|
-
* @see {@link MatterSpecification.
|
|
1064
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.2
|
|
1065
1065
|
*/
|
|
1066
1066
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1067
1067
|
/**
|
|
1068
1068
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
1069
1069
|
* client.
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.4
|
|
1072
1072
|
*/
|
|
1073
1073
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1074
1074
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1076,14 +1076,14 @@ export declare namespace IcdManagement {
|
|
|
1076
1076
|
/**
|
|
1077
1077
|
* This attribute returns the value of the ICD Counter.
|
|
1078
1078
|
*
|
|
1079
|
-
* @see {@link MatterSpecification.
|
|
1079
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.5
|
|
1080
1080
|
*/
|
|
1081
1081
|
readonly icdCounter: Attribute<number, any>;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
1084
1084
|
* RegisteredClients attribute.
|
|
1085
1085
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.6
|
|
1087
1087
|
*/
|
|
1088
1088
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
1089
1089
|
/**
|
|
@@ -1092,7 +1092,7 @@ export declare namespace IcdManagement {
|
|
|
1092
1092
|
*
|
|
1093
1093
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
1094
1094
|
*
|
|
1095
|
-
* @see {@link MatterSpecification.
|
|
1095
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.10
|
|
1096
1096
|
*/
|
|
1097
1097
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
1098
1098
|
};
|
|
@@ -1101,27 +1101,27 @@ export declare namespace IcdManagement {
|
|
|
1101
1101
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
1102
1102
|
* for communication.
|
|
1103
1103
|
*
|
|
1104
|
-
* @see {@link MatterSpecification.
|
|
1104
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1
|
|
1105
1105
|
*/
|
|
1106
1106
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1107
1107
|
/**
|
|
1108
1108
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1109
1109
|
* subscriptions matching MonitoredSubject.
|
|
1110
1110
|
*
|
|
1111
|
-
* @see {@link MatterSpecification.
|
|
1111
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.1
|
|
1112
1112
|
*/
|
|
1113
1113
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1114
1114
|
/**
|
|
1115
1115
|
* This field shall provide the monitored subject ID.
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.2
|
|
1118
1118
|
*/
|
|
1119
1119
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1120
1120
|
/**
|
|
1121
1121
|
* This field shall contain the ICDToken, a 128-bit symmetric key shared by the ICD and the ICD Client, used to
|
|
1122
1122
|
* encrypt Check-In messages from this ICD to the MonitoredSubject.
|
|
1123
1123
|
*
|
|
1124
|
-
* @see {@link MatterSpecification.
|
|
1124
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.3
|
|
1125
1125
|
*/
|
|
1126
1126
|
key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1127
1127
|
/**
|
|
@@ -1132,7 +1132,7 @@ export declare namespace IcdManagement {
|
|
|
1132
1132
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1133
1133
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1134
1134
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1135
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.4
|
|
1136
1136
|
*/
|
|
1137
1137
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1138
1138
|
/**
|
|
@@ -1193,7 +1193,7 @@ export declare namespace IcdManagement {
|
|
|
1193
1193
|
* b. If the status is not SUCCESS, the server shall generate a default response with the Status field set
|
|
1194
1194
|
* to the evaluated error status.
|
|
1195
1195
|
*
|
|
1196
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.5
|
|
1197
1197
|
*/
|
|
1198
1198
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1199
1199
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1204,13 +1204,13 @@ export declare namespace IcdManagement {
|
|
|
1204
1204
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
1205
1205
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
1206
1206
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1207
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3
|
|
1208
1208
|
*/
|
|
1209
1209
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1210
1210
|
/**
|
|
1211
1211
|
* This field shall provide the registered client node ID to remove from storage.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.1
|
|
1214
1214
|
*/
|
|
1215
1215
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1216
1216
|
/**
|
|
@@ -1276,7 +1276,7 @@ export declare namespace IcdManagement {
|
|
|
1276
1276
|
*
|
|
1277
1277
|
* 6. The server shall generate a response with the Status field set to the evaluated status.
|
|
1278
1278
|
*
|
|
1279
|
-
* @see {@link MatterSpecification.
|
|
1279
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.2
|
|
1280
1280
|
*/
|
|
1281
1281
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1282
1282
|
}>, void, any>;
|
|
@@ -1303,7 +1303,7 @@ export declare namespace IcdManagement {
|
|
|
1303
1303
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
1304
1304
|
* UserActiveModeTriggerInstruction attribute.
|
|
1305
1305
|
*
|
|
1306
|
-
* @see {@link MatterSpecification.
|
|
1306
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.7
|
|
1307
1307
|
*/
|
|
1308
1308
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1309
1309
|
/**
|
|
@@ -1390,7 +1390,7 @@ export declare namespace IcdManagement {
|
|
|
1390
1390
|
*
|
|
1391
1391
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
1392
1392
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1393
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.9
|
|
1394
1394
|
*/
|
|
1395
1395
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
1396
1396
|
};
|
|
@@ -1422,7 +1422,7 @@ export declare namespace IcdManagement {
|
|
|
1422
1422
|
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
1423
1423
|
* client.
|
|
1424
1424
|
*
|
|
1425
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
1426
1426
|
*/
|
|
1427
1427
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1428
1428
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1436,7 +1436,7 @@ export declare namespace IcdManagement {
|
|
|
1436
1436
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1437
1437
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1438
1438
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
1440
1440
|
*/
|
|
1441
1441
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1442
1442
|
}>, any>;
|
|
@@ -1474,26 +1474,26 @@ export declare namespace IcdManagement {
|
|
|
1474
1474
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1475
1475
|
* properly support the Check-In Protocol.
|
|
1476
1476
|
*
|
|
1477
|
-
* @see {@link MatterSpecification.
|
|
1477
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.1
|
|
1478
1478
|
*/
|
|
1479
1479
|
readonly checkInProtocolSupport: BitFlag;
|
|
1480
1480
|
/**
|
|
1481
1481
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1482
1482
|
*
|
|
1483
|
-
* @see {@link MatterSpecification.
|
|
1483
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.2
|
|
1484
1484
|
*/
|
|
1485
1485
|
readonly userActiveModeTrigger: BitFlag;
|
|
1486
1486
|
/**
|
|
1487
1487
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1488
1488
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1489
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.3
|
|
1490
1490
|
*/
|
|
1491
1491
|
readonly longIdleTimeSupport: BitFlag;
|
|
1492
1492
|
/**
|
|
1493
1493
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
1494
1494
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
1495
1495
|
*
|
|
1496
|
-
* @see {@link MatterSpecification.
|
|
1496
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.4
|
|
1497
1497
|
*/
|
|
1498
1498
|
readonly dynamicSitLitSupport: BitFlag;
|
|
1499
1499
|
};
|
|
@@ -1502,21 +1502,21 @@ export declare namespace IcdManagement {
|
|
|
1502
1502
|
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
1503
1503
|
* NOT be smaller than the ActiveModeDuration.
|
|
1504
1504
|
*
|
|
1505
|
-
* @see {@link MatterSpecification.
|
|
1505
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.1
|
|
1506
1506
|
*/
|
|
1507
1507
|
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
1508
1508
|
/**
|
|
1509
1509
|
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
1510
1510
|
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
1511
1511
|
*
|
|
1512
|
-
* @see {@link MatterSpecification.
|
|
1512
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.2
|
|
1513
1513
|
*/
|
|
1514
1514
|
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
1517
1517
|
* activity when in active mode.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.3
|
|
1520
1520
|
*/
|
|
1521
1521
|
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
1522
1522
|
/**
|
|
@@ -1544,7 +1544,7 @@ export declare namespace IcdManagement {
|
|
|
1544
1544
|
* UserActiveModeTriggerInstruction attribute, the string shall consist of exactly 6 hexadecimal digits
|
|
1545
1545
|
* using the ASCII characters 0-F and encoding the RGB color value as used in HTML encodings.
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.8
|
|
1548
1548
|
*/
|
|
1549
1549
|
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
1550
1550
|
};
|
|
@@ -1576,7 +1576,7 @@ export declare namespace IcdManagement {
|
|
|
1576
1576
|
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
1577
1577
|
* client.
|
|
1578
1578
|
*
|
|
1579
|
-
* @see {@link MatterSpecification.
|
|
1579
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
1580
1580
|
*/
|
|
1581
1581
|
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1582
1582
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1590,7 +1590,7 @@ export declare namespace IcdManagement {
|
|
|
1590
1590
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1591
1591
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1592
1592
|
*
|
|
1593
|
-
* @see {@link MatterSpecification.
|
|
1593
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
1594
1594
|
*/
|
|
1595
1595
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1596
1596
|
}>, any>;
|
|
@@ -1611,14 +1611,14 @@ export declare namespace IcdManagement {
|
|
|
1611
1611
|
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
1612
1612
|
* Operational Credentials cluster.
|
|
1613
1613
|
*
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.4
|
|
1615
1615
|
*/
|
|
1616
1616
|
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1617
1617
|
/**
|
|
1618
1618
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1619
1619
|
* MonitoredSubject is not subscribed.
|
|
1620
1620
|
*
|
|
1621
|
-
* @see {@link MatterSpecification.
|
|
1621
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.1
|
|
1622
1622
|
*/
|
|
1623
1623
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1624
1624
|
/**
|
|
@@ -1641,14 +1641,14 @@ export declare namespace IcdManagement {
|
|
|
1641
1641
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1642
1642
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1643
1643
|
*
|
|
1644
|
-
* @see {@link MatterSpecification.
|
|
1644
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.2
|
|
1645
1645
|
*/
|
|
1646
1646
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1647
1647
|
/**
|
|
1648
1648
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
1649
1649
|
* client.
|
|
1650
1650
|
*
|
|
1651
|
-
* @see {@link MatterSpecification.
|
|
1651
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.4
|
|
1652
1652
|
*/
|
|
1653
1653
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1654
1654
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1656,14 +1656,14 @@ export declare namespace IcdManagement {
|
|
|
1656
1656
|
/**
|
|
1657
1657
|
* This attribute returns the value of the ICD Counter.
|
|
1658
1658
|
*
|
|
1659
|
-
* @see {@link MatterSpecification.
|
|
1659
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.5
|
|
1660
1660
|
*/
|
|
1661
1661
|
readonly icdCounter: Attribute<number, any>;
|
|
1662
1662
|
/**
|
|
1663
1663
|
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
1664
1664
|
* RegisteredClients attribute.
|
|
1665
1665
|
*
|
|
1666
|
-
* @see {@link MatterSpecification.
|
|
1666
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.6
|
|
1667
1667
|
*/
|
|
1668
1668
|
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
1669
1669
|
/**
|
|
@@ -1672,7 +1672,7 @@ export declare namespace IcdManagement {
|
|
|
1672
1672
|
*
|
|
1673
1673
|
* If the MaximumCheckInBackoff is equal to the IdleModeDuration, it means the ICD does not back-off.
|
|
1674
1674
|
*
|
|
1675
|
-
* @see {@link MatterSpecification.
|
|
1675
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.10
|
|
1676
1676
|
*/
|
|
1677
1677
|
readonly maximumCheckInBackoff: FixedAttribute<number, any>;
|
|
1678
1678
|
};
|
|
@@ -1681,27 +1681,27 @@ export declare namespace IcdManagement {
|
|
|
1681
1681
|
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
1682
1682
|
* for communication.
|
|
1683
1683
|
*
|
|
1684
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1
|
|
1685
1685
|
*/
|
|
1686
1686
|
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1687
1687
|
/**
|
|
1688
1688
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1689
1689
|
* subscriptions matching MonitoredSubject.
|
|
1690
1690
|
*
|
|
1691
|
-
* @see {@link MatterSpecification.
|
|
1691
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.1
|
|
1692
1692
|
*/
|
|
1693
1693
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1694
1694
|
/**
|
|
1695
1695
|
* This field shall provide the monitored subject ID.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.2
|
|
1698
1698
|
*/
|
|
1699
1699
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* This field shall contain the ICDToken, a 128-bit symmetric key shared by the ICD and the ICD Client, used to
|
|
1702
1702
|
* encrypt Check-In messages from this ICD to the MonitoredSubject.
|
|
1703
1703
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.3
|
|
1705
1705
|
*/
|
|
1706
1706
|
key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1707
1707
|
/**
|
|
@@ -1712,7 +1712,7 @@ export declare namespace IcdManagement {
|
|
|
1712
1712
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1713
1713
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1714
1714
|
*
|
|
1715
|
-
* @see {@link MatterSpecification.
|
|
1715
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.4
|
|
1716
1716
|
*/
|
|
1717
1717
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1718
1718
|
/**
|
|
@@ -1773,7 +1773,7 @@ export declare namespace IcdManagement {
|
|
|
1773
1773
|
* b. If the status is not SUCCESS, the server shall generate a default response with the Status field set
|
|
1774
1774
|
* to the evaluated error status.
|
|
1775
1775
|
*
|
|
1776
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.5
|
|
1777
1777
|
*/
|
|
1778
1778
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
1779
1779
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1784,13 +1784,13 @@ export declare namespace IcdManagement {
|
|
|
1784
1784
|
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions and
|
|
1785
1785
|
* send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent client.
|
|
1786
1786
|
*
|
|
1787
|
-
* @see {@link MatterSpecification.
|
|
1787
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3
|
|
1788
1788
|
*/
|
|
1789
1789
|
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1790
1790
|
/**
|
|
1791
1791
|
* This field shall provide the registered client node ID to remove from storage.
|
|
1792
1792
|
*
|
|
1793
|
-
* @see {@link MatterSpecification.
|
|
1793
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.1
|
|
1794
1794
|
*/
|
|
1795
1795
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1796
1796
|
/**
|
|
@@ -1856,7 +1856,7 @@ export declare namespace IcdManagement {
|
|
|
1856
1856
|
*
|
|
1857
1857
|
* 6. The server shall generate a response with the Status field set to the evaluated status.
|
|
1858
1858
|
*
|
|
1859
|
-
* @see {@link MatterSpecification.
|
|
1859
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.2
|
|
1860
1860
|
*/
|
|
1861
1861
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1862
1862
|
}>, void, any>;
|
|
@@ -1883,7 +1883,7 @@ export declare namespace IcdManagement {
|
|
|
1883
1883
|
* bitmap at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
1884
1884
|
* UserActiveModeTriggerInstruction attribute.
|
|
1885
1885
|
*
|
|
1886
|
-
* @see {@link MatterSpecification.
|
|
1886
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.7
|
|
1887
1887
|
*/
|
|
1888
1888
|
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1889
1889
|
/**
|
|
@@ -1970,7 +1970,7 @@ export declare namespace IcdManagement {
|
|
|
1970
1970
|
*
|
|
1971
1971
|
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
1972
1972
|
*
|
|
1973
|
-
* @see {@link MatterSpecification.
|
|
1973
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.6.9
|
|
1974
1974
|
*/
|
|
1975
1975
|
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
1976
1976
|
};
|
|
@@ -2002,7 +2002,7 @@ export declare namespace IcdManagement {
|
|
|
2002
2002
|
* The ICD shall report the calculated PromisedActiveDuration in a StayActiveResponse message back to the
|
|
2003
2003
|
* client.
|
|
2004
2004
|
*
|
|
2005
|
-
* @see {@link MatterSpecification.
|
|
2005
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.4
|
|
2006
2006
|
*/
|
|
2007
2007
|
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2008
2008
|
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2016,7 +2016,7 @@ export declare namespace IcdManagement {
|
|
|
2016
2016
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
2017
2017
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
2018
2018
|
*
|
|
2019
|
-
* @see {@link MatterSpecification.
|
|
2019
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
2020
2020
|
*/
|
|
2021
2021
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2022
2022
|
}>, any>;
|
|
@@ -2051,7 +2051,7 @@ export declare namespace IcdManagement {
|
|
|
2051
2051
|
* IcdManagementCluster supports optional features that you can enable with the IcdManagementCluster.with() factory
|
|
2052
2052
|
* method.
|
|
2053
2053
|
*
|
|
2054
|
-
* @see {@link MatterSpecification.
|
|
2054
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16
|
|
2055
2055
|
*/
|
|
2056
2056
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2057
2057
|
}
|
|
@@ -2068,26 +2068,26 @@ export declare namespace IcdManagement {
|
|
|
2068
2068
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
2069
2069
|
* properly support the Check-In Protocol.
|
|
2070
2070
|
*
|
|
2071
|
-
* @see {@link MatterSpecification.
|
|
2071
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.1
|
|
2072
2072
|
*/
|
|
2073
2073
|
readonly checkInProtocolSupport: BitFlag;
|
|
2074
2074
|
/**
|
|
2075
2075
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
2076
2076
|
*
|
|
2077
|
-
* @see {@link MatterSpecification.
|
|
2077
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.2
|
|
2078
2078
|
*/
|
|
2079
2079
|
readonly userActiveModeTrigger: BitFlag;
|
|
2080
2080
|
/**
|
|
2081
2081
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
2082
2082
|
*
|
|
2083
|
-
* @see {@link MatterSpecification.
|
|
2083
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.3
|
|
2084
2084
|
*/
|
|
2085
2085
|
readonly longIdleTimeSupport: BitFlag;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
2088
2088
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
2089
2089
|
*
|
|
2090
|
-
* @see {@link MatterSpecification.
|
|
2090
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.4
|
|
2091
2091
|
*/
|
|
2092
2092
|
readonly dynamicSitLitSupport: BitFlag;
|
|
2093
2093
|
};
|
|
@@ -2097,7 +2097,7 @@ export declare namespace IcdManagement {
|
|
|
2097
2097
|
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
2098
2098
|
* MonitoredSubject is not subscribed.
|
|
2099
2099
|
*
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2100
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.1
|
|
2101
2101
|
*/
|
|
2102
2102
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2103
2103
|
/**
|
|
@@ -2120,14 +2120,14 @@ export declare namespace IcdManagement {
|
|
|
2120
2120
|
* the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
2121
2121
|
* 0x0002 or higher within its NOC, then the entry matches.
|
|
2122
2122
|
*
|
|
2123
|
-
* @see {@link MatterSpecification.
|
|
2123
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.2
|
|
2124
2124
|
*/
|
|
2125
2125
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2126
2126
|
/**
|
|
2127
2127
|
* This field shall indicate the client’s type to inform the ICD of the availability for communication of the
|
|
2128
2128
|
* client.
|
|
2129
2129
|
*
|
|
2130
|
-
* @see {@link MatterSpecification.
|
|
2130
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.5.3.4
|
|
2131
2131
|
*/
|
|
2132
2132
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
2133
2133
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -2258,26 +2258,26 @@ export declare namespace IcdManagement {
|
|
|
2258
2258
|
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
2259
2259
|
* properly support the Check-In Protocol.
|
|
2260
2260
|
*
|
|
2261
|
-
* @see {@link MatterSpecification.
|
|
2261
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.1
|
|
2262
2262
|
*/
|
|
2263
2263
|
readonly checkInProtocolSupport: BitFlag;
|
|
2264
2264
|
/**
|
|
2265
2265
|
* This feature is supported if and only if the device has a user active mode trigger.
|
|
2266
2266
|
*
|
|
2267
|
-
* @see {@link MatterSpecification.
|
|
2267
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.2
|
|
2268
2268
|
*/
|
|
2269
2269
|
readonly userActiveModeTrigger: BitFlag;
|
|
2270
2270
|
/**
|
|
2271
2271
|
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
2272
2272
|
*
|
|
2273
|
-
* @see {@link MatterSpecification.
|
|
2273
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.3
|
|
2274
2274
|
*/
|
|
2275
2275
|
readonly longIdleTimeSupport: BitFlag;
|
|
2276
2276
|
/**
|
|
2277
2277
|
* This feature is supported if and only if the device can switch between SIT and LIT operating modes even
|
|
2278
2278
|
* if it has a valid registered client. See the dynamic SIT / LIT operating mode switching for more details.
|
|
2279
2279
|
*
|
|
2280
|
-
* @see {@link MatterSpecification.
|
|
2280
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.4.4
|
|
2281
2281
|
*/
|
|
2282
2282
|
readonly dynamicSitLitSupport: BitFlag;
|
|
2283
2283
|
}>, never>;
|
|
@@ -2291,20 +2291,20 @@ export declare namespace IcdManagement {
|
|
|
2291
2291
|
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
2292
2292
|
* subscriptions matching MonitoredSubject.
|
|
2293
2293
|
*
|
|
2294
|
-
* @see {@link MatterSpecification.
|
|
2294
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.1
|
|
2295
2295
|
*/
|
|
2296
2296
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2297
2297
|
/**
|
|
2298
2298
|
* This field shall provide the monitored subject ID.
|
|
2299
2299
|
*
|
|
2300
|
-
* @see {@link MatterSpecification.
|
|
2300
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.2
|
|
2301
2301
|
*/
|
|
2302
2302
|
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2303
2303
|
/**
|
|
2304
2304
|
* This field shall contain the ICDToken, a 128-bit symmetric key shared by the ICD and the ICD Client, used to
|
|
2305
2305
|
* encrypt Check-In messages from this ICD to the MonitoredSubject.
|
|
2306
2306
|
*
|
|
2307
|
-
* @see {@link MatterSpecification.
|
|
2307
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.3
|
|
2308
2308
|
*/
|
|
2309
2309
|
key: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2310
2310
|
/**
|
|
@@ -2315,7 +2315,7 @@ export declare namespace IcdManagement {
|
|
|
2315
2315
|
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
2316
2316
|
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
2317
2317
|
*
|
|
2318
|
-
* @see {@link MatterSpecification.
|
|
2318
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.4
|
|
2319
2319
|
*/
|
|
2320
2320
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2321
2321
|
/**
|
|
@@ -2376,7 +2376,7 @@ export declare namespace IcdManagement {
|
|
|
2376
2376
|
* b. If the status is not SUCCESS, the server shall generate a default response with the Status field set
|
|
2377
2377
|
* to the evaluated error status.
|
|
2378
2378
|
*
|
|
2379
|
-
* @see {@link MatterSpecification.
|
|
2379
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.1.5
|
|
2380
2380
|
*/
|
|
2381
2381
|
clientType: import("../tlv/TlvObject.js").FieldType<ClientType>;
|
|
2382
2382
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2393,7 +2393,7 @@ export declare namespace IcdManagement {
|
|
|
2393
2393
|
/**
|
|
2394
2394
|
* This field shall provide the registered client node ID to remove from storage.
|
|
2395
2395
|
*
|
|
2396
|
-
* @see {@link MatterSpecification.
|
|
2396
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.1
|
|
2397
2397
|
*/
|
|
2398
2398
|
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2399
2399
|
/**
|
|
@@ -2459,7 +2459,7 @@ export declare namespace IcdManagement {
|
|
|
2459
2459
|
*
|
|
2460
2460
|
* 6. The server shall generate a response with the Status field set to the evaluated status.
|
|
2461
2461
|
*
|
|
2462
|
-
* @see {@link MatterSpecification.
|
|
2462
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.3.2
|
|
2463
2463
|
*/
|
|
2464
2464
|
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2465
2465
|
}>, void, any> & {
|
|
@@ -2482,7 +2482,7 @@ export declare namespace IcdManagement {
|
|
|
2482
2482
|
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
2483
2483
|
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
2484
2484
|
*
|
|
2485
|
-
* @see {@link MatterSpecification.
|
|
2485
|
+
* @see {@link MatterSpecification.v142.Core} § 9.16.7.5.1
|
|
2486
2486
|
*/
|
|
2487
2487
|
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2488
2488
|
}>, any> & {
|