@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -8,12 +8,14 @@ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
|
8
8
|
import { Attribute, OptionalAttribute, Command } from "../cluster/Cluster.js";
|
|
9
9
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
10
10
|
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
11
|
+
import { StatusResponseError } from "../common/StatusResponseError.js";
|
|
12
|
+
import { Status as GlobalStatus } from "../globals/Status.js";
|
|
11
13
|
import { Identity } from "#general";
|
|
12
14
|
export declare namespace ApplicationLauncher {
|
|
13
15
|
/**
|
|
14
16
|
* These are optional features supported by ApplicationLauncherCluster.
|
|
15
17
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.4
|
|
17
19
|
*/
|
|
18
20
|
enum Feature {
|
|
19
21
|
/**
|
|
@@ -27,7 +29,7 @@ export declare namespace ApplicationLauncher {
|
|
|
27
29
|
/**
|
|
28
30
|
* This indicates a global identifier for an Application given a catalog.
|
|
29
31
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
32
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2
|
|
31
33
|
*/
|
|
32
34
|
const TlvApplication: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
33
35
|
/**
|
|
@@ -36,7 +38,7 @@ export declare namespace ApplicationLauncher {
|
|
|
36
38
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
37
39
|
* assign an ApplicationID to each Content App.
|
|
38
40
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
40
42
|
*/
|
|
41
43
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
42
44
|
/**
|
|
@@ -45,21 +47,21 @@ export declare namespace ApplicationLauncher {
|
|
|
45
47
|
*
|
|
46
48
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
47
49
|
*
|
|
48
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
49
51
|
*/
|
|
50
52
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
51
53
|
}>;
|
|
52
54
|
/**
|
|
53
55
|
* This indicates a global identifier for an Application given a catalog.
|
|
54
56
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
57
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2
|
|
56
58
|
*/
|
|
57
59
|
interface Application extends TypeFromSchema<typeof TlvApplication> {
|
|
58
60
|
}
|
|
59
61
|
/**
|
|
60
62
|
* This specifies an app along with its corresponding endpoint.
|
|
61
63
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.3
|
|
63
65
|
*/
|
|
64
66
|
const TlvApplicationEp: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
65
67
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -69,7 +71,7 @@ export declare namespace ApplicationLauncher {
|
|
|
69
71
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
70
72
|
* assign an ApplicationID to each Content App.
|
|
71
73
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
73
75
|
*/
|
|
74
76
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
75
77
|
/**
|
|
@@ -78,7 +80,7 @@ export declare namespace ApplicationLauncher {
|
|
|
78
80
|
*
|
|
79
81
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
80
82
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
83
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
82
84
|
*/
|
|
83
85
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
84
86
|
}>>;
|
|
@@ -87,20 +89,20 @@ export declare namespace ApplicationLauncher {
|
|
|
87
89
|
/**
|
|
88
90
|
* This specifies an app along with its corresponding endpoint.
|
|
89
91
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.3
|
|
91
93
|
*/
|
|
92
94
|
interface ApplicationEp extends TypeFromSchema<typeof TlvApplicationEp> {
|
|
93
95
|
}
|
|
94
96
|
/**
|
|
95
97
|
* Input to the ApplicationLauncher launchApp command
|
|
96
98
|
*
|
|
97
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1
|
|
98
100
|
*/
|
|
99
101
|
const TlvLaunchAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
100
102
|
/**
|
|
101
103
|
* This field shall specify the Application to launch.
|
|
102
104
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.1
|
|
104
106
|
*/
|
|
105
107
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
106
108
|
/**
|
|
@@ -109,7 +111,7 @@ export declare namespace ApplicationLauncher {
|
|
|
109
111
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
110
112
|
* assign an ApplicationID to each Content App.
|
|
111
113
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
113
115
|
*/
|
|
114
116
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
115
117
|
/**
|
|
@@ -118,7 +120,7 @@ export declare namespace ApplicationLauncher {
|
|
|
118
120
|
*
|
|
119
121
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
120
122
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
123
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
122
124
|
*/
|
|
123
125
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
124
126
|
}>>;
|
|
@@ -132,19 +134,19 @@ export declare namespace ApplicationLauncher {
|
|
|
132
134
|
* Apps that are not yet Matter aware can be launched via Matter, while retaining the existing ability to
|
|
133
135
|
* launch with proprietary data.
|
|
134
136
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.2
|
|
136
138
|
*/
|
|
137
139
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
138
140
|
}>;
|
|
139
141
|
/**
|
|
140
142
|
* Input to the ApplicationLauncher launchApp command
|
|
141
143
|
*
|
|
142
|
-
* @see {@link MatterSpecification.
|
|
144
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1
|
|
143
145
|
*/
|
|
144
146
|
interface LaunchAppRequest extends TypeFromSchema<typeof TlvLaunchAppRequest> {
|
|
145
147
|
}
|
|
146
148
|
/**
|
|
147
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
148
150
|
*/
|
|
149
151
|
enum Status {
|
|
150
152
|
/**
|
|
@@ -172,42 +174,82 @@ export declare namespace ApplicationLauncher {
|
|
|
172
174
|
*/
|
|
173
175
|
Installing = 5
|
|
174
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* Thrown for cluster status code {@link Status.AppNotAvailable}.
|
|
179
|
+
*
|
|
180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
181
|
+
*/
|
|
182
|
+
class AppNotAvailableError extends StatusResponseError {
|
|
183
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Thrown for cluster status code {@link Status.SystemBusy}.
|
|
187
|
+
*
|
|
188
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
189
|
+
*/
|
|
190
|
+
class SystemBusyError extends StatusResponseError {
|
|
191
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Thrown for cluster status code {@link Status.PendingUserApproval}.
|
|
195
|
+
*
|
|
196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
197
|
+
*/
|
|
198
|
+
class PendingUserApprovalError extends StatusResponseError {
|
|
199
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Thrown for cluster status code {@link Status.Downloading}.
|
|
203
|
+
*
|
|
204
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
205
|
+
*/
|
|
206
|
+
class DownloadingError extends StatusResponseError {
|
|
207
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Thrown for cluster status code {@link Status.Installing}.
|
|
211
|
+
*
|
|
212
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.1
|
|
213
|
+
*/
|
|
214
|
+
class InstallingError extends StatusResponseError {
|
|
215
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
216
|
+
}
|
|
175
217
|
/**
|
|
176
218
|
* This command shall be generated in response to LaunchApp/StopApp/HideApp commands.
|
|
177
219
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4
|
|
179
221
|
*/
|
|
180
222
|
const TlvLauncherResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
181
223
|
/**
|
|
182
224
|
* This field shall indicate the status of the command which resulted in this response.
|
|
183
225
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
185
227
|
*/
|
|
186
228
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
187
229
|
/**
|
|
188
230
|
* This field shall specify Optional app-specific data.
|
|
189
231
|
*
|
|
190
|
-
* @see {@link MatterSpecification.
|
|
232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
191
233
|
*/
|
|
192
234
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
193
235
|
}>;
|
|
194
236
|
/**
|
|
195
237
|
* This command shall be generated in response to LaunchApp/StopApp/HideApp commands.
|
|
196
238
|
*
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4
|
|
198
240
|
*/
|
|
199
241
|
interface LauncherResponse extends TypeFromSchema<typeof TlvLauncherResponse> {
|
|
200
242
|
}
|
|
201
243
|
/**
|
|
202
244
|
* Input to the ApplicationLauncher stopApp command
|
|
203
245
|
*
|
|
204
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2
|
|
205
247
|
*/
|
|
206
248
|
const TlvStopAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
207
249
|
/**
|
|
208
250
|
* This field shall specify the Application to stop.
|
|
209
251
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
252
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2.1
|
|
211
253
|
*/
|
|
212
254
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
213
255
|
/**
|
|
@@ -216,7 +258,7 @@ export declare namespace ApplicationLauncher {
|
|
|
216
258
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
217
259
|
* assign an ApplicationID to each Content App.
|
|
218
260
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
220
262
|
*/
|
|
221
263
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
222
264
|
/**
|
|
@@ -225,7 +267,7 @@ export declare namespace ApplicationLauncher {
|
|
|
225
267
|
*
|
|
226
268
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
227
269
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
229
271
|
*/
|
|
230
272
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
231
273
|
}>>;
|
|
@@ -233,20 +275,20 @@ export declare namespace ApplicationLauncher {
|
|
|
233
275
|
/**
|
|
234
276
|
* Input to the ApplicationLauncher stopApp command
|
|
235
277
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
278
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2
|
|
237
279
|
*/
|
|
238
280
|
interface StopAppRequest extends TypeFromSchema<typeof TlvStopAppRequest> {
|
|
239
281
|
}
|
|
240
282
|
/**
|
|
241
283
|
* Input to the ApplicationLauncher hideApp command
|
|
242
284
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3
|
|
244
286
|
*/
|
|
245
287
|
const TlvHideAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
246
288
|
/**
|
|
247
289
|
* This field shall specify the Application to hide.
|
|
248
290
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3.1
|
|
250
292
|
*/
|
|
251
293
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
252
294
|
/**
|
|
@@ -255,7 +297,7 @@ export declare namespace ApplicationLauncher {
|
|
|
255
297
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
256
298
|
* assign an ApplicationID to each Content App.
|
|
257
299
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
259
301
|
*/
|
|
260
302
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
261
303
|
/**
|
|
@@ -264,7 +306,7 @@ export declare namespace ApplicationLauncher {
|
|
|
264
306
|
*
|
|
265
307
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
266
308
|
*
|
|
267
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
268
310
|
*/
|
|
269
311
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
270
312
|
}>>;
|
|
@@ -272,7 +314,7 @@ export declare namespace ApplicationLauncher {
|
|
|
272
314
|
/**
|
|
273
315
|
* Input to the ApplicationLauncher hideApp command
|
|
274
316
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3
|
|
276
318
|
*/
|
|
277
319
|
interface HideAppRequest extends TypeFromSchema<typeof TlvHideAppRequest> {
|
|
278
320
|
}
|
|
@@ -288,7 +330,7 @@ export declare namespace ApplicationLauncher {
|
|
|
288
330
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
289
331
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
290
332
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
333
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.6.1
|
|
292
334
|
*/
|
|
293
335
|
readonly catalogList: Attribute<number[], any>;
|
|
294
336
|
};
|
|
@@ -313,7 +355,7 @@ export declare namespace ApplicationLauncher {
|
|
|
313
355
|
* catalog vendor ID and the corresponding endpoint number when the application is represented by a Content
|
|
314
356
|
* App endpoint. A null shall be used to indicate there is no current in-focus application.
|
|
315
357
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
358
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.6.2
|
|
317
359
|
*/
|
|
318
360
|
readonly currentApp: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
319
361
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -323,7 +365,7 @@ export declare namespace ApplicationLauncher {
|
|
|
323
365
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
324
366
|
* assign an ApplicationID to each Content App.
|
|
325
367
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
368
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
327
369
|
*/
|
|
328
370
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
329
371
|
/**
|
|
@@ -332,7 +374,7 @@ export declare namespace ApplicationLauncher {
|
|
|
332
374
|
*
|
|
333
375
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
334
376
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
336
378
|
*/
|
|
337
379
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
338
380
|
}>>;
|
|
@@ -356,13 +398,13 @@ export declare namespace ApplicationLauncher {
|
|
|
356
398
|
*
|
|
357
399
|
* This command returns a Launcher Response.
|
|
358
400
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
401
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1
|
|
360
402
|
*/
|
|
361
403
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
362
404
|
/**
|
|
363
405
|
* This field shall specify the Application to launch.
|
|
364
406
|
*
|
|
365
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.1
|
|
366
408
|
*/
|
|
367
409
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
368
410
|
/**
|
|
@@ -371,7 +413,7 @@ export declare namespace ApplicationLauncher {
|
|
|
371
413
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
372
414
|
* assign an ApplicationID to each Content App.
|
|
373
415
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
375
417
|
*/
|
|
376
418
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
377
419
|
/**
|
|
@@ -380,7 +422,7 @@ export declare namespace ApplicationLauncher {
|
|
|
380
422
|
*
|
|
381
423
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
382
424
|
*
|
|
383
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
384
426
|
*/
|
|
385
427
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
386
428
|
}>>;
|
|
@@ -394,20 +436,20 @@ export declare namespace ApplicationLauncher {
|
|
|
394
436
|
* Apps that are not yet Matter aware can be launched via Matter, while retaining the existing ability to
|
|
395
437
|
* launch with proprietary data.
|
|
396
438
|
*
|
|
397
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.2
|
|
398
440
|
*/
|
|
399
441
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
400
442
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
401
443
|
/**
|
|
402
444
|
* This field shall indicate the status of the command which resulted in this response.
|
|
403
445
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
405
447
|
*/
|
|
406
448
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
407
449
|
/**
|
|
408
450
|
* This field shall specify Optional app-specific data.
|
|
409
451
|
*
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
452
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
411
453
|
*/
|
|
412
454
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
413
455
|
}>, any>;
|
|
@@ -425,13 +467,13 @@ export declare namespace ApplicationLauncher {
|
|
|
425
467
|
*
|
|
426
468
|
* This command returns a Launcher Response.
|
|
427
469
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2
|
|
429
471
|
*/
|
|
430
472
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
431
473
|
/**
|
|
432
474
|
* This field shall specify the Application to stop.
|
|
433
475
|
*
|
|
434
|
-
* @see {@link MatterSpecification.
|
|
476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2.1
|
|
435
477
|
*/
|
|
436
478
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
437
479
|
/**
|
|
@@ -440,7 +482,7 @@ export declare namespace ApplicationLauncher {
|
|
|
440
482
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
441
483
|
* assign an ApplicationID to each Content App.
|
|
442
484
|
*
|
|
443
|
-
* @see {@link MatterSpecification.
|
|
485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
444
486
|
*/
|
|
445
487
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
446
488
|
/**
|
|
@@ -449,7 +491,7 @@ export declare namespace ApplicationLauncher {
|
|
|
449
491
|
*
|
|
450
492
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
451
493
|
*
|
|
452
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
453
495
|
*/
|
|
454
496
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
455
497
|
}>>;
|
|
@@ -457,13 +499,13 @@ export declare namespace ApplicationLauncher {
|
|
|
457
499
|
/**
|
|
458
500
|
* This field shall indicate the status of the command which resulted in this response.
|
|
459
501
|
*
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
461
503
|
*/
|
|
462
504
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
463
505
|
/**
|
|
464
506
|
* This field shall specify Optional app-specific data.
|
|
465
507
|
*
|
|
466
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
467
509
|
*/
|
|
468
510
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
469
511
|
}>, any>;
|
|
@@ -480,13 +522,13 @@ export declare namespace ApplicationLauncher {
|
|
|
480
522
|
* the action was taken. The Status attribute shall be updated on any other application whose Status may
|
|
481
523
|
* have changed as a result of this command. This command returns a Launcher Response.
|
|
482
524
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3
|
|
484
526
|
*/
|
|
485
527
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
486
528
|
/**
|
|
487
529
|
* This field shall specify the Application to hide.
|
|
488
530
|
*
|
|
489
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3.1
|
|
490
532
|
*/
|
|
491
533
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
492
534
|
/**
|
|
@@ -495,7 +537,7 @@ export declare namespace ApplicationLauncher {
|
|
|
495
537
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
496
538
|
* assign an ApplicationID to each Content App.
|
|
497
539
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
499
541
|
*/
|
|
500
542
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
501
543
|
/**
|
|
@@ -504,7 +546,7 @@ export declare namespace ApplicationLauncher {
|
|
|
504
546
|
*
|
|
505
547
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
506
548
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
549
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
508
550
|
*/
|
|
509
551
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
510
552
|
}>>;
|
|
@@ -512,13 +554,13 @@ export declare namespace ApplicationLauncher {
|
|
|
512
554
|
/**
|
|
513
555
|
* This field shall indicate the status of the command which resulted in this response.
|
|
514
556
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
516
558
|
*/
|
|
517
559
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
518
560
|
/**
|
|
519
561
|
* This field shall specify Optional app-specific data.
|
|
520
562
|
*
|
|
521
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
522
564
|
*/
|
|
523
565
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
524
566
|
}>, any>;
|
|
@@ -540,7 +582,7 @@ export declare namespace ApplicationLauncher {
|
|
|
540
582
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
541
583
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
542
584
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.6.1
|
|
544
586
|
*/
|
|
545
587
|
readonly catalogList: Attribute<number[], any>;
|
|
546
588
|
};
|
|
@@ -567,7 +609,7 @@ export declare namespace ApplicationLauncher {
|
|
|
567
609
|
* catalog vendor ID and the corresponding endpoint number when the application is represented by a Content
|
|
568
610
|
* App endpoint. A null shall be used to indicate there is no current in-focus application.
|
|
569
611
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
612
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.6.2
|
|
571
613
|
*/
|
|
572
614
|
readonly currentApp: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
573
615
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -577,7 +619,7 @@ export declare namespace ApplicationLauncher {
|
|
|
577
619
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
578
620
|
* assign an ApplicationID to each Content App.
|
|
579
621
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
581
623
|
*/
|
|
582
624
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
583
625
|
/**
|
|
@@ -586,7 +628,7 @@ export declare namespace ApplicationLauncher {
|
|
|
586
628
|
*
|
|
587
629
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
588
630
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
590
632
|
*/
|
|
591
633
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
592
634
|
}>>;
|
|
@@ -610,13 +652,13 @@ export declare namespace ApplicationLauncher {
|
|
|
610
652
|
*
|
|
611
653
|
* This command returns a Launcher Response.
|
|
612
654
|
*
|
|
613
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1
|
|
614
656
|
*/
|
|
615
657
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
616
658
|
/**
|
|
617
659
|
* This field shall specify the Application to launch.
|
|
618
660
|
*
|
|
619
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.1
|
|
620
662
|
*/
|
|
621
663
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
622
664
|
/**
|
|
@@ -625,7 +667,7 @@ export declare namespace ApplicationLauncher {
|
|
|
625
667
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
626
668
|
* assign an ApplicationID to each Content App.
|
|
627
669
|
*
|
|
628
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
629
671
|
*/
|
|
630
672
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
631
673
|
/**
|
|
@@ -634,7 +676,7 @@ export declare namespace ApplicationLauncher {
|
|
|
634
676
|
*
|
|
635
677
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
636
678
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
638
680
|
*/
|
|
639
681
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
640
682
|
}>>;
|
|
@@ -648,20 +690,20 @@ export declare namespace ApplicationLauncher {
|
|
|
648
690
|
* Apps that are not yet Matter aware can be launched via Matter, while retaining the existing ability to
|
|
649
691
|
* launch with proprietary data.
|
|
650
692
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.2
|
|
652
694
|
*/
|
|
653
695
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
654
696
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
655
697
|
/**
|
|
656
698
|
* This field shall indicate the status of the command which resulted in this response.
|
|
657
699
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
700
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
659
701
|
*/
|
|
660
702
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
661
703
|
/**
|
|
662
704
|
* This field shall specify Optional app-specific data.
|
|
663
705
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
706
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
665
707
|
*/
|
|
666
708
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
667
709
|
}>, any>;
|
|
@@ -679,13 +721,13 @@ export declare namespace ApplicationLauncher {
|
|
|
679
721
|
*
|
|
680
722
|
* This command returns a Launcher Response.
|
|
681
723
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2
|
|
683
725
|
*/
|
|
684
726
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
685
727
|
/**
|
|
686
728
|
* This field shall specify the Application to stop.
|
|
687
729
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
730
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2.1
|
|
689
731
|
*/
|
|
690
732
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
691
733
|
/**
|
|
@@ -694,7 +736,7 @@ export declare namespace ApplicationLauncher {
|
|
|
694
736
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
695
737
|
* assign an ApplicationID to each Content App.
|
|
696
738
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
698
740
|
*/
|
|
699
741
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
700
742
|
/**
|
|
@@ -703,7 +745,7 @@ export declare namespace ApplicationLauncher {
|
|
|
703
745
|
*
|
|
704
746
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
705
747
|
*
|
|
706
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
707
749
|
*/
|
|
708
750
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
709
751
|
}>>;
|
|
@@ -711,13 +753,13 @@ export declare namespace ApplicationLauncher {
|
|
|
711
753
|
/**
|
|
712
754
|
* This field shall indicate the status of the command which resulted in this response.
|
|
713
755
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
756
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
715
757
|
*/
|
|
716
758
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
717
759
|
/**
|
|
718
760
|
* This field shall specify Optional app-specific data.
|
|
719
761
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
721
763
|
*/
|
|
722
764
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
723
765
|
}>, any>;
|
|
@@ -734,13 +776,13 @@ export declare namespace ApplicationLauncher {
|
|
|
734
776
|
* the action was taken. The Status attribute shall be updated on any other application whose Status may
|
|
735
777
|
* have changed as a result of this command. This command returns a Launcher Response.
|
|
736
778
|
*
|
|
737
|
-
* @see {@link MatterSpecification.
|
|
779
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3
|
|
738
780
|
*/
|
|
739
781
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
740
782
|
/**
|
|
741
783
|
* This field shall specify the Application to hide.
|
|
742
784
|
*
|
|
743
|
-
* @see {@link MatterSpecification.
|
|
785
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3.1
|
|
744
786
|
*/
|
|
745
787
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
746
788
|
/**
|
|
@@ -749,7 +791,7 @@ export declare namespace ApplicationLauncher {
|
|
|
749
791
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
750
792
|
* assign an ApplicationID to each Content App.
|
|
751
793
|
*
|
|
752
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
753
795
|
*/
|
|
754
796
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
755
797
|
/**
|
|
@@ -758,7 +800,7 @@ export declare namespace ApplicationLauncher {
|
|
|
758
800
|
*
|
|
759
801
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
760
802
|
*
|
|
761
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
762
804
|
*/
|
|
763
805
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
764
806
|
}>>;
|
|
@@ -766,13 +808,13 @@ export declare namespace ApplicationLauncher {
|
|
|
766
808
|
/**
|
|
767
809
|
* This field shall indicate the status of the command which resulted in this response.
|
|
768
810
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
770
812
|
*/
|
|
771
813
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
772
814
|
/**
|
|
773
815
|
* This field shall specify Optional app-specific data.
|
|
774
816
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
817
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
776
818
|
*/
|
|
777
819
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
778
820
|
}>, any>;
|
|
@@ -794,7 +836,7 @@ export declare namespace ApplicationLauncher {
|
|
|
794
836
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
795
837
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
796
838
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.6.1
|
|
798
840
|
*/
|
|
799
841
|
readonly catalogList: Attribute<number[], any>;
|
|
800
842
|
};
|
|
@@ -815,7 +857,7 @@ export declare namespace ApplicationLauncher {
|
|
|
815
857
|
* ApplicationLauncherCluster supports optional features that you can enable with the
|
|
816
858
|
* ApplicationLauncherCluster.with() factory method.
|
|
817
859
|
*
|
|
818
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4
|
|
819
861
|
*/
|
|
820
862
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
821
863
|
}
|
|
@@ -851,7 +893,7 @@ export declare namespace ApplicationLauncher {
|
|
|
851
893
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
852
894
|
* assign an ApplicationID to each Content App.
|
|
853
895
|
*
|
|
854
|
-
* @see {@link MatterSpecification.
|
|
896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
855
897
|
*/
|
|
856
898
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
857
899
|
/**
|
|
@@ -860,7 +902,7 @@ export declare namespace ApplicationLauncher {
|
|
|
860
902
|
*
|
|
861
903
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
862
904
|
*
|
|
863
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
864
906
|
*/
|
|
865
907
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
866
908
|
}>>;
|
|
@@ -895,13 +937,13 @@ export declare namespace ApplicationLauncher {
|
|
|
895
937
|
*
|
|
896
938
|
* This command returns a Launcher Response.
|
|
897
939
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1
|
|
899
941
|
*/
|
|
900
942
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
901
943
|
/**
|
|
902
944
|
* This field shall specify the Application to launch.
|
|
903
945
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.1
|
|
905
947
|
*/
|
|
906
948
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
907
949
|
/**
|
|
@@ -910,7 +952,7 @@ export declare namespace ApplicationLauncher {
|
|
|
910
952
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
911
953
|
* assign an ApplicationID to each Content App.
|
|
912
954
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
914
956
|
*/
|
|
915
957
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
916
958
|
/**
|
|
@@ -919,7 +961,7 @@ export declare namespace ApplicationLauncher {
|
|
|
919
961
|
*
|
|
920
962
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
921
963
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
923
965
|
*/
|
|
924
966
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
925
967
|
}>>;
|
|
@@ -933,20 +975,20 @@ export declare namespace ApplicationLauncher {
|
|
|
933
975
|
* Apps that are not yet Matter aware can be launched via Matter, while retaining the existing ability to
|
|
934
976
|
* launch with proprietary data.
|
|
935
977
|
*
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.1.2
|
|
937
979
|
*/
|
|
938
980
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
939
981
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
940
982
|
/**
|
|
941
983
|
* This field shall indicate the status of the command which resulted in this response.
|
|
942
984
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
985
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
944
986
|
*/
|
|
945
987
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
946
988
|
/**
|
|
947
989
|
* This field shall specify Optional app-specific data.
|
|
948
990
|
*
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
950
992
|
*/
|
|
951
993
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
952
994
|
}>, any>;
|
|
@@ -964,13 +1006,13 @@ export declare namespace ApplicationLauncher {
|
|
|
964
1006
|
*
|
|
965
1007
|
* This command returns a Launcher Response.
|
|
966
1008
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
1009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2
|
|
968
1010
|
*/
|
|
969
1011
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
970
1012
|
/**
|
|
971
1013
|
* This field shall specify the Application to stop.
|
|
972
1014
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
1015
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.2.1
|
|
974
1016
|
*/
|
|
975
1017
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
976
1018
|
/**
|
|
@@ -979,7 +1021,7 @@ export declare namespace ApplicationLauncher {
|
|
|
979
1021
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
980
1022
|
* assign an ApplicationID to each Content App.
|
|
981
1023
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
983
1025
|
*/
|
|
984
1026
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
985
1027
|
/**
|
|
@@ -988,7 +1030,7 @@ export declare namespace ApplicationLauncher {
|
|
|
988
1030
|
*
|
|
989
1031
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
990
1032
|
*
|
|
991
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
992
1034
|
*/
|
|
993
1035
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
994
1036
|
}>>;
|
|
@@ -996,13 +1038,13 @@ export declare namespace ApplicationLauncher {
|
|
|
996
1038
|
/**
|
|
997
1039
|
* This field shall indicate the status of the command which resulted in this response.
|
|
998
1040
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
1000
1042
|
*/
|
|
1001
1043
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1002
1044
|
/**
|
|
1003
1045
|
* This field shall specify Optional app-specific data.
|
|
1004
1046
|
*
|
|
1005
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
1006
1048
|
*/
|
|
1007
1049
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1008
1050
|
}>, any>;
|
|
@@ -1019,13 +1061,13 @@ export declare namespace ApplicationLauncher {
|
|
|
1019
1061
|
* the action was taken. The Status attribute shall be updated on any other application whose Status may
|
|
1020
1062
|
* have changed as a result of this command. This command returns a Launcher Response.
|
|
1021
1063
|
*
|
|
1022
|
-
* @see {@link MatterSpecification.
|
|
1064
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3
|
|
1023
1065
|
*/
|
|
1024
1066
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1025
1067
|
/**
|
|
1026
1068
|
* This field shall specify the Application to hide.
|
|
1027
1069
|
*
|
|
1028
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.3.1
|
|
1029
1071
|
*/
|
|
1030
1072
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1031
1073
|
/**
|
|
@@ -1034,7 +1076,7 @@ export declare namespace ApplicationLauncher {
|
|
|
1034
1076
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1035
1077
|
* assign an ApplicationID to each Content App.
|
|
1036
1078
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1079
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.1
|
|
1038
1080
|
*/
|
|
1039
1081
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1040
1082
|
/**
|
|
@@ -1043,7 +1085,7 @@ export declare namespace ApplicationLauncher {
|
|
|
1043
1085
|
*
|
|
1044
1086
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
1045
1087
|
*
|
|
1046
|
-
* @see {@link MatterSpecification.
|
|
1088
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.5.2.2
|
|
1047
1089
|
*/
|
|
1048
1090
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1049
1091
|
}>>;
|
|
@@ -1051,13 +1093,13 @@ export declare namespace ApplicationLauncher {
|
|
|
1051
1093
|
/**
|
|
1052
1094
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1053
1095
|
*
|
|
1054
|
-
* @see {@link MatterSpecification.
|
|
1096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.1
|
|
1055
1097
|
*/
|
|
1056
1098
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1057
1099
|
/**
|
|
1058
1100
|
* This field shall specify Optional app-specific data.
|
|
1059
1101
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.4.7.4.2
|
|
1061
1103
|
*/
|
|
1062
1104
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1063
1105
|
}>, any>;
|