@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
|
@@ -31,7 +31,7 @@ export namespace ColorControl {
|
|
|
31
31
|
/**
|
|
32
32
|
* These are optional features supported by ColorControlCluster.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.4
|
|
35
35
|
*/
|
|
36
36
|
export enum Feature {
|
|
37
37
|
/**
|
|
@@ -71,7 +71,7 @@ export namespace ColorControl {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.7
|
|
75
75
|
*/
|
|
76
76
|
export enum Direction {
|
|
77
77
|
/**
|
|
@@ -96,7 +96,7 @@ export namespace ColorControl {
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.2
|
|
100
100
|
*/
|
|
101
101
|
export const Options = {
|
|
102
102
|
/**
|
|
@@ -104,7 +104,7 @@ export namespace ColorControl {
|
|
|
104
104
|
*
|
|
105
105
|
* This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.2.1
|
|
108
108
|
*/
|
|
109
109
|
executeIfOff: BitFlag(0)
|
|
110
110
|
};
|
|
@@ -112,27 +112,27 @@ export namespace ColorControl {
|
|
|
112
112
|
/**
|
|
113
113
|
* Input to the ColorControl moveToHue command
|
|
114
114
|
*
|
|
115
|
-
* @see {@link MatterSpecification.
|
|
115
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
|
|
116
116
|
*/
|
|
117
117
|
export const TlvMoveToHueRequest = TlvObject({
|
|
118
118
|
/**
|
|
119
119
|
* This field shall indicate the hue to be moved to.
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.1
|
|
122
122
|
*/
|
|
123
123
|
hue: TlvField(0, TlvUInt8.bound({ max: 254 })),
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
126
|
* This field shall indicate the movement direction.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.2
|
|
129
129
|
*/
|
|
130
130
|
direction: TlvField(1, TlvEnum<Direction>()),
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.3
|
|
136
136
|
*/
|
|
137
137
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
138
138
|
|
|
@@ -143,12 +143,12 @@ export namespace ColorControl {
|
|
|
143
143
|
/**
|
|
144
144
|
* Input to the ColorControl moveToHue command
|
|
145
145
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
|
|
147
147
|
*/
|
|
148
148
|
export interface MoveToHueRequest extends TypeFromSchema<typeof TlvMoveToHueRequest> {}
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.8
|
|
152
152
|
*/
|
|
153
153
|
export enum MoveMode {
|
|
154
154
|
/**
|
|
@@ -170,13 +170,13 @@ export namespace ColorControl {
|
|
|
170
170
|
/**
|
|
171
171
|
* Input to the ColorControl moveHue command
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
|
|
174
174
|
*/
|
|
175
175
|
export const TlvMoveHueRequest = TlvObject({
|
|
176
176
|
/**
|
|
177
177
|
* This field shall indicate the mode of movement.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.1
|
|
180
180
|
*/
|
|
181
181
|
moveMode: TlvField(0, TlvEnum<MoveMode>()),
|
|
182
182
|
|
|
@@ -184,7 +184,7 @@ export namespace ColorControl {
|
|
|
184
184
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s hue of
|
|
185
185
|
* one unit.
|
|
186
186
|
*
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
187
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.2
|
|
188
188
|
*/
|
|
189
189
|
rate: TlvField(1, TlvUInt8),
|
|
190
190
|
|
|
@@ -195,12 +195,12 @@ export namespace ColorControl {
|
|
|
195
195
|
/**
|
|
196
196
|
* Input to the ColorControl moveHue command
|
|
197
197
|
*
|
|
198
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
|
|
199
199
|
*/
|
|
200
200
|
export interface MoveHueRequest extends TypeFromSchema<typeof TlvMoveHueRequest> {}
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.9
|
|
204
204
|
*/
|
|
205
205
|
export enum StepMode {
|
|
206
206
|
/**
|
|
@@ -217,13 +217,13 @@ export namespace ColorControl {
|
|
|
217
217
|
/**
|
|
218
218
|
* Input to the ColorControl stepHue command
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
|
|
221
221
|
*/
|
|
222
222
|
export const TlvStepHueRequest = TlvObject({
|
|
223
223
|
/**
|
|
224
224
|
* This field shall indicate the mode of the step to be performed.
|
|
225
225
|
*
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.1
|
|
227
227
|
*/
|
|
228
228
|
stepMode: TlvField(0, TlvEnum<StepMode>()),
|
|
229
229
|
|
|
@@ -231,7 +231,7 @@ export namespace ColorControl {
|
|
|
231
231
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
232
232
|
* hue.
|
|
233
233
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.2
|
|
235
235
|
*/
|
|
236
236
|
stepSize: TlvField(1, TlvUInt8),
|
|
237
237
|
|
|
@@ -244,7 +244,7 @@ export namespace ColorControl {
|
|
|
244
244
|
* > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
|
|
245
245
|
* data fields in other clusters / commands.
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.3
|
|
248
248
|
*/
|
|
249
249
|
transitionTime: TlvField(2, TlvUInt8),
|
|
250
250
|
|
|
@@ -255,14 +255,14 @@ export namespace ColorControl {
|
|
|
255
255
|
/**
|
|
256
256
|
* Input to the ColorControl stepHue command
|
|
257
257
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
|
|
259
259
|
*/
|
|
260
260
|
export interface StepHueRequest extends TypeFromSchema<typeof TlvStepHueRequest> {}
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
263
|
* Input to the ColorControl moveToSaturation command
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
|
|
266
266
|
*/
|
|
267
267
|
export const TlvMoveToSaturationRequest = TlvObject({
|
|
268
268
|
saturation: TlvField(0, TlvUInt8.bound({ max: 254 })),
|
|
@@ -274,20 +274,20 @@ export namespace ColorControl {
|
|
|
274
274
|
/**
|
|
275
275
|
* Input to the ColorControl moveToSaturation command
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
|
|
278
278
|
*/
|
|
279
279
|
export interface MoveToSaturationRequest extends TypeFromSchema<typeof TlvMoveToSaturationRequest> {}
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
282
|
* Input to the ColorControl moveSaturation command
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
|
|
285
285
|
*/
|
|
286
286
|
export const TlvMoveSaturationRequest = TlvObject({
|
|
287
287
|
/**
|
|
288
288
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.1
|
|
291
291
|
*/
|
|
292
292
|
moveMode: TlvField(0, TlvEnum<MoveMode>()),
|
|
293
293
|
|
|
@@ -295,7 +295,7 @@ export namespace ColorControl {
|
|
|
295
295
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
296
296
|
* saturation of one unit.
|
|
297
297
|
*
|
|
298
|
-
* @see {@link MatterSpecification.
|
|
298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.2
|
|
299
299
|
*/
|
|
300
300
|
rate: TlvField(1, TlvUInt8),
|
|
301
301
|
|
|
@@ -306,20 +306,20 @@ export namespace ColorControl {
|
|
|
306
306
|
/**
|
|
307
307
|
* Input to the ColorControl moveSaturation command
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
|
|
310
310
|
*/
|
|
311
311
|
export interface MoveSaturationRequest extends TypeFromSchema<typeof TlvMoveSaturationRequest> {}
|
|
312
312
|
|
|
313
313
|
/**
|
|
314
314
|
* Input to the ColorControl stepSaturation command
|
|
315
315
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
|
|
317
317
|
*/
|
|
318
318
|
export const TlvStepSaturationRequest = TlvObject({
|
|
319
319
|
/**
|
|
320
320
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
321
321
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.1
|
|
323
323
|
*/
|
|
324
324
|
stepMode: TlvField(0, TlvEnum<StepMode>()),
|
|
325
325
|
|
|
@@ -327,7 +327,7 @@ export namespace ColorControl {
|
|
|
327
327
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
328
328
|
* saturation.
|
|
329
329
|
*
|
|
330
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.2
|
|
331
331
|
*/
|
|
332
332
|
stepSize: TlvField(1, TlvUInt8),
|
|
333
333
|
|
|
@@ -340,7 +340,7 @@ export namespace ColorControl {
|
|
|
340
340
|
* > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
|
|
341
341
|
* data fields in other clusters / commands.
|
|
342
342
|
*
|
|
343
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.3
|
|
344
344
|
*/
|
|
345
345
|
transitionTime: TlvField(2, TlvUInt8),
|
|
346
346
|
|
|
@@ -351,14 +351,14 @@ export namespace ColorControl {
|
|
|
351
351
|
/**
|
|
352
352
|
* Input to the ColorControl stepSaturation command
|
|
353
353
|
*
|
|
354
|
-
* @see {@link MatterSpecification.
|
|
354
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
|
|
355
355
|
*/
|
|
356
356
|
export interface StepSaturationRequest extends TypeFromSchema<typeof TlvStepSaturationRequest> {}
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* Input to the ColorControl moveToHueAndSaturation command
|
|
360
360
|
*
|
|
361
|
-
* @see {@link MatterSpecification.
|
|
361
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
|
|
362
362
|
*/
|
|
363
363
|
export const TlvMoveToHueAndSaturationRequest = TlvObject({
|
|
364
364
|
hue: TlvField(0, TlvUInt8.bound({ max: 254 })),
|
|
@@ -371,14 +371,14 @@ export namespace ColorControl {
|
|
|
371
371
|
/**
|
|
372
372
|
* Input to the ColorControl moveToHueAndSaturation command
|
|
373
373
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
374
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
|
|
375
375
|
*/
|
|
376
376
|
export interface MoveToHueAndSaturationRequest extends TypeFromSchema<typeof TlvMoveToHueAndSaturationRequest> {}
|
|
377
377
|
|
|
378
378
|
/**
|
|
379
379
|
* Input to the ColorControl moveToColor command
|
|
380
380
|
*
|
|
381
|
-
* @see {@link MatterSpecification.
|
|
381
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
|
|
382
382
|
*/
|
|
383
383
|
export const TlvMoveToColorRequest = TlvObject({
|
|
384
384
|
colorX: TlvField(0, TlvUInt16.bound({ max: 65279 })),
|
|
@@ -391,21 +391,21 @@ export namespace ColorControl {
|
|
|
391
391
|
/**
|
|
392
392
|
* Input to the ColorControl moveToColor command
|
|
393
393
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
|
|
395
395
|
*/
|
|
396
396
|
export interface MoveToColorRequest extends TypeFromSchema<typeof TlvMoveToColorRequest> {}
|
|
397
397
|
|
|
398
398
|
/**
|
|
399
399
|
* Input to the ColorControl moveColor command
|
|
400
400
|
*
|
|
401
|
-
* @see {@link MatterSpecification.
|
|
401
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
|
|
402
402
|
*/
|
|
403
403
|
export const TlvMoveColorRequest = TlvObject({
|
|
404
404
|
/**
|
|
405
405
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
406
406
|
* CurrentX attribute of one unit.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.1
|
|
409
409
|
*/
|
|
410
410
|
rateX: TlvField(0, TlvInt16),
|
|
411
411
|
|
|
@@ -413,7 +413,7 @@ export namespace ColorControl {
|
|
|
413
413
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
414
414
|
* CurrentY attribute of one unit.
|
|
415
415
|
*
|
|
416
|
-
* @see {@link MatterSpecification.
|
|
416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.2
|
|
417
417
|
*/
|
|
418
418
|
rateY: TlvField(1, TlvInt16),
|
|
419
419
|
|
|
@@ -424,14 +424,14 @@ export namespace ColorControl {
|
|
|
424
424
|
/**
|
|
425
425
|
* Input to the ColorControl moveColor command
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
|
|
428
428
|
*/
|
|
429
429
|
export interface MoveColorRequest extends TypeFromSchema<typeof TlvMoveColorRequest> {}
|
|
430
430
|
|
|
431
431
|
/**
|
|
432
432
|
* Input to the ColorControl stepColor command
|
|
433
433
|
*
|
|
434
|
-
* @see {@link MatterSpecification.
|
|
434
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
|
|
435
435
|
*/
|
|
436
436
|
export const TlvStepColorRequest = TlvObject({
|
|
437
437
|
stepX: TlvField(0, TlvInt16),
|
|
@@ -440,7 +440,7 @@ export namespace ColorControl {
|
|
|
440
440
|
/**
|
|
441
441
|
* The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.
|
|
442
442
|
*
|
|
443
|
-
* @see {@link MatterSpecification.
|
|
443
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13.2
|
|
444
444
|
*/
|
|
445
445
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
446
446
|
|
|
@@ -451,14 +451,14 @@ export namespace ColorControl {
|
|
|
451
451
|
/**
|
|
452
452
|
* Input to the ColorControl stepColor command
|
|
453
453
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
|
|
455
455
|
*/
|
|
456
456
|
export interface StepColorRequest extends TypeFromSchema<typeof TlvStepColorRequest> {}
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* Input to the ColorControl moveToColorTemperature command
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
|
|
462
462
|
*/
|
|
463
463
|
export const TlvMoveToColorTemperatureRequest = TlvObject({
|
|
464
464
|
colorTemperatureMireds: TlvField(0, TlvUInt16.bound({ max: 65279 })),
|
|
@@ -470,20 +470,20 @@ export namespace ColorControl {
|
|
|
470
470
|
/**
|
|
471
471
|
* Input to the ColorControl moveToColorTemperature command
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
|
|
474
474
|
*/
|
|
475
475
|
export interface MoveToColorTemperatureRequest extends TypeFromSchema<typeof TlvMoveToColorTemperatureRequest> {}
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
478
|
* Input to the ColorControl moveColorTemperature command
|
|
479
479
|
*
|
|
480
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
|
|
481
481
|
*/
|
|
482
482
|
export const TlvMoveColorTemperatureRequest = TlvObject({
|
|
483
483
|
/**
|
|
484
484
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
485
485
|
*
|
|
486
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.1
|
|
487
487
|
*/
|
|
488
488
|
moveMode: TlvField(0, TlvEnum<MoveMode>()),
|
|
489
489
|
|
|
@@ -491,7 +491,7 @@ export namespace ColorControl {
|
|
|
491
491
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the color
|
|
492
492
|
* temperature of a device by one unit.
|
|
493
493
|
*
|
|
494
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.2
|
|
495
495
|
*/
|
|
496
496
|
rate: TlvField(1, TlvUInt16),
|
|
497
497
|
|
|
@@ -508,7 +508,7 @@ export namespace ColorControl {
|
|
|
508
508
|
* ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
|
|
509
509
|
* for the ColorTemperatureMireds attribute.
|
|
510
510
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.3
|
|
512
512
|
*/
|
|
513
513
|
colorTemperatureMinimumMireds: TlvField(2, TlvUInt16.bound({ max: 65279 })),
|
|
514
514
|
|
|
@@ -525,7 +525,7 @@ export namespace ColorControl {
|
|
|
525
525
|
* ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
|
|
526
526
|
* for the ColorTemperatureMireds attribute.
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.4
|
|
529
529
|
*/
|
|
530
530
|
colorTemperatureMaximumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
|
|
531
531
|
|
|
@@ -536,20 +536,20 @@ export namespace ColorControl {
|
|
|
536
536
|
/**
|
|
537
537
|
* Input to the ColorControl moveColorTemperature command
|
|
538
538
|
*
|
|
539
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
|
|
540
540
|
*/
|
|
541
541
|
export interface MoveColorTemperatureRequest extends TypeFromSchema<typeof TlvMoveColorTemperatureRequest> {}
|
|
542
542
|
|
|
543
543
|
/**
|
|
544
544
|
* Input to the ColorControl stepColorTemperature command
|
|
545
545
|
*
|
|
546
|
-
* @see {@link MatterSpecification.
|
|
546
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
|
|
547
547
|
*/
|
|
548
548
|
export const TlvStepColorTemperatureRequest = TlvObject({
|
|
549
549
|
/**
|
|
550
550
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.1
|
|
553
553
|
*/
|
|
554
554
|
stepMode: TlvField(0, TlvEnum<StepMode>()),
|
|
555
555
|
|
|
@@ -557,7 +557,7 @@ export namespace ColorControl {
|
|
|
557
557
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
558
558
|
* color temperature.
|
|
559
559
|
*
|
|
560
|
-
* @see {@link MatterSpecification.
|
|
560
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.2
|
|
561
561
|
*/
|
|
562
562
|
stepSize: TlvField(1, TlvUInt16),
|
|
563
563
|
|
|
@@ -565,7 +565,7 @@ export namespace ColorControl {
|
|
|
565
565
|
* This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step.
|
|
566
566
|
* A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize field.
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.3
|
|
569
569
|
*/
|
|
570
570
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
571
571
|
|
|
@@ -582,7 +582,7 @@ export namespace ColorControl {
|
|
|
582
582
|
* ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
|
|
583
583
|
* for the ColorTemperatureMireds attribute.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.4
|
|
586
586
|
*/
|
|
587
587
|
colorTemperatureMinimumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
|
|
588
588
|
|
|
@@ -596,7 +596,7 @@ export namespace ColorControl {
|
|
|
596
596
|
* field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds
|
|
597
597
|
* attribute.
|
|
598
598
|
*
|
|
599
|
-
* @see {@link MatterSpecification.
|
|
599
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.5
|
|
600
600
|
*/
|
|
601
601
|
colorTemperatureMaximumMireds: TlvField(4, TlvUInt16.bound({ max: 65279 })),
|
|
602
602
|
|
|
@@ -607,34 +607,34 @@ export namespace ColorControl {
|
|
|
607
607
|
/**
|
|
608
608
|
* Input to the ColorControl stepColorTemperature command
|
|
609
609
|
*
|
|
610
|
-
* @see {@link MatterSpecification.
|
|
610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
|
|
611
611
|
*/
|
|
612
612
|
export interface StepColorTemperatureRequest extends TypeFromSchema<typeof TlvStepColorTemperatureRequest> {}
|
|
613
613
|
|
|
614
614
|
/**
|
|
615
615
|
* Input to the ColorControl enhancedMoveToHue command
|
|
616
616
|
*
|
|
617
|
-
* @see {@link MatterSpecification.
|
|
617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
|
|
618
618
|
*/
|
|
619
619
|
export const TlvEnhancedMoveToHueRequest = TlvObject({
|
|
620
620
|
/**
|
|
621
621
|
* This field shall indicate the target extended hue for the light.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.1
|
|
624
624
|
*/
|
|
625
625
|
enhancedHue: TlvField(0, TlvUInt16),
|
|
626
626
|
|
|
627
627
|
/**
|
|
628
628
|
* This field shall indicate the movement direction.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.2
|
|
631
631
|
*/
|
|
632
632
|
direction: TlvField(1, TlvEnum<Direction>()),
|
|
633
633
|
|
|
634
634
|
/**
|
|
635
635
|
* This field shall indicate the transition time, as described in the MoveToHue command.
|
|
636
636
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.3
|
|
638
638
|
*/
|
|
639
639
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
640
640
|
|
|
@@ -645,20 +645,20 @@ export namespace ColorControl {
|
|
|
645
645
|
/**
|
|
646
646
|
* Input to the ColorControl enhancedMoveToHue command
|
|
647
647
|
*
|
|
648
|
-
* @see {@link MatterSpecification.
|
|
648
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
|
|
649
649
|
*/
|
|
650
650
|
export interface EnhancedMoveToHueRequest extends TypeFromSchema<typeof TlvEnhancedMoveToHueRequest> {}
|
|
651
651
|
|
|
652
652
|
/**
|
|
653
653
|
* Input to the ColorControl enhancedMoveHue command
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
|
|
656
656
|
*/
|
|
657
657
|
export const TlvEnhancedMoveHueRequest = TlvObject({
|
|
658
658
|
/**
|
|
659
659
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.1
|
|
662
662
|
*/
|
|
663
663
|
moveMode: TlvField(0, TlvEnum<MoveMode>()),
|
|
664
664
|
|
|
@@ -666,7 +666,7 @@ export namespace ColorControl {
|
|
|
666
666
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue of
|
|
667
667
|
* a device by one unit.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.2
|
|
670
670
|
*/
|
|
671
671
|
rate: TlvField(1, TlvUInt16),
|
|
672
672
|
|
|
@@ -677,20 +677,20 @@ export namespace ColorControl {
|
|
|
677
677
|
/**
|
|
678
678
|
* Input to the ColorControl enhancedMoveHue command
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
|
|
681
681
|
*/
|
|
682
682
|
export interface EnhancedMoveHueRequest extends TypeFromSchema<typeof TlvEnhancedMoveHueRequest> {}
|
|
683
683
|
|
|
684
684
|
/**
|
|
685
685
|
* Input to the ColorControl enhancedStepHue command
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
|
|
688
688
|
*/
|
|
689
689
|
export const TlvEnhancedStepHueRequest = TlvObject({
|
|
690
690
|
/**
|
|
691
691
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
692
692
|
*
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.1
|
|
694
694
|
*/
|
|
695
695
|
stepMode: TlvField(0, TlvEnum<StepMode>()),
|
|
696
696
|
|
|
@@ -698,7 +698,7 @@ export namespace ColorControl {
|
|
|
698
698
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
699
699
|
* enhanced hue.
|
|
700
700
|
*
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.2
|
|
702
702
|
*/
|
|
703
703
|
stepSize: TlvField(1, TlvUInt16),
|
|
704
704
|
|
|
@@ -711,7 +711,7 @@ export namespace ColorControl {
|
|
|
711
711
|
* > Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue
|
|
712
712
|
* command is of data type uint8.
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.3
|
|
715
715
|
*/
|
|
716
716
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
717
717
|
|
|
@@ -722,34 +722,34 @@ export namespace ColorControl {
|
|
|
722
722
|
/**
|
|
723
723
|
* Input to the ColorControl enhancedStepHue command
|
|
724
724
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
725
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
|
|
726
726
|
*/
|
|
727
727
|
export interface EnhancedStepHueRequest extends TypeFromSchema<typeof TlvEnhancedStepHueRequest> {}
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* Input to the ColorControl enhancedMoveToHueAndSaturation command
|
|
731
731
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
732
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
|
|
733
733
|
*/
|
|
734
734
|
export const TlvEnhancedMoveToHueAndSaturationRequest = TlvObject({
|
|
735
735
|
/**
|
|
736
736
|
* This field shall indicate the target extended hue for the light.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.1
|
|
739
739
|
*/
|
|
740
740
|
enhancedHue: TlvField(0, TlvUInt16),
|
|
741
741
|
|
|
742
742
|
/**
|
|
743
743
|
* This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.2
|
|
746
746
|
*/
|
|
747
747
|
saturation: TlvField(1, TlvUInt8.bound({ max: 254 })),
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
750
|
* This field shall indicate the transition time, as described in the MoveToHue command.
|
|
751
751
|
*
|
|
752
|
-
* @see {@link MatterSpecification.
|
|
752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.3
|
|
753
753
|
*/
|
|
754
754
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
755
755
|
|
|
@@ -760,14 +760,14 @@ export namespace ColorControl {
|
|
|
760
760
|
/**
|
|
761
761
|
* Input to the ColorControl enhancedMoveToHueAndSaturation command
|
|
762
762
|
*
|
|
763
|
-
* @see {@link MatterSpecification.
|
|
763
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
|
|
764
764
|
*/
|
|
765
765
|
export interface EnhancedMoveToHueAndSaturationRequest extends TypeFromSchema<typeof TlvEnhancedMoveToHueAndSaturationRequest> {}
|
|
766
766
|
|
|
767
767
|
/**
|
|
768
768
|
* The value of the ColorControl colorLoopActive attribute
|
|
769
769
|
*
|
|
770
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.14
|
|
771
771
|
*/
|
|
772
772
|
export enum ColorLoopActive {
|
|
773
773
|
Inactive = 0,
|
|
@@ -775,7 +775,7 @@ export namespace ColorControl {
|
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
/**
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.11
|
|
779
779
|
*/
|
|
780
780
|
export enum ColorLoopDirection {
|
|
781
781
|
/**
|
|
@@ -792,7 +792,7 @@ export namespace ColorControl {
|
|
|
792
792
|
/**
|
|
793
793
|
* This data type is derived from map8 and is used in the ColorLoopSet command.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3
|
|
796
796
|
*/
|
|
797
797
|
export const UpdateFlags = {
|
|
798
798
|
/**
|
|
@@ -804,7 +804,7 @@ export namespace ColorControl {
|
|
|
804
804
|
*
|
|
805
805
|
* • 1 = Device shall adhere to the Action field.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.1
|
|
808
808
|
*/
|
|
809
809
|
updateAction: BitFlag(0),
|
|
810
810
|
|
|
@@ -817,7 +817,7 @@ export namespace ColorControl {
|
|
|
817
817
|
*
|
|
818
818
|
* • 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.2
|
|
821
821
|
*/
|
|
822
822
|
updateDirection: BitFlag(1),
|
|
823
823
|
|
|
@@ -830,7 +830,7 @@ export namespace ColorControl {
|
|
|
830
830
|
*
|
|
831
831
|
* • 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.
|
|
832
832
|
*
|
|
833
|
-
* @see {@link MatterSpecification.
|
|
833
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.3
|
|
834
834
|
*/
|
|
835
835
|
updateTime: BitFlag(2),
|
|
836
836
|
|
|
@@ -845,13 +845,13 @@ export namespace ColorControl {
|
|
|
845
845
|
* • 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the
|
|
846
846
|
* StartHue field.
|
|
847
847
|
*
|
|
848
|
-
* @see {@link MatterSpecification.
|
|
848
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.4
|
|
849
849
|
*/
|
|
850
850
|
updateStartHue: BitFlag(3)
|
|
851
851
|
};
|
|
852
852
|
|
|
853
853
|
/**
|
|
854
|
-
* @see {@link MatterSpecification.
|
|
854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.10
|
|
855
855
|
*/
|
|
856
856
|
export enum ColorLoopAction {
|
|
857
857
|
/**
|
|
@@ -873,35 +873,35 @@ export namespace ColorControl {
|
|
|
873
873
|
/**
|
|
874
874
|
* Input to the ColorControl colorLoopSet command
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
|
|
877
877
|
*/
|
|
878
878
|
export const TlvColorLoopSetRequest = TlvObject({
|
|
879
879
|
/**
|
|
880
880
|
* This field shall indicate which color loop attributes to update (from the values supplied in the other
|
|
881
881
|
* fields, see field descriptions below) before the color loop is started.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.1
|
|
884
884
|
*/
|
|
885
885
|
updateFlags: TlvField(0, TlvBitmap(TlvUInt8, UpdateFlags)),
|
|
886
886
|
|
|
887
887
|
/**
|
|
888
888
|
* This field shall indicate the action to take for the color loop.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.2
|
|
891
891
|
*/
|
|
892
892
|
action: TlvField(1, TlvEnum<ColorLoopAction>()),
|
|
893
893
|
|
|
894
894
|
/**
|
|
895
895
|
* This field shall indicate the direction for the color loop.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.3
|
|
898
898
|
*/
|
|
899
899
|
direction: TlvField(2, TlvEnum<ColorLoopDirection>()),
|
|
900
900
|
|
|
901
901
|
/**
|
|
902
902
|
* This field shall indicate the number of seconds over which to perform a full color loop.
|
|
903
903
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
904
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.4
|
|
905
905
|
*/
|
|
906
906
|
time: TlvField(3, TlvUInt16),
|
|
907
907
|
|
|
@@ -913,14 +913,14 @@ export namespace ColorControl {
|
|
|
913
913
|
/**
|
|
914
914
|
* Input to the ColorControl colorLoopSet command
|
|
915
915
|
*
|
|
916
|
-
* @see {@link MatterSpecification.
|
|
916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
|
|
917
917
|
*/
|
|
918
918
|
export interface ColorLoopSetRequest extends TypeFromSchema<typeof TlvColorLoopSetRequest> {}
|
|
919
919
|
|
|
920
920
|
/**
|
|
921
921
|
* Input to the ColorControl stopMoveStep command
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
|
|
924
924
|
*/
|
|
925
925
|
export const TlvStopMoveStepRequest = TlvObject({
|
|
926
926
|
optionsMask: TlvField(0, TlvBitmap(TlvUInt8, Options)),
|
|
@@ -930,12 +930,12 @@ export namespace ColorControl {
|
|
|
930
930
|
/**
|
|
931
931
|
* Input to the ColorControl stopMoveStep command
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
|
|
934
934
|
*/
|
|
935
935
|
export interface StopMoveStepRequest extends TypeFromSchema<typeof TlvStopMoveStepRequest> {}
|
|
936
936
|
|
|
937
937
|
/**
|
|
938
|
-
* @see {@link MatterSpecification.
|
|
938
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.4
|
|
939
939
|
*/
|
|
940
940
|
export enum DriftCompensation {
|
|
941
941
|
/**
|
|
@@ -965,7 +965,7 @@ export namespace ColorControl {
|
|
|
965
965
|
}
|
|
966
966
|
|
|
967
967
|
/**
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.5
|
|
969
969
|
*/
|
|
970
970
|
export enum ColorMode {
|
|
971
971
|
/**
|
|
@@ -985,7 +985,7 @@ export namespace ColorControl {
|
|
|
985
985
|
}
|
|
986
986
|
|
|
987
987
|
/**
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
988
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.6
|
|
989
989
|
*/
|
|
990
990
|
export enum EnhancedColorMode {
|
|
991
991
|
/**
|
|
@@ -1012,7 +1012,7 @@ export namespace ColorControl {
|
|
|
1012
1012
|
/**
|
|
1013
1013
|
* The value of the ColorControl colorCapabilities attribute
|
|
1014
1014
|
*
|
|
1015
|
-
* @see {@link MatterSpecification.
|
|
1015
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.19
|
|
1016
1016
|
*/
|
|
1017
1017
|
export const ColorCapabilities = {
|
|
1018
1018
|
/**
|
|
@@ -1062,7 +1062,7 @@ export namespace ColorControl {
|
|
|
1062
1062
|
*
|
|
1063
1063
|
* • At the end of the movement/transition.
|
|
1064
1064
|
*
|
|
1065
|
-
* @see {@link MatterSpecification.
|
|
1065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.2
|
|
1066
1066
|
*/
|
|
1067
1067
|
currentHue: Attribute(0x0, TlvUInt8.bound({ max: 254 }), { persistent: true, default: 0 }),
|
|
1068
1068
|
|
|
@@ -1083,7 +1083,7 @@ export namespace ColorControl {
|
|
|
1083
1083
|
*
|
|
1084
1084
|
* • At the end of the movement/transition.
|
|
1085
1085
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.3
|
|
1087
1087
|
*/
|
|
1088
1088
|
currentSaturation: Attribute(
|
|
1089
1089
|
0x1,
|
|
@@ -1094,37 +1094,37 @@ export namespace ColorControl {
|
|
|
1094
1094
|
|
|
1095
1095
|
commands: {
|
|
1096
1096
|
/**
|
|
1097
|
-
* @see {@link MatterSpecification.
|
|
1097
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
|
|
1098
1098
|
*/
|
|
1099
1099
|
moveToHue: Command(0x0, TlvMoveToHueRequest, 0x0, TlvNoResponse),
|
|
1100
1100
|
|
|
1101
1101
|
/**
|
|
1102
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
|
|
1103
1103
|
*/
|
|
1104
1104
|
moveHue: Command(0x1, TlvMoveHueRequest, 0x1, TlvNoResponse),
|
|
1105
1105
|
|
|
1106
1106
|
/**
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
|
|
1108
1108
|
*/
|
|
1109
1109
|
stepHue: Command(0x2, TlvStepHueRequest, 0x2, TlvNoResponse),
|
|
1110
1110
|
|
|
1111
1111
|
/**
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
|
|
1113
1113
|
*/
|
|
1114
1114
|
moveToSaturation: Command(0x3, TlvMoveToSaturationRequest, 0x3, TlvNoResponse),
|
|
1115
1115
|
|
|
1116
1116
|
/**
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
|
|
1118
1118
|
*/
|
|
1119
1119
|
moveSaturation: Command(0x4, TlvMoveSaturationRequest, 0x4, TlvNoResponse),
|
|
1120
1120
|
|
|
1121
1121
|
/**
|
|
1122
|
-
* @see {@link MatterSpecification.
|
|
1122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
|
|
1123
1123
|
*/
|
|
1124
1124
|
stepSaturation: Command(0x5, TlvStepSaturationRequest, 0x5, TlvNoResponse),
|
|
1125
1125
|
|
|
1126
1126
|
/**
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
|
|
1128
1128
|
*/
|
|
1129
1129
|
moveToHueAndSaturation: Command(0x6, TlvMoveToHueAndSaturationRequest, 0x6, TlvNoResponse)
|
|
1130
1130
|
}
|
|
@@ -1151,7 +1151,7 @@ export namespace ColorControl {
|
|
|
1151
1151
|
*
|
|
1152
1152
|
* • At the end of the movement/transition.
|
|
1153
1153
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1154
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.5
|
|
1155
1155
|
*/
|
|
1156
1156
|
currentX: Attribute(
|
|
1157
1157
|
0x3,
|
|
@@ -1175,7 +1175,7 @@ export namespace ColorControl {
|
|
|
1175
1175
|
*
|
|
1176
1176
|
* • At the end of the movement/transition.
|
|
1177
1177
|
*
|
|
1178
|
-
* @see {@link MatterSpecification.
|
|
1178
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.6
|
|
1179
1179
|
*/
|
|
1180
1180
|
currentY: Attribute(
|
|
1181
1181
|
0x4,
|
|
@@ -1186,17 +1186,17 @@ export namespace ColorControl {
|
|
|
1186
1186
|
|
|
1187
1187
|
commands: {
|
|
1188
1188
|
/**
|
|
1189
|
-
* @see {@link MatterSpecification.
|
|
1189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
|
|
1190
1190
|
*/
|
|
1191
1191
|
moveToColor: Command(0x7, TlvMoveToColorRequest, 0x7, TlvNoResponse),
|
|
1192
1192
|
|
|
1193
1193
|
/**
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
|
|
1195
1195
|
*/
|
|
1196
1196
|
moveColor: Command(0x8, TlvMoveColorRequest, 0x8, TlvNoResponse),
|
|
1197
1197
|
|
|
1198
1198
|
/**
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
|
|
1200
1200
|
*/
|
|
1201
1201
|
stepColor: Command(0x9, TlvStepColorRequest, 0x9, TlvNoResponse)
|
|
1202
1202
|
}
|
|
@@ -1228,7 +1228,7 @@ export namespace ColorControl {
|
|
|
1228
1228
|
*
|
|
1229
1229
|
* If this attribute is implemented then the ColorMode attribute shall also be implemented.
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.9
|
|
1232
1232
|
*/
|
|
1233
1233
|
colorTemperatureMireds: Attribute(0x7, TlvUInt16, { scene: true, persistent: true, default: 250 }),
|
|
1234
1234
|
|
|
@@ -1239,7 +1239,7 @@ export namespace ColorControl {
|
|
|
1239
1239
|
*
|
|
1240
1240
|
* ColorTempPhysicalMinMireds <= ColorTemperatureMireds.
|
|
1241
1241
|
*
|
|
1242
|
-
* @see {@link MatterSpecification.
|
|
1242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.20
|
|
1243
1243
|
*/
|
|
1244
1244
|
colorTempPhysicalMinMireds: Attribute(0x400b, TlvUInt16.bound({ min: 1, max: 65279 })),
|
|
1245
1245
|
|
|
@@ -1250,7 +1250,7 @@ export namespace ColorControl {
|
|
|
1250
1250
|
*
|
|
1251
1251
|
* ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.
|
|
1252
1252
|
*
|
|
1253
|
-
* @see {@link MatterSpecification.
|
|
1253
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.21
|
|
1254
1254
|
*/
|
|
1255
1255
|
colorTempPhysicalMaxMireds: Attribute(0x400c, TlvUInt16.bound({ max: 65279 })),
|
|
1256
1256
|
|
|
@@ -1269,7 +1269,7 @@ export namespace ColorControl {
|
|
|
1269
1269
|
* CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color
|
|
1270
1270
|
* temperature in kelvins supported by the device.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.22
|
|
1273
1273
|
*/
|
|
1274
1274
|
coupleColorTempToLevelMinMireds: OptionalAttribute(0x400d, TlvUInt16),
|
|
1275
1275
|
|
|
@@ -1279,7 +1279,7 @@ export namespace ColorControl {
|
|
|
1279
1279
|
* EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
|
|
1280
1280
|
* StartUpColorTemperatureMireds attribute are listed in the table below,
|
|
1281
1281
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1282
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.23
|
|
1283
1283
|
*/
|
|
1284
1284
|
startUpColorTemperatureMireds: OptionalWritableAttribute(
|
|
1285
1285
|
0x4010,
|
|
@@ -1290,21 +1290,21 @@ export namespace ColorControl {
|
|
|
1290
1290
|
|
|
1291
1291
|
commands: {
|
|
1292
1292
|
/**
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
|
|
1294
1294
|
*/
|
|
1295
1295
|
moveToColorTemperature: Command(0xa, TlvMoveToColorTemperatureRequest, 0xa, TlvNoResponse),
|
|
1296
1296
|
|
|
1297
1297
|
/**
|
|
1298
1298
|
* This command allows the color temperature of the light to be moved at a specified rate.
|
|
1299
1299
|
*
|
|
1300
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
|
|
1301
1301
|
*/
|
|
1302
1302
|
moveColorTemperature: Command(0x4b, TlvMoveColorTemperatureRequest, 0x4b, TlvNoResponse),
|
|
1303
1303
|
|
|
1304
1304
|
/**
|
|
1305
1305
|
* This command allows the color temperature of the light to be stepped with a specified step size.
|
|
1306
1306
|
*
|
|
1307
|
-
* @see {@link MatterSpecification.
|
|
1307
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
|
|
1308
1308
|
*/
|
|
1309
1309
|
stepColorTemperature: Command(0x4c, TlvStepColorTemperatureRequest, 0x4c, TlvNoResponse)
|
|
1310
1310
|
}
|
|
@@ -1331,7 +1331,7 @@ export namespace ColorControl {
|
|
|
1331
1331
|
*
|
|
1332
1332
|
* • At the end of the movement/transition.
|
|
1333
1333
|
*
|
|
1334
|
-
* @see {@link MatterSpecification.
|
|
1334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.12
|
|
1335
1335
|
*/
|
|
1336
1336
|
enhancedCurrentHue: Attribute(0x4000, TlvUInt16, { scene: true, persistent: true, default: 0 })
|
|
1337
1337
|
},
|
|
@@ -1341,14 +1341,14 @@ export namespace ColorControl {
|
|
|
1341
1341
|
* This command allows the light to be moved in a smooth continuous transition from their current hue to a
|
|
1342
1342
|
* target hue.
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
|
|
1345
1345
|
*/
|
|
1346
1346
|
enhancedMoveToHue: Command(0x40, TlvEnhancedMoveToHueRequest, 0x40, TlvNoResponse),
|
|
1347
1347
|
|
|
1348
1348
|
/**
|
|
1349
1349
|
* This command allows the light to start a continuous transition starting from their current hue.
|
|
1350
1350
|
*
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1351
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
|
|
1352
1352
|
*/
|
|
1353
1353
|
enhancedMoveHue: Command(0x41, TlvEnhancedMoveHueRequest, 0x41, TlvNoResponse),
|
|
1354
1354
|
|
|
@@ -1356,7 +1356,7 @@ export namespace ColorControl {
|
|
|
1356
1356
|
* This command allows the light to be moved in a stepped transition from their current hue, resulting in a
|
|
1357
1357
|
* linear transition through XY space.
|
|
1358
1358
|
*
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1359
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
|
|
1360
1360
|
*/
|
|
1361
1361
|
enhancedStepHue: Command(0x42, TlvEnhancedStepHueRequest, 0x42, TlvNoResponse),
|
|
1362
1362
|
|
|
@@ -1364,7 +1364,7 @@ export namespace ColorControl {
|
|
|
1364
1364
|
* This command allows the light to be moved in a smooth continuous transition from their current hue to a
|
|
1365
1365
|
* target hue and from their current saturation to a target saturation.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
|
|
1368
1368
|
*/
|
|
1369
1369
|
enhancedMoveToHueAndSaturation: Command(
|
|
1370
1370
|
0x43,
|
|
@@ -1384,7 +1384,7 @@ export namespace ColorControl {
|
|
|
1384
1384
|
* Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
|
|
1385
1385
|
* shall NOT be active. If this attribute has the value 1, the color loop shall be active.
|
|
1386
1386
|
*
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.14
|
|
1388
1388
|
*/
|
|
1389
1389
|
colorLoopActive: Attribute(
|
|
1390
1390
|
0x4002,
|
|
@@ -1397,7 +1397,7 @@ export namespace ColorControl {
|
|
|
1397
1397
|
* EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the
|
|
1398
1398
|
* EnhancedCurrentHue attribute shall be incremented.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.15
|
|
1401
1401
|
*/
|
|
1402
1402
|
colorLoopDirection: Attribute(
|
|
1403
1403
|
0x4003,
|
|
@@ -1409,14 +1409,14 @@ export namespace ColorControl {
|
|
|
1409
1409
|
* Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of
|
|
1410
1410
|
* the EnhancedCurrentHue attribute (between 0 and 65534).
|
|
1411
1411
|
*
|
|
1412
|
-
* @see {@link MatterSpecification.
|
|
1412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.16
|
|
1413
1413
|
*/
|
|
1414
1414
|
colorLoopTime: Attribute(0x4004, TlvUInt16, { scene: true, persistent: true, default: 25 }),
|
|
1415
1415
|
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
|
|
1418
1418
|
*
|
|
1419
|
-
* @see {@link MatterSpecification.
|
|
1419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.17
|
|
1420
1420
|
*/
|
|
1421
1421
|
colorLoopStartEnhancedHue: Attribute(0x4005, TlvUInt16, { default: 8960 }),
|
|
1422
1422
|
|
|
@@ -1424,7 +1424,7 @@ export namespace ColorControl {
|
|
|
1424
1424
|
* Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color
|
|
1425
1425
|
* loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
|
|
1426
1426
|
*
|
|
1427
|
-
* @see {@link MatterSpecification.
|
|
1427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.18
|
|
1428
1428
|
*/
|
|
1429
1429
|
colorLoopStoredEnhancedHue: Attribute(0x4006, TlvUInt16, { default: 0 })
|
|
1430
1430
|
},
|
|
@@ -1434,7 +1434,7 @@ export namespace ColorControl {
|
|
|
1434
1434
|
* This command allows a color loop to be activated such that the color light cycles through its range of
|
|
1435
1435
|
* hues.
|
|
1436
1436
|
*
|
|
1437
|
-
* @see {@link MatterSpecification.
|
|
1437
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
|
|
1438
1438
|
*/
|
|
1439
1439
|
colorLoopSet: Command(0x44, TlvColorLoopSetRequest, 0x44, TlvNoResponse)
|
|
1440
1440
|
}
|
|
@@ -1448,7 +1448,7 @@ export namespace ColorControl {
|
|
|
1448
1448
|
/**
|
|
1449
1449
|
* This command is provided to allow MoveTo and Step commands to be stopped.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
|
|
1452
1452
|
*/
|
|
1453
1453
|
stopMoveStep: Command(0x47, TlvStopMoveStepRequest, 0x47, TlvNoResponse)
|
|
1454
1454
|
}
|
|
@@ -1508,7 +1508,7 @@ export namespace ColorControl {
|
|
|
1508
1508
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
1509
1509
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
1510
1510
|
*
|
|
1511
|
-
* @see {@link MatterSpecification.
|
|
1511
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.4
|
|
1512
1512
|
*/
|
|
1513
1513
|
remainingTime: OptionalAttribute(0x2, TlvUInt16, { default: 0 }),
|
|
1514
1514
|
|
|
@@ -1516,7 +1516,7 @@ export namespace ColorControl {
|
|
|
1516
1516
|
* This attribute shall indicate what mechanism, if any, is in use for compensation for color/intensity
|
|
1517
1517
|
* drift over time.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.7
|
|
1520
1520
|
*/
|
|
1521
1521
|
driftCompensation: OptionalAttribute(0x5, TlvEnum<DriftCompensation>()),
|
|
1522
1522
|
|
|
@@ -1524,7 +1524,7 @@ export namespace ColorControl {
|
|
|
1524
1524
|
* This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
|
|
1525
1525
|
* color/intensity drift over time.
|
|
1526
1526
|
*
|
|
1527
|
-
* @see {@link MatterSpecification.
|
|
1527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.8
|
|
1528
1528
|
*/
|
|
1529
1529
|
compensationText: OptionalAttribute(0x6, TlvString.bound({ maxLength: 254 })),
|
|
1530
1530
|
|
|
@@ -1534,7 +1534,7 @@ export namespace ColorControl {
|
|
|
1534
1534
|
* The value of the ColorMode attribute cannot be written directly - it is set upon reception of any command
|
|
1535
1535
|
* in section Commands to the appropriate mode for that command.
|
|
1536
1536
|
*
|
|
1537
|
-
* @see {@link MatterSpecification.
|
|
1537
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.10
|
|
1538
1538
|
*/
|
|
1539
1539
|
colorMode: Attribute(0x8, TlvEnum<ColorMode>(), { persistent: true }),
|
|
1540
1540
|
|
|
@@ -1557,7 +1557,7 @@ export namespace ColorControl {
|
|
|
1557
1557
|
*
|
|
1558
1558
|
* • The value of the ExecuteIfOff bit is 0.
|
|
1559
1559
|
*
|
|
1560
|
-
* @see {@link MatterSpecification.
|
|
1560
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.11
|
|
1561
1561
|
*/
|
|
1562
1562
|
options: WritableAttribute(0xf, TlvBitmap(TlvUInt8, Options)),
|
|
1563
1563
|
|
|
@@ -1570,7 +1570,7 @@ export namespace ColorControl {
|
|
|
1570
1570
|
* leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is
|
|
1571
1571
|
* optional.
|
|
1572
1572
|
*
|
|
1573
|
-
* @see {@link MatterSpecification.
|
|
1573
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.24
|
|
1574
1574
|
*/
|
|
1575
1575
|
numberOfPrimaries: FixedAttribute(0x10, TlvNullable(TlvUInt8.bound({ max: 6 }))),
|
|
1576
1576
|
|
|
@@ -1580,7 +1580,7 @@ export namespace ColorControl {
|
|
|
1580
1580
|
* The value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536
|
|
1581
1581
|
* (Primary1X in the range 0 to 65279 inclusive)
|
|
1582
1582
|
*
|
|
1583
|
-
* @see {@link MatterSpecification.
|
|
1583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.25
|
|
1584
1584
|
*/
|
|
1585
1585
|
primary1X: OptionalFixedAttribute(0x11, TlvUInt16.bound({ max: 65279 })),
|
|
1586
1586
|
|
|
@@ -1590,7 +1590,7 @@ export namespace ColorControl {
|
|
|
1590
1590
|
* The value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536
|
|
1591
1591
|
* (Primary1Y in the range 0 to 65279 inclusive)
|
|
1592
1592
|
*
|
|
1593
|
-
* @see {@link MatterSpecification.
|
|
1593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.26
|
|
1594
1594
|
*/
|
|
1595
1595
|
primary1Y: OptionalFixedAttribute(0x12, TlvUInt16.bound({ max: 65279 })),
|
|
1596
1596
|
|
|
@@ -1601,82 +1601,82 @@ export namespace ColorControl {
|
|
|
1601
1601
|
*
|
|
1602
1602
|
* A value of null shall indicate that this primary is not available.
|
|
1603
1603
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.27
|
|
1605
1605
|
*/
|
|
1606
1606
|
primary1Intensity: OptionalFixedAttribute(0x13, TlvNullable(TlvUInt8)),
|
|
1607
1607
|
|
|
1608
1608
|
/**
|
|
1609
|
-
* @see {@link MatterSpecification.
|
|
1609
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1610
1610
|
*/
|
|
1611
1611
|
primary2X: OptionalFixedAttribute(0x15, TlvUInt16.bound({ max: 65279 })),
|
|
1612
1612
|
|
|
1613
1613
|
/**
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1615
1615
|
*/
|
|
1616
1616
|
primary2Y: OptionalFixedAttribute(0x16, TlvUInt16.bound({ max: 65279 })),
|
|
1617
1617
|
|
|
1618
1618
|
/**
|
|
1619
|
-
* @see {@link MatterSpecification.
|
|
1619
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1620
1620
|
*/
|
|
1621
1621
|
primary2Intensity: OptionalFixedAttribute(0x17, TlvNullable(TlvUInt8)),
|
|
1622
1622
|
|
|
1623
1623
|
/**
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1625
1625
|
*/
|
|
1626
1626
|
primary3X: OptionalFixedAttribute(0x19, TlvUInt16.bound({ max: 65279 })),
|
|
1627
1627
|
|
|
1628
1628
|
/**
|
|
1629
|
-
* @see {@link MatterSpecification.
|
|
1629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1630
1630
|
*/
|
|
1631
1631
|
primary3Y: OptionalFixedAttribute(0x1a, TlvUInt16.bound({ max: 65279 })),
|
|
1632
1632
|
|
|
1633
1633
|
/**
|
|
1634
|
-
* @see {@link MatterSpecification.
|
|
1634
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1635
1635
|
*/
|
|
1636
1636
|
primary3Intensity: OptionalFixedAttribute(0x1b, TlvNullable(TlvUInt8)),
|
|
1637
1637
|
|
|
1638
1638
|
/**
|
|
1639
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1640
1640
|
*/
|
|
1641
1641
|
primary4X: OptionalFixedAttribute(0x20, TlvUInt16.bound({ max: 65279 })),
|
|
1642
1642
|
|
|
1643
1643
|
/**
|
|
1644
|
-
* @see {@link MatterSpecification.
|
|
1644
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1645
1645
|
*/
|
|
1646
1646
|
primary4Y: OptionalFixedAttribute(0x21, TlvUInt16.bound({ max: 65279 })),
|
|
1647
1647
|
|
|
1648
1648
|
/**
|
|
1649
|
-
* @see {@link MatterSpecification.
|
|
1649
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1650
1650
|
*/
|
|
1651
1651
|
primary4Intensity: OptionalFixedAttribute(0x22, TlvNullable(TlvUInt8)),
|
|
1652
1652
|
|
|
1653
1653
|
/**
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1655
1655
|
*/
|
|
1656
1656
|
primary5X: OptionalFixedAttribute(0x24, TlvUInt16.bound({ max: 65279 })),
|
|
1657
1657
|
|
|
1658
1658
|
/**
|
|
1659
|
-
* @see {@link MatterSpecification.
|
|
1659
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1660
1660
|
*/
|
|
1661
1661
|
primary5Y: OptionalFixedAttribute(0x25, TlvUInt16.bound({ max: 65279 })),
|
|
1662
1662
|
|
|
1663
1663
|
/**
|
|
1664
|
-
* @see {@link MatterSpecification.
|
|
1664
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1665
1665
|
*/
|
|
1666
1666
|
primary5Intensity: OptionalFixedAttribute(0x26, TlvNullable(TlvUInt8)),
|
|
1667
1667
|
|
|
1668
1668
|
/**
|
|
1669
|
-
* @see {@link MatterSpecification.
|
|
1669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1670
1670
|
*/
|
|
1671
1671
|
primary6X: OptionalFixedAttribute(0x28, TlvUInt16.bound({ max: 65279 })),
|
|
1672
1672
|
|
|
1673
1673
|
/**
|
|
1674
|
-
* @see {@link MatterSpecification.
|
|
1674
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1675
1675
|
*/
|
|
1676
1676
|
primary6Y: OptionalFixedAttribute(0x29, TlvUInt16.bound({ max: 65279 })),
|
|
1677
1677
|
|
|
1678
1678
|
/**
|
|
1679
|
-
* @see {@link MatterSpecification.
|
|
1679
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1680
1680
|
*/
|
|
1681
1681
|
primary6Intensity: OptionalFixedAttribute(0x2a, TlvNullable(TlvUInt8)),
|
|
1682
1682
|
|
|
@@ -1687,7 +1687,7 @@ export namespace ColorControl {
|
|
|
1687
1687
|
* The value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536
|
|
1688
1688
|
* (WhitePointX in the range 0 to 65279 inclusive)
|
|
1689
1689
|
*
|
|
1690
|
-
* @see {@link MatterSpecification.
|
|
1690
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.29
|
|
1691
1691
|
*/
|
|
1692
1692
|
whitePointX: OptionalWritableAttribute(
|
|
1693
1693
|
0x30,
|
|
@@ -1702,7 +1702,7 @@ export namespace ColorControl {
|
|
|
1702
1702
|
* The value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536
|
|
1703
1703
|
* (WhitePointY in the range 0 to 65279 inclusive)
|
|
1704
1704
|
*
|
|
1705
|
-
* @see {@link MatterSpecification.
|
|
1705
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.30
|
|
1706
1706
|
*/
|
|
1707
1707
|
whitePointY: OptionalWritableAttribute(
|
|
1708
1708
|
0x31,
|
|
@@ -1717,7 +1717,7 @@ export namespace ColorControl {
|
|
|
1717
1717
|
* The value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX /
|
|
1718
1718
|
* 65536 (ColorPointRX in the range 0 to 65279 inclusive)
|
|
1719
1719
|
*
|
|
1720
|
-
* @see {@link MatterSpecification.
|
|
1720
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.31
|
|
1721
1721
|
*/
|
|
1722
1722
|
colorPointRx: OptionalWritableAttribute(
|
|
1723
1723
|
0x32,
|
|
@@ -1732,7 +1732,7 @@ export namespace ColorControl {
|
|
|
1732
1732
|
* The value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY /
|
|
1733
1733
|
* 65536 (ColorPointRY in the range 0 to 65279 inclusive)
|
|
1734
1734
|
*
|
|
1735
|
-
* @see {@link MatterSpecification.
|
|
1735
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.32
|
|
1736
1736
|
*/
|
|
1737
1737
|
colorPointRy: OptionalWritableAttribute(
|
|
1738
1738
|
0x33,
|
|
@@ -1747,7 +1747,7 @@ export namespace ColorControl {
|
|
|
1747
1747
|
*
|
|
1748
1748
|
* A value of null shall indicate an invalid value.
|
|
1749
1749
|
*
|
|
1750
|
-
* @see {@link MatterSpecification.
|
|
1750
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.33
|
|
1751
1751
|
*/
|
|
1752
1752
|
colorPointRIntensity: OptionalWritableAttribute(
|
|
1753
1753
|
0x34,
|
|
@@ -1756,7 +1756,7 @@ export namespace ColorControl {
|
|
|
1756
1756
|
),
|
|
1757
1757
|
|
|
1758
1758
|
/**
|
|
1759
|
-
* @see {@link MatterSpecification.
|
|
1759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1760
1760
|
*/
|
|
1761
1761
|
colorPointGx: OptionalWritableAttribute(
|
|
1762
1762
|
0x36,
|
|
@@ -1765,7 +1765,7 @@ export namespace ColorControl {
|
|
|
1765
1765
|
),
|
|
1766
1766
|
|
|
1767
1767
|
/**
|
|
1768
|
-
* @see {@link MatterSpecification.
|
|
1768
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1769
1769
|
*/
|
|
1770
1770
|
colorPointGy: OptionalWritableAttribute(
|
|
1771
1771
|
0x37,
|
|
@@ -1774,7 +1774,7 @@ export namespace ColorControl {
|
|
|
1774
1774
|
),
|
|
1775
1775
|
|
|
1776
1776
|
/**
|
|
1777
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1778
1778
|
*/
|
|
1779
1779
|
colorPointGIntensity: OptionalWritableAttribute(
|
|
1780
1780
|
0x38,
|
|
@@ -1783,7 +1783,7 @@ export namespace ColorControl {
|
|
|
1783
1783
|
),
|
|
1784
1784
|
|
|
1785
1785
|
/**
|
|
1786
|
-
* @see {@link MatterSpecification.
|
|
1786
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1787
1787
|
*/
|
|
1788
1788
|
colorPointBx: OptionalWritableAttribute(
|
|
1789
1789
|
0x3a,
|
|
@@ -1792,7 +1792,7 @@ export namespace ColorControl {
|
|
|
1792
1792
|
),
|
|
1793
1793
|
|
|
1794
1794
|
/**
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1796
1796
|
*/
|
|
1797
1797
|
colorPointBy: OptionalWritableAttribute(
|
|
1798
1798
|
0x3b,
|
|
@@ -1801,7 +1801,7 @@ export namespace ColorControl {
|
|
|
1801
1801
|
),
|
|
1802
1802
|
|
|
1803
1803
|
/**
|
|
1804
|
-
* @see {@link MatterSpecification.
|
|
1804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1805
1805
|
*/
|
|
1806
1806
|
colorPointBIntensity: OptionalWritableAttribute(
|
|
1807
1807
|
0x3c,
|
|
@@ -1816,7 +1816,7 @@ export namespace ColorControl {
|
|
|
1816
1816
|
* indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the
|
|
1817
1817
|
* ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
|
|
1818
1818
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1819
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.13
|
|
1820
1820
|
*/
|
|
1821
1821
|
enhancedColorMode: Attribute(
|
|
1822
1822
|
0x4001,
|
|
@@ -1830,7 +1830,7 @@ export namespace ColorControl {
|
|
|
1830
1830
|
* Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
|
|
1831
1831
|
* FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
|
|
1832
1832
|
*
|
|
1833
|
-
* @see {@link MatterSpecification.
|
|
1833
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.19
|
|
1834
1834
|
*/
|
|
1835
1835
|
colorCapabilities: Attribute(0x400a, TlvBitmap(TlvUInt16, ColorCapabilities))
|
|
1836
1836
|
},
|
|
@@ -1873,7 +1873,7 @@ export namespace ColorControl {
|
|
|
1873
1873
|
* ColorControlCluster supports optional features that you can enable with the ColorControlCluster.with() factory
|
|
1874
1874
|
* method.
|
|
1875
1875
|
*
|
|
1876
|
-
* @see {@link MatterSpecification.
|
|
1876
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2
|
|
1877
1877
|
*/
|
|
1878
1878
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1879
1879
|
|