@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 LevelControl {
|
|
|
14
14
|
/**
|
|
15
15
|
* These are optional features supported by LevelControlCluster.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4
|
|
18
18
|
*/
|
|
19
19
|
enum Feature {
|
|
20
20
|
/**
|
|
@@ -37,7 +37,7 @@ export declare namespace LevelControl {
|
|
|
37
37
|
*
|
|
38
38
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
39
39
|
*
|
|
40
|
-
* @see {@link MatterSpecification.
|
|
40
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
41
41
|
*/
|
|
42
42
|
Lighting = "Lighting",
|
|
43
43
|
/**
|
|
@@ -45,14 +45,14 @@ export declare namespace LevelControl {
|
|
|
45
45
|
*
|
|
46
46
|
* Supports frequency attributes and behavior.
|
|
47
47
|
*
|
|
48
|
-
* @see {@link MatterSpecification.
|
|
48
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
49
49
|
*/
|
|
50
50
|
Frequency = "Frequency"
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Input to the LevelControl moveToClosestFrequency command
|
|
54
54
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
56
56
|
*/
|
|
57
57
|
const TlvMoveToClosestFrequencyRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
58
58
|
frequency: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -60,12 +60,12 @@ export declare namespace LevelControl {
|
|
|
60
60
|
/**
|
|
61
61
|
* Input to the LevelControl moveToClosestFrequency command
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
64
64
|
*/
|
|
65
65
|
interface MoveToClosestFrequencyRequest extends TypeFromSchema<typeof TlvMoveToClosestFrequencyRequest> {
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* @see {@link MatterSpecification.
|
|
68
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1
|
|
69
69
|
*/
|
|
70
70
|
const Options: {
|
|
71
71
|
/**
|
|
@@ -73,7 +73,7 @@ export declare namespace LevelControl {
|
|
|
73
73
|
*
|
|
74
74
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
75
75
|
*
|
|
76
|
-
* @see {@link MatterSpecification.
|
|
76
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
77
77
|
*/
|
|
78
78
|
executeIfOff: BitFlag;
|
|
79
79
|
/**
|
|
@@ -81,14 +81,14 @@ export declare namespace LevelControl {
|
|
|
81
81
|
*
|
|
82
82
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
83
83
|
*
|
|
84
|
-
* @see {@link MatterSpecification.
|
|
84
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
85
85
|
*/
|
|
86
86
|
coupleColorTempToLevel: BitFlag;
|
|
87
87
|
};
|
|
88
88
|
/**
|
|
89
89
|
* Input to the LevelControl moveToLevel command
|
|
90
90
|
*
|
|
91
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.1
|
|
92
92
|
*/
|
|
93
93
|
const TlvMoveToLevelRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
94
94
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -99,7 +99,7 @@ export declare namespace LevelControl {
|
|
|
99
99
|
*
|
|
100
100
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
103
103
|
*/
|
|
104
104
|
executeIfOff: BitFlag;
|
|
105
105
|
/**
|
|
@@ -107,7 +107,7 @@ export declare namespace LevelControl {
|
|
|
107
107
|
*
|
|
108
108
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
109
109
|
*
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
110
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
111
111
|
*/
|
|
112
112
|
coupleColorTempToLevel: BitFlag;
|
|
113
113
|
}>>;
|
|
@@ -117,7 +117,7 @@ export declare namespace LevelControl {
|
|
|
117
117
|
*
|
|
118
118
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
119
119
|
*
|
|
120
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
121
121
|
*/
|
|
122
122
|
executeIfOff: BitFlag;
|
|
123
123
|
/**
|
|
@@ -125,7 +125,7 @@ export declare namespace LevelControl {
|
|
|
125
125
|
*
|
|
126
126
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
129
129
|
*/
|
|
130
130
|
coupleColorTempToLevel: BitFlag;
|
|
131
131
|
}>>;
|
|
@@ -133,12 +133,12 @@ export declare namespace LevelControl {
|
|
|
133
133
|
/**
|
|
134
134
|
* Input to the LevelControl moveToLevel command
|
|
135
135
|
*
|
|
136
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.1
|
|
137
137
|
*/
|
|
138
138
|
interface MoveToLevelRequest extends TypeFromSchema<typeof TlvMoveToLevelRequest> {
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.2
|
|
142
142
|
*/
|
|
143
143
|
enum MoveMode {
|
|
144
144
|
/**
|
|
@@ -153,13 +153,13 @@ export declare namespace LevelControl {
|
|
|
153
153
|
/**
|
|
154
154
|
* Input to the LevelControl move command
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2
|
|
157
157
|
*/
|
|
158
158
|
const TlvMoveRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
159
159
|
/**
|
|
160
160
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
161
161
|
*
|
|
162
|
-
* @see {@link MatterSpecification.
|
|
162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
163
163
|
*/
|
|
164
164
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare namespace LevelControl {
|
|
|
169
169
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
170
170
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
171
171
|
*
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
173
173
|
*/
|
|
174
174
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
175
175
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -178,7 +178,7 @@ export declare namespace LevelControl {
|
|
|
178
178
|
*
|
|
179
179
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
182
182
|
*/
|
|
183
183
|
executeIfOff: BitFlag;
|
|
184
184
|
/**
|
|
@@ -186,7 +186,7 @@ export declare namespace LevelControl {
|
|
|
186
186
|
*
|
|
187
187
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
188
188
|
*
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
190
190
|
*/
|
|
191
191
|
coupleColorTempToLevel: BitFlag;
|
|
192
192
|
}>>;
|
|
@@ -196,7 +196,7 @@ export declare namespace LevelControl {
|
|
|
196
196
|
*
|
|
197
197
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
198
198
|
*
|
|
199
|
-
* @see {@link MatterSpecification.
|
|
199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
200
200
|
*/
|
|
201
201
|
executeIfOff: BitFlag;
|
|
202
202
|
/**
|
|
@@ -204,7 +204,7 @@ export declare namespace LevelControl {
|
|
|
204
204
|
*
|
|
205
205
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
206
206
|
*
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
208
208
|
*/
|
|
209
209
|
coupleColorTempToLevel: BitFlag;
|
|
210
210
|
}>>;
|
|
@@ -212,12 +212,12 @@ export declare namespace LevelControl {
|
|
|
212
212
|
/**
|
|
213
213
|
* Input to the LevelControl move command
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2
|
|
216
216
|
*/
|
|
217
217
|
interface MoveRequest extends TypeFromSchema<typeof TlvMoveRequest> {
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.3
|
|
221
221
|
*/
|
|
222
222
|
enum StepMode {
|
|
223
223
|
/**
|
|
@@ -232,19 +232,19 @@ export declare namespace LevelControl {
|
|
|
232
232
|
/**
|
|
233
233
|
* Input to the LevelControl step command
|
|
234
234
|
*
|
|
235
|
-
* @see {@link MatterSpecification.
|
|
235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3
|
|
236
236
|
*/
|
|
237
237
|
const TlvStepRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
238
238
|
/**
|
|
239
239
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
242
242
|
*/
|
|
243
243
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
244
244
|
/**
|
|
245
245
|
* This field shall indicate the change to CurrentLevel.
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
248
248
|
*/
|
|
249
249
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
250
250
|
/**
|
|
@@ -254,7 +254,7 @@ export declare namespace LevelControl {
|
|
|
254
254
|
*
|
|
255
255
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
258
258
|
*/
|
|
259
259
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
260
260
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -263,7 +263,7 @@ export declare namespace LevelControl {
|
|
|
263
263
|
*
|
|
264
264
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
265
265
|
*
|
|
266
|
-
* @see {@link MatterSpecification.
|
|
266
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
267
267
|
*/
|
|
268
268
|
executeIfOff: BitFlag;
|
|
269
269
|
/**
|
|
@@ -271,7 +271,7 @@ export declare namespace LevelControl {
|
|
|
271
271
|
*
|
|
272
272
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
275
275
|
*/
|
|
276
276
|
coupleColorTempToLevel: BitFlag;
|
|
277
277
|
}>>;
|
|
@@ -281,7 +281,7 @@ export declare namespace LevelControl {
|
|
|
281
281
|
*
|
|
282
282
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
285
285
|
*/
|
|
286
286
|
executeIfOff: BitFlag;
|
|
287
287
|
/**
|
|
@@ -289,7 +289,7 @@ export declare namespace LevelControl {
|
|
|
289
289
|
*
|
|
290
290
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
291
291
|
*
|
|
292
|
-
* @see {@link MatterSpecification.
|
|
292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
293
293
|
*/
|
|
294
294
|
coupleColorTempToLevel: BitFlag;
|
|
295
295
|
}>>;
|
|
@@ -297,14 +297,14 @@ export declare namespace LevelControl {
|
|
|
297
297
|
/**
|
|
298
298
|
* Input to the LevelControl step command
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3
|
|
301
301
|
*/
|
|
302
302
|
interface StepRequest extends TypeFromSchema<typeof TlvStepRequest> {
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* Input to the LevelControl stop command
|
|
306
306
|
*
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
307
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.4
|
|
308
308
|
*/
|
|
309
309
|
const TlvStopRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
310
310
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -313,7 +313,7 @@ export declare namespace LevelControl {
|
|
|
313
313
|
*
|
|
314
314
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
315
315
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
317
317
|
*/
|
|
318
318
|
executeIfOff: BitFlag;
|
|
319
319
|
/**
|
|
@@ -321,7 +321,7 @@ export declare namespace LevelControl {
|
|
|
321
321
|
*
|
|
322
322
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
325
325
|
*/
|
|
326
326
|
coupleColorTempToLevel: BitFlag;
|
|
327
327
|
}>>;
|
|
@@ -331,7 +331,7 @@ export declare namespace LevelControl {
|
|
|
331
331
|
*
|
|
332
332
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
335
335
|
*/
|
|
336
336
|
executeIfOff: BitFlag;
|
|
337
337
|
/**
|
|
@@ -339,7 +339,7 @@ export declare namespace LevelControl {
|
|
|
339
339
|
*
|
|
340
340
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
343
343
|
*/
|
|
344
344
|
coupleColorTempToLevel: BitFlag;
|
|
345
345
|
}>>;
|
|
@@ -347,7 +347,7 @@ export declare namespace LevelControl {
|
|
|
347
347
|
/**
|
|
348
348
|
* Input to the LevelControl stop command
|
|
349
349
|
*
|
|
350
|
-
* @see {@link MatterSpecification.
|
|
350
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.4
|
|
351
351
|
*/
|
|
352
352
|
interface StopRequest extends TypeFromSchema<typeof TlvStopRequest> {
|
|
353
353
|
}
|
|
@@ -374,7 +374,7 @@ export declare namespace LevelControl {
|
|
|
374
374
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
375
375
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.3
|
|
378
378
|
*/
|
|
379
379
|
readonly remainingTime: Attribute<number, any>;
|
|
380
380
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
@@ -386,7 +386,7 @@ export declare namespace LevelControl {
|
|
|
386
386
|
* This behavior does not apply to reboots associated with OTA. After an OTA restart, the CurrentLevel
|
|
387
387
|
* attribute shall return to its value prior to the restart.
|
|
388
388
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
389
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.15
|
|
390
390
|
*/
|
|
391
391
|
readonly startUpCurrentLevel: WritableAttribute<number | null, any>;
|
|
392
392
|
};
|
|
@@ -399,7 +399,7 @@ export declare namespace LevelControl {
|
|
|
399
399
|
/**
|
|
400
400
|
* Indicates the minimum value of CurrentLevel that is capable of being assigned.
|
|
401
401
|
*
|
|
402
|
-
* @see {@link MatterSpecification.
|
|
402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.4
|
|
403
403
|
*/
|
|
404
404
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
405
405
|
};
|
|
@@ -421,27 +421,27 @@ export declare namespace LevelControl {
|
|
|
421
421
|
*
|
|
422
422
|
* • At the end of the movement/transition.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.6
|
|
425
425
|
*/
|
|
426
426
|
readonly currentFrequency: Attribute<number, any>;
|
|
427
427
|
/**
|
|
428
428
|
* Indicates the minimum value of CurrentFrequency that is capable of being assigned. MinFrequency shall be
|
|
429
429
|
* less than or equal to MaxFrequency. A value of 0 indicates undefined.
|
|
430
430
|
*
|
|
431
|
-
* @see {@link MatterSpecification.
|
|
431
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.7
|
|
432
432
|
*/
|
|
433
433
|
readonly minFrequency: Attribute<number, any>;
|
|
434
434
|
/**
|
|
435
435
|
* Indicates the maximum value of CurrentFrequency that is capable of being assigned. MaxFrequency shall be
|
|
436
436
|
* greater than or equal to MinFrequency. A value of 0 indicates undefined.
|
|
437
437
|
*
|
|
438
|
-
* @see {@link MatterSpecification.
|
|
438
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.8
|
|
439
439
|
*/
|
|
440
440
|
readonly maxFrequency: Attribute<number, any>;
|
|
441
441
|
};
|
|
442
442
|
readonly commands: {
|
|
443
443
|
/**
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
445
445
|
*/
|
|
446
446
|
readonly moveToClosestFrequency: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
447
447
|
frequency: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -472,13 +472,13 @@ export declare namespace LevelControl {
|
|
|
472
472
|
*
|
|
473
473
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
476
476
|
*/
|
|
477
477
|
readonly lighting: BitFlag;
|
|
478
478
|
/**
|
|
479
479
|
* Supports frequency attributes and behavior.
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
482
482
|
*/
|
|
483
483
|
readonly frequency: BitFlag;
|
|
484
484
|
};
|
|
@@ -494,13 +494,13 @@ export declare namespace LevelControl {
|
|
|
494
494
|
*
|
|
495
495
|
* • When it changes from null to any other value and vice versa.
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.2
|
|
498
498
|
*/
|
|
499
499
|
readonly currentLevel: Attribute<number | null, any>;
|
|
500
500
|
/**
|
|
501
501
|
* Indicates the maximum value of CurrentLevel that is capable of being assigned.
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.5
|
|
504
504
|
*/
|
|
505
505
|
readonly maxLevel: OptionalAttribute<number, any>;
|
|
506
506
|
/**
|
|
@@ -523,7 +523,7 @@ export declare namespace LevelControl {
|
|
|
523
523
|
*
|
|
524
524
|
* • The value of the ExecuteIfOff bit is 0.
|
|
525
525
|
*
|
|
526
|
-
* @see {@link MatterSpecification.
|
|
526
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.9
|
|
527
527
|
*/
|
|
528
528
|
readonly options: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
529
529
|
/**
|
|
@@ -531,7 +531,7 @@ export declare namespace LevelControl {
|
|
|
531
531
|
*
|
|
532
532
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
533
533
|
*
|
|
534
|
-
* @see {@link MatterSpecification.
|
|
534
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
535
535
|
*/
|
|
536
536
|
executeIfOff: BitFlag;
|
|
537
537
|
/**
|
|
@@ -539,7 +539,7 @@ export declare namespace LevelControl {
|
|
|
539
539
|
*
|
|
540
540
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
541
541
|
*
|
|
542
|
-
* @see {@link MatterSpecification.
|
|
542
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
543
543
|
*/
|
|
544
544
|
coupleColorTempToLevel: BitFlag;
|
|
545
545
|
}>, any>;
|
|
@@ -551,7 +551,7 @@ export declare namespace LevelControl {
|
|
|
551
551
|
* if the device is not able to move at a variable rate, the OnOffTransitionTime attribute SHOULD NOT be
|
|
552
552
|
* implemented.
|
|
553
553
|
*
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.10
|
|
555
555
|
*/
|
|
556
556
|
readonly onOffTransitionTime: OptionalWritableAttribute<number, any>;
|
|
557
557
|
/**
|
|
@@ -563,7 +563,7 @@ export declare namespace LevelControl {
|
|
|
563
563
|
* OnLevel represents a mandatory field that was previously not present or optional. Implementers should be
|
|
564
564
|
* aware that older devices may not implement it.
|
|
565
565
|
*
|
|
566
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.11
|
|
567
567
|
*/
|
|
568
568
|
readonly onLevel: WritableAttribute<number | null, any>;
|
|
569
569
|
/**
|
|
@@ -572,7 +572,7 @@ export declare namespace LevelControl {
|
|
|
572
572
|
* this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be used
|
|
573
573
|
* instead.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.12
|
|
576
576
|
*/
|
|
577
577
|
readonly onTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
578
578
|
/**
|
|
@@ -581,20 +581,20 @@ export declare namespace LevelControl {
|
|
|
581
581
|
* second. If this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be
|
|
582
582
|
* used instead.
|
|
583
583
|
*
|
|
584
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.13
|
|
585
585
|
*/
|
|
586
586
|
readonly offTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
587
587
|
/**
|
|
588
588
|
* Indicates the movement rate, in units per second, when a Move command is received with a null value Rate
|
|
589
589
|
* parameter.
|
|
590
590
|
*
|
|
591
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.14
|
|
592
592
|
*/
|
|
593
593
|
readonly defaultMoveRate: OptionalWritableAttribute<number | null, any>;
|
|
594
594
|
};
|
|
595
595
|
readonly commands: {
|
|
596
596
|
/**
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.1
|
|
598
598
|
*/
|
|
599
599
|
readonly moveToLevel: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
600
600
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -605,7 +605,7 @@ export declare namespace LevelControl {
|
|
|
605
605
|
*
|
|
606
606
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
609
609
|
*/
|
|
610
610
|
executeIfOff: BitFlag;
|
|
611
611
|
/**
|
|
@@ -613,7 +613,7 @@ export declare namespace LevelControl {
|
|
|
613
613
|
*
|
|
614
614
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
615
615
|
*
|
|
616
|
-
* @see {@link MatterSpecification.
|
|
616
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
617
617
|
*/
|
|
618
618
|
coupleColorTempToLevel: BitFlag;
|
|
619
619
|
}>>;
|
|
@@ -623,7 +623,7 @@ export declare namespace LevelControl {
|
|
|
623
623
|
*
|
|
624
624
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
625
625
|
*
|
|
626
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
627
627
|
*/
|
|
628
628
|
executeIfOff: BitFlag;
|
|
629
629
|
/**
|
|
@@ -631,19 +631,19 @@ export declare namespace LevelControl {
|
|
|
631
631
|
*
|
|
632
632
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
633
633
|
*
|
|
634
|
-
* @see {@link MatterSpecification.
|
|
634
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
635
635
|
*/
|
|
636
636
|
coupleColorTempToLevel: BitFlag;
|
|
637
637
|
}>>;
|
|
638
638
|
}>, void, any>;
|
|
639
639
|
/**
|
|
640
|
-
* @see {@link MatterSpecification.
|
|
640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2
|
|
641
641
|
*/
|
|
642
642
|
readonly move: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
643
643
|
/**
|
|
644
644
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
645
645
|
*
|
|
646
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
647
647
|
*/
|
|
648
648
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
649
649
|
/**
|
|
@@ -653,7 +653,7 @@ export declare namespace LevelControl {
|
|
|
653
653
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
654
654
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
657
657
|
*/
|
|
658
658
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
659
659
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -662,7 +662,7 @@ export declare namespace LevelControl {
|
|
|
662
662
|
*
|
|
663
663
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
666
666
|
*/
|
|
667
667
|
executeIfOff: BitFlag;
|
|
668
668
|
/**
|
|
@@ -670,7 +670,7 @@ export declare namespace LevelControl {
|
|
|
670
670
|
*
|
|
671
671
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
672
672
|
*
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
674
674
|
*/
|
|
675
675
|
coupleColorTempToLevel: BitFlag;
|
|
676
676
|
}>>;
|
|
@@ -680,7 +680,7 @@ export declare namespace LevelControl {
|
|
|
680
680
|
*
|
|
681
681
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
684
684
|
*/
|
|
685
685
|
executeIfOff: BitFlag;
|
|
686
686
|
/**
|
|
@@ -688,25 +688,25 @@ export declare namespace LevelControl {
|
|
|
688
688
|
*
|
|
689
689
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
692
692
|
*/
|
|
693
693
|
coupleColorTempToLevel: BitFlag;
|
|
694
694
|
}>>;
|
|
695
695
|
}>, void, any>;
|
|
696
696
|
/**
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3
|
|
698
698
|
*/
|
|
699
699
|
readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
700
700
|
/**
|
|
701
701
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
704
704
|
*/
|
|
705
705
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
706
706
|
/**
|
|
707
707
|
* This field shall indicate the change to CurrentLevel.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
710
710
|
*/
|
|
711
711
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
712
712
|
/**
|
|
@@ -716,7 +716,7 @@ export declare namespace LevelControl {
|
|
|
716
716
|
*
|
|
717
717
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
718
718
|
*
|
|
719
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
720
720
|
*/
|
|
721
721
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
722
722
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -725,7 +725,7 @@ export declare namespace LevelControl {
|
|
|
725
725
|
*
|
|
726
726
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
729
729
|
*/
|
|
730
730
|
executeIfOff: BitFlag;
|
|
731
731
|
/**
|
|
@@ -733,7 +733,7 @@ export declare namespace LevelControl {
|
|
|
733
733
|
*
|
|
734
734
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
737
737
|
*/
|
|
738
738
|
coupleColorTempToLevel: BitFlag;
|
|
739
739
|
}>>;
|
|
@@ -743,7 +743,7 @@ export declare namespace LevelControl {
|
|
|
743
743
|
*
|
|
744
744
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
745
745
|
*
|
|
746
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
747
747
|
*/
|
|
748
748
|
executeIfOff: BitFlag;
|
|
749
749
|
/**
|
|
@@ -751,13 +751,13 @@ export declare namespace LevelControl {
|
|
|
751
751
|
*
|
|
752
752
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
755
755
|
*/
|
|
756
756
|
coupleColorTempToLevel: BitFlag;
|
|
757
757
|
}>>;
|
|
758
758
|
}>, void, any>;
|
|
759
759
|
/**
|
|
760
|
-
* @see {@link MatterSpecification.
|
|
760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.4
|
|
761
761
|
*/
|
|
762
762
|
readonly stop: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
763
763
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -766,7 +766,7 @@ export declare namespace LevelControl {
|
|
|
766
766
|
*
|
|
767
767
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
770
770
|
*/
|
|
771
771
|
executeIfOff: BitFlag;
|
|
772
772
|
/**
|
|
@@ -774,7 +774,7 @@ export declare namespace LevelControl {
|
|
|
774
774
|
*
|
|
775
775
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
778
778
|
*/
|
|
779
779
|
coupleColorTempToLevel: BitFlag;
|
|
780
780
|
}>>;
|
|
@@ -784,7 +784,7 @@ export declare namespace LevelControl {
|
|
|
784
784
|
*
|
|
785
785
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
786
786
|
*
|
|
787
|
-
* @see {@link MatterSpecification.
|
|
787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
788
788
|
*/
|
|
789
789
|
executeIfOff: BitFlag;
|
|
790
790
|
/**
|
|
@@ -792,13 +792,13 @@ export declare namespace LevelControl {
|
|
|
792
792
|
*
|
|
793
793
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
796
796
|
*/
|
|
797
797
|
coupleColorTempToLevel: BitFlag;
|
|
798
798
|
}>>;
|
|
799
799
|
}>, void, any>;
|
|
800
800
|
/**
|
|
801
|
-
* @see {@link MatterSpecification.
|
|
801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
802
802
|
*/
|
|
803
803
|
readonly moveToLevelWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
804
804
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -809,7 +809,7 @@ export declare namespace LevelControl {
|
|
|
809
809
|
*
|
|
810
810
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
813
813
|
*/
|
|
814
814
|
executeIfOff: BitFlag;
|
|
815
815
|
/**
|
|
@@ -817,7 +817,7 @@ export declare namespace LevelControl {
|
|
|
817
817
|
*
|
|
818
818
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
821
821
|
*/
|
|
822
822
|
coupleColorTempToLevel: BitFlag;
|
|
823
823
|
}>>;
|
|
@@ -827,7 +827,7 @@ export declare namespace LevelControl {
|
|
|
827
827
|
*
|
|
828
828
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
829
829
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
831
831
|
*/
|
|
832
832
|
executeIfOff: BitFlag;
|
|
833
833
|
/**
|
|
@@ -835,19 +835,19 @@ export declare namespace LevelControl {
|
|
|
835
835
|
*
|
|
836
836
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
839
839
|
*/
|
|
840
840
|
coupleColorTempToLevel: BitFlag;
|
|
841
841
|
}>>;
|
|
842
842
|
}>, void, any>;
|
|
843
843
|
/**
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
845
845
|
*/
|
|
846
846
|
readonly moveWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
847
847
|
/**
|
|
848
848
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
851
851
|
*/
|
|
852
852
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
853
853
|
/**
|
|
@@ -857,7 +857,7 @@ export declare namespace LevelControl {
|
|
|
857
857
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
858
858
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
861
861
|
*/
|
|
862
862
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
863
863
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -866,7 +866,7 @@ export declare namespace LevelControl {
|
|
|
866
866
|
*
|
|
867
867
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
870
870
|
*/
|
|
871
871
|
executeIfOff: BitFlag;
|
|
872
872
|
/**
|
|
@@ -874,7 +874,7 @@ export declare namespace LevelControl {
|
|
|
874
874
|
*
|
|
875
875
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
878
878
|
*/
|
|
879
879
|
coupleColorTempToLevel: BitFlag;
|
|
880
880
|
}>>;
|
|
@@ -884,7 +884,7 @@ export declare namespace LevelControl {
|
|
|
884
884
|
*
|
|
885
885
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
888
888
|
*/
|
|
889
889
|
executeIfOff: BitFlag;
|
|
890
890
|
/**
|
|
@@ -892,25 +892,25 @@ export declare namespace LevelControl {
|
|
|
892
892
|
*
|
|
893
893
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
896
896
|
*/
|
|
897
897
|
coupleColorTempToLevel: BitFlag;
|
|
898
898
|
}>>;
|
|
899
899
|
}>, void, any>;
|
|
900
900
|
/**
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
902
902
|
*/
|
|
903
903
|
readonly stepWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
904
904
|
/**
|
|
905
905
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
906
906
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
907
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
908
908
|
*/
|
|
909
909
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
910
910
|
/**
|
|
911
911
|
* This field shall indicate the change to CurrentLevel.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
914
914
|
*/
|
|
915
915
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
916
916
|
/**
|
|
@@ -920,7 +920,7 @@ export declare namespace LevelControl {
|
|
|
920
920
|
*
|
|
921
921
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
924
924
|
*/
|
|
925
925
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
926
926
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -929,7 +929,7 @@ export declare namespace LevelControl {
|
|
|
929
929
|
*
|
|
930
930
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
933
933
|
*/
|
|
934
934
|
executeIfOff: BitFlag;
|
|
935
935
|
/**
|
|
@@ -937,7 +937,7 @@ export declare namespace LevelControl {
|
|
|
937
937
|
*
|
|
938
938
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
941
941
|
*/
|
|
942
942
|
coupleColorTempToLevel: BitFlag;
|
|
943
943
|
}>>;
|
|
@@ -947,7 +947,7 @@ export declare namespace LevelControl {
|
|
|
947
947
|
*
|
|
948
948
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
949
949
|
*
|
|
950
|
-
* @see {@link MatterSpecification.
|
|
950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
951
951
|
*/
|
|
952
952
|
executeIfOff: BitFlag;
|
|
953
953
|
/**
|
|
@@ -955,13 +955,13 @@ export declare namespace LevelControl {
|
|
|
955
955
|
*
|
|
956
956
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
957
957
|
*
|
|
958
|
-
* @see {@link MatterSpecification.
|
|
958
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
959
959
|
*/
|
|
960
960
|
coupleColorTempToLevel: BitFlag;
|
|
961
961
|
}>>;
|
|
962
962
|
}>, void, any>;
|
|
963
963
|
/**
|
|
964
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
965
965
|
*/
|
|
966
966
|
readonly stopWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
967
967
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -970,7 +970,7 @@ export declare namespace LevelControl {
|
|
|
970
970
|
*
|
|
971
971
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
974
974
|
*/
|
|
975
975
|
executeIfOff: BitFlag;
|
|
976
976
|
/**
|
|
@@ -978,7 +978,7 @@ export declare namespace LevelControl {
|
|
|
978
978
|
*
|
|
979
979
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
980
980
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
981
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
982
982
|
*/
|
|
983
983
|
coupleColorTempToLevel: BitFlag;
|
|
984
984
|
}>>;
|
|
@@ -988,7 +988,7 @@ export declare namespace LevelControl {
|
|
|
988
988
|
*
|
|
989
989
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
990
990
|
*
|
|
991
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
992
992
|
*/
|
|
993
993
|
executeIfOff: BitFlag;
|
|
994
994
|
/**
|
|
@@ -996,7 +996,7 @@ export declare namespace LevelControl {
|
|
|
996
996
|
*
|
|
997
997
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1000
1000
|
*/
|
|
1001
1001
|
coupleColorTempToLevel: BitFlag;
|
|
1002
1002
|
}>>;
|
|
@@ -1030,7 +1030,7 @@ export declare namespace LevelControl {
|
|
|
1030
1030
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
1031
1031
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.3
|
|
1034
1034
|
*/
|
|
1035
1035
|
readonly remainingTime: Attribute<number, any>;
|
|
1036
1036
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
@@ -1042,7 +1042,7 @@ export declare namespace LevelControl {
|
|
|
1042
1042
|
* This behavior does not apply to reboots associated with OTA. After an OTA restart, the CurrentLevel
|
|
1043
1043
|
* attribute shall return to its value prior to the restart.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.15
|
|
1046
1046
|
*/
|
|
1047
1047
|
readonly startUpCurrentLevel: WritableAttribute<number | null, any>;
|
|
1048
1048
|
};
|
|
@@ -1056,7 +1056,7 @@ export declare namespace LevelControl {
|
|
|
1056
1056
|
/**
|
|
1057
1057
|
* Indicates the minimum value of CurrentLevel that is capable of being assigned.
|
|
1058
1058
|
*
|
|
1059
|
-
* @see {@link MatterSpecification.
|
|
1059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.4
|
|
1060
1060
|
*/
|
|
1061
1061
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
1062
1062
|
};
|
|
@@ -1079,27 +1079,27 @@ export declare namespace LevelControl {
|
|
|
1079
1079
|
*
|
|
1080
1080
|
* • At the end of the movement/transition.
|
|
1081
1081
|
*
|
|
1082
|
-
* @see {@link MatterSpecification.
|
|
1082
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.6
|
|
1083
1083
|
*/
|
|
1084
1084
|
readonly currentFrequency: Attribute<number, any>;
|
|
1085
1085
|
/**
|
|
1086
1086
|
* Indicates the minimum value of CurrentFrequency that is capable of being assigned. MinFrequency shall be
|
|
1087
1087
|
* less than or equal to MaxFrequency. A value of 0 indicates undefined.
|
|
1088
1088
|
*
|
|
1089
|
-
* @see {@link MatterSpecification.
|
|
1089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.7
|
|
1090
1090
|
*/
|
|
1091
1091
|
readonly minFrequency: Attribute<number, any>;
|
|
1092
1092
|
/**
|
|
1093
1093
|
* Indicates the maximum value of CurrentFrequency that is capable of being assigned. MaxFrequency shall be
|
|
1094
1094
|
* greater than or equal to MinFrequency. A value of 0 indicates undefined.
|
|
1095
1095
|
*
|
|
1096
|
-
* @see {@link MatterSpecification.
|
|
1096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.8
|
|
1097
1097
|
*/
|
|
1098
1098
|
readonly maxFrequency: Attribute<number, any>;
|
|
1099
1099
|
};
|
|
1100
1100
|
readonly commands: {
|
|
1101
1101
|
/**
|
|
1102
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
1103
1103
|
*/
|
|
1104
1104
|
readonly moveToClosestFrequency: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1105
1105
|
frequency: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1136,13 +1136,13 @@ export declare namespace LevelControl {
|
|
|
1136
1136
|
*
|
|
1137
1137
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
1140
1140
|
*/
|
|
1141
1141
|
readonly lighting: BitFlag;
|
|
1142
1142
|
/**
|
|
1143
1143
|
* Supports frequency attributes and behavior.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
1146
1146
|
*/
|
|
1147
1147
|
readonly frequency: BitFlag;
|
|
1148
1148
|
};
|
|
@@ -1158,13 +1158,13 @@ export declare namespace LevelControl {
|
|
|
1158
1158
|
*
|
|
1159
1159
|
* • When it changes from null to any other value and vice versa.
|
|
1160
1160
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.
|
|
1161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.2
|
|
1162
1162
|
*/
|
|
1163
1163
|
readonly currentLevel: Attribute<number | null, any>;
|
|
1164
1164
|
/**
|
|
1165
1165
|
* Indicates the maximum value of CurrentLevel that is capable of being assigned.
|
|
1166
1166
|
*
|
|
1167
|
-
* @see {@link MatterSpecification.
|
|
1167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.5
|
|
1168
1168
|
*/
|
|
1169
1169
|
readonly maxLevel: OptionalAttribute<number, any>;
|
|
1170
1170
|
/**
|
|
@@ -1187,7 +1187,7 @@ export declare namespace LevelControl {
|
|
|
1187
1187
|
*
|
|
1188
1188
|
* • The value of the ExecuteIfOff bit is 0.
|
|
1189
1189
|
*
|
|
1190
|
-
* @see {@link MatterSpecification.
|
|
1190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.9
|
|
1191
1191
|
*/
|
|
1192
1192
|
readonly options: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1193
1193
|
/**
|
|
@@ -1195,7 +1195,7 @@ export declare namespace LevelControl {
|
|
|
1195
1195
|
*
|
|
1196
1196
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1197
1197
|
*
|
|
1198
|
-
* @see {@link MatterSpecification.
|
|
1198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1199
1199
|
*/
|
|
1200
1200
|
executeIfOff: BitFlag;
|
|
1201
1201
|
/**
|
|
@@ -1203,7 +1203,7 @@ export declare namespace LevelControl {
|
|
|
1203
1203
|
*
|
|
1204
1204
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1207
1207
|
*/
|
|
1208
1208
|
coupleColorTempToLevel: BitFlag;
|
|
1209
1209
|
}>, any>;
|
|
@@ -1215,7 +1215,7 @@ export declare namespace LevelControl {
|
|
|
1215
1215
|
* if the device is not able to move at a variable rate, the OnOffTransitionTime attribute SHOULD NOT be
|
|
1216
1216
|
* implemented.
|
|
1217
1217
|
*
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.10
|
|
1219
1219
|
*/
|
|
1220
1220
|
readonly onOffTransitionTime: OptionalWritableAttribute<number, any>;
|
|
1221
1221
|
/**
|
|
@@ -1227,7 +1227,7 @@ export declare namespace LevelControl {
|
|
|
1227
1227
|
* OnLevel represents a mandatory field that was previously not present or optional. Implementers should be
|
|
1228
1228
|
* aware that older devices may not implement it.
|
|
1229
1229
|
*
|
|
1230
|
-
* @see {@link MatterSpecification.
|
|
1230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.11
|
|
1231
1231
|
*/
|
|
1232
1232
|
readonly onLevel: WritableAttribute<number | null, any>;
|
|
1233
1233
|
/**
|
|
@@ -1236,7 +1236,7 @@ export declare namespace LevelControl {
|
|
|
1236
1236
|
* this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be used
|
|
1237
1237
|
* instead.
|
|
1238
1238
|
*
|
|
1239
|
-
* @see {@link MatterSpecification.
|
|
1239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.12
|
|
1240
1240
|
*/
|
|
1241
1241
|
readonly onTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
1242
1242
|
/**
|
|
@@ -1245,20 +1245,20 @@ export declare namespace LevelControl {
|
|
|
1245
1245
|
* second. If this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be
|
|
1246
1246
|
* used instead.
|
|
1247
1247
|
*
|
|
1248
|
-
* @see {@link MatterSpecification.
|
|
1248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.13
|
|
1249
1249
|
*/
|
|
1250
1250
|
readonly offTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Indicates the movement rate, in units per second, when a Move command is received with a null value Rate
|
|
1253
1253
|
* parameter.
|
|
1254
1254
|
*
|
|
1255
|
-
* @see {@link MatterSpecification.
|
|
1255
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.14
|
|
1256
1256
|
*/
|
|
1257
1257
|
readonly defaultMoveRate: OptionalWritableAttribute<number | null, any>;
|
|
1258
1258
|
};
|
|
1259
1259
|
readonly commands: {
|
|
1260
1260
|
/**
|
|
1261
|
-
* @see {@link MatterSpecification.
|
|
1261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.1
|
|
1262
1262
|
*/
|
|
1263
1263
|
readonly moveToLevel: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1264
1264
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1269,7 +1269,7 @@ export declare namespace LevelControl {
|
|
|
1269
1269
|
*
|
|
1270
1270
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1273
1273
|
*/
|
|
1274
1274
|
executeIfOff: BitFlag;
|
|
1275
1275
|
/**
|
|
@@ -1277,7 +1277,7 @@ export declare namespace LevelControl {
|
|
|
1277
1277
|
*
|
|
1278
1278
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1279
1279
|
*
|
|
1280
|
-
* @see {@link MatterSpecification.
|
|
1280
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1281
1281
|
*/
|
|
1282
1282
|
coupleColorTempToLevel: BitFlag;
|
|
1283
1283
|
}>>;
|
|
@@ -1287,7 +1287,7 @@ export declare namespace LevelControl {
|
|
|
1287
1287
|
*
|
|
1288
1288
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1289
1289
|
*
|
|
1290
|
-
* @see {@link MatterSpecification.
|
|
1290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1291
1291
|
*/
|
|
1292
1292
|
executeIfOff: BitFlag;
|
|
1293
1293
|
/**
|
|
@@ -1295,19 +1295,19 @@ export declare namespace LevelControl {
|
|
|
1295
1295
|
*
|
|
1296
1296
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1297
1297
|
*
|
|
1298
|
-
* @see {@link MatterSpecification.
|
|
1298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1299
1299
|
*/
|
|
1300
1300
|
coupleColorTempToLevel: BitFlag;
|
|
1301
1301
|
}>>;
|
|
1302
1302
|
}>, void, any>;
|
|
1303
1303
|
/**
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2
|
|
1305
1305
|
*/
|
|
1306
1306
|
readonly move: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1307
1307
|
/**
|
|
1308
1308
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
1309
1309
|
*
|
|
1310
|
-
* @see {@link MatterSpecification.
|
|
1310
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
1311
1311
|
*/
|
|
1312
1312
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
1313
1313
|
/**
|
|
@@ -1317,7 +1317,7 @@ export declare namespace LevelControl {
|
|
|
1317
1317
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
1318
1318
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
1319
1319
|
*
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
1321
1321
|
*/
|
|
1322
1322
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1323
1323
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1326,7 +1326,7 @@ export declare namespace LevelControl {
|
|
|
1326
1326
|
*
|
|
1327
1327
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1328
1328
|
*
|
|
1329
|
-
* @see {@link MatterSpecification.
|
|
1329
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1330
1330
|
*/
|
|
1331
1331
|
executeIfOff: BitFlag;
|
|
1332
1332
|
/**
|
|
@@ -1334,7 +1334,7 @@ export declare namespace LevelControl {
|
|
|
1334
1334
|
*
|
|
1335
1335
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1336
1336
|
*
|
|
1337
|
-
* @see {@link MatterSpecification.
|
|
1337
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1338
1338
|
*/
|
|
1339
1339
|
coupleColorTempToLevel: BitFlag;
|
|
1340
1340
|
}>>;
|
|
@@ -1344,7 +1344,7 @@ export declare namespace LevelControl {
|
|
|
1344
1344
|
*
|
|
1345
1345
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1346
1346
|
*
|
|
1347
|
-
* @see {@link MatterSpecification.
|
|
1347
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1348
1348
|
*/
|
|
1349
1349
|
executeIfOff: BitFlag;
|
|
1350
1350
|
/**
|
|
@@ -1352,25 +1352,25 @@ export declare namespace LevelControl {
|
|
|
1352
1352
|
*
|
|
1353
1353
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1354
1354
|
*
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1356
1356
|
*/
|
|
1357
1357
|
coupleColorTempToLevel: BitFlag;
|
|
1358
1358
|
}>>;
|
|
1359
1359
|
}>, void, any>;
|
|
1360
1360
|
/**
|
|
1361
|
-
* @see {@link MatterSpecification.
|
|
1361
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3
|
|
1362
1362
|
*/
|
|
1363
1363
|
readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1364
1364
|
/**
|
|
1365
1365
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
1368
1368
|
*/
|
|
1369
1369
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
1370
1370
|
/**
|
|
1371
1371
|
* This field shall indicate the change to CurrentLevel.
|
|
1372
1372
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
1374
1374
|
*/
|
|
1375
1375
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1376
1376
|
/**
|
|
@@ -1380,7 +1380,7 @@ export declare namespace LevelControl {
|
|
|
1380
1380
|
*
|
|
1381
1381
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
1384
1384
|
*/
|
|
1385
1385
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1386
1386
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1389,7 +1389,7 @@ export declare namespace LevelControl {
|
|
|
1389
1389
|
*
|
|
1390
1390
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1393
1393
|
*/
|
|
1394
1394
|
executeIfOff: BitFlag;
|
|
1395
1395
|
/**
|
|
@@ -1397,7 +1397,7 @@ export declare namespace LevelControl {
|
|
|
1397
1397
|
*
|
|
1398
1398
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1401
1401
|
*/
|
|
1402
1402
|
coupleColorTempToLevel: BitFlag;
|
|
1403
1403
|
}>>;
|
|
@@ -1407,7 +1407,7 @@ export declare namespace LevelControl {
|
|
|
1407
1407
|
*
|
|
1408
1408
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1409
1409
|
*
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1411
1411
|
*/
|
|
1412
1412
|
executeIfOff: BitFlag;
|
|
1413
1413
|
/**
|
|
@@ -1415,13 +1415,13 @@ export declare namespace LevelControl {
|
|
|
1415
1415
|
*
|
|
1416
1416
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1419
1419
|
*/
|
|
1420
1420
|
coupleColorTempToLevel: BitFlag;
|
|
1421
1421
|
}>>;
|
|
1422
1422
|
}>, void, any>;
|
|
1423
1423
|
/**
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.4
|
|
1425
1425
|
*/
|
|
1426
1426
|
readonly stop: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1427
1427
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1430,7 +1430,7 @@ export declare namespace LevelControl {
|
|
|
1430
1430
|
*
|
|
1431
1431
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1432
1432
|
*
|
|
1433
|
-
* @see {@link MatterSpecification.
|
|
1433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1434
1434
|
*/
|
|
1435
1435
|
executeIfOff: BitFlag;
|
|
1436
1436
|
/**
|
|
@@ -1438,7 +1438,7 @@ export declare namespace LevelControl {
|
|
|
1438
1438
|
*
|
|
1439
1439
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1440
1440
|
*
|
|
1441
|
-
* @see {@link MatterSpecification.
|
|
1441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1442
1442
|
*/
|
|
1443
1443
|
coupleColorTempToLevel: BitFlag;
|
|
1444
1444
|
}>>;
|
|
@@ -1448,7 +1448,7 @@ export declare namespace LevelControl {
|
|
|
1448
1448
|
*
|
|
1449
1449
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1452
1452
|
*/
|
|
1453
1453
|
executeIfOff: BitFlag;
|
|
1454
1454
|
/**
|
|
@@ -1456,13 +1456,13 @@ export declare namespace LevelControl {
|
|
|
1456
1456
|
*
|
|
1457
1457
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1458
1458
|
*
|
|
1459
|
-
* @see {@link MatterSpecification.
|
|
1459
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1460
1460
|
*/
|
|
1461
1461
|
coupleColorTempToLevel: BitFlag;
|
|
1462
1462
|
}>>;
|
|
1463
1463
|
}>, void, any>;
|
|
1464
1464
|
/**
|
|
1465
|
-
* @see {@link MatterSpecification.
|
|
1465
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
1466
1466
|
*/
|
|
1467
1467
|
readonly moveToLevelWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1468
1468
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1473,7 +1473,7 @@ export declare namespace LevelControl {
|
|
|
1473
1473
|
*
|
|
1474
1474
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1475
1475
|
*
|
|
1476
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1477
1477
|
*/
|
|
1478
1478
|
executeIfOff: BitFlag;
|
|
1479
1479
|
/**
|
|
@@ -1481,7 +1481,7 @@ export declare namespace LevelControl {
|
|
|
1481
1481
|
*
|
|
1482
1482
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1483
1483
|
*
|
|
1484
|
-
* @see {@link MatterSpecification.
|
|
1484
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1485
1485
|
*/
|
|
1486
1486
|
coupleColorTempToLevel: BitFlag;
|
|
1487
1487
|
}>>;
|
|
@@ -1491,7 +1491,7 @@ export declare namespace LevelControl {
|
|
|
1491
1491
|
*
|
|
1492
1492
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1493
1493
|
*
|
|
1494
|
-
* @see {@link MatterSpecification.
|
|
1494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1495
1495
|
*/
|
|
1496
1496
|
executeIfOff: BitFlag;
|
|
1497
1497
|
/**
|
|
@@ -1499,19 +1499,19 @@ export declare namespace LevelControl {
|
|
|
1499
1499
|
*
|
|
1500
1500
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1501
1501
|
*
|
|
1502
|
-
* @see {@link MatterSpecification.
|
|
1502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1503
1503
|
*/
|
|
1504
1504
|
coupleColorTempToLevel: BitFlag;
|
|
1505
1505
|
}>>;
|
|
1506
1506
|
}>, void, any>;
|
|
1507
1507
|
/**
|
|
1508
|
-
* @see {@link MatterSpecification.
|
|
1508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
1509
1509
|
*/
|
|
1510
1510
|
readonly moveWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1511
1511
|
/**
|
|
1512
1512
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
1513
1513
|
*
|
|
1514
|
-
* @see {@link MatterSpecification.
|
|
1514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
1515
1515
|
*/
|
|
1516
1516
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
1517
1517
|
/**
|
|
@@ -1521,7 +1521,7 @@ export declare namespace LevelControl {
|
|
|
1521
1521
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
1522
1522
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
1523
1523
|
*
|
|
1524
|
-
* @see {@link MatterSpecification.
|
|
1524
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
1525
1525
|
*/
|
|
1526
1526
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1527
1527
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1530,7 +1530,7 @@ export declare namespace LevelControl {
|
|
|
1530
1530
|
*
|
|
1531
1531
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1532
1532
|
*
|
|
1533
|
-
* @see {@link MatterSpecification.
|
|
1533
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1534
1534
|
*/
|
|
1535
1535
|
executeIfOff: BitFlag;
|
|
1536
1536
|
/**
|
|
@@ -1538,7 +1538,7 @@ export declare namespace LevelControl {
|
|
|
1538
1538
|
*
|
|
1539
1539
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1542
1542
|
*/
|
|
1543
1543
|
coupleColorTempToLevel: BitFlag;
|
|
1544
1544
|
}>>;
|
|
@@ -1548,7 +1548,7 @@ export declare namespace LevelControl {
|
|
|
1548
1548
|
*
|
|
1549
1549
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1550
1550
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1551
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1552
1552
|
*/
|
|
1553
1553
|
executeIfOff: BitFlag;
|
|
1554
1554
|
/**
|
|
@@ -1556,25 +1556,25 @@ export declare namespace LevelControl {
|
|
|
1556
1556
|
*
|
|
1557
1557
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1558
1558
|
*
|
|
1559
|
-
* @see {@link MatterSpecification.
|
|
1559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1560
1560
|
*/
|
|
1561
1561
|
coupleColorTempToLevel: BitFlag;
|
|
1562
1562
|
}>>;
|
|
1563
1563
|
}>, void, any>;
|
|
1564
1564
|
/**
|
|
1565
|
-
* @see {@link MatterSpecification.
|
|
1565
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
1566
1566
|
*/
|
|
1567
1567
|
readonly stepWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1568
1568
|
/**
|
|
1569
1569
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
1570
1570
|
*
|
|
1571
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
1572
1572
|
*/
|
|
1573
1573
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
1574
1574
|
/**
|
|
1575
1575
|
* This field shall indicate the change to CurrentLevel.
|
|
1576
1576
|
*
|
|
1577
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
1578
1578
|
*/
|
|
1579
1579
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1580
1580
|
/**
|
|
@@ -1584,7 +1584,7 @@ export declare namespace LevelControl {
|
|
|
1584
1584
|
*
|
|
1585
1585
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
1586
1586
|
*
|
|
1587
|
-
* @see {@link MatterSpecification.
|
|
1587
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
1588
1588
|
*/
|
|
1589
1589
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1590
1590
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1593,7 +1593,7 @@ export declare namespace LevelControl {
|
|
|
1593
1593
|
*
|
|
1594
1594
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1595
1595
|
*
|
|
1596
|
-
* @see {@link MatterSpecification.
|
|
1596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1597
1597
|
*/
|
|
1598
1598
|
executeIfOff: BitFlag;
|
|
1599
1599
|
/**
|
|
@@ -1601,7 +1601,7 @@ export declare namespace LevelControl {
|
|
|
1601
1601
|
*
|
|
1602
1602
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1603
1603
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1605
1605
|
*/
|
|
1606
1606
|
coupleColorTempToLevel: BitFlag;
|
|
1607
1607
|
}>>;
|
|
@@ -1611,7 +1611,7 @@ export declare namespace LevelControl {
|
|
|
1611
1611
|
*
|
|
1612
1612
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1613
1613
|
*
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1615
1615
|
*/
|
|
1616
1616
|
executeIfOff: BitFlag;
|
|
1617
1617
|
/**
|
|
@@ -1619,13 +1619,13 @@ export declare namespace LevelControl {
|
|
|
1619
1619
|
*
|
|
1620
1620
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1621
1621
|
*
|
|
1622
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1623
1623
|
*/
|
|
1624
1624
|
coupleColorTempToLevel: BitFlag;
|
|
1625
1625
|
}>>;
|
|
1626
1626
|
}>, void, any>;
|
|
1627
1627
|
/**
|
|
1628
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
1629
1629
|
*/
|
|
1630
1630
|
readonly stopWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1631
1631
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1634,7 +1634,7 @@ export declare namespace LevelControl {
|
|
|
1634
1634
|
*
|
|
1635
1635
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1636
1636
|
*
|
|
1637
|
-
* @see {@link MatterSpecification.
|
|
1637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1638
1638
|
*/
|
|
1639
1639
|
executeIfOff: BitFlag;
|
|
1640
1640
|
/**
|
|
@@ -1642,7 +1642,7 @@ export declare namespace LevelControl {
|
|
|
1642
1642
|
*
|
|
1643
1643
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1644
1644
|
*
|
|
1645
|
-
* @see {@link MatterSpecification.
|
|
1645
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1646
1646
|
*/
|
|
1647
1647
|
coupleColorTempToLevel: BitFlag;
|
|
1648
1648
|
}>>;
|
|
@@ -1652,7 +1652,7 @@ export declare namespace LevelControl {
|
|
|
1652
1652
|
*
|
|
1653
1653
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1654
1654
|
*
|
|
1655
|
-
* @see {@link MatterSpecification.
|
|
1655
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1656
1656
|
*/
|
|
1657
1657
|
executeIfOff: BitFlag;
|
|
1658
1658
|
/**
|
|
@@ -1660,7 +1660,7 @@ export declare namespace LevelControl {
|
|
|
1660
1660
|
*
|
|
1661
1661
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1662
1662
|
*
|
|
1663
|
-
* @see {@link MatterSpecification.
|
|
1663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1664
1664
|
*/
|
|
1665
1665
|
coupleColorTempToLevel: BitFlag;
|
|
1666
1666
|
}>>;
|
|
@@ -1694,7 +1694,7 @@ export declare namespace LevelControl {
|
|
|
1694
1694
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
1695
1695
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.3
|
|
1698
1698
|
*/
|
|
1699
1699
|
readonly remainingTime: Attribute<number, any>;
|
|
1700
1700
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
@@ -1706,7 +1706,7 @@ export declare namespace LevelControl {
|
|
|
1706
1706
|
* This behavior does not apply to reboots associated with OTA. After an OTA restart, the CurrentLevel
|
|
1707
1707
|
* attribute shall return to its value prior to the restart.
|
|
1708
1708
|
*
|
|
1709
|
-
* @see {@link MatterSpecification.
|
|
1709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.15
|
|
1710
1710
|
*/
|
|
1711
1711
|
readonly startUpCurrentLevel: WritableAttribute<number | null, any>;
|
|
1712
1712
|
};
|
|
@@ -1720,7 +1720,7 @@ export declare namespace LevelControl {
|
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Indicates the minimum value of CurrentLevel that is capable of being assigned.
|
|
1722
1722
|
*
|
|
1723
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.4
|
|
1724
1724
|
*/
|
|
1725
1725
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
1726
1726
|
};
|
|
@@ -1743,27 +1743,27 @@ export declare namespace LevelControl {
|
|
|
1743
1743
|
*
|
|
1744
1744
|
* • At the end of the movement/transition.
|
|
1745
1745
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.6
|
|
1747
1747
|
*/
|
|
1748
1748
|
readonly currentFrequency: Attribute<number, any>;
|
|
1749
1749
|
/**
|
|
1750
1750
|
* Indicates the minimum value of CurrentFrequency that is capable of being assigned. MinFrequency shall be
|
|
1751
1751
|
* less than or equal to MaxFrequency. A value of 0 indicates undefined.
|
|
1752
1752
|
*
|
|
1753
|
-
* @see {@link MatterSpecification.
|
|
1753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.7
|
|
1754
1754
|
*/
|
|
1755
1755
|
readonly minFrequency: Attribute<number, any>;
|
|
1756
1756
|
/**
|
|
1757
1757
|
* Indicates the maximum value of CurrentFrequency that is capable of being assigned. MaxFrequency shall be
|
|
1758
1758
|
* greater than or equal to MinFrequency. A value of 0 indicates undefined.
|
|
1759
1759
|
*
|
|
1760
|
-
* @see {@link MatterSpecification.
|
|
1760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.8
|
|
1761
1761
|
*/
|
|
1762
1762
|
readonly maxFrequency: Attribute<number, any>;
|
|
1763
1763
|
};
|
|
1764
1764
|
readonly commands: {
|
|
1765
1765
|
/**
|
|
1766
|
-
* @see {@link MatterSpecification.
|
|
1766
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
1767
1767
|
*/
|
|
1768
1768
|
readonly moveToClosestFrequency: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1769
1769
|
frequency: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1792,13 +1792,13 @@ export declare namespace LevelControl {
|
|
|
1792
1792
|
*
|
|
1793
1793
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
1794
1794
|
*
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
1796
1796
|
*/
|
|
1797
1797
|
readonly lighting: BitFlag;
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Supports frequency attributes and behavior.
|
|
1800
1800
|
*
|
|
1801
|
-
* @see {@link MatterSpecification.
|
|
1801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
1802
1802
|
*/
|
|
1803
1803
|
readonly frequency: BitFlag;
|
|
1804
1804
|
};
|
|
@@ -1814,13 +1814,13 @@ export declare namespace LevelControl {
|
|
|
1814
1814
|
*
|
|
1815
1815
|
* • When it changes from null to any other value and vice versa.
|
|
1816
1816
|
*
|
|
1817
|
-
* @see {@link MatterSpecification.
|
|
1817
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.2
|
|
1818
1818
|
*/
|
|
1819
1819
|
readonly currentLevel: Attribute<number | null, any>;
|
|
1820
1820
|
/**
|
|
1821
1821
|
* Indicates the maximum value of CurrentLevel that is capable of being assigned.
|
|
1822
1822
|
*
|
|
1823
|
-
* @see {@link MatterSpecification.
|
|
1823
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.5
|
|
1824
1824
|
*/
|
|
1825
1825
|
readonly maxLevel: OptionalAttribute<number, any>;
|
|
1826
1826
|
/**
|
|
@@ -1843,7 +1843,7 @@ export declare namespace LevelControl {
|
|
|
1843
1843
|
*
|
|
1844
1844
|
* • The value of the ExecuteIfOff bit is 0.
|
|
1845
1845
|
*
|
|
1846
|
-
* @see {@link MatterSpecification.
|
|
1846
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.9
|
|
1847
1847
|
*/
|
|
1848
1848
|
readonly options: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1849
1849
|
/**
|
|
@@ -1851,7 +1851,7 @@ export declare namespace LevelControl {
|
|
|
1851
1851
|
*
|
|
1852
1852
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1853
1853
|
*
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1855
1855
|
*/
|
|
1856
1856
|
executeIfOff: BitFlag;
|
|
1857
1857
|
/**
|
|
@@ -1859,7 +1859,7 @@ export declare namespace LevelControl {
|
|
|
1859
1859
|
*
|
|
1860
1860
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1863
1863
|
*/
|
|
1864
1864
|
coupleColorTempToLevel: BitFlag;
|
|
1865
1865
|
}>, any>;
|
|
@@ -1871,7 +1871,7 @@ export declare namespace LevelControl {
|
|
|
1871
1871
|
* if the device is not able to move at a variable rate, the OnOffTransitionTime attribute SHOULD NOT be
|
|
1872
1872
|
* implemented.
|
|
1873
1873
|
*
|
|
1874
|
-
* @see {@link MatterSpecification.
|
|
1874
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.10
|
|
1875
1875
|
*/
|
|
1876
1876
|
readonly onOffTransitionTime: OptionalWritableAttribute<number, any>;
|
|
1877
1877
|
/**
|
|
@@ -1883,7 +1883,7 @@ export declare namespace LevelControl {
|
|
|
1883
1883
|
* OnLevel represents a mandatory field that was previously not present or optional. Implementers should be
|
|
1884
1884
|
* aware that older devices may not implement it.
|
|
1885
1885
|
*
|
|
1886
|
-
* @see {@link MatterSpecification.
|
|
1886
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.11
|
|
1887
1887
|
*/
|
|
1888
1888
|
readonly onLevel: WritableAttribute<number | null, any>;
|
|
1889
1889
|
/**
|
|
@@ -1892,7 +1892,7 @@ export declare namespace LevelControl {
|
|
|
1892
1892
|
* this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be used
|
|
1893
1893
|
* instead.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.12
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly onTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
1898
1898
|
/**
|
|
@@ -1901,20 +1901,20 @@ export declare namespace LevelControl {
|
|
|
1901
1901
|
* second. If this attribute is not implemented, or contains a null value, the OnOffTransitionTime shall be
|
|
1902
1902
|
* used instead.
|
|
1903
1903
|
*
|
|
1904
|
-
* @see {@link MatterSpecification.
|
|
1904
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.13
|
|
1905
1905
|
*/
|
|
1906
1906
|
readonly offTransitionTime: OptionalWritableAttribute<number | null, any>;
|
|
1907
1907
|
/**
|
|
1908
1908
|
* Indicates the movement rate, in units per second, when a Move command is received with a null value Rate
|
|
1909
1909
|
* parameter.
|
|
1910
1910
|
*
|
|
1911
|
-
* @see {@link MatterSpecification.
|
|
1911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.14
|
|
1912
1912
|
*/
|
|
1913
1913
|
readonly defaultMoveRate: OptionalWritableAttribute<number | null, any>;
|
|
1914
1914
|
};
|
|
1915
1915
|
readonly commands: {
|
|
1916
1916
|
/**
|
|
1917
|
-
* @see {@link MatterSpecification.
|
|
1917
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.1
|
|
1918
1918
|
*/
|
|
1919
1919
|
readonly moveToLevel: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1920
1920
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1925,7 +1925,7 @@ export declare namespace LevelControl {
|
|
|
1925
1925
|
*
|
|
1926
1926
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1927
1927
|
*
|
|
1928
|
-
* @see {@link MatterSpecification.
|
|
1928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1929
1929
|
*/
|
|
1930
1930
|
executeIfOff: BitFlag;
|
|
1931
1931
|
/**
|
|
@@ -1933,7 +1933,7 @@ export declare namespace LevelControl {
|
|
|
1933
1933
|
*
|
|
1934
1934
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1935
1935
|
*
|
|
1936
|
-
* @see {@link MatterSpecification.
|
|
1936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1937
1937
|
*/
|
|
1938
1938
|
coupleColorTempToLevel: BitFlag;
|
|
1939
1939
|
}>>;
|
|
@@ -1943,7 +1943,7 @@ export declare namespace LevelControl {
|
|
|
1943
1943
|
*
|
|
1944
1944
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1945
1945
|
*
|
|
1946
|
-
* @see {@link MatterSpecification.
|
|
1946
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1947
1947
|
*/
|
|
1948
1948
|
executeIfOff: BitFlag;
|
|
1949
1949
|
/**
|
|
@@ -1951,19 +1951,19 @@ export declare namespace LevelControl {
|
|
|
1951
1951
|
*
|
|
1952
1952
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1953
1953
|
*
|
|
1954
|
-
* @see {@link MatterSpecification.
|
|
1954
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1955
1955
|
*/
|
|
1956
1956
|
coupleColorTempToLevel: BitFlag;
|
|
1957
1957
|
}>>;
|
|
1958
1958
|
}>, void, any>;
|
|
1959
1959
|
/**
|
|
1960
|
-
* @see {@link MatterSpecification.
|
|
1960
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2
|
|
1961
1961
|
*/
|
|
1962
1962
|
readonly move: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1963
1963
|
/**
|
|
1964
1964
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
1965
1965
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
1966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
1967
1967
|
*/
|
|
1968
1968
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
1969
1969
|
/**
|
|
@@ -1973,7 +1973,7 @@ export declare namespace LevelControl {
|
|
|
1973
1973
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
1974
1974
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
1975
1975
|
*
|
|
1976
|
-
* @see {@link MatterSpecification.
|
|
1976
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
1977
1977
|
*/
|
|
1978
1978
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1979
1979
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1982,7 +1982,7 @@ export declare namespace LevelControl {
|
|
|
1982
1982
|
*
|
|
1983
1983
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
1984
1984
|
*
|
|
1985
|
-
* @see {@link MatterSpecification.
|
|
1985
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
1986
1986
|
*/
|
|
1987
1987
|
executeIfOff: BitFlag;
|
|
1988
1988
|
/**
|
|
@@ -1990,7 +1990,7 @@ export declare namespace LevelControl {
|
|
|
1990
1990
|
*
|
|
1991
1991
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
1992
1992
|
*
|
|
1993
|
-
* @see {@link MatterSpecification.
|
|
1993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
1994
1994
|
*/
|
|
1995
1995
|
coupleColorTempToLevel: BitFlag;
|
|
1996
1996
|
}>>;
|
|
@@ -2000,7 +2000,7 @@ export declare namespace LevelControl {
|
|
|
2000
2000
|
*
|
|
2001
2001
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2004
2004
|
*/
|
|
2005
2005
|
executeIfOff: BitFlag;
|
|
2006
2006
|
/**
|
|
@@ -2008,25 +2008,25 @@ export declare namespace LevelControl {
|
|
|
2008
2008
|
*
|
|
2009
2009
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2010
2010
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2011
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2012
2012
|
*/
|
|
2013
2013
|
coupleColorTempToLevel: BitFlag;
|
|
2014
2014
|
}>>;
|
|
2015
2015
|
}>, void, any>;
|
|
2016
2016
|
/**
|
|
2017
|
-
* @see {@link MatterSpecification.
|
|
2017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3
|
|
2018
2018
|
*/
|
|
2019
2019
|
readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2020
2020
|
/**
|
|
2021
2021
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
2022
2022
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
2024
2024
|
*/
|
|
2025
2025
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
2026
2026
|
/**
|
|
2027
2027
|
* This field shall indicate the change to CurrentLevel.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
2030
2030
|
*/
|
|
2031
2031
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2032
2032
|
/**
|
|
@@ -2036,7 +2036,7 @@ export declare namespace LevelControl {
|
|
|
2036
2036
|
*
|
|
2037
2037
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
2038
2038
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
2040
2040
|
*/
|
|
2041
2041
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2042
2042
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2045,7 +2045,7 @@ export declare namespace LevelControl {
|
|
|
2045
2045
|
*
|
|
2046
2046
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2047
2047
|
*
|
|
2048
|
-
* @see {@link MatterSpecification.
|
|
2048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2049
2049
|
*/
|
|
2050
2050
|
executeIfOff: BitFlag;
|
|
2051
2051
|
/**
|
|
@@ -2053,7 +2053,7 @@ export declare namespace LevelControl {
|
|
|
2053
2053
|
*
|
|
2054
2054
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2055
2055
|
*
|
|
2056
|
-
* @see {@link MatterSpecification.
|
|
2056
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2057
2057
|
*/
|
|
2058
2058
|
coupleColorTempToLevel: BitFlag;
|
|
2059
2059
|
}>>;
|
|
@@ -2063,7 +2063,7 @@ export declare namespace LevelControl {
|
|
|
2063
2063
|
*
|
|
2064
2064
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2065
2065
|
*
|
|
2066
|
-
* @see {@link MatterSpecification.
|
|
2066
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2067
2067
|
*/
|
|
2068
2068
|
executeIfOff: BitFlag;
|
|
2069
2069
|
/**
|
|
@@ -2071,13 +2071,13 @@ export declare namespace LevelControl {
|
|
|
2071
2071
|
*
|
|
2072
2072
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2073
2073
|
*
|
|
2074
|
-
* @see {@link MatterSpecification.
|
|
2074
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2075
2075
|
*/
|
|
2076
2076
|
coupleColorTempToLevel: BitFlag;
|
|
2077
2077
|
}>>;
|
|
2078
2078
|
}>, void, any>;
|
|
2079
2079
|
/**
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.4
|
|
2081
2081
|
*/
|
|
2082
2082
|
readonly stop: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2083
2083
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2086,7 +2086,7 @@ export declare namespace LevelControl {
|
|
|
2086
2086
|
*
|
|
2087
2087
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2090
2090
|
*/
|
|
2091
2091
|
executeIfOff: BitFlag;
|
|
2092
2092
|
/**
|
|
@@ -2094,7 +2094,7 @@ export declare namespace LevelControl {
|
|
|
2094
2094
|
*
|
|
2095
2095
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2096
2096
|
*
|
|
2097
|
-
* @see {@link MatterSpecification.
|
|
2097
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2098
2098
|
*/
|
|
2099
2099
|
coupleColorTempToLevel: BitFlag;
|
|
2100
2100
|
}>>;
|
|
@@ -2104,7 +2104,7 @@ export declare namespace LevelControl {
|
|
|
2104
2104
|
*
|
|
2105
2105
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2106
2106
|
*
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2108
2108
|
*/
|
|
2109
2109
|
executeIfOff: BitFlag;
|
|
2110
2110
|
/**
|
|
@@ -2112,13 +2112,13 @@ export declare namespace LevelControl {
|
|
|
2112
2112
|
*
|
|
2113
2113
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2114
2114
|
*
|
|
2115
|
-
* @see {@link MatterSpecification.
|
|
2115
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2116
2116
|
*/
|
|
2117
2117
|
coupleColorTempToLevel: BitFlag;
|
|
2118
2118
|
}>>;
|
|
2119
2119
|
}>, void, any>;
|
|
2120
2120
|
/**
|
|
2121
|
-
* @see {@link MatterSpecification.
|
|
2121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
2122
2122
|
*/
|
|
2123
2123
|
readonly moveToLevelWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2124
2124
|
level: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2129,7 +2129,7 @@ export declare namespace LevelControl {
|
|
|
2129
2129
|
*
|
|
2130
2130
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2131
2131
|
*
|
|
2132
|
-
* @see {@link MatterSpecification.
|
|
2132
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2133
2133
|
*/
|
|
2134
2134
|
executeIfOff: BitFlag;
|
|
2135
2135
|
/**
|
|
@@ -2137,7 +2137,7 @@ export declare namespace LevelControl {
|
|
|
2137
2137
|
*
|
|
2138
2138
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2141
2141
|
*/
|
|
2142
2142
|
coupleColorTempToLevel: BitFlag;
|
|
2143
2143
|
}>>;
|
|
@@ -2147,7 +2147,7 @@ export declare namespace LevelControl {
|
|
|
2147
2147
|
*
|
|
2148
2148
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2149
2149
|
*
|
|
2150
|
-
* @see {@link MatterSpecification.
|
|
2150
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2151
2151
|
*/
|
|
2152
2152
|
executeIfOff: BitFlag;
|
|
2153
2153
|
/**
|
|
@@ -2155,19 +2155,19 @@ export declare namespace LevelControl {
|
|
|
2155
2155
|
*
|
|
2156
2156
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2157
2157
|
*
|
|
2158
|
-
* @see {@link MatterSpecification.
|
|
2158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2159
2159
|
*/
|
|
2160
2160
|
coupleColorTempToLevel: BitFlag;
|
|
2161
2161
|
}>>;
|
|
2162
2162
|
}>, void, any>;
|
|
2163
2163
|
/**
|
|
2164
|
-
* @see {@link MatterSpecification.
|
|
2164
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
2165
2165
|
*/
|
|
2166
2166
|
readonly moveWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2167
2167
|
/**
|
|
2168
2168
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
2169
2169
|
*
|
|
2170
|
-
* @see {@link MatterSpecification.
|
|
2170
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
2171
2171
|
*/
|
|
2172
2172
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
2173
2173
|
/**
|
|
@@ -2177,7 +2177,7 @@ export declare namespace LevelControl {
|
|
|
2177
2177
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
2178
2178
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
2179
2179
|
*
|
|
2180
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
2181
2181
|
*/
|
|
2182
2182
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2183
2183
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2186,7 +2186,7 @@ export declare namespace LevelControl {
|
|
|
2186
2186
|
*
|
|
2187
2187
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2188
2188
|
*
|
|
2189
|
-
* @see {@link MatterSpecification.
|
|
2189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2190
2190
|
*/
|
|
2191
2191
|
executeIfOff: BitFlag;
|
|
2192
2192
|
/**
|
|
@@ -2194,7 +2194,7 @@ export declare namespace LevelControl {
|
|
|
2194
2194
|
*
|
|
2195
2195
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2196
2196
|
*
|
|
2197
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2198
2198
|
*/
|
|
2199
2199
|
coupleColorTempToLevel: BitFlag;
|
|
2200
2200
|
}>>;
|
|
@@ -2204,7 +2204,7 @@ export declare namespace LevelControl {
|
|
|
2204
2204
|
*
|
|
2205
2205
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2206
2206
|
*
|
|
2207
|
-
* @see {@link MatterSpecification.
|
|
2207
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2208
2208
|
*/
|
|
2209
2209
|
executeIfOff: BitFlag;
|
|
2210
2210
|
/**
|
|
@@ -2212,25 +2212,25 @@ export declare namespace LevelControl {
|
|
|
2212
2212
|
*
|
|
2213
2213
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2214
2214
|
*
|
|
2215
|
-
* @see {@link MatterSpecification.
|
|
2215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2216
2216
|
*/
|
|
2217
2217
|
coupleColorTempToLevel: BitFlag;
|
|
2218
2218
|
}>>;
|
|
2219
2219
|
}>, void, any>;
|
|
2220
2220
|
/**
|
|
2221
|
-
* @see {@link MatterSpecification.
|
|
2221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
2222
2222
|
*/
|
|
2223
2223
|
readonly stepWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2224
2224
|
/**
|
|
2225
2225
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
2226
2226
|
*
|
|
2227
|
-
* @see {@link MatterSpecification.
|
|
2227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
2228
2228
|
*/
|
|
2229
2229
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
2230
2230
|
/**
|
|
2231
2231
|
* This field shall indicate the change to CurrentLevel.
|
|
2232
2232
|
*
|
|
2233
|
-
* @see {@link MatterSpecification.
|
|
2233
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
2234
2234
|
*/
|
|
2235
2235
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2236
2236
|
/**
|
|
@@ -2240,7 +2240,7 @@ export declare namespace LevelControl {
|
|
|
2240
2240
|
*
|
|
2241
2241
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
2242
2242
|
*
|
|
2243
|
-
* @see {@link MatterSpecification.
|
|
2243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
2244
2244
|
*/
|
|
2245
2245
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2246
2246
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2249,7 +2249,7 @@ export declare namespace LevelControl {
|
|
|
2249
2249
|
*
|
|
2250
2250
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2251
2251
|
*
|
|
2252
|
-
* @see {@link MatterSpecification.
|
|
2252
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2253
2253
|
*/
|
|
2254
2254
|
executeIfOff: BitFlag;
|
|
2255
2255
|
/**
|
|
@@ -2257,7 +2257,7 @@ export declare namespace LevelControl {
|
|
|
2257
2257
|
*
|
|
2258
2258
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2259
2259
|
*
|
|
2260
|
-
* @see {@link MatterSpecification.
|
|
2260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2261
2261
|
*/
|
|
2262
2262
|
coupleColorTempToLevel: BitFlag;
|
|
2263
2263
|
}>>;
|
|
@@ -2267,7 +2267,7 @@ export declare namespace LevelControl {
|
|
|
2267
2267
|
*
|
|
2268
2268
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2269
2269
|
*
|
|
2270
|
-
* @see {@link MatterSpecification.
|
|
2270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2271
2271
|
*/
|
|
2272
2272
|
executeIfOff: BitFlag;
|
|
2273
2273
|
/**
|
|
@@ -2275,13 +2275,13 @@ export declare namespace LevelControl {
|
|
|
2275
2275
|
*
|
|
2276
2276
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2277
2277
|
*
|
|
2278
|
-
* @see {@link MatterSpecification.
|
|
2278
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2279
2279
|
*/
|
|
2280
2280
|
coupleColorTempToLevel: BitFlag;
|
|
2281
2281
|
}>>;
|
|
2282
2282
|
}>, void, any>;
|
|
2283
2283
|
/**
|
|
2284
|
-
* @see {@link MatterSpecification.
|
|
2284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7
|
|
2285
2285
|
*/
|
|
2286
2286
|
readonly stopWithOnOff: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2287
2287
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2290,7 +2290,7 @@ export declare namespace LevelControl {
|
|
|
2290
2290
|
*
|
|
2291
2291
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2292
2292
|
*
|
|
2293
|
-
* @see {@link MatterSpecification.
|
|
2293
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2294
2294
|
*/
|
|
2295
2295
|
executeIfOff: BitFlag;
|
|
2296
2296
|
/**
|
|
@@ -2298,7 +2298,7 @@ export declare namespace LevelControl {
|
|
|
2298
2298
|
*
|
|
2299
2299
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2300
2300
|
*
|
|
2301
|
-
* @see {@link MatterSpecification.
|
|
2301
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2302
2302
|
*/
|
|
2303
2303
|
coupleColorTempToLevel: BitFlag;
|
|
2304
2304
|
}>>;
|
|
@@ -2308,7 +2308,7 @@ export declare namespace LevelControl {
|
|
|
2308
2308
|
*
|
|
2309
2309
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2312
2312
|
*/
|
|
2313
2313
|
executeIfOff: BitFlag;
|
|
2314
2314
|
/**
|
|
@@ -2316,7 +2316,7 @@ export declare namespace LevelControl {
|
|
|
2316
2316
|
*
|
|
2317
2317
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2320
2320
|
*/
|
|
2321
2321
|
coupleColorTempToLevel: BitFlag;
|
|
2322
2322
|
}>>;
|
|
@@ -2350,7 +2350,7 @@ export declare namespace LevelControl {
|
|
|
2350
2350
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
2351
2351
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
2352
2352
|
*
|
|
2353
|
-
* @see {@link MatterSpecification.
|
|
2353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.3
|
|
2354
2354
|
*/
|
|
2355
2355
|
readonly remainingTime: Attribute<number, any>;
|
|
2356
2356
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
@@ -2362,7 +2362,7 @@ export declare namespace LevelControl {
|
|
|
2362
2362
|
* This behavior does not apply to reboots associated with OTA. After an OTA restart, the CurrentLevel
|
|
2363
2363
|
* attribute shall return to its value prior to the restart.
|
|
2364
2364
|
*
|
|
2365
|
-
* @see {@link MatterSpecification.
|
|
2365
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.15
|
|
2366
2366
|
*/
|
|
2367
2367
|
readonly startUpCurrentLevel: WritableAttribute<number | null, any>;
|
|
2368
2368
|
};
|
|
@@ -2376,7 +2376,7 @@ export declare namespace LevelControl {
|
|
|
2376
2376
|
/**
|
|
2377
2377
|
* Indicates the minimum value of CurrentLevel that is capable of being assigned.
|
|
2378
2378
|
*
|
|
2379
|
-
* @see {@link MatterSpecification.
|
|
2379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.4
|
|
2380
2380
|
*/
|
|
2381
2381
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
2382
2382
|
};
|
|
@@ -2399,27 +2399,27 @@ export declare namespace LevelControl {
|
|
|
2399
2399
|
*
|
|
2400
2400
|
* • At the end of the movement/transition.
|
|
2401
2401
|
*
|
|
2402
|
-
* @see {@link MatterSpecification.
|
|
2402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.6
|
|
2403
2403
|
*/
|
|
2404
2404
|
readonly currentFrequency: Attribute<number, any>;
|
|
2405
2405
|
/**
|
|
2406
2406
|
* Indicates the minimum value of CurrentFrequency that is capable of being assigned. MinFrequency shall be
|
|
2407
2407
|
* less than or equal to MaxFrequency. A value of 0 indicates undefined.
|
|
2408
2408
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.7
|
|
2410
2410
|
*/
|
|
2411
2411
|
readonly minFrequency: Attribute<number, any>;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* Indicates the maximum value of CurrentFrequency that is capable of being assigned. MaxFrequency shall be
|
|
2414
2414
|
* greater than or equal to MinFrequency. A value of 0 indicates undefined.
|
|
2415
2415
|
*
|
|
2416
|
-
* @see {@link MatterSpecification.
|
|
2416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.8
|
|
2417
2417
|
*/
|
|
2418
2418
|
readonly maxFrequency: Attribute<number, any>;
|
|
2419
2419
|
};
|
|
2420
2420
|
readonly commands: {
|
|
2421
2421
|
/**
|
|
2422
|
-
* @see {@link MatterSpecification.
|
|
2422
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.5
|
|
2423
2423
|
*/
|
|
2424
2424
|
readonly moveToClosestFrequency: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2425
2425
|
frequency: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2432,7 +2432,7 @@ export declare namespace LevelControl {
|
|
|
2432
2432
|
/**
|
|
2433
2433
|
* Indicates the minimum value of CurrentLevel that is capable of being assigned.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.6.4
|
|
2436
2436
|
*/
|
|
2437
2437
|
readonly minLevel: OptionalAttribute<number, any>;
|
|
2438
2438
|
};
|
|
@@ -2444,7 +2444,7 @@ export declare namespace LevelControl {
|
|
|
2444
2444
|
* LevelControlCluster supports optional features that you can enable with the LevelControlCluster.with() factory
|
|
2445
2445
|
* method.
|
|
2446
2446
|
*
|
|
2447
|
-
* @see {@link MatterSpecification.
|
|
2447
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6
|
|
2448
2448
|
*/
|
|
2449
2449
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2450
2450
|
}
|
|
@@ -2473,13 +2473,13 @@ export declare namespace LevelControl {
|
|
|
2473
2473
|
*
|
|
2474
2474
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
2475
2475
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.
|
|
2476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
2477
2477
|
*/
|
|
2478
2478
|
readonly lighting: BitFlag;
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Supports frequency attributes and behavior.
|
|
2481
2481
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.
|
|
2482
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
2483
2483
|
*/
|
|
2484
2484
|
readonly frequency: BitFlag;
|
|
2485
2485
|
};
|
|
@@ -2550,13 +2550,13 @@ export declare namespace LevelControl {
|
|
|
2550
2550
|
*
|
|
2551
2551
|
* All other values are application specific gradations from the minimum to the maximum level.
|
|
2552
2552
|
*
|
|
2553
|
-
* @see {@link MatterSpecification.
|
|
2553
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.2
|
|
2554
2554
|
*/
|
|
2555
2555
|
readonly lighting: BitFlag;
|
|
2556
2556
|
/**
|
|
2557
2557
|
* Supports frequency attributes and behavior.
|
|
2558
2558
|
*
|
|
2559
|
-
* @see {@link MatterSpecification.
|
|
2559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.4.3
|
|
2560
2560
|
*/
|
|
2561
2561
|
readonly frequency: BitFlag;
|
|
2562
2562
|
}>, never>;
|
|
@@ -2570,7 +2570,7 @@ export declare namespace LevelControl {
|
|
|
2570
2570
|
*
|
|
2571
2571
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2572
2572
|
*
|
|
2573
|
-
* @see {@link MatterSpecification.
|
|
2573
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2574
2574
|
*/
|
|
2575
2575
|
executeIfOff: BitFlag;
|
|
2576
2576
|
/**
|
|
@@ -2578,7 +2578,7 @@ export declare namespace LevelControl {
|
|
|
2578
2578
|
*
|
|
2579
2579
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2580
2580
|
*
|
|
2581
|
-
* @see {@link MatterSpecification.
|
|
2581
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2582
2582
|
*/
|
|
2583
2583
|
coupleColorTempToLevel: BitFlag;
|
|
2584
2584
|
}>, any>;
|
|
@@ -2607,7 +2607,7 @@ export declare namespace LevelControl {
|
|
|
2607
2607
|
*
|
|
2608
2608
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2609
2609
|
*
|
|
2610
|
-
* @see {@link MatterSpecification.
|
|
2610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2611
2611
|
*/
|
|
2612
2612
|
executeIfOff: BitFlag;
|
|
2613
2613
|
/**
|
|
@@ -2615,7 +2615,7 @@ export declare namespace LevelControl {
|
|
|
2615
2615
|
*
|
|
2616
2616
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2617
2617
|
*
|
|
2618
|
-
* @see {@link MatterSpecification.
|
|
2618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2619
2619
|
*/
|
|
2620
2620
|
coupleColorTempToLevel: BitFlag;
|
|
2621
2621
|
}>>;
|
|
@@ -2625,7 +2625,7 @@ export declare namespace LevelControl {
|
|
|
2625
2625
|
*
|
|
2626
2626
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2627
2627
|
*
|
|
2628
|
-
* @see {@link MatterSpecification.
|
|
2628
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2629
2629
|
*/
|
|
2630
2630
|
executeIfOff: BitFlag;
|
|
2631
2631
|
/**
|
|
@@ -2633,7 +2633,7 @@ export declare namespace LevelControl {
|
|
|
2633
2633
|
*
|
|
2634
2634
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2635
2635
|
*
|
|
2636
|
-
* @see {@link MatterSpecification.
|
|
2636
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2637
2637
|
*/
|
|
2638
2638
|
coupleColorTempToLevel: BitFlag;
|
|
2639
2639
|
}>>;
|
|
@@ -2642,13 +2642,13 @@ export declare namespace LevelControl {
|
|
|
2642
2642
|
/**
|
|
2643
2643
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
2644
2644
|
*
|
|
2645
|
-
* @see {@link MatterSpecification.
|
|
2645
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
2646
2646
|
*/
|
|
2647
2647
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
2648
2648
|
/**
|
|
2649
2649
|
* This field shall indicate the change to CurrentLevel.
|
|
2650
2650
|
*
|
|
2651
|
-
* @see {@link MatterSpecification.
|
|
2651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
2652
2652
|
*/
|
|
2653
2653
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2654
2654
|
/**
|
|
@@ -2658,7 +2658,7 @@ export declare namespace LevelControl {
|
|
|
2658
2658
|
*
|
|
2659
2659
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
2660
2660
|
*
|
|
2661
|
-
* @see {@link MatterSpecification.
|
|
2661
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
2662
2662
|
*/
|
|
2663
2663
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2664
2664
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2667,7 +2667,7 @@ export declare namespace LevelControl {
|
|
|
2667
2667
|
*
|
|
2668
2668
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2669
2669
|
*
|
|
2670
|
-
* @see {@link MatterSpecification.
|
|
2670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2671
2671
|
*/
|
|
2672
2672
|
executeIfOff: BitFlag;
|
|
2673
2673
|
/**
|
|
@@ -2675,7 +2675,7 @@ export declare namespace LevelControl {
|
|
|
2675
2675
|
*
|
|
2676
2676
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2677
2677
|
*
|
|
2678
|
-
* @see {@link MatterSpecification.
|
|
2678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2679
2679
|
*/
|
|
2680
2680
|
coupleColorTempToLevel: BitFlag;
|
|
2681
2681
|
}>>;
|
|
@@ -2685,7 +2685,7 @@ export declare namespace LevelControl {
|
|
|
2685
2685
|
*
|
|
2686
2686
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2687
2687
|
*
|
|
2688
|
-
* @see {@link MatterSpecification.
|
|
2688
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2689
2689
|
*/
|
|
2690
2690
|
executeIfOff: BitFlag;
|
|
2691
2691
|
/**
|
|
@@ -2693,7 +2693,7 @@ export declare namespace LevelControl {
|
|
|
2693
2693
|
*
|
|
2694
2694
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2695
2695
|
*
|
|
2696
|
-
* @see {@link MatterSpecification.
|
|
2696
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2697
2697
|
*/
|
|
2698
2698
|
coupleColorTempToLevel: BitFlag;
|
|
2699
2699
|
}>>;
|
|
@@ -2707,7 +2707,7 @@ export declare namespace LevelControl {
|
|
|
2707
2707
|
*
|
|
2708
2708
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2709
2709
|
*
|
|
2710
|
-
* @see {@link MatterSpecification.
|
|
2710
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2711
2711
|
*/
|
|
2712
2712
|
executeIfOff: BitFlag;
|
|
2713
2713
|
/**
|
|
@@ -2715,7 +2715,7 @@ export declare namespace LevelControl {
|
|
|
2715
2715
|
*
|
|
2716
2716
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2717
2717
|
*
|
|
2718
|
-
* @see {@link MatterSpecification.
|
|
2718
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2719
2719
|
*/
|
|
2720
2720
|
coupleColorTempToLevel: BitFlag;
|
|
2721
2721
|
}>>;
|
|
@@ -2725,7 +2725,7 @@ export declare namespace LevelControl {
|
|
|
2725
2725
|
*
|
|
2726
2726
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2727
2727
|
*
|
|
2728
|
-
* @see {@link MatterSpecification.
|
|
2728
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2729
2729
|
*/
|
|
2730
2730
|
executeIfOff: BitFlag;
|
|
2731
2731
|
/**
|
|
@@ -2733,7 +2733,7 @@ export declare namespace LevelControl {
|
|
|
2733
2733
|
*
|
|
2734
2734
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2735
2735
|
*
|
|
2736
|
-
* @see {@link MatterSpecification.
|
|
2736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2737
2737
|
*/
|
|
2738
2738
|
coupleColorTempToLevel: BitFlag;
|
|
2739
2739
|
}>>;
|
|
@@ -2742,7 +2742,7 @@ export declare namespace LevelControl {
|
|
|
2742
2742
|
/**
|
|
2743
2743
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
2744
2744
|
*
|
|
2745
|
-
* @see {@link MatterSpecification.
|
|
2745
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
2746
2746
|
*/
|
|
2747
2747
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
2748
2748
|
/**
|
|
@@ -2752,7 +2752,7 @@ export declare namespace LevelControl {
|
|
|
2752
2752
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
2753
2753
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
2754
2754
|
*
|
|
2755
|
-
* @see {@link MatterSpecification.
|
|
2755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
2756
2756
|
*/
|
|
2757
2757
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2758
2758
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2761,7 +2761,7 @@ export declare namespace LevelControl {
|
|
|
2761
2761
|
*
|
|
2762
2762
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2763
2763
|
*
|
|
2764
|
-
* @see {@link MatterSpecification.
|
|
2764
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2765
2765
|
*/
|
|
2766
2766
|
executeIfOff: BitFlag;
|
|
2767
2767
|
/**
|
|
@@ -2769,7 +2769,7 @@ export declare namespace LevelControl {
|
|
|
2769
2769
|
*
|
|
2770
2770
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2771
2771
|
*
|
|
2772
|
-
* @see {@link MatterSpecification.
|
|
2772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2773
2773
|
*/
|
|
2774
2774
|
coupleColorTempToLevel: BitFlag;
|
|
2775
2775
|
}>>;
|
|
@@ -2779,7 +2779,7 @@ export declare namespace LevelControl {
|
|
|
2779
2779
|
*
|
|
2780
2780
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2781
2781
|
*
|
|
2782
|
-
* @see {@link MatterSpecification.
|
|
2782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2783
2783
|
*/
|
|
2784
2784
|
executeIfOff: BitFlag;
|
|
2785
2785
|
/**
|
|
@@ -2787,7 +2787,7 @@ export declare namespace LevelControl {
|
|
|
2787
2787
|
*
|
|
2788
2788
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2789
2789
|
*
|
|
2790
|
-
* @see {@link MatterSpecification.
|
|
2790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2791
2791
|
*/
|
|
2792
2792
|
coupleColorTempToLevel: BitFlag;
|
|
2793
2793
|
}>>;
|
|
@@ -2801,7 +2801,7 @@ export declare namespace LevelControl {
|
|
|
2801
2801
|
*
|
|
2802
2802
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2803
2803
|
*
|
|
2804
|
-
* @see {@link MatterSpecification.
|
|
2804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2805
2805
|
*/
|
|
2806
2806
|
executeIfOff: BitFlag;
|
|
2807
2807
|
/**
|
|
@@ -2809,7 +2809,7 @@ export declare namespace LevelControl {
|
|
|
2809
2809
|
*
|
|
2810
2810
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2811
2811
|
*
|
|
2812
|
-
* @see {@link MatterSpecification.
|
|
2812
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2813
2813
|
*/
|
|
2814
2814
|
coupleColorTempToLevel: BitFlag;
|
|
2815
2815
|
}>>;
|
|
@@ -2819,7 +2819,7 @@ export declare namespace LevelControl {
|
|
|
2819
2819
|
*
|
|
2820
2820
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2821
2821
|
*
|
|
2822
|
-
* @see {@link MatterSpecification.
|
|
2822
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2823
2823
|
*/
|
|
2824
2824
|
executeIfOff: BitFlag;
|
|
2825
2825
|
/**
|
|
@@ -2827,7 +2827,7 @@ export declare namespace LevelControl {
|
|
|
2827
2827
|
*
|
|
2828
2828
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2829
2829
|
*
|
|
2830
|
-
* @see {@link MatterSpecification.
|
|
2830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2831
2831
|
*/
|
|
2832
2832
|
coupleColorTempToLevel: BitFlag;
|
|
2833
2833
|
}>>;
|
|
@@ -2836,7 +2836,7 @@ export declare namespace LevelControl {
|
|
|
2836
2836
|
/**
|
|
2837
2837
|
* This field shall be one of the non-reserved values in MoveModeEnum.
|
|
2838
2838
|
*
|
|
2839
|
-
* @see {@link MatterSpecification.
|
|
2839
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.1
|
|
2840
2840
|
*/
|
|
2841
2841
|
moveMode: import("../tlv/TlvObject.js").FieldType<MoveMode>;
|
|
2842
2842
|
/**
|
|
@@ -2846,7 +2846,7 @@ export declare namespace LevelControl {
|
|
|
2846
2846
|
* and the DefaultMoveRate attribute is either not supported or set to null, then the device SHOULD move as fast
|
|
2847
2847
|
* as it is able. If the device is not able to move at a variable rate, this field may be disregarded.
|
|
2848
2848
|
*
|
|
2849
|
-
* @see {@link MatterSpecification.
|
|
2849
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.2.2
|
|
2850
2850
|
*/
|
|
2851
2851
|
rate: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2852
2852
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2855,7 +2855,7 @@ export declare namespace LevelControl {
|
|
|
2855
2855
|
*
|
|
2856
2856
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2857
2857
|
*
|
|
2858
|
-
* @see {@link MatterSpecification.
|
|
2858
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2859
2859
|
*/
|
|
2860
2860
|
executeIfOff: BitFlag;
|
|
2861
2861
|
/**
|
|
@@ -2863,7 +2863,7 @@ export declare namespace LevelControl {
|
|
|
2863
2863
|
*
|
|
2864
2864
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2865
2865
|
*
|
|
2866
|
-
* @see {@link MatterSpecification.
|
|
2866
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2867
2867
|
*/
|
|
2868
2868
|
coupleColorTempToLevel: BitFlag;
|
|
2869
2869
|
}>>;
|
|
@@ -2873,7 +2873,7 @@ export declare namespace LevelControl {
|
|
|
2873
2873
|
*
|
|
2874
2874
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2875
2875
|
*
|
|
2876
|
-
* @see {@link MatterSpecification.
|
|
2876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2877
2877
|
*/
|
|
2878
2878
|
executeIfOff: BitFlag;
|
|
2879
2879
|
/**
|
|
@@ -2881,7 +2881,7 @@ export declare namespace LevelControl {
|
|
|
2881
2881
|
*
|
|
2882
2882
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2883
2883
|
*
|
|
2884
|
-
* @see {@link MatterSpecification.
|
|
2884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2885
2885
|
*/
|
|
2886
2886
|
coupleColorTempToLevel: BitFlag;
|
|
2887
2887
|
}>>;
|
|
@@ -2890,13 +2890,13 @@ export declare namespace LevelControl {
|
|
|
2890
2890
|
/**
|
|
2891
2891
|
* This field shall be one of the non-reserved values in StepModeEnum.
|
|
2892
2892
|
*
|
|
2893
|
-
* @see {@link MatterSpecification.
|
|
2893
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.1
|
|
2894
2894
|
*/
|
|
2895
2895
|
stepMode: import("../tlv/TlvObject.js").FieldType<StepMode>;
|
|
2896
2896
|
/**
|
|
2897
2897
|
* This field shall indicate the change to CurrentLevel.
|
|
2898
2898
|
*
|
|
2899
|
-
* @see {@link MatterSpecification.
|
|
2899
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.2
|
|
2900
2900
|
*/
|
|
2901
2901
|
stepSize: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2902
2902
|
/**
|
|
@@ -2906,7 +2906,7 @@ export declare namespace LevelControl {
|
|
|
2906
2906
|
*
|
|
2907
2907
|
* If the device is not able to move at a variable rate, the TransitionTime field may be disregarded.
|
|
2908
2908
|
*
|
|
2909
|
-
* @see {@link MatterSpecification.
|
|
2909
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.7.3.3
|
|
2910
2910
|
*/
|
|
2911
2911
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2912
2912
|
optionsMask: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2915,7 +2915,7 @@ export declare namespace LevelControl {
|
|
|
2915
2915
|
*
|
|
2916
2916
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2917
2917
|
*
|
|
2918
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2919
2919
|
*/
|
|
2920
2920
|
executeIfOff: BitFlag;
|
|
2921
2921
|
/**
|
|
@@ -2923,7 +2923,7 @@ export declare namespace LevelControl {
|
|
|
2923
2923
|
*
|
|
2924
2924
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2925
2925
|
*
|
|
2926
|
-
* @see {@link MatterSpecification.
|
|
2926
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2927
2927
|
*/
|
|
2928
2928
|
coupleColorTempToLevel: BitFlag;
|
|
2929
2929
|
}>>;
|
|
@@ -2933,7 +2933,7 @@ export declare namespace LevelControl {
|
|
|
2933
2933
|
*
|
|
2934
2934
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2935
2935
|
*
|
|
2936
|
-
* @see {@link MatterSpecification.
|
|
2936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2937
2937
|
*/
|
|
2938
2938
|
executeIfOff: BitFlag;
|
|
2939
2939
|
/**
|
|
@@ -2941,7 +2941,7 @@ export declare namespace LevelControl {
|
|
|
2941
2941
|
*
|
|
2942
2942
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2943
2943
|
*
|
|
2944
|
-
* @see {@link MatterSpecification.
|
|
2944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2945
2945
|
*/
|
|
2946
2946
|
coupleColorTempToLevel: BitFlag;
|
|
2947
2947
|
}>>;
|
|
@@ -2953,7 +2953,7 @@ export declare namespace LevelControl {
|
|
|
2953
2953
|
*
|
|
2954
2954
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2955
2955
|
*
|
|
2956
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2957
2957
|
*/
|
|
2958
2958
|
executeIfOff: BitFlag;
|
|
2959
2959
|
/**
|
|
@@ -2961,7 +2961,7 @@ export declare namespace LevelControl {
|
|
|
2961
2961
|
*
|
|
2962
2962
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2963
2963
|
*
|
|
2964
|
-
* @see {@link MatterSpecification.
|
|
2964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2965
2965
|
*/
|
|
2966
2966
|
coupleColorTempToLevel: BitFlag;
|
|
2967
2967
|
}>>;
|
|
@@ -2971,7 +2971,7 @@ export declare namespace LevelControl {
|
|
|
2971
2971
|
*
|
|
2972
2972
|
* This bit indicates if this cluster has a dependency with the On/Off cluster.
|
|
2973
2973
|
*
|
|
2974
|
-
* @see {@link MatterSpecification.
|
|
2974
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.1
|
|
2975
2975
|
*/
|
|
2976
2976
|
executeIfOff: BitFlag;
|
|
2977
2977
|
/**
|
|
@@ -2979,7 +2979,7 @@ export declare namespace LevelControl {
|
|
|
2979
2979
|
*
|
|
2980
2980
|
* This bit indicates if this cluster has a dependency with the Color Control cluster.
|
|
2981
2981
|
*
|
|
2982
|
-
* @see {@link MatterSpecification.
|
|
2982
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.6.5.1.2
|
|
2983
2983
|
*/
|
|
2984
2984
|
coupleColorTempToLevel: BitFlag;
|
|
2985
2985
|
}>>;
|