@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
|
@@ -44,7 +44,7 @@ var ColorControl;
|
|
|
44
44
|
*
|
|
45
45
|
* This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.
|
|
46
46
|
*
|
|
47
|
-
* @see {@link MatterSpecification.
|
|
47
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.2.1
|
|
48
48
|
*/
|
|
49
49
|
executeIfOff: BitFlag(0)
|
|
50
50
|
};
|
|
@@ -52,19 +52,19 @@ var ColorControl;
|
|
|
52
52
|
/**
|
|
53
53
|
* This field shall indicate the hue to be moved to.
|
|
54
54
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.1
|
|
56
56
|
*/
|
|
57
57
|
hue: TlvField(0, TlvUInt8.bound({ max: 254 })),
|
|
58
58
|
/**
|
|
59
59
|
* This field shall indicate the movement direction.
|
|
60
60
|
*
|
|
61
|
-
* @see {@link MatterSpecification.
|
|
61
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.2
|
|
62
62
|
*/
|
|
63
63
|
direction: TlvField(1, TlvEnum()),
|
|
64
64
|
/**
|
|
65
65
|
* This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.3
|
|
68
68
|
*/
|
|
69
69
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
70
70
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -80,14 +80,14 @@ var ColorControl;
|
|
|
80
80
|
/**
|
|
81
81
|
* This field shall indicate the mode of movement.
|
|
82
82
|
*
|
|
83
|
-
* @see {@link MatterSpecification.
|
|
83
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.1
|
|
84
84
|
*/
|
|
85
85
|
moveMode: TlvField(0, TlvEnum()),
|
|
86
86
|
/**
|
|
87
87
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s hue of
|
|
88
88
|
* one unit.
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.2
|
|
91
91
|
*/
|
|
92
92
|
rate: TlvField(1, TlvUInt8),
|
|
93
93
|
optionsMask: TlvField(2, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -102,14 +102,14 @@ var ColorControl;
|
|
|
102
102
|
/**
|
|
103
103
|
* This field shall indicate the mode of the step to be performed.
|
|
104
104
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.1
|
|
106
106
|
*/
|
|
107
107
|
stepMode: TlvField(0, TlvEnum()),
|
|
108
108
|
/**
|
|
109
109
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
110
110
|
* hue.
|
|
111
111
|
*
|
|
112
|
-
* @see {@link MatterSpecification.
|
|
112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.2
|
|
113
113
|
*/
|
|
114
114
|
stepSize: TlvField(1, TlvUInt8),
|
|
115
115
|
/**
|
|
@@ -121,7 +121,7 @@ var ColorControl;
|
|
|
121
121
|
* > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
|
|
122
122
|
* data fields in other clusters / commands.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.3
|
|
125
125
|
*/
|
|
126
126
|
transitionTime: TlvField(2, TlvUInt8),
|
|
127
127
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -137,14 +137,14 @@ var ColorControl;
|
|
|
137
137
|
/**
|
|
138
138
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
139
139
|
*
|
|
140
|
-
* @see {@link MatterSpecification.
|
|
140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.1
|
|
141
141
|
*/
|
|
142
142
|
moveMode: TlvField(0, TlvEnum()),
|
|
143
143
|
/**
|
|
144
144
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
145
145
|
* saturation of one unit.
|
|
146
146
|
*
|
|
147
|
-
* @see {@link MatterSpecification.
|
|
147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.2
|
|
148
148
|
*/
|
|
149
149
|
rate: TlvField(1, TlvUInt8),
|
|
150
150
|
optionsMask: TlvField(2, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -154,14 +154,14 @@ var ColorControl;
|
|
|
154
154
|
/**
|
|
155
155
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
156
156
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.1
|
|
158
158
|
*/
|
|
159
159
|
stepMode: TlvField(0, TlvEnum()),
|
|
160
160
|
/**
|
|
161
161
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
162
162
|
* saturation.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.2
|
|
165
165
|
*/
|
|
166
166
|
stepSize: TlvField(1, TlvUInt8),
|
|
167
167
|
/**
|
|
@@ -173,7 +173,7 @@ var ColorControl;
|
|
|
173
173
|
* > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
|
|
174
174
|
* data fields in other clusters / commands.
|
|
175
175
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
176
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.3
|
|
177
177
|
*/
|
|
178
178
|
transitionTime: TlvField(2, TlvUInt8),
|
|
179
179
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -198,14 +198,14 @@ var ColorControl;
|
|
|
198
198
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
199
199
|
* CurrentX attribute of one unit.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.1
|
|
202
202
|
*/
|
|
203
203
|
rateX: TlvField(0, TlvInt16),
|
|
204
204
|
/**
|
|
205
205
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
|
|
206
206
|
* CurrentY attribute of one unit.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.2
|
|
209
209
|
*/
|
|
210
210
|
rateY: TlvField(1, TlvInt16),
|
|
211
211
|
optionsMask: TlvField(2, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -217,7 +217,7 @@ var ColorControl;
|
|
|
217
217
|
/**
|
|
218
218
|
* The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13.2
|
|
221
221
|
*/
|
|
222
222
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
223
223
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -233,14 +233,14 @@ var ColorControl;
|
|
|
233
233
|
/**
|
|
234
234
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.1
|
|
237
237
|
*/
|
|
238
238
|
moveMode: TlvField(0, TlvEnum()),
|
|
239
239
|
/**
|
|
240
240
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the color
|
|
241
241
|
* temperature of a device by one unit.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.2
|
|
244
244
|
*/
|
|
245
245
|
rate: TlvField(1, TlvUInt16),
|
|
246
246
|
/**
|
|
@@ -256,7 +256,7 @@ var ColorControl;
|
|
|
256
256
|
* ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
|
|
257
257
|
* for the ColorTemperatureMireds attribute.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.3
|
|
260
260
|
*/
|
|
261
261
|
colorTemperatureMinimumMireds: TlvField(2, TlvUInt16.bound({ max: 65279 })),
|
|
262
262
|
/**
|
|
@@ -272,7 +272,7 @@ var ColorControl;
|
|
|
272
272
|
* ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
|
|
273
273
|
* for the ColorTemperatureMireds attribute.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.4
|
|
276
276
|
*/
|
|
277
277
|
colorTemperatureMaximumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
|
|
278
278
|
optionsMask: TlvField(4, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -282,21 +282,21 @@ var ColorControl;
|
|
|
282
282
|
/**
|
|
283
283
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.1
|
|
286
286
|
*/
|
|
287
287
|
stepMode: TlvField(0, TlvEnum()),
|
|
288
288
|
/**
|
|
289
289
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
290
290
|
* color temperature.
|
|
291
291
|
*
|
|
292
|
-
* @see {@link MatterSpecification.
|
|
292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.2
|
|
293
293
|
*/
|
|
294
294
|
stepSize: TlvField(1, TlvUInt16),
|
|
295
295
|
/**
|
|
296
296
|
* This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step.
|
|
297
297
|
* A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize field.
|
|
298
298
|
*
|
|
299
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.3
|
|
300
300
|
*/
|
|
301
301
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
302
302
|
/**
|
|
@@ -312,7 +312,7 @@ var ColorControl;
|
|
|
312
312
|
* ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
|
|
313
313
|
* for the ColorTemperatureMireds attribute.
|
|
314
314
|
*
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.4
|
|
316
316
|
*/
|
|
317
317
|
colorTemperatureMinimumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
|
|
318
318
|
/**
|
|
@@ -325,7 +325,7 @@ var ColorControl;
|
|
|
325
325
|
* field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds
|
|
326
326
|
* attribute.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.5
|
|
329
329
|
*/
|
|
330
330
|
colorTemperatureMaximumMireds: TlvField(4, TlvUInt16.bound({ max: 65279 })),
|
|
331
331
|
optionsMask: TlvField(5, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -335,19 +335,19 @@ var ColorControl;
|
|
|
335
335
|
/**
|
|
336
336
|
* This field shall indicate the target extended hue for the light.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.1
|
|
339
339
|
*/
|
|
340
340
|
enhancedHue: TlvField(0, TlvUInt16),
|
|
341
341
|
/**
|
|
342
342
|
* This field shall indicate the movement direction.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.2
|
|
345
345
|
*/
|
|
346
346
|
direction: TlvField(1, TlvEnum()),
|
|
347
347
|
/**
|
|
348
348
|
* This field shall indicate the transition time, as described in the MoveToHue command.
|
|
349
349
|
*
|
|
350
|
-
* @see {@link MatterSpecification.
|
|
350
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.3
|
|
351
351
|
*/
|
|
352
352
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
353
353
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -357,14 +357,14 @@ var ColorControl;
|
|
|
357
357
|
/**
|
|
358
358
|
* This field shall indicate the mode of movement, as described in the MoveHue command.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.1
|
|
361
361
|
*/
|
|
362
362
|
moveMode: TlvField(0, TlvEnum()),
|
|
363
363
|
/**
|
|
364
364
|
* This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue of
|
|
365
365
|
* a device by one unit.
|
|
366
366
|
*
|
|
367
|
-
* @see {@link MatterSpecification.
|
|
367
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.2
|
|
368
368
|
*/
|
|
369
369
|
rate: TlvField(1, TlvUInt16),
|
|
370
370
|
optionsMask: TlvField(2, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -374,14 +374,14 @@ var ColorControl;
|
|
|
374
374
|
/**
|
|
375
375
|
* This field shall indicate the mode of the step to be performed, as described in the StepHue command.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.1
|
|
378
378
|
*/
|
|
379
379
|
stepMode: TlvField(0, TlvEnum()),
|
|
380
380
|
/**
|
|
381
381
|
* This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
|
|
382
382
|
* enhanced hue.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.2
|
|
385
385
|
*/
|
|
386
386
|
stepSize: TlvField(1, TlvUInt16),
|
|
387
387
|
/**
|
|
@@ -393,7 +393,7 @@ var ColorControl;
|
|
|
393
393
|
* > Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue
|
|
394
394
|
* command is of data type uint8.
|
|
395
395
|
*
|
|
396
|
-
* @see {@link MatterSpecification.
|
|
396
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.3
|
|
397
397
|
*/
|
|
398
398
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
399
399
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -403,19 +403,19 @@ var ColorControl;
|
|
|
403
403
|
/**
|
|
404
404
|
* This field shall indicate the target extended hue for the light.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.1
|
|
407
407
|
*/
|
|
408
408
|
enhancedHue: TlvField(0, TlvUInt16),
|
|
409
409
|
/**
|
|
410
410
|
* This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.2
|
|
413
413
|
*/
|
|
414
414
|
saturation: TlvField(1, TlvUInt8.bound({ max: 254 })),
|
|
415
415
|
/**
|
|
416
416
|
* This field shall indicate the transition time, as described in the MoveToHue command.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.3
|
|
419
419
|
*/
|
|
420
420
|
transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
|
|
421
421
|
optionsMask: TlvField(3, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
@@ -441,7 +441,7 @@ var ColorControl;
|
|
|
441
441
|
*
|
|
442
442
|
* • 1 = Device shall adhere to the Action field.
|
|
443
443
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.1
|
|
445
445
|
*/
|
|
446
446
|
updateAction: BitFlag(0),
|
|
447
447
|
/**
|
|
@@ -453,7 +453,7 @@ var ColorControl;
|
|
|
453
453
|
*
|
|
454
454
|
* • 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.
|
|
455
455
|
*
|
|
456
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.2
|
|
457
457
|
*/
|
|
458
458
|
updateDirection: BitFlag(1),
|
|
459
459
|
/**
|
|
@@ -465,7 +465,7 @@ var ColorControl;
|
|
|
465
465
|
*
|
|
466
466
|
* • 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.
|
|
467
467
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.3
|
|
469
469
|
*/
|
|
470
470
|
updateTime: BitFlag(2),
|
|
471
471
|
/**
|
|
@@ -479,7 +479,7 @@ var ColorControl;
|
|
|
479
479
|
* • 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the
|
|
480
480
|
* StartHue field.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.4
|
|
483
483
|
*/
|
|
484
484
|
updateStartHue: BitFlag(3)
|
|
485
485
|
};
|
|
@@ -494,25 +494,25 @@ var ColorControl;
|
|
|
494
494
|
* This field shall indicate which color loop attributes to update (from the values supplied in the other
|
|
495
495
|
* fields, see field descriptions below) before the color loop is started.
|
|
496
496
|
*
|
|
497
|
-
* @see {@link MatterSpecification.
|
|
497
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.1
|
|
498
498
|
*/
|
|
499
499
|
updateFlags: TlvField(0, TlvBitmap(TlvUInt8, ColorControl2.UpdateFlags)),
|
|
500
500
|
/**
|
|
501
501
|
* This field shall indicate the action to take for the color loop.
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.2
|
|
504
504
|
*/
|
|
505
505
|
action: TlvField(1, TlvEnum()),
|
|
506
506
|
/**
|
|
507
507
|
* This field shall indicate the direction for the color loop.
|
|
508
508
|
*
|
|
509
|
-
* @see {@link MatterSpecification.
|
|
509
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.3
|
|
510
510
|
*/
|
|
511
511
|
direction: TlvField(2, TlvEnum()),
|
|
512
512
|
/**
|
|
513
513
|
* This field shall indicate the number of seconds over which to perform a full color loop.
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.4
|
|
516
516
|
*/
|
|
517
517
|
time: TlvField(3, TlvUInt16),
|
|
518
518
|
startHue: TlvField(4, TlvUInt16),
|
|
@@ -584,7 +584,7 @@ var ColorControl;
|
|
|
584
584
|
*
|
|
585
585
|
* • At the end of the movement/transition.
|
|
586
586
|
*
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.2
|
|
588
588
|
*/
|
|
589
589
|
currentHue: Attribute(0, TlvUInt8.bound({ max: 254 }), { persistent: true, default: 0 }),
|
|
590
590
|
/**
|
|
@@ -604,7 +604,7 @@ var ColorControl;
|
|
|
604
604
|
*
|
|
605
605
|
* • At the end of the movement/transition.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.3
|
|
608
608
|
*/
|
|
609
609
|
currentSaturation: Attribute(
|
|
610
610
|
1,
|
|
@@ -614,31 +614,31 @@ var ColorControl;
|
|
|
614
614
|
},
|
|
615
615
|
commands: {
|
|
616
616
|
/**
|
|
617
|
-
* @see {@link MatterSpecification.
|
|
617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
|
|
618
618
|
*/
|
|
619
619
|
moveToHue: Command(0, ColorControl2.TlvMoveToHueRequest, 0, TlvNoResponse),
|
|
620
620
|
/**
|
|
621
|
-
* @see {@link MatterSpecification.
|
|
621
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
|
|
622
622
|
*/
|
|
623
623
|
moveHue: Command(1, ColorControl2.TlvMoveHueRequest, 1, TlvNoResponse),
|
|
624
624
|
/**
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
|
|
626
626
|
*/
|
|
627
627
|
stepHue: Command(2, ColorControl2.TlvStepHueRequest, 2, TlvNoResponse),
|
|
628
628
|
/**
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
|
|
630
630
|
*/
|
|
631
631
|
moveToSaturation: Command(3, ColorControl2.TlvMoveToSaturationRequest, 3, TlvNoResponse),
|
|
632
632
|
/**
|
|
633
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
|
|
634
634
|
*/
|
|
635
635
|
moveSaturation: Command(4, ColorControl2.TlvMoveSaturationRequest, 4, TlvNoResponse),
|
|
636
636
|
/**
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
|
|
638
638
|
*/
|
|
639
639
|
stepSaturation: Command(5, ColorControl2.TlvStepSaturationRequest, 5, TlvNoResponse),
|
|
640
640
|
/**
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
641
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
|
|
642
642
|
*/
|
|
643
643
|
moveToHueAndSaturation: Command(6, ColorControl2.TlvMoveToHueAndSaturationRequest, 6, TlvNoResponse)
|
|
644
644
|
}
|
|
@@ -661,7 +661,7 @@ var ColorControl;
|
|
|
661
661
|
*
|
|
662
662
|
* • At the end of the movement/transition.
|
|
663
663
|
*
|
|
664
|
-
* @see {@link MatterSpecification.
|
|
664
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.5
|
|
665
665
|
*/
|
|
666
666
|
currentX: Attribute(
|
|
667
667
|
3,
|
|
@@ -684,7 +684,7 @@ var ColorControl;
|
|
|
684
684
|
*
|
|
685
685
|
* • At the end of the movement/transition.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.6
|
|
688
688
|
*/
|
|
689
689
|
currentY: Attribute(
|
|
690
690
|
4,
|
|
@@ -694,15 +694,15 @@ var ColorControl;
|
|
|
694
694
|
},
|
|
695
695
|
commands: {
|
|
696
696
|
/**
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
|
|
698
698
|
*/
|
|
699
699
|
moveToColor: Command(7, ColorControl2.TlvMoveToColorRequest, 7, TlvNoResponse),
|
|
700
700
|
/**
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
|
|
702
702
|
*/
|
|
703
703
|
moveColor: Command(8, ColorControl2.TlvMoveColorRequest, 8, TlvNoResponse),
|
|
704
704
|
/**
|
|
705
|
-
* @see {@link MatterSpecification.
|
|
705
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
|
|
706
706
|
*/
|
|
707
707
|
stepColor: Command(9, ColorControl2.TlvStepColorRequest, 9, TlvNoResponse)
|
|
708
708
|
}
|
|
@@ -730,7 +730,7 @@ var ColorControl;
|
|
|
730
730
|
*
|
|
731
731
|
* If this attribute is implemented then the ColorMode attribute shall also be implemented.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.9
|
|
734
734
|
*/
|
|
735
735
|
colorTemperatureMireds: Attribute(7, TlvUInt16, { scene: true, persistent: true, default: 250 }),
|
|
736
736
|
/**
|
|
@@ -740,7 +740,7 @@ var ColorControl;
|
|
|
740
740
|
*
|
|
741
741
|
* ColorTempPhysicalMinMireds <= ColorTemperatureMireds.
|
|
742
742
|
*
|
|
743
|
-
* @see {@link MatterSpecification.
|
|
743
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.20
|
|
744
744
|
*/
|
|
745
745
|
colorTempPhysicalMinMireds: Attribute(16395, TlvUInt16.bound({ min: 1, max: 65279 })),
|
|
746
746
|
/**
|
|
@@ -750,7 +750,7 @@ var ColorControl;
|
|
|
750
750
|
*
|
|
751
751
|
* ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.
|
|
752
752
|
*
|
|
753
|
-
* @see {@link MatterSpecification.
|
|
753
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.21
|
|
754
754
|
*/
|
|
755
755
|
colorTempPhysicalMaxMireds: Attribute(16396, TlvUInt16.bound({ max: 65279 })),
|
|
756
756
|
/**
|
|
@@ -768,7 +768,7 @@ var ColorControl;
|
|
|
768
768
|
* CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color
|
|
769
769
|
* temperature in kelvins supported by the device.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.22
|
|
772
772
|
*/
|
|
773
773
|
coupleColorTempToLevelMinMireds: OptionalAttribute(16397, TlvUInt16),
|
|
774
774
|
/**
|
|
@@ -777,7 +777,7 @@ var ColorControl;
|
|
|
777
777
|
* EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
|
|
778
778
|
* StartUpColorTemperatureMireds attribute are listed in the table below,
|
|
779
779
|
*
|
|
780
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.23
|
|
781
781
|
*/
|
|
782
782
|
startUpColorTemperatureMireds: OptionalWritableAttribute(
|
|
783
783
|
16400,
|
|
@@ -787,19 +787,19 @@ var ColorControl;
|
|
|
787
787
|
},
|
|
788
788
|
commands: {
|
|
789
789
|
/**
|
|
790
|
-
* @see {@link MatterSpecification.
|
|
790
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
|
|
791
791
|
*/
|
|
792
792
|
moveToColorTemperature: Command(10, ColorControl2.TlvMoveToColorTemperatureRequest, 10, TlvNoResponse),
|
|
793
793
|
/**
|
|
794
794
|
* This command allows the color temperature of the light to be moved at a specified rate.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
|
|
797
797
|
*/
|
|
798
798
|
moveColorTemperature: Command(75, ColorControl2.TlvMoveColorTemperatureRequest, 75, TlvNoResponse),
|
|
799
799
|
/**
|
|
800
800
|
* This command allows the color temperature of the light to be stepped with a specified step size.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
|
|
803
803
|
*/
|
|
804
804
|
stepColorTemperature: Command(76, ColorControl2.TlvStepColorTemperatureRequest, 76, TlvNoResponse)
|
|
805
805
|
}
|
|
@@ -822,7 +822,7 @@ var ColorControl;
|
|
|
822
822
|
*
|
|
823
823
|
* • At the end of the movement/transition.
|
|
824
824
|
*
|
|
825
|
-
* @see {@link MatterSpecification.
|
|
825
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.12
|
|
826
826
|
*/
|
|
827
827
|
enhancedCurrentHue: Attribute(16384, TlvUInt16, { scene: true, persistent: true, default: 0 })
|
|
828
828
|
},
|
|
@@ -831,27 +831,27 @@ var ColorControl;
|
|
|
831
831
|
* This command allows the light to be moved in a smooth continuous transition from their current hue to a
|
|
832
832
|
* target hue.
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
|
|
835
835
|
*/
|
|
836
836
|
enhancedMoveToHue: Command(64, ColorControl2.TlvEnhancedMoveToHueRequest, 64, TlvNoResponse),
|
|
837
837
|
/**
|
|
838
838
|
* This command allows the light to start a continuous transition starting from their current hue.
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
|
|
841
841
|
*/
|
|
842
842
|
enhancedMoveHue: Command(65, ColorControl2.TlvEnhancedMoveHueRequest, 65, TlvNoResponse),
|
|
843
843
|
/**
|
|
844
844
|
* This command allows the light to be moved in a stepped transition from their current hue, resulting in a
|
|
845
845
|
* linear transition through XY space.
|
|
846
846
|
*
|
|
847
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
|
|
848
848
|
*/
|
|
849
849
|
enhancedStepHue: Command(66, ColorControl2.TlvEnhancedStepHueRequest, 66, TlvNoResponse),
|
|
850
850
|
/**
|
|
851
851
|
* This command allows the light to be moved in a smooth continuous transition from their current hue to a
|
|
852
852
|
* target hue and from their current saturation to a target saturation.
|
|
853
853
|
*
|
|
854
|
-
* @see {@link MatterSpecification.
|
|
854
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
|
|
855
855
|
*/
|
|
856
856
|
enhancedMoveToHueAndSaturation: Command(
|
|
857
857
|
67,
|
|
@@ -867,7 +867,7 @@ var ColorControl;
|
|
|
867
867
|
* Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
|
|
868
868
|
* shall NOT be active. If this attribute has the value 1, the color loop shall be active.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.14
|
|
871
871
|
*/
|
|
872
872
|
colorLoopActive: Attribute(
|
|
873
873
|
16386,
|
|
@@ -879,7 +879,7 @@ var ColorControl;
|
|
|
879
879
|
* EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the
|
|
880
880
|
* EnhancedCurrentHue attribute shall be incremented.
|
|
881
881
|
*
|
|
882
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.15
|
|
883
883
|
*/
|
|
884
884
|
colorLoopDirection: Attribute(
|
|
885
885
|
16387,
|
|
@@ -890,20 +890,20 @@ var ColorControl;
|
|
|
890
890
|
* Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of
|
|
891
891
|
* the EnhancedCurrentHue attribute (between 0 and 65534).
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.16
|
|
894
894
|
*/
|
|
895
895
|
colorLoopTime: Attribute(16388, TlvUInt16, { scene: true, persistent: true, default: 25 }),
|
|
896
896
|
/**
|
|
897
897
|
* Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
|
|
898
898
|
*
|
|
899
|
-
* @see {@link MatterSpecification.
|
|
899
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.17
|
|
900
900
|
*/
|
|
901
901
|
colorLoopStartEnhancedHue: Attribute(16389, TlvUInt16, { default: 8960 }),
|
|
902
902
|
/**
|
|
903
903
|
* Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color
|
|
904
904
|
* loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
|
|
905
905
|
*
|
|
906
|
-
* @see {@link MatterSpecification.
|
|
906
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.18
|
|
907
907
|
*/
|
|
908
908
|
colorLoopStoredEnhancedHue: Attribute(16390, TlvUInt16, { default: 0 })
|
|
909
909
|
},
|
|
@@ -912,7 +912,7 @@ var ColorControl;
|
|
|
912
912
|
* This command allows a color loop to be activated such that the color light cycles through its range of
|
|
913
913
|
* hues.
|
|
914
914
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
915
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
|
|
916
916
|
*/
|
|
917
917
|
colorLoopSet: Command(68, ColorControl2.TlvColorLoopSetRequest, 68, TlvNoResponse)
|
|
918
918
|
}
|
|
@@ -922,7 +922,7 @@ var ColorControl;
|
|
|
922
922
|
/**
|
|
923
923
|
* This command is provided to allow MoveTo and Step commands to be stopped.
|
|
924
924
|
*
|
|
925
|
-
* @see {@link MatterSpecification.
|
|
925
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
|
|
926
926
|
*/
|
|
927
927
|
stopMoveStep: Command(71, ColorControl2.TlvStopMoveStepRequest, 71, TlvNoResponse)
|
|
928
928
|
}
|
|
@@ -972,21 +972,21 @@ var ColorControl;
|
|
|
972
972
|
* As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
|
|
973
973
|
* reporting of this attribute in order to keep track of the remaining duration.
|
|
974
974
|
*
|
|
975
|
-
* @see {@link MatterSpecification.
|
|
975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.4
|
|
976
976
|
*/
|
|
977
977
|
remainingTime: OptionalAttribute(2, TlvUInt16, { default: 0 }),
|
|
978
978
|
/**
|
|
979
979
|
* This attribute shall indicate what mechanism, if any, is in use for compensation for color/intensity
|
|
980
980
|
* drift over time.
|
|
981
981
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.7
|
|
983
983
|
*/
|
|
984
984
|
driftCompensation: OptionalAttribute(5, TlvEnum()),
|
|
985
985
|
/**
|
|
986
986
|
* This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
|
|
987
987
|
* color/intensity drift over time.
|
|
988
988
|
*
|
|
989
|
-
* @see {@link MatterSpecification.
|
|
989
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.8
|
|
990
990
|
*/
|
|
991
991
|
compensationText: OptionalAttribute(6, TlvString.bound({ maxLength: 254 })),
|
|
992
992
|
/**
|
|
@@ -995,7 +995,7 @@ var ColorControl;
|
|
|
995
995
|
* The value of the ColorMode attribute cannot be written directly - it is set upon reception of any command
|
|
996
996
|
* in section Commands to the appropriate mode for that command.
|
|
997
997
|
*
|
|
998
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.10
|
|
999
999
|
*/
|
|
1000
1000
|
colorMode: Attribute(8, TlvEnum(), { persistent: true }),
|
|
1001
1001
|
/**
|
|
@@ -1017,7 +1017,7 @@ var ColorControl;
|
|
|
1017
1017
|
*
|
|
1018
1018
|
* • The value of the ExecuteIfOff bit is 0.
|
|
1019
1019
|
*
|
|
1020
|
-
* @see {@link MatterSpecification.
|
|
1020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.11
|
|
1021
1021
|
*/
|
|
1022
1022
|
options: WritableAttribute(15, TlvBitmap(TlvUInt8, ColorControl2.Options)),
|
|
1023
1023
|
/**
|
|
@@ -1029,7 +1029,7 @@ var ColorControl;
|
|
|
1029
1029
|
* leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is
|
|
1030
1030
|
* optional.
|
|
1031
1031
|
*
|
|
1032
|
-
* @see {@link MatterSpecification.
|
|
1032
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.24
|
|
1033
1033
|
*/
|
|
1034
1034
|
numberOfPrimaries: FixedAttribute(16, TlvNullable(TlvUInt8.bound({ max: 6 }))),
|
|
1035
1035
|
/**
|
|
@@ -1038,7 +1038,7 @@ var ColorControl;
|
|
|
1038
1038
|
* The value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536
|
|
1039
1039
|
* (Primary1X in the range 0 to 65279 inclusive)
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.25
|
|
1042
1042
|
*/
|
|
1043
1043
|
primary1X: OptionalFixedAttribute(17, TlvUInt16.bound({ max: 65279 })),
|
|
1044
1044
|
/**
|
|
@@ -1047,7 +1047,7 @@ var ColorControl;
|
|
|
1047
1047
|
* The value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536
|
|
1048
1048
|
* (Primary1Y in the range 0 to 65279 inclusive)
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.26
|
|
1051
1051
|
*/
|
|
1052
1052
|
primary1Y: OptionalFixedAttribute(18, TlvUInt16.bound({ max: 65279 })),
|
|
1053
1053
|
/**
|
|
@@ -1057,67 +1057,67 @@ var ColorControl;
|
|
|
1057
1057
|
*
|
|
1058
1058
|
* A value of null shall indicate that this primary is not available.
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.27
|
|
1061
1061
|
*/
|
|
1062
1062
|
primary1Intensity: OptionalFixedAttribute(19, TlvNullable(TlvUInt8)),
|
|
1063
1063
|
/**
|
|
1064
|
-
* @see {@link MatterSpecification.
|
|
1064
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1065
1065
|
*/
|
|
1066
1066
|
primary2X: OptionalFixedAttribute(21, TlvUInt16.bound({ max: 65279 })),
|
|
1067
1067
|
/**
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1068
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1069
1069
|
*/
|
|
1070
1070
|
primary2Y: OptionalFixedAttribute(22, TlvUInt16.bound({ max: 65279 })),
|
|
1071
1071
|
/**
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1072
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1073
1073
|
*/
|
|
1074
1074
|
primary2Intensity: OptionalFixedAttribute(23, TlvNullable(TlvUInt8)),
|
|
1075
1075
|
/**
|
|
1076
|
-
* @see {@link MatterSpecification.
|
|
1076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1077
1077
|
*/
|
|
1078
1078
|
primary3X: OptionalFixedAttribute(25, TlvUInt16.bound({ max: 65279 })),
|
|
1079
1079
|
/**
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1081
1081
|
*/
|
|
1082
1082
|
primary3Y: OptionalFixedAttribute(26, TlvUInt16.bound({ max: 65279 })),
|
|
1083
1083
|
/**
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1085
1085
|
*/
|
|
1086
1086
|
primary3Intensity: OptionalFixedAttribute(27, TlvNullable(TlvUInt8)),
|
|
1087
1087
|
/**
|
|
1088
|
-
* @see {@link MatterSpecification.
|
|
1088
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1089
1089
|
*/
|
|
1090
1090
|
primary4X: OptionalFixedAttribute(32, TlvUInt16.bound({ max: 65279 })),
|
|
1091
1091
|
/**
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1093
1093
|
*/
|
|
1094
1094
|
primary4Y: OptionalFixedAttribute(33, TlvUInt16.bound({ max: 65279 })),
|
|
1095
1095
|
/**
|
|
1096
|
-
* @see {@link MatterSpecification.
|
|
1096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1097
1097
|
*/
|
|
1098
1098
|
primary4Intensity: OptionalFixedAttribute(34, TlvNullable(TlvUInt8)),
|
|
1099
1099
|
/**
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1101
1101
|
*/
|
|
1102
1102
|
primary5X: OptionalFixedAttribute(36, TlvUInt16.bound({ max: 65279 })),
|
|
1103
1103
|
/**
|
|
1104
|
-
* @see {@link MatterSpecification.
|
|
1104
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1105
1105
|
*/
|
|
1106
1106
|
primary5Y: OptionalFixedAttribute(37, TlvUInt16.bound({ max: 65279 })),
|
|
1107
1107
|
/**
|
|
1108
|
-
* @see {@link MatterSpecification.
|
|
1108
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1109
1109
|
*/
|
|
1110
1110
|
primary5Intensity: OptionalFixedAttribute(38, TlvNullable(TlvUInt8)),
|
|
1111
1111
|
/**
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1113
1113
|
*/
|
|
1114
1114
|
primary6X: OptionalFixedAttribute(40, TlvUInt16.bound({ max: 65279 })),
|
|
1115
1115
|
/**
|
|
1116
|
-
* @see {@link MatterSpecification.
|
|
1116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1117
1117
|
*/
|
|
1118
1118
|
primary6Y: OptionalFixedAttribute(41, TlvUInt16.bound({ max: 65279 })),
|
|
1119
1119
|
/**
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1121
1121
|
*/
|
|
1122
1122
|
primary6Intensity: OptionalFixedAttribute(42, TlvNullable(TlvUInt8)),
|
|
1123
1123
|
/**
|
|
@@ -1127,7 +1127,7 @@ var ColorControl;
|
|
|
1127
1127
|
* The value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536
|
|
1128
1128
|
* (WhitePointX in the range 0 to 65279 inclusive)
|
|
1129
1129
|
*
|
|
1130
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.29
|
|
1131
1131
|
*/
|
|
1132
1132
|
whitePointX: OptionalWritableAttribute(
|
|
1133
1133
|
48,
|
|
@@ -1141,7 +1141,7 @@ var ColorControl;
|
|
|
1141
1141
|
* The value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536
|
|
1142
1142
|
* (WhitePointY in the range 0 to 65279 inclusive)
|
|
1143
1143
|
*
|
|
1144
|
-
* @see {@link MatterSpecification.
|
|
1144
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.30
|
|
1145
1145
|
*/
|
|
1146
1146
|
whitePointY: OptionalWritableAttribute(
|
|
1147
1147
|
49,
|
|
@@ -1155,7 +1155,7 @@ var ColorControl;
|
|
|
1155
1155
|
* The value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX /
|
|
1156
1156
|
* 65536 (ColorPointRX in the range 0 to 65279 inclusive)
|
|
1157
1157
|
*
|
|
1158
|
-
* @see {@link MatterSpecification.
|
|
1158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.31
|
|
1159
1159
|
*/
|
|
1160
1160
|
colorPointRx: OptionalWritableAttribute(
|
|
1161
1161
|
50,
|
|
@@ -1169,7 +1169,7 @@ var ColorControl;
|
|
|
1169
1169
|
* The value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY /
|
|
1170
1170
|
* 65536 (ColorPointRY in the range 0 to 65279 inclusive)
|
|
1171
1171
|
*
|
|
1172
|
-
* @see {@link MatterSpecification.
|
|
1172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.32
|
|
1173
1173
|
*/
|
|
1174
1174
|
colorPointRy: OptionalWritableAttribute(
|
|
1175
1175
|
51,
|
|
@@ -1183,7 +1183,7 @@ var ColorControl;
|
|
|
1183
1183
|
*
|
|
1184
1184
|
* A value of null shall indicate an invalid value.
|
|
1185
1185
|
*
|
|
1186
|
-
* @see {@link MatterSpecification.
|
|
1186
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.33
|
|
1187
1187
|
*/
|
|
1188
1188
|
colorPointRIntensity: OptionalWritableAttribute(
|
|
1189
1189
|
52,
|
|
@@ -1191,7 +1191,7 @@ var ColorControl;
|
|
|
1191
1191
|
{ writeAcl: AccessLevel.Manage }
|
|
1192
1192
|
),
|
|
1193
1193
|
/**
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1195
1195
|
*/
|
|
1196
1196
|
colorPointGx: OptionalWritableAttribute(
|
|
1197
1197
|
54,
|
|
@@ -1199,7 +1199,7 @@ var ColorControl;
|
|
|
1199
1199
|
{ writeAcl: AccessLevel.Manage }
|
|
1200
1200
|
),
|
|
1201
1201
|
/**
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1203
1203
|
*/
|
|
1204
1204
|
colorPointGy: OptionalWritableAttribute(
|
|
1205
1205
|
55,
|
|
@@ -1207,7 +1207,7 @@ var ColorControl;
|
|
|
1207
1207
|
{ writeAcl: AccessLevel.Manage }
|
|
1208
1208
|
),
|
|
1209
1209
|
/**
|
|
1210
|
-
* @see {@link MatterSpecification.
|
|
1210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1211
1211
|
*/
|
|
1212
1212
|
colorPointGIntensity: OptionalWritableAttribute(
|
|
1213
1213
|
56,
|
|
@@ -1215,7 +1215,7 @@ var ColorControl;
|
|
|
1215
1215
|
{ writeAcl: AccessLevel.Manage }
|
|
1216
1216
|
),
|
|
1217
1217
|
/**
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1219
1219
|
*/
|
|
1220
1220
|
colorPointBx: OptionalWritableAttribute(
|
|
1221
1221
|
58,
|
|
@@ -1223,7 +1223,7 @@ var ColorControl;
|
|
|
1223
1223
|
{ writeAcl: AccessLevel.Manage }
|
|
1224
1224
|
),
|
|
1225
1225
|
/**
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1227
1227
|
*/
|
|
1228
1228
|
colorPointBy: OptionalWritableAttribute(
|
|
1229
1229
|
59,
|
|
@@ -1231,7 +1231,7 @@ var ColorControl;
|
|
|
1231
1231
|
{ writeAcl: AccessLevel.Manage }
|
|
1232
1232
|
),
|
|
1233
1233
|
/**
|
|
1234
|
-
* @see {@link MatterSpecification.
|
|
1234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7
|
|
1235
1235
|
*/
|
|
1236
1236
|
colorPointBIntensity: OptionalWritableAttribute(
|
|
1237
1237
|
60,
|
|
@@ -1245,7 +1245,7 @@ var ColorControl;
|
|
|
1245
1245
|
* indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the
|
|
1246
1246
|
* ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
|
|
1247
1247
|
*
|
|
1248
|
-
* @see {@link MatterSpecification.
|
|
1248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.13
|
|
1249
1249
|
*/
|
|
1250
1250
|
enhancedColorMode: Attribute(
|
|
1251
1251
|
16385,
|
|
@@ -1258,7 +1258,7 @@ var ColorControl;
|
|
|
1258
1258
|
* Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
|
|
1259
1259
|
* FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
|
|
1260
1260
|
*
|
|
1261
|
-
* @see {@link MatterSpecification.
|
|
1261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 3.2.7.19
|
|
1262
1262
|
*/
|
|
1263
1263
|
colorCapabilities: Attribute(16394, TlvBitmap(TlvUInt16, ColorControl2.ColorCapabilities))
|
|
1264
1264
|
},
|