@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -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.v141.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.v141.Cluster} § 1.4.4.1
|
|
26
26
|
*/
|
|
27
27
|
SceneNames = "SceneNames"
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.Cluster} § 1.4.7.3
|
|
93
93
|
*/
|
|
94
94
|
const TlvAttributeValuePair: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
95
95
|
/**
|
|
@@ -163,7 +163,7 @@ export declare namespace ScenesManagement {
|
|
|
163
163
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
164
164
|
* considered as the null value.
|
|
165
165
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
166
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
167
167
|
*/
|
|
168
168
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
169
169
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -178,20 +178,20 @@ export declare namespace ScenesManagement {
|
|
|
178
178
|
/**
|
|
179
179
|
* This data type indicates a combination of an identifier and the value of an attribute.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3
|
|
182
182
|
*/
|
|
183
183
|
interface AttributeValuePair extends TypeFromSchema<typeof TlvAttributeValuePair> {
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* This data type indicates for a given cluster a set of attributes and their values.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4
|
|
189
189
|
*/
|
|
190
190
|
const TlvExtensionFieldSet: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
191
191
|
/**
|
|
192
192
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
195
195
|
*/
|
|
196
196
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
197
197
|
/**
|
|
@@ -200,7 +200,7 @@ export declare namespace ScenesManagement {
|
|
|
200
200
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
201
201
|
* specification shall NOT be used in the AttributeValueList field.
|
|
202
202
|
*
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
204
204
|
*/
|
|
205
205
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
206
206
|
/**
|
|
@@ -274,7 +274,7 @@ export declare namespace ScenesManagement {
|
|
|
274
274
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
275
275
|
* considered as the null value.
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
278
278
|
*/
|
|
279
279
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
280
280
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -290,50 +290,50 @@ export declare namespace ScenesManagement {
|
|
|
290
290
|
/**
|
|
291
291
|
* This data type indicates for a given cluster a set of attributes and their values.
|
|
292
292
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
293
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4
|
|
294
294
|
*/
|
|
295
295
|
interface ExtensionFieldSet extends TypeFromSchema<typeof TlvExtensionFieldSet> {
|
|
296
296
|
}
|
|
297
297
|
/**
|
|
298
298
|
* Input to the ScenesManagement addScene command
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2
|
|
301
301
|
*/
|
|
302
302
|
const TlvAddSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
303
303
|
/**
|
|
304
304
|
* This field shall indicate the group identifier in the Group Table.
|
|
305
305
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.1
|
|
307
307
|
*/
|
|
308
308
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
309
309
|
/**
|
|
310
310
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
311
311
|
*
|
|
312
|
-
* @see {@link MatterSpecification.
|
|
312
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.2
|
|
313
313
|
*/
|
|
314
314
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
315
315
|
/**
|
|
316
316
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.3
|
|
319
319
|
*/
|
|
320
320
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
321
321
|
/**
|
|
322
322
|
* This field shall indicate the name of the scene.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.4
|
|
325
325
|
*/
|
|
326
326
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
327
327
|
/**
|
|
328
328
|
* This field shall contains the list of extension fields.
|
|
329
329
|
*
|
|
330
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.5
|
|
331
331
|
*/
|
|
332
332
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
333
333
|
/**
|
|
334
334
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
335
335
|
*
|
|
336
|
-
* @see {@link MatterSpecification.
|
|
336
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
337
337
|
*/
|
|
338
338
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
339
339
|
/**
|
|
@@ -342,7 +342,7 @@ export declare namespace ScenesManagement {
|
|
|
342
342
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
343
343
|
* specification shall NOT be used in the AttributeValueList field.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
346
346
|
*/
|
|
347
347
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
348
348
|
/**
|
|
@@ -416,7 +416,7 @@ export declare namespace ScenesManagement {
|
|
|
416
416
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
417
417
|
* considered as the null value.
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
420
420
|
*/
|
|
421
421
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
422
422
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -433,111 +433,111 @@ export declare namespace ScenesManagement {
|
|
|
433
433
|
/**
|
|
434
434
|
* Input to the ScenesManagement addScene command
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2
|
|
437
437
|
*/
|
|
438
438
|
interface AddSceneRequest extends TypeFromSchema<typeof TlvAddSceneRequest> {
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3
|
|
442
442
|
*/
|
|
443
443
|
const TlvAddSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
444
444
|
/**
|
|
445
445
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
446
446
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.1
|
|
448
448
|
*/
|
|
449
449
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
450
450
|
/**
|
|
451
451
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.2
|
|
454
454
|
*/
|
|
455
455
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
456
456
|
/**
|
|
457
457
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.3
|
|
460
460
|
*/
|
|
461
461
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
462
462
|
}>;
|
|
463
463
|
/**
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3
|
|
465
465
|
*/
|
|
466
466
|
interface AddSceneResponse extends TypeFromSchema<typeof TlvAddSceneResponse> {
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
469
|
* Input to the ScenesManagement viewScene command
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4
|
|
472
472
|
*/
|
|
473
473
|
const TlvViewSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
474
474
|
/**
|
|
475
475
|
* This field shall indicate the group identifier in the Group Table.
|
|
476
476
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.1
|
|
478
478
|
*/
|
|
479
479
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
480
480
|
/**
|
|
481
481
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.2
|
|
484
484
|
*/
|
|
485
485
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
486
486
|
}>;
|
|
487
487
|
/**
|
|
488
488
|
* Input to the ScenesManagement viewScene command
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4
|
|
491
491
|
*/
|
|
492
492
|
interface ViewSceneRequest extends TypeFromSchema<typeof TlvViewSceneRequest> {
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5
|
|
496
496
|
*/
|
|
497
497
|
const TlvViewSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
498
498
|
/**
|
|
499
499
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
500
500
|
*
|
|
501
|
-
* @see {@link MatterSpecification.
|
|
501
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.1
|
|
502
502
|
*/
|
|
503
503
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
504
504
|
/**
|
|
505
505
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
506
506
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.2
|
|
508
508
|
*/
|
|
509
509
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
510
510
|
/**
|
|
511
511
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.3
|
|
514
514
|
*/
|
|
515
515
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
516
516
|
/**
|
|
517
517
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
518
518
|
* otherwise it shall be omitted.
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.4
|
|
521
521
|
*/
|
|
522
522
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
523
523
|
/**
|
|
524
524
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
525
525
|
* otherwise it shall be omitted.
|
|
526
526
|
*
|
|
527
|
-
* @see {@link MatterSpecification.
|
|
527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.5
|
|
528
528
|
*/
|
|
529
529
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
530
530
|
/**
|
|
531
531
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
532
532
|
* otherwise it shall be omitted.
|
|
533
533
|
*
|
|
534
|
-
* @see {@link MatterSpecification.
|
|
534
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.6
|
|
535
535
|
*/
|
|
536
536
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
537
537
|
/**
|
|
538
538
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
539
539
|
*
|
|
540
|
-
* @see {@link MatterSpecification.
|
|
540
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
541
541
|
*/
|
|
542
542
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
543
543
|
/**
|
|
@@ -546,7 +546,7 @@ export declare namespace ScenesManagement {
|
|
|
546
546
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
547
547
|
* specification shall NOT be used in the AttributeValueList field.
|
|
548
548
|
*
|
|
549
|
-
* @see {@link MatterSpecification.
|
|
549
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
550
550
|
*/
|
|
551
551
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
552
552
|
/**
|
|
@@ -620,7 +620,7 @@ export declare namespace ScenesManagement {
|
|
|
620
620
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
621
621
|
* considered as the null value.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
624
624
|
*/
|
|
625
625
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
626
626
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -635,220 +635,220 @@ export declare namespace ScenesManagement {
|
|
|
635
635
|
}>[]>;
|
|
636
636
|
}>;
|
|
637
637
|
/**
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5
|
|
639
639
|
*/
|
|
640
640
|
interface ViewSceneResponse extends TypeFromSchema<typeof TlvViewSceneResponse> {
|
|
641
641
|
}
|
|
642
642
|
/**
|
|
643
643
|
* Input to the ScenesManagement removeScene command
|
|
644
644
|
*
|
|
645
|
-
* @see {@link MatterSpecification.
|
|
645
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6
|
|
646
646
|
*/
|
|
647
647
|
const TlvRemoveSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
648
648
|
/**
|
|
649
649
|
* This field shall indicate the group identifier in the Group Table.
|
|
650
650
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.1
|
|
652
652
|
*/
|
|
653
653
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
654
654
|
/**
|
|
655
655
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.2
|
|
658
658
|
*/
|
|
659
659
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
660
660
|
}>;
|
|
661
661
|
/**
|
|
662
662
|
* Input to the ScenesManagement removeScene command
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6
|
|
665
665
|
*/
|
|
666
666
|
interface RemoveSceneRequest extends TypeFromSchema<typeof TlvRemoveSceneRequest> {
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7
|
|
670
670
|
*/
|
|
671
671
|
const TlvRemoveSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
672
672
|
/**
|
|
673
673
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
674
674
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
675
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.1
|
|
676
676
|
*/
|
|
677
677
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
678
678
|
/**
|
|
679
679
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
680
680
|
*
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
681
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.2
|
|
682
682
|
*/
|
|
683
683
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
684
684
|
/**
|
|
685
685
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.3
|
|
688
688
|
*/
|
|
689
689
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
690
690
|
}>;
|
|
691
691
|
/**
|
|
692
|
-
* @see {@link MatterSpecification.
|
|
692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7
|
|
693
693
|
*/
|
|
694
694
|
interface RemoveSceneResponse extends TypeFromSchema<typeof TlvRemoveSceneResponse> {
|
|
695
695
|
}
|
|
696
696
|
/**
|
|
697
697
|
* Input to the ScenesManagement removeAllScenes command
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8
|
|
700
700
|
*/
|
|
701
701
|
const TlvRemoveAllScenesRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
702
702
|
/**
|
|
703
703
|
* This field shall indicate the group identifier in the Group Table.
|
|
704
704
|
*
|
|
705
|
-
* @see {@link MatterSpecification.
|
|
705
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8.1
|
|
706
706
|
*/
|
|
707
707
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
708
708
|
}>;
|
|
709
709
|
/**
|
|
710
710
|
* Input to the ScenesManagement removeAllScenes command
|
|
711
711
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8
|
|
713
713
|
*/
|
|
714
714
|
interface RemoveAllScenesRequest extends TypeFromSchema<typeof TlvRemoveAllScenesRequest> {
|
|
715
715
|
}
|
|
716
716
|
/**
|
|
717
|
-
* @see {@link MatterSpecification.
|
|
717
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9
|
|
718
718
|
*/
|
|
719
719
|
const TlvRemoveAllScenesResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
720
720
|
/**
|
|
721
721
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
722
722
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.1
|
|
724
724
|
*/
|
|
725
725
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
726
726
|
/**
|
|
727
727
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
728
728
|
*
|
|
729
|
-
* @see {@link MatterSpecification.
|
|
729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.2
|
|
730
730
|
*/
|
|
731
731
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
732
732
|
}>;
|
|
733
733
|
/**
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9
|
|
735
735
|
*/
|
|
736
736
|
interface RemoveAllScenesResponse extends TypeFromSchema<typeof TlvRemoveAllScenesResponse> {
|
|
737
737
|
}
|
|
738
738
|
/**
|
|
739
739
|
* Input to the ScenesManagement storeScene command
|
|
740
740
|
*
|
|
741
|
-
* @see {@link MatterSpecification.
|
|
741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10
|
|
742
742
|
*/
|
|
743
743
|
const TlvStoreSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
744
744
|
/**
|
|
745
745
|
* This field shall indicate the group identifier in the Group Table.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.1
|
|
748
748
|
*/
|
|
749
749
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
750
750
|
/**
|
|
751
751
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
752
752
|
*
|
|
753
|
-
* @see {@link MatterSpecification.
|
|
753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.2
|
|
754
754
|
*/
|
|
755
755
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
756
756
|
}>;
|
|
757
757
|
/**
|
|
758
758
|
* Input to the ScenesManagement storeScene command
|
|
759
759
|
*
|
|
760
|
-
* @see {@link MatterSpecification.
|
|
760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10
|
|
761
761
|
*/
|
|
762
762
|
interface StoreSceneRequest extends TypeFromSchema<typeof TlvStoreSceneRequest> {
|
|
763
763
|
}
|
|
764
764
|
/**
|
|
765
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11
|
|
766
766
|
*/
|
|
767
767
|
const TlvStoreSceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
768
768
|
/**
|
|
769
769
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.1
|
|
772
772
|
*/
|
|
773
773
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
774
774
|
/**
|
|
775
775
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.2
|
|
778
778
|
*/
|
|
779
779
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
780
780
|
/**
|
|
781
781
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
782
782
|
*
|
|
783
|
-
* @see {@link MatterSpecification.
|
|
783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.3
|
|
784
784
|
*/
|
|
785
785
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
786
786
|
}>;
|
|
787
787
|
/**
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11
|
|
789
789
|
*/
|
|
790
790
|
interface StoreSceneResponse extends TypeFromSchema<typeof TlvStoreSceneResponse> {
|
|
791
791
|
}
|
|
792
792
|
/**
|
|
793
793
|
* Input to the ScenesManagement recallScene command
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12
|
|
796
796
|
*/
|
|
797
797
|
const TlvRecallSceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
798
798
|
/**
|
|
799
799
|
* This field shall indicate the group identifier in the Group Table.
|
|
800
800
|
*
|
|
801
|
-
* @see {@link MatterSpecification.
|
|
801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.1
|
|
802
802
|
*/
|
|
803
803
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
804
804
|
/**
|
|
805
805
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.2
|
|
808
808
|
*/
|
|
809
809
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
810
810
|
/**
|
|
811
811
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
812
812
|
*
|
|
813
|
-
* @see {@link MatterSpecification.
|
|
813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.3
|
|
814
814
|
*/
|
|
815
815
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
816
816
|
}>;
|
|
817
817
|
/**
|
|
818
818
|
* Input to the ScenesManagement recallScene command
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12
|
|
821
821
|
*/
|
|
822
822
|
interface RecallSceneRequest extends TypeFromSchema<typeof TlvRecallSceneRequest> {
|
|
823
823
|
}
|
|
824
824
|
/**
|
|
825
825
|
* Input to the ScenesManagement getSceneMembership command
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13
|
|
828
828
|
*/
|
|
829
829
|
const TlvGetSceneMembershipRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
830
830
|
/**
|
|
831
831
|
* This field shall indicate the group identifier in the Group Table.
|
|
832
832
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
833
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13.1
|
|
834
834
|
*/
|
|
835
835
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
836
836
|
}>;
|
|
837
837
|
/**
|
|
838
838
|
* Input to the ScenesManagement getSceneMembership command
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13
|
|
841
841
|
*/
|
|
842
842
|
interface GetSceneMembershipRequest extends TypeFromSchema<typeof TlvGetSceneMembershipRequest> {
|
|
843
843
|
}
|
|
844
844
|
/**
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14
|
|
846
846
|
*/
|
|
847
847
|
const TlvGetSceneMembershipResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
848
848
|
/**
|
|
849
849
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.1
|
|
852
852
|
*/
|
|
853
853
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
854
854
|
/**
|
|
@@ -863,30 +863,30 @@ export declare namespace ScenesManagement {
|
|
|
863
863
|
*
|
|
864
864
|
* • null - It is unknown if any further scenes may be added.
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.2
|
|
867
867
|
*/
|
|
868
868
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
869
869
|
/**
|
|
870
870
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.3
|
|
873
873
|
*/
|
|
874
874
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
875
875
|
/**
|
|
876
876
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
877
877
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
878
878
|
*
|
|
879
|
-
* @see {@link MatterSpecification.
|
|
879
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.4
|
|
880
880
|
*/
|
|
881
881
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
882
882
|
}>;
|
|
883
883
|
/**
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14
|
|
885
885
|
*/
|
|
886
886
|
interface GetSceneMembershipResponse extends TypeFromSchema<typeof TlvGetSceneMembershipResponse> {
|
|
887
887
|
}
|
|
888
888
|
/**
|
|
889
|
-
* @see {@link MatterSpecification.
|
|
889
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.1
|
|
890
890
|
*/
|
|
891
891
|
const CopyMode: {
|
|
892
892
|
/**
|
|
@@ -897,7 +897,7 @@ export declare namespace ScenesManagement {
|
|
|
897
897
|
/**
|
|
898
898
|
* Input to the ScenesManagement copyScene command
|
|
899
899
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15
|
|
901
901
|
*/
|
|
902
902
|
const TlvCopySceneRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
903
903
|
/**
|
|
@@ -907,7 +907,7 @@ export declare namespace ScenesManagement {
|
|
|
907
907
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
908
908
|
* Otherwise this bit is set to 0.
|
|
909
909
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.1
|
|
911
911
|
*/
|
|
912
912
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
913
913
|
/**
|
|
@@ -919,63 +919,63 @@ export declare namespace ScenesManagement {
|
|
|
919
919
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
920
920
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.2
|
|
923
923
|
*/
|
|
924
924
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
925
925
|
/**
|
|
926
926
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
927
927
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
928
928
|
*
|
|
929
|
-
* @see {@link MatterSpecification.
|
|
929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.3
|
|
930
930
|
*/
|
|
931
931
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
932
932
|
/**
|
|
933
933
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
934
934
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
935
935
|
*
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.4
|
|
937
937
|
*/
|
|
938
938
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
939
939
|
/**
|
|
940
940
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
941
941
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.5
|
|
944
944
|
*/
|
|
945
945
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
946
946
|
}>;
|
|
947
947
|
/**
|
|
948
948
|
* Input to the ScenesManagement copyScene command
|
|
949
949
|
*
|
|
950
|
-
* @see {@link MatterSpecification.
|
|
950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15
|
|
951
951
|
*/
|
|
952
952
|
interface CopySceneRequest extends TypeFromSchema<typeof TlvCopySceneRequest> {
|
|
953
953
|
}
|
|
954
954
|
/**
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16
|
|
956
956
|
*/
|
|
957
957
|
const TlvCopySceneResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
958
958
|
/**
|
|
959
959
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
960
960
|
*
|
|
961
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.1
|
|
962
962
|
*/
|
|
963
963
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
964
964
|
/**
|
|
965
965
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.2
|
|
968
968
|
*/
|
|
969
969
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
970
970
|
/**
|
|
971
971
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.3
|
|
974
974
|
*/
|
|
975
975
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
976
976
|
}>;
|
|
977
977
|
/**
|
|
978
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16
|
|
979
979
|
*/
|
|
980
980
|
interface CopySceneResponse extends TypeFromSchema<typeof TlvCopySceneResponse> {
|
|
981
981
|
}
|
|
@@ -989,20 +989,20 @@ export declare namespace ScenesManagement {
|
|
|
989
989
|
* are illustrated below. An ExtensionFieldSetStruct may be present for each Scenes-supporting cluster implemented
|
|
990
990
|
* on the same endpoint.
|
|
991
991
|
*
|
|
992
|
-
* @see {@link MatterSpecification.
|
|
992
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5
|
|
993
993
|
*/
|
|
994
994
|
const TlvLogicalSceneTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
995
995
|
/**
|
|
996
996
|
* This field is the group identifier for which this scene applies, or 0 if the scene is not associated with a
|
|
997
997
|
* group.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5.1
|
|
1000
1000
|
*/
|
|
1001
1001
|
sceneGroupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* This field is unique within this group, which is used to identify this scene.
|
|
1004
1004
|
*
|
|
1005
|
-
* @see {@link MatterSpecification.
|
|
1005
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5.2
|
|
1006
1006
|
*/
|
|
1007
1007
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1008
1008
|
/**
|
|
@@ -1011,14 +1011,14 @@ export declare namespace ScenesManagement {
|
|
|
1011
1011
|
* If scene names are not supported, any commands that write a scene name shall simply discard the name, and any
|
|
1012
1012
|
* command that returns a scene name shall return an empty string.
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5.3
|
|
1015
1015
|
*/
|
|
1016
1016
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* This field is the amount of time, in milliseconds, it will take for a cluster to change from its current
|
|
1019
1019
|
* state to the requested state.
|
|
1020
1020
|
*
|
|
1021
|
-
* @see {@link MatterSpecification.
|
|
1021
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5.4
|
|
1022
1022
|
*/
|
|
1023
1023
|
sceneTransitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1024
1024
|
/**
|
|
@@ -1027,13 +1027,13 @@ export declare namespace ScenesManagement {
|
|
|
1027
1027
|
* a cluster implemented on the same endpoint where the Scene ("S") designation appears in the quality column. A
|
|
1028
1028
|
* scene is the aggregate of all such fields across all clusters on the endpoint.
|
|
1029
1029
|
*
|
|
1030
|
-
* @see {@link MatterSpecification.
|
|
1030
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5.5
|
|
1031
1031
|
*/
|
|
1032
1032
|
extensionFields: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1033
1033
|
/**
|
|
1034
1034
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1035
1035
|
*
|
|
1036
|
-
* @see {@link MatterSpecification.
|
|
1036
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
1037
1037
|
*/
|
|
1038
1038
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1039
1039
|
/**
|
|
@@ -1042,7 +1042,7 @@ export declare namespace ScenesManagement {
|
|
|
1042
1042
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1043
1043
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
1046
1046
|
*/
|
|
1047
1047
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1048
1048
|
/**
|
|
@@ -1116,7 +1116,7 @@ export declare namespace ScenesManagement {
|
|
|
1116
1116
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1117
1117
|
* considered as the null value.
|
|
1118
1118
|
*
|
|
1119
|
-
* @see {@link MatterSpecification.
|
|
1119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
1120
1120
|
*/
|
|
1121
1121
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1122
1122
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1140,7 +1140,7 @@ export declare namespace ScenesManagement {
|
|
|
1140
1140
|
* are illustrated below. An ExtensionFieldSetStruct may be present for each Scenes-supporting cluster implemented
|
|
1141
1141
|
* on the same endpoint.
|
|
1142
1142
|
*
|
|
1143
|
-
* @see {@link MatterSpecification.
|
|
1143
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.5
|
|
1144
1144
|
*/
|
|
1145
1145
|
interface LogicalSceneTable extends TypeFromSchema<typeof TlvLogicalSceneTable> {
|
|
1146
1146
|
}
|
|
@@ -1155,7 +1155,7 @@ export declare namespace ScenesManagement {
|
|
|
1155
1155
|
/**
|
|
1156
1156
|
* This feature indicates the ability to store a name for a scene when a scene is added.
|
|
1157
1157
|
*
|
|
1158
|
-
* @see {@link MatterSpecification.
|
|
1158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.4.1
|
|
1159
1159
|
*/
|
|
1160
1160
|
readonly sceneNames: BitFlag;
|
|
1161
1161
|
};
|
|
@@ -1168,7 +1168,7 @@ export declare namespace ScenesManagement {
|
|
|
1168
1168
|
*
|
|
1169
1169
|
* The Node ID is scoped to the accessing fabric.
|
|
1170
1170
|
*
|
|
1171
|
-
* @see {@link MatterSpecification.
|
|
1171
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.1
|
|
1172
1172
|
*/
|
|
1173
1173
|
readonly lastConfiguredBy: OptionalAttribute<import("../datatype/NodeId.js").NodeId | null, any>;
|
|
1174
1174
|
/**
|
|
@@ -1178,7 +1178,7 @@ export declare namespace ScenesManagement {
|
|
|
1178
1178
|
* endpoint) shall be 16, unless a device type in which this cluster is used, defines a larger value in the
|
|
1179
1179
|
* device type definition.
|
|
1180
1180
|
*
|
|
1181
|
-
* @see {@link MatterSpecification.
|
|
1181
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.2
|
|
1182
1182
|
*/
|
|
1183
1183
|
readonly sceneTableSize: FixedAttribute<number, any>;
|
|
1184
1184
|
/**
|
|
@@ -1187,7 +1187,7 @@ export declare namespace ScenesManagement {
|
|
|
1187
1187
|
* The number of list entries for this attribute shall NOT exceed the number of supported fabrics by the
|
|
1188
1188
|
* device.
|
|
1189
1189
|
*
|
|
1190
|
-
* @see {@link MatterSpecification.
|
|
1190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.3
|
|
1191
1191
|
*/
|
|
1192
1192
|
readonly fabricSceneInfo: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1193
1193
|
/**
|
|
@@ -1196,21 +1196,21 @@ export declare namespace ScenesManagement {
|
|
|
1196
1196
|
*
|
|
1197
1197
|
* This only includes the count for the associated fabric.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.1
|
|
1200
1200
|
*/
|
|
1201
1201
|
sceneCount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1202
1202
|
/**
|
|
1203
1203
|
* This field shall indicate the scene identifier of the scene last invoked on the associated fabric. If no
|
|
1204
1204
|
* scene has been invoked, the value of this field shall be 0xFF, the undefined scene identifier.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.2
|
|
1207
1207
|
*/
|
|
1208
1208
|
currentScene: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1209
1209
|
/**
|
|
1210
1210
|
* This field shall indicate the group identifier of the scene last invoked on the associated fabric, or 0 if
|
|
1211
1211
|
* the scene last invoked is not associated with a group.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.3
|
|
1214
1214
|
*/
|
|
1215
1215
|
currentGroup: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1216
1216
|
/**
|
|
@@ -1227,7 +1227,7 @@ export declare namespace ScenesManagement {
|
|
|
1227
1227
|
* fields shall be the last invoked scene and group for that fabric. In the event where no scene was previously
|
|
1228
1228
|
* invoked for that fabric, the CurrentScene and CurrentGroup fields shall be their default values.
|
|
1229
1229
|
*
|
|
1230
|
-
* @see {@link MatterSpecification.
|
|
1230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.4
|
|
1231
1231
|
*/
|
|
1232
1232
|
sceneValid: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1233
1233
|
/**
|
|
@@ -1236,7 +1236,7 @@ export declare namespace ScenesManagement {
|
|
|
1236
1236
|
* accessing fabric, due to other clients associated with other fabrics adding or deleting entries that impact
|
|
1237
1237
|
* the resource usage on the device.
|
|
1238
1238
|
*
|
|
1239
|
-
* @see {@link MatterSpecification.
|
|
1239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.5
|
|
1240
1240
|
*/
|
|
1241
1241
|
remainingCapacity: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1242
1242
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1248,43 +1248,43 @@ export declare namespace ScenesManagement {
|
|
|
1248
1248
|
* endpoint that has a defined extension field set. Extension field sets may be omitted, including the case
|
|
1249
1249
|
* of no extension field sets at all.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2
|
|
1252
1252
|
*/
|
|
1253
1253
|
readonly addScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1254
1254
|
/**
|
|
1255
1255
|
* This field shall indicate the group identifier in the Group Table.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.1
|
|
1258
1258
|
*/
|
|
1259
1259
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1262
1262
|
*
|
|
1263
|
-
* @see {@link MatterSpecification.
|
|
1263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.2
|
|
1264
1264
|
*/
|
|
1265
1265
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1266
1266
|
/**
|
|
1267
1267
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1268
1268
|
*
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.3
|
|
1270
1270
|
*/
|
|
1271
1271
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1272
1272
|
/**
|
|
1273
1273
|
* This field shall indicate the name of the scene.
|
|
1274
1274
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.4
|
|
1276
1276
|
*/
|
|
1277
1277
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* This field shall contains the list of extension fields.
|
|
1280
1280
|
*
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.5
|
|
1282
1282
|
*/
|
|
1283
1283
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1284
1284
|
/**
|
|
1285
1285
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1286
1286
|
*
|
|
1287
|
-
* @see {@link MatterSpecification.
|
|
1287
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
1288
1288
|
*/
|
|
1289
1289
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1290
1290
|
/**
|
|
@@ -1293,7 +1293,7 @@ export declare namespace ScenesManagement {
|
|
|
1293
1293
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1294
1294
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
1297
1297
|
*/
|
|
1298
1298
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1299
1299
|
/**
|
|
@@ -1367,7 +1367,7 @@ export declare namespace ScenesManagement {
|
|
|
1367
1367
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1368
1368
|
* considered as the null value.
|
|
1369
1369
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
1371
1371
|
*/
|
|
1372
1372
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1373
1373
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1384,82 +1384,82 @@ export declare namespace ScenesManagement {
|
|
|
1384
1384
|
/**
|
|
1385
1385
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
1386
1386
|
*
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.1
|
|
1388
1388
|
*/
|
|
1389
1389
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
1392
1392
|
*
|
|
1393
|
-
* @see {@link MatterSpecification.
|
|
1393
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.2
|
|
1394
1394
|
*/
|
|
1395
1395
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1396
1396
|
/**
|
|
1397
1397
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
1398
1398
|
*
|
|
1399
|
-
* @see {@link MatterSpecification.
|
|
1399
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.3
|
|
1400
1400
|
*/
|
|
1401
1401
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1402
1402
|
}>, any>;
|
|
1403
1403
|
/**
|
|
1404
|
-
* @see {@link MatterSpecification.
|
|
1404
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4
|
|
1405
1405
|
*/
|
|
1406
1406
|
readonly viewScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1407
1407
|
/**
|
|
1408
1408
|
* This field shall indicate the group identifier in the Group Table.
|
|
1409
1409
|
*
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.1
|
|
1411
1411
|
*/
|
|
1412
1412
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1415
1415
|
*
|
|
1416
|
-
* @see {@link MatterSpecification.
|
|
1416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.2
|
|
1417
1417
|
*/
|
|
1418
1418
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1419
1419
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1420
1420
|
/**
|
|
1421
1421
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
1422
1422
|
*
|
|
1423
|
-
* @see {@link MatterSpecification.
|
|
1423
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.1
|
|
1424
1424
|
*/
|
|
1425
1425
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1426
1426
|
/**
|
|
1427
1427
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
1428
1428
|
*
|
|
1429
|
-
* @see {@link MatterSpecification.
|
|
1429
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.2
|
|
1430
1430
|
*/
|
|
1431
1431
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1432
1432
|
/**
|
|
1433
1433
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
1434
1434
|
*
|
|
1435
|
-
* @see {@link MatterSpecification.
|
|
1435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.3
|
|
1436
1436
|
*/
|
|
1437
1437
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1438
1438
|
/**
|
|
1439
1439
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1440
1440
|
* otherwise it shall be omitted.
|
|
1441
1441
|
*
|
|
1442
|
-
* @see {@link MatterSpecification.
|
|
1442
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.4
|
|
1443
1443
|
*/
|
|
1444
1444
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1445
1445
|
/**
|
|
1446
1446
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1447
1447
|
* otherwise it shall be omitted.
|
|
1448
1448
|
*
|
|
1449
|
-
* @see {@link MatterSpecification.
|
|
1449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.5
|
|
1450
1450
|
*/
|
|
1451
1451
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1452
1452
|
/**
|
|
1453
1453
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
1454
1454
|
* otherwise it shall be omitted.
|
|
1455
1455
|
*
|
|
1456
|
-
* @see {@link MatterSpecification.
|
|
1456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.6
|
|
1457
1457
|
*/
|
|
1458
1458
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1459
1459
|
/**
|
|
1460
1460
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1461
1461
|
*
|
|
1462
|
-
* @see {@link MatterSpecification.
|
|
1462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
1463
1463
|
*/
|
|
1464
1464
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1465
1465
|
/**
|
|
@@ -1468,7 +1468,7 @@ export declare namespace ScenesManagement {
|
|
|
1468
1468
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1469
1469
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1470
1470
|
*
|
|
1471
|
-
* @see {@link MatterSpecification.
|
|
1471
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
1472
1472
|
*/
|
|
1473
1473
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1474
1474
|
/**
|
|
@@ -1542,7 +1542,7 @@ export declare namespace ScenesManagement {
|
|
|
1542
1542
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
1543
1543
|
* considered as the null value.
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
1546
1546
|
*/
|
|
1547
1547
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
1548
1548
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1557,121 +1557,121 @@ export declare namespace ScenesManagement {
|
|
|
1557
1557
|
}>[]>;
|
|
1558
1558
|
}>, any>;
|
|
1559
1559
|
/**
|
|
1560
|
-
* @see {@link MatterSpecification.
|
|
1560
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6
|
|
1561
1561
|
*/
|
|
1562
1562
|
readonly removeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1563
1563
|
/**
|
|
1564
1564
|
* This field shall indicate the group identifier in the Group Table.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.1
|
|
1567
1567
|
*/
|
|
1568
1568
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1569
1569
|
/**
|
|
1570
1570
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1571
1571
|
*
|
|
1572
|
-
* @see {@link MatterSpecification.
|
|
1572
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.2
|
|
1573
1573
|
*/
|
|
1574
1574
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1575
1575
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1576
1576
|
/**
|
|
1577
1577
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
1578
1578
|
*
|
|
1579
|
-
* @see {@link MatterSpecification.
|
|
1579
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.1
|
|
1580
1580
|
*/
|
|
1581
1581
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1582
1582
|
/**
|
|
1583
1583
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
1584
1584
|
*
|
|
1585
|
-
* @see {@link MatterSpecification.
|
|
1585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.2
|
|
1586
1586
|
*/
|
|
1587
1587
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1588
1588
|
/**
|
|
1589
1589
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
1590
1590
|
*
|
|
1591
|
-
* @see {@link MatterSpecification.
|
|
1591
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.3
|
|
1592
1592
|
*/
|
|
1593
1593
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1594
1594
|
}>, any>;
|
|
1595
1595
|
/**
|
|
1596
|
-
* @see {@link MatterSpecification.
|
|
1596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8
|
|
1597
1597
|
*/
|
|
1598
1598
|
readonly removeAllScenes: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1599
1599
|
/**
|
|
1600
1600
|
* This field shall indicate the group identifier in the Group Table.
|
|
1601
1601
|
*
|
|
1602
|
-
* @see {@link MatterSpecification.
|
|
1602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8.1
|
|
1603
1603
|
*/
|
|
1604
1604
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1605
1605
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1606
1606
|
/**
|
|
1607
1607
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
1608
1608
|
*
|
|
1609
|
-
* @see {@link MatterSpecification.
|
|
1609
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.1
|
|
1610
1610
|
*/
|
|
1611
1611
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1612
1612
|
/**
|
|
1613
1613
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
1614
1614
|
*
|
|
1615
|
-
* @see {@link MatterSpecification.
|
|
1615
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.2
|
|
1616
1616
|
*/
|
|
1617
1617
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1618
1618
|
}>, any>;
|
|
1619
1619
|
/**
|
|
1620
|
-
* @see {@link MatterSpecification.
|
|
1620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10
|
|
1621
1621
|
*/
|
|
1622
1622
|
readonly storeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1623
1623
|
/**
|
|
1624
1624
|
* This field shall indicate the group identifier in the Group Table.
|
|
1625
1625
|
*
|
|
1626
|
-
* @see {@link MatterSpecification.
|
|
1626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.1
|
|
1627
1627
|
*/
|
|
1628
1628
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1629
1629
|
/**
|
|
1630
1630
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1631
1631
|
*
|
|
1632
|
-
* @see {@link MatterSpecification.
|
|
1632
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.2
|
|
1633
1633
|
*/
|
|
1634
1634
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1635
1635
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1636
1636
|
/**
|
|
1637
1637
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
1638
1638
|
*
|
|
1639
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.1
|
|
1640
1640
|
*/
|
|
1641
1641
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1642
1642
|
/**
|
|
1643
1643
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
1644
1644
|
*
|
|
1645
|
-
* @see {@link MatterSpecification.
|
|
1645
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.2
|
|
1646
1646
|
*/
|
|
1647
1647
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1648
1648
|
/**
|
|
1649
1649
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
1650
1650
|
*
|
|
1651
|
-
* @see {@link MatterSpecification.
|
|
1651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.3
|
|
1652
1652
|
*/
|
|
1653
1653
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1654
1654
|
}>, any>;
|
|
1655
1655
|
/**
|
|
1656
|
-
* @see {@link MatterSpecification.
|
|
1656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12
|
|
1657
1657
|
*/
|
|
1658
1658
|
readonly recallScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1659
1659
|
/**
|
|
1660
1660
|
* This field shall indicate the group identifier in the Group Table.
|
|
1661
1661
|
*
|
|
1662
|
-
* @see {@link MatterSpecification.
|
|
1662
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.1
|
|
1663
1663
|
*/
|
|
1664
1664
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1667
1667
|
*
|
|
1668
|
-
* @see {@link MatterSpecification.
|
|
1668
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.2
|
|
1669
1669
|
*/
|
|
1670
1670
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1671
1671
|
/**
|
|
1672
1672
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1673
1673
|
*
|
|
1674
|
-
* @see {@link MatterSpecification.
|
|
1674
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.3
|
|
1675
1675
|
*/
|
|
1676
1676
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1677
1677
|
}>, void, any>;
|
|
@@ -1679,20 +1679,20 @@ export declare namespace ScenesManagement {
|
|
|
1679
1679
|
* This command can be used to get the used scene identifiers within a certain group, for the endpoint that
|
|
1680
1680
|
* implements this cluster.
|
|
1681
1681
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1682
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13
|
|
1683
1683
|
*/
|
|
1684
1684
|
readonly getSceneMembership: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1685
1685
|
/**
|
|
1686
1686
|
* This field shall indicate the group identifier in the Group Table.
|
|
1687
1687
|
*
|
|
1688
|
-
* @see {@link MatterSpecification.
|
|
1688
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13.1
|
|
1689
1689
|
*/
|
|
1690
1690
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1691
1691
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1692
1692
|
/**
|
|
1693
1693
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
1694
1694
|
*
|
|
1695
|
-
* @see {@link MatterSpecification.
|
|
1695
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.1
|
|
1696
1696
|
*/
|
|
1697
1697
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1698
1698
|
/**
|
|
@@ -1707,20 +1707,20 @@ export declare namespace ScenesManagement {
|
|
|
1707
1707
|
*
|
|
1708
1708
|
* • null - It is unknown if any further scenes may be added.
|
|
1709
1709
|
*
|
|
1710
|
-
* @see {@link MatterSpecification.
|
|
1710
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.2
|
|
1711
1711
|
*/
|
|
1712
1712
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1713
1713
|
/**
|
|
1714
1714
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
1715
1715
|
*
|
|
1716
|
-
* @see {@link MatterSpecification.
|
|
1716
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.3
|
|
1717
1717
|
*/
|
|
1718
1718
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1719
1719
|
/**
|
|
1720
1720
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
1721
1721
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
1722
1722
|
*
|
|
1723
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.4
|
|
1724
1724
|
*/
|
|
1725
1725
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
1726
1726
|
}>, any>;
|
|
@@ -1728,7 +1728,7 @@ export declare namespace ScenesManagement {
|
|
|
1728
1728
|
* This command allows a client to efficiently copy scenes from one group/scene identifier pair to another
|
|
1729
1729
|
* group/scene identifier pair.
|
|
1730
1730
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1731
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15
|
|
1732
1732
|
*/
|
|
1733
1733
|
readonly copyScene: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1734
1734
|
/**
|
|
@@ -1738,7 +1738,7 @@ export declare namespace ScenesManagement {
|
|
|
1738
1738
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
1739
1739
|
* Otherwise this bit is set to 0.
|
|
1740
1740
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.1
|
|
1742
1742
|
*/
|
|
1743
1743
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1744
1744
|
/**
|
|
@@ -1750,47 +1750,47 @@ export declare namespace ScenesManagement {
|
|
|
1750
1750
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
1751
1751
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
1752
1752
|
*
|
|
1753
|
-
* @see {@link MatterSpecification.
|
|
1753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.2
|
|
1754
1754
|
*/
|
|
1755
1755
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1756
1756
|
/**
|
|
1757
1757
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
1758
1758
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
1759
1759
|
*
|
|
1760
|
-
* @see {@link MatterSpecification.
|
|
1760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.3
|
|
1761
1761
|
*/
|
|
1762
1762
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1763
1763
|
/**
|
|
1764
1764
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
1765
1765
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
1766
1766
|
*
|
|
1767
|
-
* @see {@link MatterSpecification.
|
|
1767
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.4
|
|
1768
1768
|
*/
|
|
1769
1769
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1770
1770
|
/**
|
|
1771
1771
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
1772
1772
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
1773
1773
|
*
|
|
1774
|
-
* @see {@link MatterSpecification.
|
|
1774
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.5
|
|
1775
1775
|
*/
|
|
1776
1776
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1777
1777
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1778
1778
|
/**
|
|
1779
1779
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
1780
1780
|
*
|
|
1781
|
-
* @see {@link MatterSpecification.
|
|
1781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.1
|
|
1782
1782
|
*/
|
|
1783
1783
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
1786
1786
|
*
|
|
1787
|
-
* @see {@link MatterSpecification.
|
|
1787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.2
|
|
1788
1788
|
*/
|
|
1789
1789
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1790
1790
|
/**
|
|
1791
1791
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
1792
1792
|
*
|
|
1793
|
-
* @see {@link MatterSpecification.
|
|
1793
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.3
|
|
1794
1794
|
*/
|
|
1795
1795
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1796
1796
|
}>, any>;
|
|
@@ -1812,7 +1812,7 @@ export declare namespace ScenesManagement {
|
|
|
1812
1812
|
/**
|
|
1813
1813
|
* This feature indicates the ability to store a name for a scene when a scene is added.
|
|
1814
1814
|
*
|
|
1815
|
-
* @see {@link MatterSpecification.
|
|
1815
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.4.1
|
|
1816
1816
|
*/
|
|
1817
1817
|
readonly sceneNames: BitFlag;
|
|
1818
1818
|
};
|
|
@@ -1825,7 +1825,7 @@ export declare namespace ScenesManagement {
|
|
|
1825
1825
|
*
|
|
1826
1826
|
* The Node ID is scoped to the accessing fabric.
|
|
1827
1827
|
*
|
|
1828
|
-
* @see {@link MatterSpecification.
|
|
1828
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.1
|
|
1829
1829
|
*/
|
|
1830
1830
|
readonly lastConfiguredBy: OptionalAttribute<import("../datatype/NodeId.js").NodeId | null, any>;
|
|
1831
1831
|
/**
|
|
@@ -1835,7 +1835,7 @@ export declare namespace ScenesManagement {
|
|
|
1835
1835
|
* endpoint) shall be 16, unless a device type in which this cluster is used, defines a larger value in the
|
|
1836
1836
|
* device type definition.
|
|
1837
1837
|
*
|
|
1838
|
-
* @see {@link MatterSpecification.
|
|
1838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.2
|
|
1839
1839
|
*/
|
|
1840
1840
|
readonly sceneTableSize: FixedAttribute<number, any>;
|
|
1841
1841
|
/**
|
|
@@ -1844,7 +1844,7 @@ export declare namespace ScenesManagement {
|
|
|
1844
1844
|
* The number of list entries for this attribute shall NOT exceed the number of supported fabrics by the
|
|
1845
1845
|
* device.
|
|
1846
1846
|
*
|
|
1847
|
-
* @see {@link MatterSpecification.
|
|
1847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.8.3
|
|
1848
1848
|
*/
|
|
1849
1849
|
readonly fabricSceneInfo: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1850
1850
|
/**
|
|
@@ -1853,21 +1853,21 @@ export declare namespace ScenesManagement {
|
|
|
1853
1853
|
*
|
|
1854
1854
|
* This only includes the count for the associated fabric.
|
|
1855
1855
|
*
|
|
1856
|
-
* @see {@link MatterSpecification.
|
|
1856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.1
|
|
1857
1857
|
*/
|
|
1858
1858
|
sceneCount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1859
1859
|
/**
|
|
1860
1860
|
* This field shall indicate the scene identifier of the scene last invoked on the associated fabric. If no
|
|
1861
1861
|
* scene has been invoked, the value of this field shall be 0xFF, the undefined scene identifier.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.2
|
|
1864
1864
|
*/
|
|
1865
1865
|
currentScene: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1866
1866
|
/**
|
|
1867
1867
|
* This field shall indicate the group identifier of the scene last invoked on the associated fabric, or 0 if
|
|
1868
1868
|
* the scene last invoked is not associated with a group.
|
|
1869
1869
|
*
|
|
1870
|
-
* @see {@link MatterSpecification.
|
|
1870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.3
|
|
1871
1871
|
*/
|
|
1872
1872
|
currentGroup: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1873
1873
|
/**
|
|
@@ -1884,7 +1884,7 @@ export declare namespace ScenesManagement {
|
|
|
1884
1884
|
* fields shall be the last invoked scene and group for that fabric. In the event where no scene was previously
|
|
1885
1885
|
* invoked for that fabric, the CurrentScene and CurrentGroup fields shall be their default values.
|
|
1886
1886
|
*
|
|
1887
|
-
* @see {@link MatterSpecification.
|
|
1887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.4
|
|
1888
1888
|
*/
|
|
1889
1889
|
sceneValid: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1890
1890
|
/**
|
|
@@ -1893,7 +1893,7 @@ export declare namespace ScenesManagement {
|
|
|
1893
1893
|
* accessing fabric, due to other clients associated with other fabrics adding or deleting entries that impact
|
|
1894
1894
|
* the resource usage on the device.
|
|
1895
1895
|
*
|
|
1896
|
-
* @see {@link MatterSpecification.
|
|
1896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.2.5
|
|
1897
1897
|
*/
|
|
1898
1898
|
remainingCapacity: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1899
1899
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
@@ -1905,43 +1905,43 @@ export declare namespace ScenesManagement {
|
|
|
1905
1905
|
* endpoint that has a defined extension field set. Extension field sets may be omitted, including the case
|
|
1906
1906
|
* of no extension field sets at all.
|
|
1907
1907
|
*
|
|
1908
|
-
* @see {@link MatterSpecification.
|
|
1908
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2
|
|
1909
1909
|
*/
|
|
1910
1910
|
readonly addScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1911
1911
|
/**
|
|
1912
1912
|
* This field shall indicate the group identifier in the Group Table.
|
|
1913
1913
|
*
|
|
1914
|
-
* @see {@link MatterSpecification.
|
|
1914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.1
|
|
1915
1915
|
*/
|
|
1916
1916
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1917
1917
|
/**
|
|
1918
1918
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.2
|
|
1921
1921
|
*/
|
|
1922
1922
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1923
1923
|
/**
|
|
1924
1924
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
1925
1925
|
*
|
|
1926
|
-
* @see {@link MatterSpecification.
|
|
1926
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.3
|
|
1927
1927
|
*/
|
|
1928
1928
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1929
1929
|
/**
|
|
1930
1930
|
* This field shall indicate the name of the scene.
|
|
1931
1931
|
*
|
|
1932
|
-
* @see {@link MatterSpecification.
|
|
1932
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.4
|
|
1933
1933
|
*/
|
|
1934
1934
|
sceneName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1935
1935
|
/**
|
|
1936
1936
|
* This field shall contains the list of extension fields.
|
|
1937
1937
|
*
|
|
1938
|
-
* @see {@link MatterSpecification.
|
|
1938
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.2.5
|
|
1939
1939
|
*/
|
|
1940
1940
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1941
1941
|
/**
|
|
1942
1942
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
1943
1943
|
*
|
|
1944
|
-
* @see {@link MatterSpecification.
|
|
1944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
1945
1945
|
*/
|
|
1946
1946
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1947
1947
|
/**
|
|
@@ -1950,7 +1950,7 @@ export declare namespace ScenesManagement {
|
|
|
1950
1950
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
1951
1951
|
* specification shall NOT be used in the AttributeValueList field.
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
1954
1954
|
*/
|
|
1955
1955
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1956
1956
|
/**
|
|
@@ -2024,7 +2024,7 @@ export declare namespace ScenesManagement {
|
|
|
2024
2024
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
2025
2025
|
* considered as the null value.
|
|
2026
2026
|
*
|
|
2027
|
-
* @see {@link MatterSpecification.
|
|
2027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
2028
2028
|
*/
|
|
2029
2029
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
2030
2030
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2041,82 +2041,82 @@ export declare namespace ScenesManagement {
|
|
|
2041
2041
|
/**
|
|
2042
2042
|
* This field shall be set according to the Effect on Receipt section for AddScene command.
|
|
2043
2043
|
*
|
|
2044
|
-
* @see {@link MatterSpecification.
|
|
2044
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.1
|
|
2045
2045
|
*/
|
|
2046
2046
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2047
2047
|
/**
|
|
2048
2048
|
* The GroupID field shall be set to the corresponding field of the received AddScene command.
|
|
2049
2049
|
*
|
|
2050
|
-
* @see {@link MatterSpecification.
|
|
2050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.2
|
|
2051
2051
|
*/
|
|
2052
2052
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2053
2053
|
/**
|
|
2054
2054
|
* The SceneID field shall be set to the corresponding field of the received AddScene command.
|
|
2055
2055
|
*
|
|
2056
|
-
* @see {@link MatterSpecification.
|
|
2056
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.3.3
|
|
2057
2057
|
*/
|
|
2058
2058
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2059
2059
|
}>, any>;
|
|
2060
2060
|
/**
|
|
2061
|
-
* @see {@link MatterSpecification.
|
|
2061
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4
|
|
2062
2062
|
*/
|
|
2063
2063
|
readonly viewScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2064
2064
|
/**
|
|
2065
2065
|
* This field shall indicate the group identifier in the Group Table.
|
|
2066
2066
|
*
|
|
2067
|
-
* @see {@link MatterSpecification.
|
|
2067
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.1
|
|
2068
2068
|
*/
|
|
2069
2069
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2070
2070
|
/**
|
|
2071
2071
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2072
2072
|
*
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.4.2
|
|
2074
2074
|
*/
|
|
2075
2075
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2076
2076
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2077
2077
|
/**
|
|
2078
2078
|
* This field shall be set according to the Effect on Receipt section for ViewScene command.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.1
|
|
2081
2081
|
*/
|
|
2082
2082
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2083
2083
|
/**
|
|
2084
2084
|
* The GroupID field shall be set to the corresponding field of the received ViewScene command.
|
|
2085
2085
|
*
|
|
2086
|
-
* @see {@link MatterSpecification.
|
|
2086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.2
|
|
2087
2087
|
*/
|
|
2088
2088
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2089
2089
|
/**
|
|
2090
2090
|
* The SceneID field shall be set to the corresponding field of the received ViewScene command.
|
|
2091
2091
|
*
|
|
2092
|
-
* @see {@link MatterSpecification.
|
|
2092
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.3
|
|
2093
2093
|
*/
|
|
2094
2094
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2095
2095
|
/**
|
|
2096
2096
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2097
2097
|
* otherwise it shall be omitted.
|
|
2098
2098
|
*
|
|
2099
|
-
* @see {@link MatterSpecification.
|
|
2099
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.4
|
|
2100
2100
|
*/
|
|
2101
2101
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2102
2102
|
/**
|
|
2103
2103
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2104
2104
|
* otherwise it shall be omitted.
|
|
2105
2105
|
*
|
|
2106
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.5
|
|
2107
2107
|
*/
|
|
2108
2108
|
sceneName: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2109
2109
|
/**
|
|
2110
2110
|
* If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry,
|
|
2111
2111
|
* otherwise it shall be omitted.
|
|
2112
2112
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2113
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.5.6
|
|
2114
2114
|
*/
|
|
2115
2115
|
extensionFieldSetStructs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2116
2116
|
/**
|
|
2117
2117
|
* This field shall indicate the cluster-id of the cluster whose attributes are in the AttributeValueList field.
|
|
2118
2118
|
*
|
|
2119
|
-
* @see {@link MatterSpecification.
|
|
2119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.1
|
|
2120
2120
|
*/
|
|
2121
2121
|
clusterId: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
2122
2122
|
/**
|
|
@@ -2125,7 +2125,7 @@ export declare namespace ScenesManagement {
|
|
|
2125
2125
|
* Attributes which do not have the Scenes ("S") designation in the Quality column of their cluster
|
|
2126
2126
|
* specification shall NOT be used in the AttributeValueList field.
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.4.2
|
|
2129
2129
|
*/
|
|
2130
2130
|
attributeValueList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2131
2131
|
/**
|
|
@@ -2199,7 +2199,7 @@ export declare namespace ScenesManagement {
|
|
|
2199
2199
|
* ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
|
|
2200
2200
|
* considered as the null value.
|
|
2201
2201
|
*
|
|
2202
|
-
* @see {@link MatterSpecification.
|
|
2202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.7.3.1
|
|
2203
2203
|
*/
|
|
2204
2204
|
attributeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/AttributeId.js").AttributeId>;
|
|
2205
2205
|
valueUnsigned8: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2214,121 +2214,121 @@ export declare namespace ScenesManagement {
|
|
|
2214
2214
|
}>[]>;
|
|
2215
2215
|
}>, any>;
|
|
2216
2216
|
/**
|
|
2217
|
-
* @see {@link MatterSpecification.
|
|
2217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6
|
|
2218
2218
|
*/
|
|
2219
2219
|
readonly removeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2220
2220
|
/**
|
|
2221
2221
|
* This field shall indicate the group identifier in the Group Table.
|
|
2222
2222
|
*
|
|
2223
|
-
* @see {@link MatterSpecification.
|
|
2223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.1
|
|
2224
2224
|
*/
|
|
2225
2225
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2226
2226
|
/**
|
|
2227
2227
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2228
2228
|
*
|
|
2229
|
-
* @see {@link MatterSpecification.
|
|
2229
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.6.2
|
|
2230
2230
|
*/
|
|
2231
2231
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2232
2232
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2233
2233
|
/**
|
|
2234
2234
|
* This field shall be set according to the Effect on Receipt section for RemoveScene command.
|
|
2235
2235
|
*
|
|
2236
|
-
* @see {@link MatterSpecification.
|
|
2236
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.1
|
|
2237
2237
|
*/
|
|
2238
2238
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2239
2239
|
/**
|
|
2240
2240
|
* The GroupID field shall be set to the corresponding field of the received RemoveScene command.
|
|
2241
2241
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.2
|
|
2243
2243
|
*/
|
|
2244
2244
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2245
2245
|
/**
|
|
2246
2246
|
* The SceneID field shall be set to the corresponding field of the received RemoveScene command.
|
|
2247
2247
|
*
|
|
2248
|
-
* @see {@link MatterSpecification.
|
|
2248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.7.3
|
|
2249
2249
|
*/
|
|
2250
2250
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2251
2251
|
}>, any>;
|
|
2252
2252
|
/**
|
|
2253
|
-
* @see {@link MatterSpecification.
|
|
2253
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8
|
|
2254
2254
|
*/
|
|
2255
2255
|
readonly removeAllScenes: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2256
2256
|
/**
|
|
2257
2257
|
* This field shall indicate the group identifier in the Group Table.
|
|
2258
2258
|
*
|
|
2259
|
-
* @see {@link MatterSpecification.
|
|
2259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.8.1
|
|
2260
2260
|
*/
|
|
2261
2261
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2262
2262
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2263
2263
|
/**
|
|
2264
2264
|
* This field shall be set according to the Effect on Receipt section for RemoveAllScenes command.
|
|
2265
2265
|
*
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.1
|
|
2267
2267
|
*/
|
|
2268
2268
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2269
2269
|
/**
|
|
2270
2270
|
* The GroupID field shall be set to the corresponding field of the received RemoveAllScenes command.
|
|
2271
2271
|
*
|
|
2272
|
-
* @see {@link MatterSpecification.
|
|
2272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.9.2
|
|
2273
2273
|
*/
|
|
2274
2274
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2275
2275
|
}>, any>;
|
|
2276
2276
|
/**
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10
|
|
2278
2278
|
*/
|
|
2279
2279
|
readonly storeScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2280
2280
|
/**
|
|
2281
2281
|
* This field shall indicate the group identifier in the Group Table.
|
|
2282
2282
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.1
|
|
2284
2284
|
*/
|
|
2285
2285
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2286
2286
|
/**
|
|
2287
2287
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2288
2288
|
*
|
|
2289
|
-
* @see {@link MatterSpecification.
|
|
2289
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.10.2
|
|
2290
2290
|
*/
|
|
2291
2291
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2292
2292
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2293
2293
|
/**
|
|
2294
2294
|
* This field shall be set according to the Effect on Receipt section for StoreScene command.
|
|
2295
2295
|
*
|
|
2296
|
-
* @see {@link MatterSpecification.
|
|
2296
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.1
|
|
2297
2297
|
*/
|
|
2298
2298
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* The GroupID field shall be set to the corresponding field of the received StoreScene command.
|
|
2301
2301
|
*
|
|
2302
|
-
* @see {@link MatterSpecification.
|
|
2302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.2
|
|
2303
2303
|
*/
|
|
2304
2304
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* The SceneID field shall be set to the corresponding field of the received StoreScene command.
|
|
2307
2307
|
*
|
|
2308
|
-
* @see {@link MatterSpecification.
|
|
2308
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.11.3
|
|
2309
2309
|
*/
|
|
2310
2310
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2311
2311
|
}>, any>;
|
|
2312
2312
|
/**
|
|
2313
|
-
* @see {@link MatterSpecification.
|
|
2313
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12
|
|
2314
2314
|
*/
|
|
2315
2315
|
readonly recallScene: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2316
2316
|
/**
|
|
2317
2317
|
* This field shall indicate the group identifier in the Group Table.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.1
|
|
2320
2320
|
*/
|
|
2321
2321
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2322
2322
|
/**
|
|
2323
2323
|
* This field shall indicate the scene identifier in the Scene Table.
|
|
2324
2324
|
*
|
|
2325
|
-
* @see {@link MatterSpecification.
|
|
2325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.2
|
|
2326
2326
|
*/
|
|
2327
2327
|
sceneId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2328
2328
|
/**
|
|
2329
2329
|
* This field shall indicate the transition time of the scene, measured in milliseconds.
|
|
2330
2330
|
*
|
|
2331
|
-
* @see {@link MatterSpecification.
|
|
2331
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.12.3
|
|
2332
2332
|
*/
|
|
2333
2333
|
transitionTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2334
2334
|
}>, void, any>;
|
|
@@ -2336,20 +2336,20 @@ export declare namespace ScenesManagement {
|
|
|
2336
2336
|
* This command can be used to get the used scene identifiers within a certain group, for the endpoint that
|
|
2337
2337
|
* implements this cluster.
|
|
2338
2338
|
*
|
|
2339
|
-
* @see {@link MatterSpecification.
|
|
2339
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13
|
|
2340
2340
|
*/
|
|
2341
2341
|
readonly getSceneMembership: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2342
2342
|
/**
|
|
2343
2343
|
* This field shall indicate the group identifier in the Group Table.
|
|
2344
2344
|
*
|
|
2345
|
-
* @see {@link MatterSpecification.
|
|
2345
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.13.1
|
|
2346
2346
|
*/
|
|
2347
2347
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2348
2348
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2349
2349
|
/**
|
|
2350
2350
|
* This field shall be set according to the Effect on Receipt section for GetSceneMembership command.
|
|
2351
2351
|
*
|
|
2352
|
-
* @see {@link MatterSpecification.
|
|
2352
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.1
|
|
2353
2353
|
*/
|
|
2354
2354
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2355
2355
|
/**
|
|
@@ -2364,20 +2364,20 @@ export declare namespace ScenesManagement {
|
|
|
2364
2364
|
*
|
|
2365
2365
|
* • null - It is unknown if any further scenes may be added.
|
|
2366
2366
|
*
|
|
2367
|
-
* @see {@link MatterSpecification.
|
|
2367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.2
|
|
2368
2368
|
*/
|
|
2369
2369
|
capacity: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2370
2370
|
/**
|
|
2371
2371
|
* This field shall be set to the corresponding field of the received GetSceneMembership command.
|
|
2372
2372
|
*
|
|
2373
|
-
* @see {@link MatterSpecification.
|
|
2373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.3
|
|
2374
2374
|
*/
|
|
2375
2375
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2376
2376
|
/**
|
|
2377
2377
|
* If the status is not SUCCESS then this field shall be omitted, else this field shall contain the identifiers
|
|
2378
2378
|
* of all the scenes in the Scene Table with the corresponding Group ID.
|
|
2379
2379
|
*
|
|
2380
|
-
* @see {@link MatterSpecification.
|
|
2380
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.14.4
|
|
2381
2381
|
*/
|
|
2382
2382
|
sceneList: import("../tlv/TlvObject.js").OptionalFieldType<number[]>;
|
|
2383
2383
|
}>, any>;
|
|
@@ -2385,7 +2385,7 @@ export declare namespace ScenesManagement {
|
|
|
2385
2385
|
* This command allows a client to efficiently copy scenes from one group/scene identifier pair to another
|
|
2386
2386
|
* group/scene identifier pair.
|
|
2387
2387
|
*
|
|
2388
|
-
* @see {@link MatterSpecification.
|
|
2388
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15
|
|
2389
2389
|
*/
|
|
2390
2390
|
readonly copyScene: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2391
2391
|
/**
|
|
@@ -2395,7 +2395,7 @@ export declare namespace ScenesManagement {
|
|
|
2395
2395
|
* all scenes are to be copied and the SceneIdentifierFrom and SceneIdentifierTo fields shall be ignored.
|
|
2396
2396
|
* Otherwise this bit is set to 0.
|
|
2397
2397
|
*
|
|
2398
|
-
* @see {@link MatterSpecification.
|
|
2398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.1
|
|
2399
2399
|
*/
|
|
2400
2400
|
mode: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2401
2401
|
/**
|
|
@@ -2407,47 +2407,47 @@ export declare namespace ScenesManagement {
|
|
|
2407
2407
|
* This field shall indicate the identifier of the group from which the scene is to be copied. Together with the
|
|
2408
2408
|
* SceneIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
2409
2409
|
*
|
|
2410
|
-
* @see {@link MatterSpecification.
|
|
2410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.2
|
|
2411
2411
|
*/
|
|
2412
2412
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2413
2413
|
/**
|
|
2414
2414
|
* This field shall indicate the identifier of the scene from which the scene is to be copied. Together with the
|
|
2415
2415
|
* GroupIdentifierFrom field, this field uniquely identifies the scene to copy from the Scene Table.
|
|
2416
2416
|
*
|
|
2417
|
-
* @see {@link MatterSpecification.
|
|
2417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.3
|
|
2418
2418
|
*/
|
|
2419
2419
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2420
2420
|
/**
|
|
2421
2421
|
* This field shall indicate the identifier of the group to which the scene is to be copied. Together with the
|
|
2422
2422
|
* SceneIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
2423
2423
|
*
|
|
2424
|
-
* @see {@link MatterSpecification.
|
|
2424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.4
|
|
2425
2425
|
*/
|
|
2426
2426
|
groupIdentifierTo: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2427
2427
|
/**
|
|
2428
2428
|
* This field shall indicate the identifier of the scene to which the scene is to be copied. Together with the
|
|
2429
2429
|
* GroupIdentifierTo field, this field uniquely identifies the scene to copy to the Scene Table.
|
|
2430
2430
|
*
|
|
2431
|
-
* @see {@link MatterSpecification.
|
|
2431
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.15.5
|
|
2432
2432
|
*/
|
|
2433
2433
|
sceneIdentifierTo: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2434
2434
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2435
2435
|
/**
|
|
2436
2436
|
* This field shall be set according to the Effect on Receipt section for the CopyScene command.
|
|
2437
2437
|
*
|
|
2438
|
-
* @see {@link MatterSpecification.
|
|
2438
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.1
|
|
2439
2439
|
*/
|
|
2440
2440
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2441
2441
|
/**
|
|
2442
2442
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
2443
2443
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.2
|
|
2445
2445
|
*/
|
|
2446
2446
|
groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2447
2447
|
/**
|
|
2448
2448
|
* This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
|
|
2449
2449
|
*
|
|
2450
|
-
* @see {@link MatterSpecification.
|
|
2450
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4.9.16.3
|
|
2451
2451
|
*/
|
|
2452
2452
|
sceneIdentifierFrom: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2453
2453
|
}>, any>;
|
|
@@ -2471,7 +2471,7 @@ export declare namespace ScenesManagement {
|
|
|
2471
2471
|
* ScenesManagementCluster supports optional features that you can enable with the ScenesManagementCluster.with()
|
|
2472
2472
|
* factory method.
|
|
2473
2473
|
*
|
|
2474
|
-
* @see {@link MatterSpecification.
|
|
2474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.4
|
|
2475
2475
|
*/
|
|
2476
2476
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2477
2477
|
}
|