@matter/types 0.13.0-alpha.0-20250328-6dde053de → 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
|
@@ -14,7 +14,7 @@ export declare namespace ScenesManagement {
|
|
|
14
14
|
/**
|
|
15
15
|
* These are optional features supported by ScenesManagementCluster.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.4
|
|
18
18
|
*/
|
|
19
19
|
enum Feature {
|
|
20
20
|
/**
|
|
@@ -22,12 +22,12 @@ export declare namespace ScenesManagement {
|
|
|
22
22
|
*
|
|
23
23
|
* This feature indicates the ability to store a name for a scene when a scene is added.
|
|
24
24
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
25
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.4.1
|
|
26
26
|
*/
|
|
27
27
|
SceneNames = "SceneNames"
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2
|
|
31
31
|
*/
|
|
32
32
|
const TlvSceneInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
33
33
|
/**
|
|
@@ -36,21 +36,21 @@ export declare namespace ScenesManagement {
|
|
|
36
36
|
*
|
|
37
37
|
* This only includes the count for the associated fabric.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.1
|
|
40
40
|
*/
|
|
41
41
|
sceneCount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
42
42
|
/**
|
|
43
43
|
* This field shall indicate the scene identifier of the scene last invoked on the associated fabric. If no
|
|
44
44
|
* scene has been invoked, the value of this field shall be 0xFF, the undefined scene identifier.
|
|
45
45
|
*
|
|
46
|
-
* @see {@link MatterSpecification.
|
|
46
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.2
|
|
47
47
|
*/
|
|
48
48
|
currentScene: import("../tlv/TlvObject.js").FieldType<number>;
|
|
49
49
|
/**
|
|
50
50
|
* This field shall indicate the group identifier of the scene last invoked on the associated fabric, or 0 if
|
|
51
51
|
* the scene last invoked is not associated with a group.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.3
|
|
54
54
|
*/
|
|
55
55
|
currentGroup: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
56
56
|
/**
|
|
@@ -67,7 +67,7 @@ export declare namespace ScenesManagement {
|
|
|
67
67
|
* fields shall be the last invoked scene and group for that fabric. In the event where no scene was previously
|
|
68
68
|
* invoked for that fabric, the CurrentScene and CurrentGroup fields shall be their default values.
|
|
69
69
|
*
|
|
70
|
-
* @see {@link MatterSpecification.
|
|
70
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.4
|
|
71
71
|
*/
|
|
72
72
|
sceneValid: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
73
73
|
/**
|
|
@@ -76,20 +76,20 @@ export declare namespace ScenesManagement {
|
|
|
76
76
|
* accessing fabric, due to other clients associated with other fabrics adding or deleting entries that impact
|
|
77
77
|
* the resource usage on the device.
|
|
78
78
|
*
|
|
79
|
-
* @see {@link MatterSpecification.
|
|
79
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.5
|
|
80
80
|
*/
|
|
81
81
|
remainingCapacity: import("../tlv/TlvObject.js").FieldType<number>;
|
|
82
82
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
83
83
|
}>;
|
|
84
84
|
/**
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2
|
|
86
86
|
*/
|
|
87
87
|
interface SceneInfo extends TypeFromSchema<typeof TlvSceneInfo> {
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* This data type indicates a combination of an identifier and the value of an attribute.
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3
|
|
93
93
|
*/
|
|
94
94
|
const TlvAttributeValuePair: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
95
95
|
/**
|
|
@@ -164,7 +164,7 @@ export declare namespace ScenesManagement {
|
|
|
164
164
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
165
165
|
* considered as the null value.
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
168
168
|
*/
|
|
169
169
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
170
170
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -179,20 +179,20 @@ export declare namespace ScenesManagement {
|
|
|
179
179
|
/**
|
|
180
180
|
* This data type indicates a combination of an identifier and the value of an attribute.
|
|
181
181
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3
|
|
183
183
|
*/
|
|
184
184
|
interface AttributeValuePair extends TypeFromSchema<typeof TlvAttributeValuePair> {
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
187
|
* This data type indicates for a given cluster a set of attributes and their values.
|
|
188
188
|
*
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4
|
|
190
190
|
*/
|
|
191
191
|
const TlvExtensionFieldSet: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
192
192
|
/**
|
|
193
193
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
196
196
|
*/
|
|
197
197
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
198
198
|
/**
|
|
@@ -201,7 +201,7 @@ export declare namespace ScenesManagement {
|
|
|
201
201
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
202
202
|
* specification shall NOT be used in the AttributeValueList field.
|
|
203
203
|
*
|
|
204
|
-
* @see {@link MatterSpecification.
|
|
204
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
205
205
|
*/
|
|
206
206
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
207
207
|
/**
|
|
@@ -276,7 +276,7 @@ export declare namespace ScenesManagement {
|
|
|
276
276
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
277
277
|
* considered as the null value.
|
|
278
278
|
*
|
|
279
|
-
* @see {@link MatterSpecification.
|
|
279
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
280
280
|
*/
|
|
281
281
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
282
282
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -292,50 +292,50 @@ export declare namespace ScenesManagement {
|
|
|
292
292
|
/**
|
|
293
293
|
* This data type indicates for a given cluster a set of attributes and their values.
|
|
294
294
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
295
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4
|
|
296
296
|
*/
|
|
297
297
|
interface ExtensionFieldSet extends TypeFromSchema<typeof TlvExtensionFieldSet> {
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
300
|
* Input to the ScenesManagement addScene command
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2
|
|
303
303
|
*/
|
|
304
304
|
const TlvAddSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
305
305
|
/**
|
|
306
306
|
* This field shall indicate the group identifier in the Group Table.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.1
|
|
309
309
|
*/
|
|
310
310
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
311
311
|
/**
|
|
312
312
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.2
|
|
315
315
|
*/
|
|
316
316
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
317
317
|
/**
|
|
318
318
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
319
319
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.3
|
|
321
321
|
*/
|
|
322
322
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
323
323
|
/**
|
|
324
324
|
* This field shall indicate the name of the scene.
|
|
325
325
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
326
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.4
|
|
327
327
|
*/
|
|
328
328
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
329
329
|
/**
|
|
330
330
|
* This field shall contains the list of extension fields.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.5
|
|
333
333
|
*/
|
|
334
334
|
extensionFieldSets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
335
335
|
/**
|
|
336
336
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
339
339
|
*/
|
|
340
340
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
341
341
|
/**
|
|
@@ -344,7 +344,7 @@ export declare namespace ScenesManagement {
|
|
|
344
344
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
345
345
|
* specification shall NOT be used in the AttributeValueList field.
|
|
346
346
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
348
348
|
*/
|
|
349
349
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
350
350
|
/**
|
|
@@ -419,7 +419,7 @@ export declare namespace ScenesManagement {
|
|
|
419
419
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
420
420
|
* considered as the null value.
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
423
423
|
*/
|
|
424
424
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
425
425
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -436,111 +436,111 @@ export declare namespace ScenesManagement {
|
|
|
436
436
|
/**
|
|
437
437
|
* Input to the ScenesManagement addScene command
|
|
438
438
|
*
|
|
439
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2
|
|
440
440
|
*/
|
|
441
441
|
interface AddSceneRequest extends TypeFromSchema<typeof TlvAddSceneRequest> {
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3
|
|
445
445
|
*/
|
|
446
446
|
const TlvAddSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
447
447
|
/**
|
|
448
448
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.1
|
|
451
451
|
*/
|
|
452
452
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
453
453
|
/**
|
|
454
454
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
455
455
|
*
|
|
456
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.2
|
|
457
457
|
*/
|
|
458
458
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
459
459
|
/**
|
|
460
460
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.3
|
|
463
463
|
*/
|
|
464
464
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
465
465
|
}>;
|
|
466
466
|
/**
|
|
467
|
-
* @see {@link MatterSpecification.
|
|
467
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3
|
|
468
468
|
*/
|
|
469
469
|
interface AddSceneResponse extends TypeFromSchema<typeof TlvAddSceneResponse> {
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Input to the ScenesManagement viewScene command
|
|
473
473
|
*
|
|
474
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4
|
|
475
475
|
*/
|
|
476
476
|
const TlvViewSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
477
477
|
/**
|
|
478
478
|
* This field shall indicate the group identifier in the Group Table.
|
|
479
479
|
*
|
|
480
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.1
|
|
481
481
|
*/
|
|
482
482
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
483
483
|
/**
|
|
484
484
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
485
485
|
*
|
|
486
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.2
|
|
487
487
|
*/
|
|
488
488
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
489
489
|
}>;
|
|
490
490
|
/**
|
|
491
491
|
* Input to the ScenesManagement viewScene command
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4
|
|
494
494
|
*/
|
|
495
495
|
interface ViewSceneRequest extends TypeFromSchema<typeof TlvViewSceneRequest> {
|
|
496
496
|
}
|
|
497
497
|
/**
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5
|
|
499
499
|
*/
|
|
500
500
|
const TlvViewSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
501
501
|
/**
|
|
502
502
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
503
503
|
*
|
|
504
|
-
* @see {@link MatterSpecification.
|
|
504
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.1
|
|
505
505
|
*/
|
|
506
506
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
507
507
|
/**
|
|
508
508
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.2
|
|
511
511
|
*/
|
|
512
512
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
513
513
|
/**
|
|
514
514
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.3
|
|
517
517
|
*/
|
|
518
518
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
519
519
|
/**
|
|
520
520
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
521
521
|
* otherwise it shall be omitted.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.4
|
|
524
524
|
*/
|
|
525
525
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
526
526
|
/**
|
|
527
527
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
528
528
|
* otherwise it shall be omitted.
|
|
529
529
|
*
|
|
530
|
-
* @see {@link MatterSpecification.
|
|
530
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.5
|
|
531
531
|
*/
|
|
532
532
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
533
533
|
/**
|
|
534
534
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
535
535
|
* otherwise it shall be omitted.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.6
|
|
538
538
|
*/
|
|
539
539
|
extensionFieldSets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
540
540
|
/**
|
|
541
541
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
544
544
|
*/
|
|
545
545
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
546
546
|
/**
|
|
@@ -549,7 +549,7 @@ export declare namespace ScenesManagement {
|
|
|
549
549
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
550
550
|
* specification shall NOT be used in the AttributeValueList field.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
553
553
|
*/
|
|
554
554
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
555
555
|
/**
|
|
@@ -624,7 +624,7 @@ export declare namespace ScenesManagement {
|
|
|
624
624
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
625
625
|
* considered as the null value.
|
|
626
626
|
*
|
|
627
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
628
628
|
*/
|
|
629
629
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
630
630
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -639,220 +639,220 @@ export declare namespace ScenesManagement {
|
|
|
639
639
|
}>[]>;
|
|
640
640
|
}>;
|
|
641
641
|
/**
|
|
642
|
-
* @see {@link MatterSpecification.
|
|
642
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5
|
|
643
643
|
*/
|
|
644
644
|
interface ViewSceneResponse extends TypeFromSchema<typeof TlvViewSceneResponse> {
|
|
645
645
|
}
|
|
646
646
|
/**
|
|
647
647
|
* Input to the ScenesManagement removeScene command
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6
|
|
650
650
|
*/
|
|
651
651
|
const TlvRemoveSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
652
652
|
/**
|
|
653
653
|
* This field shall indicate the group identifier in the Group Table.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.1
|
|
656
656
|
*/
|
|
657
657
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
658
658
|
/**
|
|
659
659
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.2
|
|
662
662
|
*/
|
|
663
663
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
664
664
|
}>;
|
|
665
665
|
/**
|
|
666
666
|
* Input to the ScenesManagement removeScene command
|
|
667
667
|
*
|
|
668
|
-
* @see {@link MatterSpecification.
|
|
668
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6
|
|
669
669
|
*/
|
|
670
670
|
interface RemoveSceneRequest extends TypeFromSchema<typeof TlvRemoveSceneRequest> {
|
|
671
671
|
}
|
|
672
672
|
/**
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7
|
|
674
674
|
*/
|
|
675
675
|
const TlvRemoveSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
676
676
|
/**
|
|
677
677
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.1
|
|
680
680
|
*/
|
|
681
681
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
682
682
|
/**
|
|
683
683
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
684
684
|
*
|
|
685
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.2
|
|
686
686
|
*/
|
|
687
687
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
688
688
|
/**
|
|
689
689
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.3
|
|
692
692
|
*/
|
|
693
693
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
694
694
|
}>;
|
|
695
695
|
/**
|
|
696
|
-
* @see {@link MatterSpecification.
|
|
696
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7
|
|
697
697
|
*/
|
|
698
698
|
interface RemoveSceneResponse extends TypeFromSchema<typeof TlvRemoveSceneResponse> {
|
|
699
699
|
}
|
|
700
700
|
/**
|
|
701
701
|
* Input to the ScenesManagement removeAllScenes command
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8
|
|
704
704
|
*/
|
|
705
705
|
const TlvRemoveAllScenesRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
706
706
|
/**
|
|
707
707
|
* This field shall indicate the group identifier in the Group Table.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8.1
|
|
710
710
|
*/
|
|
711
711
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
712
712
|
}>;
|
|
713
713
|
/**
|
|
714
714
|
* Input to the ScenesManagement removeAllScenes command
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8
|
|
717
717
|
*/
|
|
718
718
|
interface RemoveAllScenesRequest extends TypeFromSchema<typeof TlvRemoveAllScenesRequest> {
|
|
719
719
|
}
|
|
720
720
|
/**
|
|
721
|
-
* @see {@link MatterSpecification.
|
|
721
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9
|
|
722
722
|
*/
|
|
723
723
|
const TlvRemoveAllScenesResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
724
724
|
/**
|
|
725
725
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
726
726
|
*
|
|
727
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.1
|
|
728
728
|
*/
|
|
729
729
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
730
730
|
/**
|
|
731
731
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.2
|
|
734
734
|
*/
|
|
735
735
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
736
736
|
}>;
|
|
737
737
|
/**
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9
|
|
739
739
|
*/
|
|
740
740
|
interface RemoveAllScenesResponse extends TypeFromSchema<typeof TlvRemoveAllScenesResponse> {
|
|
741
741
|
}
|
|
742
742
|
/**
|
|
743
743
|
* Input to the ScenesManagement storeScene command
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10
|
|
746
746
|
*/
|
|
747
747
|
const TlvStoreSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
748
748
|
/**
|
|
749
749
|
* This field shall indicate the group identifier in the Group Table.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.1
|
|
752
752
|
*/
|
|
753
753
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
754
754
|
/**
|
|
755
755
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
756
756
|
*
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.2
|
|
758
758
|
*/
|
|
759
759
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
760
760
|
}>;
|
|
761
761
|
/**
|
|
762
762
|
* Input to the ScenesManagement storeScene command
|
|
763
763
|
*
|
|
764
|
-
* @see {@link MatterSpecification.
|
|
764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10
|
|
765
765
|
*/
|
|
766
766
|
interface StoreSceneRequest extends TypeFromSchema<typeof TlvStoreSceneRequest> {
|
|
767
767
|
}
|
|
768
768
|
/**
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11
|
|
770
770
|
*/
|
|
771
771
|
const TlvStoreSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
772
772
|
/**
|
|
773
773
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
774
774
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.1
|
|
776
776
|
*/
|
|
777
777
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
778
778
|
/**
|
|
779
779
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
780
780
|
*
|
|
781
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.2
|
|
782
782
|
*/
|
|
783
783
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
784
784
|
/**
|
|
785
785
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
786
786
|
*
|
|
787
|
-
* @see {@link MatterSpecification.
|
|
787
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.3
|
|
788
788
|
*/
|
|
789
789
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
790
790
|
}>;
|
|
791
791
|
/**
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11
|
|
793
793
|
*/
|
|
794
794
|
interface StoreSceneResponse extends TypeFromSchema<typeof TlvStoreSceneResponse> {
|
|
795
795
|
}
|
|
796
796
|
/**
|
|
797
797
|
* Input to the ScenesManagement recallScene command
|
|
798
798
|
*
|
|
799
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12
|
|
800
800
|
*/
|
|
801
801
|
const TlvRecallSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
802
802
|
/**
|
|
803
803
|
* This field shall indicate the group identifier in the Group Table.
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.1
|
|
806
806
|
*/
|
|
807
807
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
808
808
|
/**
|
|
809
809
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
810
810
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.2
|
|
812
812
|
*/
|
|
813
813
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
814
814
|
/**
|
|
815
815
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
816
816
|
*
|
|
817
|
-
* @see {@link MatterSpecification.
|
|
817
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.3
|
|
818
818
|
*/
|
|
819
819
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
820
820
|
}>;
|
|
821
821
|
/**
|
|
822
822
|
* Input to the ScenesManagement recallScene command
|
|
823
823
|
*
|
|
824
|
-
* @see {@link MatterSpecification.
|
|
824
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12
|
|
825
825
|
*/
|
|
826
826
|
interface RecallSceneRequest extends TypeFromSchema<typeof TlvRecallSceneRequest> {
|
|
827
827
|
}
|
|
828
828
|
/**
|
|
829
829
|
* Input to the ScenesManagement getSceneMembership command
|
|
830
830
|
*
|
|
831
|
-
* @see {@link MatterSpecification.
|
|
831
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13
|
|
832
832
|
*/
|
|
833
833
|
const TlvGetSceneMembershipRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
834
834
|
/**
|
|
835
835
|
* This field shall indicate the group identifier in the Group Table.
|
|
836
836
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
837
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13.1
|
|
838
838
|
*/
|
|
839
839
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
840
840
|
}>;
|
|
841
841
|
/**
|
|
842
842
|
* Input to the ScenesManagement getSceneMembership command
|
|
843
843
|
*
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
844
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13
|
|
845
845
|
*/
|
|
846
846
|
interface GetSceneMembershipRequest extends TypeFromSchema<typeof TlvGetSceneMembershipRequest> {
|
|
847
847
|
}
|
|
848
848
|
/**
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14
|
|
850
850
|
*/
|
|
851
851
|
const TlvGetSceneMembershipResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
852
852
|
/**
|
|
853
853
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.1
|
|
856
856
|
*/
|
|
857
857
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
858
858
|
/**
|
|
@@ -867,30 +867,30 @@ export declare namespace ScenesManagement {
|
|
|
867
867
|
*
|
|
868
868
|
* • null - It is unknown if any further scenes may be added.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.2
|
|
871
871
|
*/
|
|
872
872
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
873
873
|
/**
|
|
874
874
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.3
|
|
877
877
|
*/
|
|
878
878
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
879
879
|
/**
|
|
880
880
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
881
881
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.4
|
|
884
884
|
*/
|
|
885
885
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
886
886
|
}>;
|
|
887
887
|
/**
|
|
888
|
-
* @see {@link MatterSpecification.
|
|
888
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14
|
|
889
889
|
*/
|
|
890
890
|
interface GetSceneMembershipResponse extends TypeFromSchema<typeof TlvGetSceneMembershipResponse> {
|
|
891
891
|
}
|
|
892
892
|
/**
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.1
|
|
894
894
|
*/
|
|
895
895
|
const CopyMode: {
|
|
896
896
|
/**
|
|
@@ -901,7 +901,7 @@ export declare namespace ScenesManagement {
|
|
|
901
901
|
/**
|
|
902
902
|
* Input to the ScenesManagement copyScene command
|
|
903
903
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
904
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15
|
|
905
905
|
*/
|
|
906
906
|
const TlvCopySceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
907
907
|
/**
|
|
@@ -911,7 +911,7 @@ export declare namespace ScenesManagement {
|
|
|
911
911
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
912
912
|
* Otherwise this bit is set to 0.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.1
|
|
915
915
|
*/
|
|
916
916
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
917
917
|
/**
|
|
@@ -923,63 +923,63 @@ export declare namespace ScenesManagement {
|
|
|
923
923
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
924
924
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
925
925
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
926
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.2
|
|
927
927
|
*/
|
|
928
928
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
929
929
|
/**
|
|
930
930
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
931
931
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.3
|
|
934
934
|
*/
|
|
935
935
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
936
936
|
/**
|
|
937
937
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
938
938
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.4
|
|
941
941
|
*/
|
|
942
942
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
943
943
|
/**
|
|
944
944
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
945
945
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.5
|
|
948
948
|
*/
|
|
949
949
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
950
950
|
}>;
|
|
951
951
|
/**
|
|
952
952
|
* Input to the ScenesManagement copyScene command
|
|
953
953
|
*
|
|
954
|
-
* @see {@link MatterSpecification.
|
|
954
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15
|
|
955
955
|
*/
|
|
956
956
|
interface CopySceneRequest extends TypeFromSchema<typeof TlvCopySceneRequest> {
|
|
957
957
|
}
|
|
958
958
|
/**
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16
|
|
960
960
|
*/
|
|
961
961
|
const TlvCopySceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
962
962
|
/**
|
|
963
963
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
964
964
|
*
|
|
965
|
-
* @see {@link MatterSpecification.
|
|
965
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.1
|
|
966
966
|
*/
|
|
967
967
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
968
968
|
/**
|
|
969
969
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.2
|
|
972
972
|
*/
|
|
973
973
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
974
974
|
/**
|
|
975
975
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
976
976
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
977
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.3
|
|
978
978
|
*/
|
|
979
979
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
980
980
|
}>;
|
|
981
981
|
/**
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16
|
|
983
983
|
*/
|
|
984
984
|
interface CopySceneResponse extends TypeFromSchema<typeof TlvCopySceneResponse> {
|
|
985
985
|
}
|
|
@@ -993,20 +993,20 @@ export declare namespace ScenesManagement {
|
|
|
993
993
|
* are illustrated below. An ExtensionFieldSetStruct may be present for each Scenes-supporting cluster implemented
|
|
994
994
|
* on the same endpoint.
|
|
995
995
|
*
|
|
996
|
-
* @see {@link MatterSpecification.
|
|
996
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5
|
|
997
997
|
*/
|
|
998
998
|
const TlvLogicalSceneTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
999
999
|
/**
|
|
1000
1000
|
* This field is the group identifier for which this scene applies, or 0 if the scene is not associated with a
|
|
1001
1001
|
* group.
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5.1
|
|
1004
1004
|
*/
|
|
1005
1005
|
sceneGroupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* This field is unique within this group, which is used to identify this scene.
|
|
1008
1008
|
*
|
|
1009
|
-
* @see {@link MatterSpecification.
|
|
1009
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5.2
|
|
1010
1010
|
*/
|
|
1011
1011
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1012
1012
|
/**
|
|
@@ -1015,14 +1015,14 @@ export declare namespace ScenesManagement {
|
|
|
1015
1015
|
* If scene names are not supported, any commands that write a scene name shall simply discard the name, and any
|
|
1016
1016
|
* command that returns a scene name shall return an empty string.
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5.3
|
|
1019
1019
|
*/
|
|
1020
1020
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1021
1021
|
/**
|
|
1022
1022
|
* This field is the amount of time, in milliseconds, it will take for a cluster to change from its current
|
|
1023
1023
|
* state to the requested state.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5.4
|
|
1026
1026
|
*/
|
|
1027
1027
|
sceneTransitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1028
1028
|
/**
|
|
@@ -1031,13 +1031,13 @@ export declare namespace ScenesManagement {
|
|
|
1031
1031
|
* a cluster implemented on the same endpoint where the Scene ("S") designation appears in the quality column. A
|
|
1032
1032
|
* scene is the aggregate of all such fields across all clusters on the endpoint.
|
|
1033
1033
|
*
|
|
1034
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5.5
|
|
1035
1035
|
*/
|
|
1036
1036
|
extensionFields: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1037
1037
|
/**
|
|
1038
1038
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1039
1039
|
*
|
|
1040
|
-
* @see {@link MatterSpecification.
|
|
1040
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
1041
1041
|
*/
|
|
1042
1042
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1043
1043
|
/**
|
|
@@ -1046,7 +1046,7 @@ export declare namespace ScenesManagement {
|
|
|
1046
1046
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1047
1047
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1048
1048
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1049
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
1050
1050
|
*/
|
|
1051
1051
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1052
1052
|
/**
|
|
@@ -1121,7 +1121,7 @@ export declare namespace ScenesManagement {
|
|
|
1121
1121
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1122
1122
|
* considered as the null value.
|
|
1123
1123
|
*
|
|
1124
|
-
* @see {@link MatterSpecification.
|
|
1124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
1125
1125
|
*/
|
|
1126
1126
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1127
1127
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1145,7 +1145,7 @@ export declare namespace ScenesManagement {
|
|
|
1145
1145
|
* are illustrated below. An ExtensionFieldSetStruct may be present for each Scenes-supporting cluster implemented
|
|
1146
1146
|
* on the same endpoint.
|
|
1147
1147
|
*
|
|
1148
|
-
* @see {@link MatterSpecification.
|
|
1148
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.5
|
|
1149
1149
|
*/
|
|
1150
1150
|
interface LogicalSceneTable extends TypeFromSchema<typeof TlvLogicalSceneTable> {
|
|
1151
1151
|
}
|
|
@@ -1162,7 +1162,7 @@ export declare namespace ScenesManagement {
|
|
|
1162
1162
|
*
|
|
1163
1163
|
* This feature indicates the ability to store a name for a scene when a scene is added.
|
|
1164
1164
|
*
|
|
1165
|
-
* @see {@link MatterSpecification.
|
|
1165
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.4.1
|
|
1166
1166
|
*/
|
|
1167
1167
|
readonly sceneNames: BitFlag;
|
|
1168
1168
|
};
|
|
@@ -1175,7 +1175,7 @@ export declare namespace ScenesManagement {
|
|
|
1175
1175
|
*
|
|
1176
1176
|
* The Node ID is scoped to the accessing fabric.
|
|
1177
1177
|
*
|
|
1178
|
-
* @see {@link MatterSpecification.
|
|
1178
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.1
|
|
1179
1179
|
*/
|
|
1180
1180
|
readonly lastConfiguredBy: OptionalAttribute<import("../datatype/NodeId.js").NodeId | null, any>;
|
|
1181
1181
|
/**
|
|
@@ -1185,7 +1185,7 @@ export declare namespace ScenesManagement {
|
|
|
1185
1185
|
* endpoint) shall be 16, unless a device type in which this cluster is used, defines a larger value in the
|
|
1186
1186
|
* device type definition.
|
|
1187
1187
|
*
|
|
1188
|
-
* @see {@link MatterSpecification.
|
|
1188
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.2
|
|
1189
1189
|
*/
|
|
1190
1190
|
readonly sceneTableSize: FixedAttribute<number, any>;
|
|
1191
1191
|
/**
|
|
@@ -1194,7 +1194,7 @@ export declare namespace ScenesManagement {
|
|
|
1194
1194
|
* The number of list entries for this attribute shall NOT exceed the number of supported fabrics by the
|
|
1195
1195
|
* device.
|
|
1196
1196
|
*
|
|
1197
|
-
* @see {@link MatterSpecification.
|
|
1197
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.3
|
|
1198
1198
|
*/
|
|
1199
1199
|
readonly fabricSceneInfo: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1200
1200
|
/**
|
|
@@ -1203,21 +1203,21 @@ export declare namespace ScenesManagement {
|
|
|
1203
1203
|
*
|
|
1204
1204
|
* This only includes the count for the associated fabric.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.1
|
|
1207
1207
|
*/
|
|
1208
1208
|
sceneCount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1209
1209
|
/**
|
|
1210
1210
|
* This field shall indicate the scene identifier of the scene last invoked on the associated fabric. If no
|
|
1211
1211
|
* scene has been invoked, the value of this field shall be 0xFF, the undefined scene identifier.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.2
|
|
1214
1214
|
*/
|
|
1215
1215
|
currentScene: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1216
1216
|
/**
|
|
1217
1217
|
* This field shall indicate the group identifier of the scene last invoked on the associated fabric, or 0 if
|
|
1218
1218
|
* the scene last invoked is not associated with a group.
|
|
1219
1219
|
*
|
|
1220
|
-
* @see {@link MatterSpecification.
|
|
1220
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.3
|
|
1221
1221
|
*/
|
|
1222
1222
|
currentGroup: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1223
1223
|
/**
|
|
@@ -1234,7 +1234,7 @@ export declare namespace ScenesManagement {
|
|
|
1234
1234
|
* fields shall be the last invoked scene and group for that fabric. In the event where no scene was previously
|
|
1235
1235
|
* invoked for that fabric, the CurrentScene and CurrentGroup fields shall be their default values.
|
|
1236
1236
|
*
|
|
1237
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.4
|
|
1238
1238
|
*/
|
|
1239
1239
|
sceneValid: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1240
1240
|
/**
|
|
@@ -1243,7 +1243,7 @@ export declare namespace ScenesManagement {
|
|
|
1243
1243
|
* accessing fabric, due to other clients associated with other fabrics adding or deleting entries that impact
|
|
1244
1244
|
* the resource usage on the device.
|
|
1245
1245
|
*
|
|
1246
|
-
* @see {@link MatterSpecification.
|
|
1246
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.5
|
|
1247
1247
|
*/
|
|
1248
1248
|
remainingCapacity: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1249
1249
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1255,43 +1255,43 @@ export declare namespace ScenesManagement {
|
|
|
1255
1255
|
* endpoint that has a defined extension field set. Extension field sets may be omitted, including the case
|
|
1256
1256
|
* of no extension field sets at all.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2
|
|
1259
1259
|
*/
|
|
1260
1260
|
readonly addScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1261
1261
|
/**
|
|
1262
1262
|
* This field shall indicate the group identifier in the Group Table.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.1
|
|
1265
1265
|
*/
|
|
1266
1266
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1267
1267
|
/**
|
|
1268
1268
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1269
1269
|
*
|
|
1270
|
-
* @see {@link MatterSpecification.
|
|
1270
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.2
|
|
1271
1271
|
*/
|
|
1272
1272
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1273
1273
|
/**
|
|
1274
1274
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1275
1275
|
*
|
|
1276
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.3
|
|
1277
1277
|
*/
|
|
1278
1278
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* This field shall indicate the name of the scene.
|
|
1281
1281
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1282
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.4
|
|
1283
1283
|
*/
|
|
1284
1284
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1285
1285
|
/**
|
|
1286
1286
|
* This field shall contains the list of extension fields.
|
|
1287
1287
|
*
|
|
1288
|
-
* @see {@link MatterSpecification.
|
|
1288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.5
|
|
1289
1289
|
*/
|
|
1290
1290
|
extensionFieldSets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1291
1291
|
/**
|
|
1292
1292
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1293
1293
|
*
|
|
1294
|
-
* @see {@link MatterSpecification.
|
|
1294
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
1295
1295
|
*/
|
|
1296
1296
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1297
1297
|
/**
|
|
@@ -1300,7 +1300,7 @@ export declare namespace ScenesManagement {
|
|
|
1300
1300
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1301
1301
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1302
1302
|
*
|
|
1303
|
-
* @see {@link MatterSpecification.
|
|
1303
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
1304
1304
|
*/
|
|
1305
1305
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1306
1306
|
/**
|
|
@@ -1375,7 +1375,7 @@ export declare namespace ScenesManagement {
|
|
|
1375
1375
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1376
1376
|
* considered as the null value.
|
|
1377
1377
|
*
|
|
1378
|
-
* @see {@link MatterSpecification.
|
|
1378
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
1379
1379
|
*/
|
|
1380
1380
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1381
1381
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1392,82 +1392,82 @@ export declare namespace ScenesManagement {
|
|
|
1392
1392
|
/**
|
|
1393
1393
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
1394
1394
|
*
|
|
1395
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.1
|
|
1396
1396
|
*/
|
|
1397
1397
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1398
1398
|
/**
|
|
1399
1399
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
1400
1400
|
*
|
|
1401
|
-
* @see {@link MatterSpecification.
|
|
1401
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.2
|
|
1402
1402
|
*/
|
|
1403
1403
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1404
1404
|
/**
|
|
1405
1405
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
1406
1406
|
*
|
|
1407
|
-
* @see {@link MatterSpecification.
|
|
1407
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.3
|
|
1408
1408
|
*/
|
|
1409
1409
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1410
1410
|
}>, any>;
|
|
1411
1411
|
/**
|
|
1412
|
-
* @see {@link MatterSpecification.
|
|
1412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4
|
|
1413
1413
|
*/
|
|
1414
1414
|
readonly viewScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1415
1415
|
/**
|
|
1416
1416
|
* This field shall indicate the group identifier in the Group Table.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.1
|
|
1419
1419
|
*/
|
|
1420
1420
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1421
1421
|
/**
|
|
1422
1422
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.2
|
|
1425
1425
|
*/
|
|
1426
1426
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1427
1427
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1428
1428
|
/**
|
|
1429
1429
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
1430
1430
|
*
|
|
1431
|
-
* @see {@link MatterSpecification.
|
|
1431
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.1
|
|
1432
1432
|
*/
|
|
1433
1433
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1434
1434
|
/**
|
|
1435
1435
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
1436
1436
|
*
|
|
1437
|
-
* @see {@link MatterSpecification.
|
|
1437
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.2
|
|
1438
1438
|
*/
|
|
1439
1439
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1440
1440
|
/**
|
|
1441
1441
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
1442
1442
|
*
|
|
1443
|
-
* @see {@link MatterSpecification.
|
|
1443
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.3
|
|
1444
1444
|
*/
|
|
1445
1445
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1446
1446
|
/**
|
|
1447
1447
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1448
1448
|
* otherwise it shall be omitted.
|
|
1449
1449
|
*
|
|
1450
|
-
* @see {@link MatterSpecification.
|
|
1450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.4
|
|
1451
1451
|
*/
|
|
1452
1452
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1453
1453
|
/**
|
|
1454
1454
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1455
1455
|
* otherwise it shall be omitted.
|
|
1456
1456
|
*
|
|
1457
|
-
* @see {@link MatterSpecification.
|
|
1457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.5
|
|
1458
1458
|
*/
|
|
1459
1459
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1460
1460
|
/**
|
|
1461
1461
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1462
1462
|
* otherwise it shall be omitted.
|
|
1463
1463
|
*
|
|
1464
|
-
* @see {@link MatterSpecification.
|
|
1464
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.6
|
|
1465
1465
|
*/
|
|
1466
1466
|
extensionFieldSets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1467
1467
|
/**
|
|
1468
1468
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1469
1469
|
*
|
|
1470
|
-
* @see {@link MatterSpecification.
|
|
1470
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
1471
1471
|
*/
|
|
1472
1472
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1473
1473
|
/**
|
|
@@ -1476,7 +1476,7 @@ export declare namespace ScenesManagement {
|
|
|
1476
1476
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1477
1477
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1478
1478
|
*
|
|
1479
|
-
* @see {@link MatterSpecification.
|
|
1479
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
1480
1480
|
*/
|
|
1481
1481
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1482
1482
|
/**
|
|
@@ -1551,7 +1551,7 @@ export declare namespace ScenesManagement {
|
|
|
1551
1551
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1552
1552
|
* considered as the null value.
|
|
1553
1553
|
*
|
|
1554
|
-
* @see {@link MatterSpecification.
|
|
1554
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
1555
1555
|
*/
|
|
1556
1556
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1557
1557
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1566,121 +1566,121 @@ export declare namespace ScenesManagement {
|
|
|
1566
1566
|
}>[]>;
|
|
1567
1567
|
}>, any>;
|
|
1568
1568
|
/**
|
|
1569
|
-
* @see {@link MatterSpecification.
|
|
1569
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6
|
|
1570
1570
|
*/
|
|
1571
1571
|
readonly removeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1572
1572
|
/**
|
|
1573
1573
|
* This field shall indicate the group identifier in the Group Table.
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.1
|
|
1576
1576
|
*/
|
|
1577
1577
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1578
1578
|
/**
|
|
1579
1579
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1580
1580
|
*
|
|
1581
|
-
* @see {@link MatterSpecification.
|
|
1581
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.2
|
|
1582
1582
|
*/
|
|
1583
1583
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1584
1584
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1585
1585
|
/**
|
|
1586
1586
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
1587
1587
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1588
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.1
|
|
1589
1589
|
*/
|
|
1590
1590
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1591
1591
|
/**
|
|
1592
1592
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
1593
1593
|
*
|
|
1594
|
-
* @see {@link MatterSpecification.
|
|
1594
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.2
|
|
1595
1595
|
*/
|
|
1596
1596
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1597
1597
|
/**
|
|
1598
1598
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
1599
1599
|
*
|
|
1600
|
-
* @see {@link MatterSpecification.
|
|
1600
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.3
|
|
1601
1601
|
*/
|
|
1602
1602
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1603
1603
|
}>, any>;
|
|
1604
1604
|
/**
|
|
1605
|
-
* @see {@link MatterSpecification.
|
|
1605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8
|
|
1606
1606
|
*/
|
|
1607
1607
|
readonly removeAllScenes: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1608
1608
|
/**
|
|
1609
1609
|
* This field shall indicate the group identifier in the Group Table.
|
|
1610
1610
|
*
|
|
1611
|
-
* @see {@link MatterSpecification.
|
|
1611
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8.1
|
|
1612
1612
|
*/
|
|
1613
1613
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1614
1614
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1615
1615
|
/**
|
|
1616
1616
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
1617
1617
|
*
|
|
1618
|
-
* @see {@link MatterSpecification.
|
|
1618
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.1
|
|
1619
1619
|
*/
|
|
1620
1620
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1621
1621
|
/**
|
|
1622
1622
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
1623
1623
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.2
|
|
1625
1625
|
*/
|
|
1626
1626
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1627
1627
|
}>, any>;
|
|
1628
1628
|
/**
|
|
1629
|
-
* @see {@link MatterSpecification.
|
|
1629
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10
|
|
1630
1630
|
*/
|
|
1631
1631
|
readonly storeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1632
1632
|
/**
|
|
1633
1633
|
* This field shall indicate the group identifier in the Group Table.
|
|
1634
1634
|
*
|
|
1635
|
-
* @see {@link MatterSpecification.
|
|
1635
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.1
|
|
1636
1636
|
*/
|
|
1637
1637
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1638
1638
|
/**
|
|
1639
1639
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1640
1640
|
*
|
|
1641
|
-
* @see {@link MatterSpecification.
|
|
1641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.2
|
|
1642
1642
|
*/
|
|
1643
1643
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1644
1644
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1645
1645
|
/**
|
|
1646
1646
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
1647
1647
|
*
|
|
1648
|
-
* @see {@link MatterSpecification.
|
|
1648
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.1
|
|
1649
1649
|
*/
|
|
1650
1650
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
1653
1653
|
*
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.2
|
|
1655
1655
|
*/
|
|
1656
1656
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1657
1657
|
/**
|
|
1658
1658
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
1659
1659
|
*
|
|
1660
|
-
* @see {@link MatterSpecification.
|
|
1660
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.3
|
|
1661
1661
|
*/
|
|
1662
1662
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1663
1663
|
}>, any>;
|
|
1664
1664
|
/**
|
|
1665
|
-
* @see {@link MatterSpecification.
|
|
1665
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12
|
|
1666
1666
|
*/
|
|
1667
1667
|
readonly recallScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1668
1668
|
/**
|
|
1669
1669
|
* This field shall indicate the group identifier in the Group Table.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.1
|
|
1672
1672
|
*/
|
|
1673
1673
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1674
1674
|
/**
|
|
1675
1675
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1676
1676
|
*
|
|
1677
|
-
* @see {@link MatterSpecification.
|
|
1677
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.2
|
|
1678
1678
|
*/
|
|
1679
1679
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1680
1680
|
/**
|
|
1681
1681
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1682
1682
|
*
|
|
1683
|
-
* @see {@link MatterSpecification.
|
|
1683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.3
|
|
1684
1684
|
*/
|
|
1685
1685
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1686
1686
|
}>, void, any>;
|
|
@@ -1688,20 +1688,20 @@ export declare namespace ScenesManagement {
|
|
|
1688
1688
|
* This command can be used to get the used scene identifiers within a certain group, for the endpoint that
|
|
1689
1689
|
* implements this cluster.
|
|
1690
1690
|
*
|
|
1691
|
-
* @see {@link MatterSpecification.
|
|
1691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13
|
|
1692
1692
|
*/
|
|
1693
1693
|
readonly getSceneMembership: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1694
1694
|
/**
|
|
1695
1695
|
* This field shall indicate the group identifier in the Group Table.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13.1
|
|
1698
1698
|
*/
|
|
1699
1699
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1700
1700
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1701
1701
|
/**
|
|
1702
1702
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
1703
1703
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.1
|
|
1705
1705
|
*/
|
|
1706
1706
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1707
1707
|
/**
|
|
@@ -1716,20 +1716,20 @@ export declare namespace ScenesManagement {
|
|
|
1716
1716
|
*
|
|
1717
1717
|
* • null - It is unknown if any further scenes may be added.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.2
|
|
1720
1720
|
*/
|
|
1721
1721
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1722
1722
|
/**
|
|
1723
1723
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
1724
1724
|
*
|
|
1725
|
-
* @see {@link MatterSpecification.
|
|
1725
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.3
|
|
1726
1726
|
*/
|
|
1727
1727
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1728
1728
|
/**
|
|
1729
1729
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
1730
1730
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
1731
1731
|
*
|
|
1732
|
-
* @see {@link MatterSpecification.
|
|
1732
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.4
|
|
1733
1733
|
*/
|
|
1734
1734
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
1735
1735
|
}>, any>;
|
|
@@ -1737,7 +1737,7 @@ export declare namespace ScenesManagement {
|
|
|
1737
1737
|
* This command allows a client to efficiently copy scenes from one group/scene identifier pair to another
|
|
1738
1738
|
* group/scene identifier pair.
|
|
1739
1739
|
*
|
|
1740
|
-
* @see {@link MatterSpecification.
|
|
1740
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15
|
|
1741
1741
|
*/
|
|
1742
1742
|
readonly copyScene: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1743
1743
|
/**
|
|
@@ -1747,7 +1747,7 @@ export declare namespace ScenesManagement {
|
|
|
1747
1747
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
1748
1748
|
* Otherwise this bit is set to 0.
|
|
1749
1749
|
*
|
|
1750
|
-
* @see {@link MatterSpecification.
|
|
1750
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.1
|
|
1751
1751
|
*/
|
|
1752
1752
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1753
1753
|
/**
|
|
@@ -1759,47 +1759,47 @@ export declare namespace ScenesManagement {
|
|
|
1759
1759
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
1760
1760
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
1761
1761
|
*
|
|
1762
|
-
* @see {@link MatterSpecification.
|
|
1762
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.2
|
|
1763
1763
|
*/
|
|
1764
1764
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1765
1765
|
/**
|
|
1766
1766
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
1767
1767
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
1768
1768
|
*
|
|
1769
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.3
|
|
1770
1770
|
*/
|
|
1771
1771
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1772
1772
|
/**
|
|
1773
1773
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
1774
1774
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
1775
1775
|
*
|
|
1776
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.4
|
|
1777
1777
|
*/
|
|
1778
1778
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1779
1779
|
/**
|
|
1780
1780
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
1781
1781
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
1782
1782
|
*
|
|
1783
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.5
|
|
1784
1784
|
*/
|
|
1785
1785
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1786
1786
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1787
1787
|
/**
|
|
1788
1788
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
1789
1789
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.1
|
|
1791
1791
|
*/
|
|
1792
1792
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1793
1793
|
/**
|
|
1794
1794
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
1795
1795
|
*
|
|
1796
|
-
* @see {@link MatterSpecification.
|
|
1796
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.2
|
|
1797
1797
|
*/
|
|
1798
1798
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1799
1799
|
/**
|
|
1800
1800
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
1801
1801
|
*
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1802
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.3
|
|
1803
1803
|
*/
|
|
1804
1804
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1805
1805
|
}>, any>;
|
|
@@ -1823,7 +1823,7 @@ export declare namespace ScenesManagement {
|
|
|
1823
1823
|
*
|
|
1824
1824
|
* This feature indicates the ability to store a name for a scene when a scene is added.
|
|
1825
1825
|
*
|
|
1826
|
-
* @see {@link MatterSpecification.
|
|
1826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.4.1
|
|
1827
1827
|
*/
|
|
1828
1828
|
readonly sceneNames: BitFlag;
|
|
1829
1829
|
};
|
|
@@ -1836,7 +1836,7 @@ export declare namespace ScenesManagement {
|
|
|
1836
1836
|
*
|
|
1837
1837
|
* The Node ID is scoped to the accessing fabric.
|
|
1838
1838
|
*
|
|
1839
|
-
* @see {@link MatterSpecification.
|
|
1839
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.1
|
|
1840
1840
|
*/
|
|
1841
1841
|
readonly lastConfiguredBy: OptionalAttribute<import("../datatype/NodeId.js").NodeId | null, any>;
|
|
1842
1842
|
/**
|
|
@@ -1846,7 +1846,7 @@ export declare namespace ScenesManagement {
|
|
|
1846
1846
|
* endpoint) shall be 16, unless a device type in which this cluster is used, defines a larger value in the
|
|
1847
1847
|
* device type definition.
|
|
1848
1848
|
*
|
|
1849
|
-
* @see {@link MatterSpecification.
|
|
1849
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.2
|
|
1850
1850
|
*/
|
|
1851
1851
|
readonly sceneTableSize: FixedAttribute<number, any>;
|
|
1852
1852
|
/**
|
|
@@ -1855,7 +1855,7 @@ export declare namespace ScenesManagement {
|
|
|
1855
1855
|
* The number of list entries for this attribute shall NOT exceed the number of supported fabrics by the
|
|
1856
1856
|
* device.
|
|
1857
1857
|
*
|
|
1858
|
-
* @see {@link MatterSpecification.
|
|
1858
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.8.3
|
|
1859
1859
|
*/
|
|
1860
1860
|
readonly fabricSceneInfo: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1861
1861
|
/**
|
|
@@ -1864,21 +1864,21 @@ export declare namespace ScenesManagement {
|
|
|
1864
1864
|
*
|
|
1865
1865
|
* This only includes the count for the associated fabric.
|
|
1866
1866
|
*
|
|
1867
|
-
* @see {@link MatterSpecification.
|
|
1867
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.1
|
|
1868
1868
|
*/
|
|
1869
1869
|
sceneCount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1870
1870
|
/**
|
|
1871
1871
|
* This field shall indicate the scene identifier of the scene last invoked on the associated fabric. If no
|
|
1872
1872
|
* scene has been invoked, the value of this field shall be 0xFF, the undefined scene identifier.
|
|
1873
1873
|
*
|
|
1874
|
-
* @see {@link MatterSpecification.
|
|
1874
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.2
|
|
1875
1875
|
*/
|
|
1876
1876
|
currentScene: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1877
1877
|
/**
|
|
1878
1878
|
* This field shall indicate the group identifier of the scene last invoked on the associated fabric, or 0 if
|
|
1879
1879
|
* the scene last invoked is not associated with a group.
|
|
1880
1880
|
*
|
|
1881
|
-
* @see {@link MatterSpecification.
|
|
1881
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.3
|
|
1882
1882
|
*/
|
|
1883
1883
|
currentGroup: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1884
1884
|
/**
|
|
@@ -1895,7 +1895,7 @@ export declare namespace ScenesManagement {
|
|
|
1895
1895
|
* fields shall be the last invoked scene and group for that fabric. In the event where no scene was previously
|
|
1896
1896
|
* invoked for that fabric, the CurrentScene and CurrentGroup fields shall be their default values.
|
|
1897
1897
|
*
|
|
1898
|
-
* @see {@link MatterSpecification.
|
|
1898
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.4
|
|
1899
1899
|
*/
|
|
1900
1900
|
sceneValid: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1901
1901
|
/**
|
|
@@ -1904,7 +1904,7 @@ export declare namespace ScenesManagement {
|
|
|
1904
1904
|
* accessing fabric, due to other clients associated with other fabrics adding or deleting entries that impact
|
|
1905
1905
|
* the resource usage on the device.
|
|
1906
1906
|
*
|
|
1907
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.2.5
|
|
1908
1908
|
*/
|
|
1909
1909
|
remainingCapacity: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1910
1910
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1916,43 +1916,43 @@ export declare namespace ScenesManagement {
|
|
|
1916
1916
|
* endpoint that has a defined extension field set. Extension field sets may be omitted, including the case
|
|
1917
1917
|
* of no extension field sets at all.
|
|
1918
1918
|
*
|
|
1919
|
-
* @see {@link MatterSpecification.
|
|
1919
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2
|
|
1920
1920
|
*/
|
|
1921
1921
|
readonly addScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1922
1922
|
/**
|
|
1923
1923
|
* This field shall indicate the group identifier in the Group Table.
|
|
1924
1924
|
*
|
|
1925
|
-
* @see {@link MatterSpecification.
|
|
1925
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.1
|
|
1926
1926
|
*/
|
|
1927
1927
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1928
1928
|
/**
|
|
1929
1929
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1930
1930
|
*
|
|
1931
|
-
* @see {@link MatterSpecification.
|
|
1931
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.2
|
|
1932
1932
|
*/
|
|
1933
1933
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1934
1934
|
/**
|
|
1935
1935
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.3
|
|
1938
1938
|
*/
|
|
1939
1939
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* This field shall indicate the name of the scene.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.4
|
|
1944
1944
|
*/
|
|
1945
1945
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* This field shall contains the list of extension fields.
|
|
1948
1948
|
*
|
|
1949
|
-
* @see {@link MatterSpecification.
|
|
1949
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.2.5
|
|
1950
1950
|
*/
|
|
1951
1951
|
extensionFieldSets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1952
1952
|
/**
|
|
1953
1953
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
1956
1956
|
*/
|
|
1957
1957
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1958
1958
|
/**
|
|
@@ -1961,7 +1961,7 @@ export declare namespace ScenesManagement {
|
|
|
1961
1961
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1962
1962
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1963
1963
|
*
|
|
1964
|
-
* @see {@link MatterSpecification.
|
|
1964
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
1965
1965
|
*/
|
|
1966
1966
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1967
1967
|
/**
|
|
@@ -2036,7 +2036,7 @@ export declare namespace ScenesManagement {
|
|
|
2036
2036
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
2037
2037
|
* considered as the null value.
|
|
2038
2038
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
2040
2040
|
*/
|
|
2041
2041
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
2042
2042
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2053,82 +2053,82 @@ export declare namespace ScenesManagement {
|
|
|
2053
2053
|
/**
|
|
2054
2054
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
2055
2055
|
*
|
|
2056
|
-
* @see {@link MatterSpecification.
|
|
2056
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.1
|
|
2057
2057
|
*/
|
|
2058
2058
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2059
2059
|
/**
|
|
2060
2060
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
2061
2061
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2062
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.2
|
|
2063
2063
|
*/
|
|
2064
2064
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2065
2065
|
/**
|
|
2066
2066
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
2067
2067
|
*
|
|
2068
|
-
* @see {@link MatterSpecification.
|
|
2068
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.3.3
|
|
2069
2069
|
*/
|
|
2070
2070
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2071
2071
|
}>, any>;
|
|
2072
2072
|
/**
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4
|
|
2074
2074
|
*/
|
|
2075
2075
|
readonly viewScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2076
2076
|
/**
|
|
2077
2077
|
* This field shall indicate the group identifier in the Group Table.
|
|
2078
2078
|
*
|
|
2079
|
-
* @see {@link MatterSpecification.
|
|
2079
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.1
|
|
2080
2080
|
*/
|
|
2081
2081
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2082
2082
|
/**
|
|
2083
2083
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2084
2084
|
*
|
|
2085
|
-
* @see {@link MatterSpecification.
|
|
2085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.4.2
|
|
2086
2086
|
*/
|
|
2087
2087
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2088
2088
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2089
2089
|
/**
|
|
2090
2090
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
2091
2091
|
*
|
|
2092
|
-
* @see {@link MatterSpecification.
|
|
2092
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.1
|
|
2093
2093
|
*/
|
|
2094
2094
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
2097
2097
|
*
|
|
2098
|
-
* @see {@link MatterSpecification.
|
|
2098
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.2
|
|
2099
2099
|
*/
|
|
2100
2100
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2101
2101
|
/**
|
|
2102
2102
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
2103
2103
|
*
|
|
2104
|
-
* @see {@link MatterSpecification.
|
|
2104
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.3
|
|
2105
2105
|
*/
|
|
2106
2106
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2107
2107
|
/**
|
|
2108
2108
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2109
2109
|
* otherwise it shall be omitted.
|
|
2110
2110
|
*
|
|
2111
|
-
* @see {@link MatterSpecification.
|
|
2111
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.4
|
|
2112
2112
|
*/
|
|
2113
2113
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2114
2114
|
/**
|
|
2115
2115
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2116
2116
|
* otherwise it shall be omitted.
|
|
2117
2117
|
*
|
|
2118
|
-
* @see {@link MatterSpecification.
|
|
2118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.5
|
|
2119
2119
|
*/
|
|
2120
2120
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2121
2121
|
/**
|
|
2122
2122
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2123
2123
|
* otherwise it shall be omitted.
|
|
2124
2124
|
*
|
|
2125
|
-
* @see {@link MatterSpecification.
|
|
2125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.5.6
|
|
2126
2126
|
*/
|
|
2127
2127
|
extensionFieldSets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2128
2128
|
/**
|
|
2129
2129
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
2130
2130
|
*
|
|
2131
|
-
* @see {@link MatterSpecification.
|
|
2131
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.1
|
|
2132
2132
|
*/
|
|
2133
2133
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
2134
2134
|
/**
|
|
@@ -2137,7 +2137,7 @@ export declare namespace ScenesManagement {
|
|
|
2137
2137
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
2138
2138
|
* specification shall NOT be used in the AttributeValueList field.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.4.2
|
|
2141
2141
|
*/
|
|
2142
2142
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2143
2143
|
/**
|
|
@@ -2212,7 +2212,7 @@ export declare namespace ScenesManagement {
|
|
|
2212
2212
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
2213
2213
|
* considered as the null value.
|
|
2214
2214
|
*
|
|
2215
|
-
* @see {@link MatterSpecification.
|
|
2215
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.7.3.1
|
|
2216
2216
|
*/
|
|
2217
2217
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
2218
2218
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2227,121 +2227,121 @@ export declare namespace ScenesManagement {
|
|
|
2227
2227
|
}>[]>;
|
|
2228
2228
|
}>, any>;
|
|
2229
2229
|
/**
|
|
2230
|
-
* @see {@link MatterSpecification.
|
|
2230
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6
|
|
2231
2231
|
*/
|
|
2232
2232
|
readonly removeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2233
2233
|
/**
|
|
2234
2234
|
* This field shall indicate the group identifier in the Group Table.
|
|
2235
2235
|
*
|
|
2236
|
-
* @see {@link MatterSpecification.
|
|
2236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.1
|
|
2237
2237
|
*/
|
|
2238
2238
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2239
2239
|
/**
|
|
2240
2240
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2241
2241
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.6.2
|
|
2243
2243
|
*/
|
|
2244
2244
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2245
2245
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2246
2246
|
/**
|
|
2247
2247
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
2248
2248
|
*
|
|
2249
|
-
* @see {@link MatterSpecification.
|
|
2249
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.1
|
|
2250
2250
|
*/
|
|
2251
2251
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
2254
2254
|
*
|
|
2255
|
-
* @see {@link MatterSpecification.
|
|
2255
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.2
|
|
2256
2256
|
*/
|
|
2257
2257
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2258
2258
|
/**
|
|
2259
2259
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
2260
2260
|
*
|
|
2261
|
-
* @see {@link MatterSpecification.
|
|
2261
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.7.3
|
|
2262
2262
|
*/
|
|
2263
2263
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2264
2264
|
}>, any>;
|
|
2265
2265
|
/**
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8
|
|
2267
2267
|
*/
|
|
2268
2268
|
readonly removeAllScenes: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2269
2269
|
/**
|
|
2270
2270
|
* This field shall indicate the group identifier in the Group Table.
|
|
2271
2271
|
*
|
|
2272
|
-
* @see {@link MatterSpecification.
|
|
2272
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.8.1
|
|
2273
2273
|
*/
|
|
2274
2274
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2275
2275
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2276
2276
|
/**
|
|
2277
2277
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
2278
2278
|
*
|
|
2279
|
-
* @see {@link MatterSpecification.
|
|
2279
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.1
|
|
2280
2280
|
*/
|
|
2281
2281
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2282
2282
|
/**
|
|
2283
2283
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
2284
2284
|
*
|
|
2285
|
-
* @see {@link MatterSpecification.
|
|
2285
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.9.2
|
|
2286
2286
|
*/
|
|
2287
2287
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2288
2288
|
}>, any>;
|
|
2289
2289
|
/**
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2290
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10
|
|
2291
2291
|
*/
|
|
2292
2292
|
readonly storeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2293
2293
|
/**
|
|
2294
2294
|
* This field shall indicate the group identifier in the Group Table.
|
|
2295
2295
|
*
|
|
2296
|
-
* @see {@link MatterSpecification.
|
|
2296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.1
|
|
2297
2297
|
*/
|
|
2298
2298
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2301
2301
|
*
|
|
2302
|
-
* @see {@link MatterSpecification.
|
|
2302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.10.2
|
|
2303
2303
|
*/
|
|
2304
2304
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2305
2305
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2306
2306
|
/**
|
|
2307
2307
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
2308
2308
|
*
|
|
2309
|
-
* @see {@link MatterSpecification.
|
|
2309
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.1
|
|
2310
2310
|
*/
|
|
2311
2311
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2312
2312
|
/**
|
|
2313
2313
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
2314
2314
|
*
|
|
2315
|
-
* @see {@link MatterSpecification.
|
|
2315
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.2
|
|
2316
2316
|
*/
|
|
2317
2317
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2318
2318
|
/**
|
|
2319
2319
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
2320
2320
|
*
|
|
2321
|
-
* @see {@link MatterSpecification.
|
|
2321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.11.3
|
|
2322
2322
|
*/
|
|
2323
2323
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2324
2324
|
}>, any>;
|
|
2325
2325
|
/**
|
|
2326
|
-
* @see {@link MatterSpecification.
|
|
2326
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12
|
|
2327
2327
|
*/
|
|
2328
2328
|
readonly recallScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2329
2329
|
/**
|
|
2330
2330
|
* This field shall indicate the group identifier in the Group Table.
|
|
2331
2331
|
*
|
|
2332
|
-
* @see {@link MatterSpecification.
|
|
2332
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.1
|
|
2333
2333
|
*/
|
|
2334
2334
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2335
2335
|
/**
|
|
2336
2336
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2337
2337
|
*
|
|
2338
|
-
* @see {@link MatterSpecification.
|
|
2338
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.2
|
|
2339
2339
|
*/
|
|
2340
2340
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2341
2341
|
/**
|
|
2342
2342
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
2343
2343
|
*
|
|
2344
|
-
* @see {@link MatterSpecification.
|
|
2344
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.12.3
|
|
2345
2345
|
*/
|
|
2346
2346
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2347
2347
|
}>, void, any>;
|
|
@@ -2349,20 +2349,20 @@ export declare namespace ScenesManagement {
|
|
|
2349
2349
|
* This command can be used to get the used scene identifiers within a certain group, for the endpoint that
|
|
2350
2350
|
* implements this cluster.
|
|
2351
2351
|
*
|
|
2352
|
-
* @see {@link MatterSpecification.
|
|
2352
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13
|
|
2353
2353
|
*/
|
|
2354
2354
|
readonly getSceneMembership: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2355
2355
|
/**
|
|
2356
2356
|
* This field shall indicate the group identifier in the Group Table.
|
|
2357
2357
|
*
|
|
2358
|
-
* @see {@link MatterSpecification.
|
|
2358
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.13.1
|
|
2359
2359
|
*/
|
|
2360
2360
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2361
2361
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2362
2362
|
/**
|
|
2363
2363
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
2364
2364
|
*
|
|
2365
|
-
* @see {@link MatterSpecification.
|
|
2365
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.1
|
|
2366
2366
|
*/
|
|
2367
2367
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2368
2368
|
/**
|
|
@@ -2377,20 +2377,20 @@ export declare namespace ScenesManagement {
|
|
|
2377
2377
|
*
|
|
2378
2378
|
* • null - It is unknown if any further scenes may be added.
|
|
2379
2379
|
*
|
|
2380
|
-
* @see {@link MatterSpecification.
|
|
2380
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.2
|
|
2381
2381
|
*/
|
|
2382
2382
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2383
2383
|
/**
|
|
2384
2384
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
2385
2385
|
*
|
|
2386
|
-
* @see {@link MatterSpecification.
|
|
2386
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.3
|
|
2387
2387
|
*/
|
|
2388
2388
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2389
2389
|
/**
|
|
2390
2390
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
2391
2391
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
2392
2392
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.
|
|
2393
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.14.4
|
|
2394
2394
|
*/
|
|
2395
2395
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
2396
2396
|
}>, any>;
|
|
@@ -2398,7 +2398,7 @@ export declare namespace ScenesManagement {
|
|
|
2398
2398
|
* This command allows a client to efficiently copy scenes from one group/scene identifier pair to another
|
|
2399
2399
|
* group/scene identifier pair.
|
|
2400
2400
|
*
|
|
2401
|
-
* @see {@link MatterSpecification.
|
|
2401
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15
|
|
2402
2402
|
*/
|
|
2403
2403
|
readonly copyScene: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2404
2404
|
/**
|
|
@@ -2408,7 +2408,7 @@ export declare namespace ScenesManagement {
|
|
|
2408
2408
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
2409
2409
|
* Otherwise this bit is set to 0.
|
|
2410
2410
|
*
|
|
2411
|
-
* @see {@link MatterSpecification.
|
|
2411
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.1
|
|
2412
2412
|
*/
|
|
2413
2413
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2414
2414
|
/**
|
|
@@ -2420,47 +2420,47 @@ export declare namespace ScenesManagement {
|
|
|
2420
2420
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
2421
2421
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
2422
2422
|
*
|
|
2423
|
-
* @see {@link MatterSpecification.
|
|
2423
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.2
|
|
2424
2424
|
*/
|
|
2425
2425
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2426
2426
|
/**
|
|
2427
2427
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
2428
2428
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
2429
2429
|
*
|
|
2430
|
-
* @see {@link MatterSpecification.
|
|
2430
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.3
|
|
2431
2431
|
*/
|
|
2432
2432
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2433
2433
|
/**
|
|
2434
2434
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
2435
2435
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
2436
2436
|
*
|
|
2437
|
-
* @see {@link MatterSpecification.
|
|
2437
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.4
|
|
2438
2438
|
*/
|
|
2439
2439
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2440
2440
|
/**
|
|
2441
2441
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
2442
2442
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.15.5
|
|
2445
2445
|
*/
|
|
2446
2446
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2447
2447
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2448
2448
|
/**
|
|
2449
2449
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
2450
2450
|
*
|
|
2451
|
-
* @see {@link MatterSpecification.
|
|
2451
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.1
|
|
2452
2452
|
*/
|
|
2453
2453
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2454
2454
|
/**
|
|
2455
2455
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
2456
2456
|
*
|
|
2457
|
-
* @see {@link MatterSpecification.
|
|
2457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.2
|
|
2458
2458
|
*/
|
|
2459
2459
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
2462
2462
|
*
|
|
2463
|
-
* @see {@link MatterSpecification.
|
|
2463
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4.9.16.3
|
|
2464
2464
|
*/
|
|
2465
2465
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2466
2466
|
}>, any>;
|
|
@@ -2486,7 +2486,7 @@ export declare namespace ScenesManagement {
|
|
|
2486
2486
|
* ScenesManagementCluster supports optional features that you can enable with the ScenesManagementCluster.with()
|
|
2487
2487
|
* factory method.
|
|
2488
2488
|
*
|
|
2489
|
-
* @see {@link MatterSpecification.
|
|
2489
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.4
|
|
2490
2490
|
*/
|
|
2491
2491
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2492
2492
|
}
|