@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace ApplicationLauncher {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ApplicationLauncherCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export declare namespace ApplicationLauncher {
|
|
|
27
27
|
/**
|
|
28
28
|
* This indicates a global identifier for an Application given a catalog.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2
|
|
31
31
|
*/
|
|
32
32
|
const TlvApplication: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
33
33
|
/**
|
|
@@ -36,7 +36,7 @@ export declare namespace ApplicationLauncher {
|
|
|
36
36
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
37
37
|
* assign an ApplicationID to each Content App.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
40
40
|
*/
|
|
41
41
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
42
42
|
/**
|
|
@@ -45,21 +45,21 @@ export declare namespace ApplicationLauncher {
|
|
|
45
45
|
*
|
|
46
46
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
47
47
|
*
|
|
48
|
-
* @see {@link MatterSpecification.
|
|
48
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
49
49
|
*/
|
|
50
50
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
51
51
|
}>;
|
|
52
52
|
/**
|
|
53
53
|
* This indicates a global identifier for an Application given a catalog.
|
|
54
54
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2
|
|
56
56
|
*/
|
|
57
57
|
interface Application extends TypeFromSchema<typeof TlvApplication> {
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* This specifies an app along with its corresponding endpoint.
|
|
61
61
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.3
|
|
63
63
|
*/
|
|
64
64
|
const TlvApplicationEp: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
65
65
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -69,7 +69,7 @@ export declare namespace ApplicationLauncher {
|
|
|
69
69
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
70
70
|
* assign an ApplicationID to each Content App.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
73
73
|
*/
|
|
74
74
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
75
75
|
/**
|
|
@@ -78,7 +78,7 @@ export declare namespace ApplicationLauncher {
|
|
|
78
78
|
*
|
|
79
79
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
82
82
|
*/
|
|
83
83
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
84
84
|
}>>;
|
|
@@ -87,20 +87,20 @@ export declare namespace ApplicationLauncher {
|
|
|
87
87
|
/**
|
|
88
88
|
* This specifies an app along with its corresponding endpoint.
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.3
|
|
91
91
|
*/
|
|
92
92
|
interface ApplicationEp extends TypeFromSchema<typeof TlvApplicationEp> {
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Input to the ApplicationLauncher launchApp command
|
|
96
96
|
*
|
|
97
|
-
* @see {@link MatterSpecification.
|
|
97
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
98
98
|
*/
|
|
99
99
|
const TlvLaunchAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
100
100
|
/**
|
|
101
101
|
* This field shall specify the Application to launch.
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.1
|
|
104
104
|
*/
|
|
105
105
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
106
106
|
/**
|
|
@@ -109,7 +109,7 @@ export declare namespace ApplicationLauncher {
|
|
|
109
109
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
110
110
|
* assign an ApplicationID to each Content App.
|
|
111
111
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
113
113
|
*/
|
|
114
114
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare namespace ApplicationLauncher {
|
|
|
118
118
|
*
|
|
119
119
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
122
122
|
*/
|
|
123
123
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
124
124
|
}>>;
|
|
@@ -132,19 +132,19 @@ export declare namespace ApplicationLauncher {
|
|
|
132
132
|
* not yet Matter aware can be launched via Matter, while retaining the existing ability to launch with
|
|
133
133
|
* proprietary data.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.2
|
|
136
136
|
*/
|
|
137
137
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
138
138
|
}>;
|
|
139
139
|
/**
|
|
140
140
|
* Input to the ApplicationLauncher launchApp command
|
|
141
141
|
*
|
|
142
|
-
* @see {@link MatterSpecification.
|
|
142
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
143
143
|
*/
|
|
144
144
|
interface LaunchAppRequest extends TypeFromSchema<typeof TlvLaunchAppRequest> {
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
|
-
* @see {@link MatterSpecification.
|
|
147
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.1
|
|
148
148
|
*/
|
|
149
149
|
enum Status {
|
|
150
150
|
/**
|
|
@@ -175,39 +175,39 @@ export declare namespace ApplicationLauncher {
|
|
|
175
175
|
/**
|
|
176
176
|
* This command shall be generated in response to LaunchApp/StopApp/HideApp commands.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4
|
|
179
179
|
*/
|
|
180
180
|
const TlvLauncherResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
181
181
|
/**
|
|
182
182
|
* This field shall indicate the status of the command which resulted in this response.
|
|
183
183
|
*
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
185
185
|
*/
|
|
186
186
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
187
187
|
/**
|
|
188
188
|
* This field shall specify Optional app-specific data.
|
|
189
189
|
*
|
|
190
|
-
* @see {@link MatterSpecification.
|
|
190
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
191
191
|
*/
|
|
192
192
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
193
193
|
}>;
|
|
194
194
|
/**
|
|
195
195
|
* This command shall be generated in response to LaunchApp/StopApp/HideApp commands.
|
|
196
196
|
*
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
197
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4
|
|
198
198
|
*/
|
|
199
199
|
interface LauncherResponse extends TypeFromSchema<typeof TlvLauncherResponse> {
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Input to the ApplicationLauncher stopApp command
|
|
203
203
|
*
|
|
204
|
-
* @see {@link MatterSpecification.
|
|
204
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
205
205
|
*/
|
|
206
206
|
const TlvStopAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
207
207
|
/**
|
|
208
208
|
* This field shall specify the Application to stop.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2.1
|
|
211
211
|
*/
|
|
212
212
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare namespace ApplicationLauncher {
|
|
|
216
216
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
217
217
|
* assign an ApplicationID to each Content App.
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
220
220
|
*/
|
|
221
221
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
222
222
|
/**
|
|
@@ -225,7 +225,7 @@ export declare namespace ApplicationLauncher {
|
|
|
225
225
|
*
|
|
226
226
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
229
229
|
*/
|
|
230
230
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
231
231
|
}>>;
|
|
@@ -233,20 +233,20 @@ export declare namespace ApplicationLauncher {
|
|
|
233
233
|
/**
|
|
234
234
|
* Input to the ApplicationLauncher stopApp command
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
237
237
|
*/
|
|
238
238
|
interface StopAppRequest extends TypeFromSchema<typeof TlvStopAppRequest> {
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
241
|
* Input to the ApplicationLauncher hideApp command
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
244
244
|
*/
|
|
245
245
|
const TlvHideAppRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
246
246
|
/**
|
|
247
247
|
* This field shall specify the Application to hide.
|
|
248
248
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3.1
|
|
250
250
|
*/
|
|
251
251
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
252
252
|
/**
|
|
@@ -255,7 +255,7 @@ export declare namespace ApplicationLauncher {
|
|
|
255
255
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
256
256
|
* assign an ApplicationID to each Content App.
|
|
257
257
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
259
259
|
*/
|
|
260
260
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
261
261
|
/**
|
|
@@ -264,7 +264,7 @@ export declare namespace ApplicationLauncher {
|
|
|
264
264
|
*
|
|
265
265
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
266
266
|
*
|
|
267
|
-
* @see {@link MatterSpecification.
|
|
267
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
268
268
|
*/
|
|
269
269
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
270
270
|
}>>;
|
|
@@ -272,7 +272,7 @@ export declare namespace ApplicationLauncher {
|
|
|
272
272
|
/**
|
|
273
273
|
* Input to the ApplicationLauncher hideApp command
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
276
276
|
*/
|
|
277
277
|
interface HideAppRequest extends TypeFromSchema<typeof TlvHideAppRequest> {
|
|
278
278
|
}
|
|
@@ -288,7 +288,7 @@ export declare namespace ApplicationLauncher {
|
|
|
288
288
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
289
289
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.1
|
|
292
292
|
*/
|
|
293
293
|
readonly catalogList: Attribute<number[], any>;
|
|
294
294
|
};
|
|
@@ -315,7 +315,7 @@ export declare namespace ApplicationLauncher {
|
|
|
315
315
|
* catalog vendor ID and the corresponding endpoint number when the application is represented by a Content
|
|
316
316
|
* App endpoint. A null shall be used to indicate there is no current in-focus application.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.2
|
|
319
319
|
*/
|
|
320
320
|
readonly currentApp: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
321
321
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -325,7 +325,7 @@ export declare namespace ApplicationLauncher {
|
|
|
325
325
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
326
326
|
* assign an ApplicationID to each Content App.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
329
329
|
*/
|
|
330
330
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
331
331
|
/**
|
|
@@ -334,7 +334,7 @@ export declare namespace ApplicationLauncher {
|
|
|
334
334
|
*
|
|
335
335
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
336
336
|
*
|
|
337
|
-
* @see {@link MatterSpecification.
|
|
337
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
338
338
|
*/
|
|
339
339
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
340
340
|
}>>;
|
|
@@ -358,13 +358,13 @@ export declare namespace ApplicationLauncher {
|
|
|
358
358
|
*
|
|
359
359
|
* This command returns a Launcher Response.
|
|
360
360
|
*
|
|
361
|
-
* @see {@link MatterSpecification.
|
|
361
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
362
362
|
*/
|
|
363
363
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
364
364
|
/**
|
|
365
365
|
* This field shall specify the Application to launch.
|
|
366
366
|
*
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
367
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.1
|
|
368
368
|
*/
|
|
369
369
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
370
370
|
/**
|
|
@@ -373,7 +373,7 @@ export declare namespace ApplicationLauncher {
|
|
|
373
373
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
374
374
|
* assign an ApplicationID to each Content App.
|
|
375
375
|
*
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
377
377
|
*/
|
|
378
378
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
379
379
|
/**
|
|
@@ -382,7 +382,7 @@ export declare namespace ApplicationLauncher {
|
|
|
382
382
|
*
|
|
383
383
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
386
386
|
*/
|
|
387
387
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
388
388
|
}>>;
|
|
@@ -396,20 +396,20 @@ export declare namespace ApplicationLauncher {
|
|
|
396
396
|
* not yet Matter aware can be launched via Matter, while retaining the existing ability to launch with
|
|
397
397
|
* proprietary data.
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.2
|
|
400
400
|
*/
|
|
401
401
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
402
402
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
403
403
|
/**
|
|
404
404
|
* This field shall indicate the status of the command which resulted in this response.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
407
407
|
*/
|
|
408
408
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
409
409
|
/**
|
|
410
410
|
* This field shall specify Optional app-specific data.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
413
413
|
*/
|
|
414
414
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
415
415
|
}>, any>;
|
|
@@ -427,13 +427,13 @@ export declare namespace ApplicationLauncher {
|
|
|
427
427
|
*
|
|
428
428
|
* This command returns a Launcher Response.
|
|
429
429
|
*
|
|
430
|
-
* @see {@link MatterSpecification.
|
|
430
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
431
431
|
*/
|
|
432
432
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
433
433
|
/**
|
|
434
434
|
* This field shall specify the Application to stop.
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2.1
|
|
437
437
|
*/
|
|
438
438
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
439
439
|
/**
|
|
@@ -442,7 +442,7 @@ export declare namespace ApplicationLauncher {
|
|
|
442
442
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
443
443
|
* assign an ApplicationID to each Content App.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
446
446
|
*/
|
|
447
447
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
448
448
|
/**
|
|
@@ -451,7 +451,7 @@ export declare namespace ApplicationLauncher {
|
|
|
451
451
|
*
|
|
452
452
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
453
453
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
455
455
|
*/
|
|
456
456
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
457
457
|
}>>;
|
|
@@ -459,13 +459,13 @@ export declare namespace ApplicationLauncher {
|
|
|
459
459
|
/**
|
|
460
460
|
* This field shall indicate the status of the command which resulted in this response.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
463
463
|
*/
|
|
464
464
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
465
465
|
/**
|
|
466
466
|
* This field shall specify Optional app-specific data.
|
|
467
467
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
469
469
|
*/
|
|
470
470
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
471
471
|
}>, any>;
|
|
@@ -484,13 +484,13 @@ export declare namespace ApplicationLauncher {
|
|
|
484
484
|
*
|
|
485
485
|
* This command returns a Launcher Response.
|
|
486
486
|
*
|
|
487
|
-
* @see {@link MatterSpecification.
|
|
487
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
488
488
|
*/
|
|
489
489
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
490
490
|
/**
|
|
491
491
|
* This field shall specify the Application to hide.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3.1
|
|
494
494
|
*/
|
|
495
495
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export declare namespace ApplicationLauncher {
|
|
|
499
499
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
500
500
|
* assign an ApplicationID to each Content App.
|
|
501
501
|
*
|
|
502
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
503
503
|
*/
|
|
504
504
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
505
505
|
/**
|
|
@@ -508,7 +508,7 @@ export declare namespace ApplicationLauncher {
|
|
|
508
508
|
*
|
|
509
509
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
510
510
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
512
512
|
*/
|
|
513
513
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
514
514
|
}>>;
|
|
@@ -516,13 +516,13 @@ export declare namespace ApplicationLauncher {
|
|
|
516
516
|
/**
|
|
517
517
|
* This field shall indicate the status of the command which resulted in this response.
|
|
518
518
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
519
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
520
520
|
*/
|
|
521
521
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
522
522
|
/**
|
|
523
523
|
* This field shall specify Optional app-specific data.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
526
526
|
*/
|
|
527
527
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
528
528
|
}>, any>;
|
|
@@ -544,7 +544,7 @@ export declare namespace ApplicationLauncher {
|
|
|
544
544
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
545
545
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
546
546
|
*
|
|
547
|
-
* @see {@link MatterSpecification.
|
|
547
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.1
|
|
548
548
|
*/
|
|
549
549
|
readonly catalogList: Attribute<number[], any>;
|
|
550
550
|
};
|
|
@@ -573,7 +573,7 @@ export declare namespace ApplicationLauncher {
|
|
|
573
573
|
* catalog vendor ID and the corresponding endpoint number when the application is represented by a Content
|
|
574
574
|
* App endpoint. A null shall be used to indicate there is no current in-focus application.
|
|
575
575
|
*
|
|
576
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.2
|
|
577
577
|
*/
|
|
578
578
|
readonly currentApp: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
579
579
|
application: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -583,7 +583,7 @@ export declare namespace ApplicationLauncher {
|
|
|
583
583
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
584
584
|
* assign an ApplicationID to each Content App.
|
|
585
585
|
*
|
|
586
|
-
* @see {@link MatterSpecification.
|
|
586
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
587
587
|
*/
|
|
588
588
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
589
589
|
/**
|
|
@@ -592,7 +592,7 @@ export declare namespace ApplicationLauncher {
|
|
|
592
592
|
*
|
|
593
593
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
594
594
|
*
|
|
595
|
-
* @see {@link MatterSpecification.
|
|
595
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
596
596
|
*/
|
|
597
597
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
598
598
|
}>>;
|
|
@@ -616,13 +616,13 @@ export declare namespace ApplicationLauncher {
|
|
|
616
616
|
*
|
|
617
617
|
* This command returns a Launcher Response.
|
|
618
618
|
*
|
|
619
|
-
* @see {@link MatterSpecification.
|
|
619
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
620
620
|
*/
|
|
621
621
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
622
622
|
/**
|
|
623
623
|
* This field shall specify the Application to launch.
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.1
|
|
626
626
|
*/
|
|
627
627
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
628
628
|
/**
|
|
@@ -631,7 +631,7 @@ export declare namespace ApplicationLauncher {
|
|
|
631
631
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
632
632
|
* assign an ApplicationID to each Content App.
|
|
633
633
|
*
|
|
634
|
-
* @see {@link MatterSpecification.
|
|
634
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
635
635
|
*/
|
|
636
636
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
637
637
|
/**
|
|
@@ -640,7 +640,7 @@ export declare namespace ApplicationLauncher {
|
|
|
640
640
|
*
|
|
641
641
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
642
642
|
*
|
|
643
|
-
* @see {@link MatterSpecification.
|
|
643
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
644
644
|
*/
|
|
645
645
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
646
646
|
}>>;
|
|
@@ -654,20 +654,20 @@ export declare namespace ApplicationLauncher {
|
|
|
654
654
|
* not yet Matter aware can be launched via Matter, while retaining the existing ability to launch with
|
|
655
655
|
* proprietary data.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.2
|
|
658
658
|
*/
|
|
659
659
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
660
660
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
661
661
|
/**
|
|
662
662
|
* This field shall indicate the status of the command which resulted in this response.
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
665
665
|
*/
|
|
666
666
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
667
667
|
/**
|
|
668
668
|
* This field shall specify Optional app-specific data.
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
671
671
|
*/
|
|
672
672
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
673
673
|
}>, any>;
|
|
@@ -685,13 +685,13 @@ export declare namespace ApplicationLauncher {
|
|
|
685
685
|
*
|
|
686
686
|
* This command returns a Launcher Response.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
689
689
|
*/
|
|
690
690
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
691
691
|
/**
|
|
692
692
|
* This field shall specify the Application to stop.
|
|
693
693
|
*
|
|
694
|
-
* @see {@link MatterSpecification.
|
|
694
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2.1
|
|
695
695
|
*/
|
|
696
696
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
697
697
|
/**
|
|
@@ -700,7 +700,7 @@ export declare namespace ApplicationLauncher {
|
|
|
700
700
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
701
701
|
* assign an ApplicationID to each Content App.
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
704
704
|
*/
|
|
705
705
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
706
706
|
/**
|
|
@@ -709,7 +709,7 @@ export declare namespace ApplicationLauncher {
|
|
|
709
709
|
*
|
|
710
710
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
711
711
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
713
713
|
*/
|
|
714
714
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
715
715
|
}>>;
|
|
@@ -717,13 +717,13 @@ export declare namespace ApplicationLauncher {
|
|
|
717
717
|
/**
|
|
718
718
|
* This field shall indicate the status of the command which resulted in this response.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
721
721
|
*/
|
|
722
722
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
723
723
|
/**
|
|
724
724
|
* This field shall specify Optional app-specific data.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
727
727
|
*/
|
|
728
728
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
729
729
|
}>, any>;
|
|
@@ -742,13 +742,13 @@ export declare namespace ApplicationLauncher {
|
|
|
742
742
|
*
|
|
743
743
|
* This command returns a Launcher Response.
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
746
746
|
*/
|
|
747
747
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
748
748
|
/**
|
|
749
749
|
* This field shall specify the Application to hide.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3.1
|
|
752
752
|
*/
|
|
753
753
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
754
754
|
/**
|
|
@@ -757,7 +757,7 @@ export declare namespace ApplicationLauncher {
|
|
|
757
757
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
758
758
|
* assign an ApplicationID to each Content App.
|
|
759
759
|
*
|
|
760
|
-
* @see {@link MatterSpecification.
|
|
760
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
761
761
|
*/
|
|
762
762
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
763
763
|
/**
|
|
@@ -766,7 +766,7 @@ export declare namespace ApplicationLauncher {
|
|
|
766
766
|
*
|
|
767
767
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
770
770
|
*/
|
|
771
771
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
772
772
|
}>>;
|
|
@@ -774,13 +774,13 @@ export declare namespace ApplicationLauncher {
|
|
|
774
774
|
/**
|
|
775
775
|
* This field shall indicate the status of the command which resulted in this response.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
778
778
|
*/
|
|
779
779
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
780
780
|
/**
|
|
781
781
|
* This field shall specify Optional app-specific data.
|
|
782
782
|
*
|
|
783
|
-
* @see {@link MatterSpecification.
|
|
783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
784
784
|
*/
|
|
785
785
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
786
786
|
}>, any>;
|
|
@@ -802,7 +802,7 @@ export declare namespace ApplicationLauncher {
|
|
|
802
802
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
803
803
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.1
|
|
806
806
|
*/
|
|
807
807
|
readonly catalogList: Attribute<number[], any>;
|
|
808
808
|
};
|
|
@@ -823,7 +823,7 @@ export declare namespace ApplicationLauncher {
|
|
|
823
823
|
* ApplicationLauncherCluster supports optional features that you can enable with the
|
|
824
824
|
* ApplicationLauncherCluster.with() factory method.
|
|
825
825
|
*
|
|
826
|
-
* @see {@link MatterSpecification.
|
|
826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4
|
|
827
827
|
*/
|
|
828
828
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
829
829
|
}
|
|
@@ -861,7 +861,7 @@ export declare namespace ApplicationLauncher {
|
|
|
861
861
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
862
862
|
* assign an ApplicationID to each Content App.
|
|
863
863
|
*
|
|
864
|
-
* @see {@link MatterSpecification.
|
|
864
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
865
865
|
*/
|
|
866
866
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
867
867
|
/**
|
|
@@ -870,7 +870,7 @@ export declare namespace ApplicationLauncher {
|
|
|
870
870
|
*
|
|
871
871
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
874
874
|
*/
|
|
875
875
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
876
876
|
}>>;
|
|
@@ -907,13 +907,13 @@ export declare namespace ApplicationLauncher {
|
|
|
907
907
|
*
|
|
908
908
|
* This command returns a Launcher Response.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
911
911
|
*/
|
|
912
912
|
readonly launchApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
913
913
|
/**
|
|
914
914
|
* This field shall specify the Application to launch.
|
|
915
915
|
*
|
|
916
|
-
* @see {@link MatterSpecification.
|
|
916
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.1
|
|
917
917
|
*/
|
|
918
918
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
919
919
|
/**
|
|
@@ -922,7 +922,7 @@ export declare namespace ApplicationLauncher {
|
|
|
922
922
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
923
923
|
* assign an ApplicationID to each Content App.
|
|
924
924
|
*
|
|
925
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
926
926
|
*/
|
|
927
927
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
928
928
|
/**
|
|
@@ -931,7 +931,7 @@ export declare namespace ApplicationLauncher {
|
|
|
931
931
|
*
|
|
932
932
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
933
933
|
*
|
|
934
|
-
* @see {@link MatterSpecification.
|
|
934
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
935
935
|
*/
|
|
936
936
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
937
937
|
}>>;
|
|
@@ -945,20 +945,20 @@ export declare namespace ApplicationLauncher {
|
|
|
945
945
|
* not yet Matter aware can be launched via Matter, while retaining the existing ability to launch with
|
|
946
946
|
* proprietary data.
|
|
947
947
|
*
|
|
948
|
-
* @see {@link MatterSpecification.
|
|
948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.2
|
|
949
949
|
*/
|
|
950
950
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
951
951
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
952
952
|
/**
|
|
953
953
|
* This field shall indicate the status of the command which resulted in this response.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
956
956
|
*/
|
|
957
957
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
958
958
|
/**
|
|
959
959
|
* This field shall specify Optional app-specific data.
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
962
962
|
*/
|
|
963
963
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
964
964
|
}>, any>;
|
|
@@ -976,13 +976,13 @@ export declare namespace ApplicationLauncher {
|
|
|
976
976
|
*
|
|
977
977
|
* This command returns a Launcher Response.
|
|
978
978
|
*
|
|
979
|
-
* @see {@link MatterSpecification.
|
|
979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
980
980
|
*/
|
|
981
981
|
readonly stopApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
982
982
|
/**
|
|
983
983
|
* This field shall specify the Application to stop.
|
|
984
984
|
*
|
|
985
|
-
* @see {@link MatterSpecification.
|
|
985
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2.1
|
|
986
986
|
*/
|
|
987
987
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
988
988
|
/**
|
|
@@ -991,7 +991,7 @@ export declare namespace ApplicationLauncher {
|
|
|
991
991
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
992
992
|
* assign an ApplicationID to each Content App.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
995
995
|
*/
|
|
996
996
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
997
997
|
/**
|
|
@@ -1000,7 +1000,7 @@ export declare namespace ApplicationLauncher {
|
|
|
1000
1000
|
*
|
|
1001
1001
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
1004
1004
|
*/
|
|
1005
1005
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1006
1006
|
}>>;
|
|
@@ -1008,13 +1008,13 @@ export declare namespace ApplicationLauncher {
|
|
|
1008
1008
|
/**
|
|
1009
1009
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
1012
1012
|
*/
|
|
1013
1013
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1014
1014
|
/**
|
|
1015
1015
|
* This field shall specify Optional app-specific data.
|
|
1016
1016
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
1018
1018
|
*/
|
|
1019
1019
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1020
1020
|
}>, any>;
|
|
@@ -1033,13 +1033,13 @@ export declare namespace ApplicationLauncher {
|
|
|
1033
1033
|
*
|
|
1034
1034
|
* This command returns a Launcher Response.
|
|
1035
1035
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1036
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
1037
1037
|
*/
|
|
1038
1038
|
readonly hideApp: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1039
1039
|
/**
|
|
1040
1040
|
* This field shall specify the Application to hide.
|
|
1041
1041
|
*
|
|
1042
|
-
* @see {@link MatterSpecification.
|
|
1042
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3.1
|
|
1043
1043
|
*/
|
|
1044
1044
|
application: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1045
1045
|
/**
|
|
@@ -1048,7 +1048,7 @@ export declare namespace ApplicationLauncher {
|
|
|
1048
1048
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
1049
1049
|
* assign an ApplicationID to each Content App.
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
1052
1052
|
*/
|
|
1053
1053
|
catalogVendorId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1054
1054
|
/**
|
|
@@ -1057,7 +1057,7 @@ export declare namespace ApplicationLauncher {
|
|
|
1057
1057
|
*
|
|
1058
1058
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
1061
1061
|
*/
|
|
1062
1062
|
applicationId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1063
1063
|
}>>;
|
|
@@ -1065,13 +1065,13 @@ export declare namespace ApplicationLauncher {
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1067
1067
|
*
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1068
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
1069
1069
|
*/
|
|
1070
1070
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1071
1071
|
/**
|
|
1072
1072
|
* This field shall specify Optional app-specific data.
|
|
1073
1073
|
*
|
|
1074
|
-
* @see {@link MatterSpecification.
|
|
1074
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
1075
1075
|
*/
|
|
1076
1076
|
data: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1077
1077
|
}>, any>;
|