@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -26,7 +26,7 @@ var ApplicationLauncher;
|
|
|
26
26
|
* Content App Platform providers will have their own catalog vendor ID (set to their own Vendor ID) and will
|
|
27
27
|
* assign an ApplicationID to each Content App.
|
|
28
28
|
*
|
|
29
|
-
* @see {@link MatterSpecification.
|
|
29
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.1
|
|
30
30
|
*/
|
|
31
31
|
catalogVendorId: TlvField(0, TlvUInt16),
|
|
32
32
|
/**
|
|
@@ -35,7 +35,7 @@ var ApplicationLauncher;
|
|
|
35
35
|
*
|
|
36
36
|
* For the DIAL registry catalog, this value shall be the DIAL prefix (see [DIAL Registry]).
|
|
37
37
|
*
|
|
38
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.5.2.2
|
|
39
39
|
*/
|
|
40
40
|
applicationId: TlvField(1, TlvString)
|
|
41
41
|
});
|
|
@@ -47,7 +47,7 @@ var ApplicationLauncher;
|
|
|
47
47
|
/**
|
|
48
48
|
* This field shall specify the Application to launch.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.1
|
|
51
51
|
*/
|
|
52
52
|
application: TlvOptionalField(0, ApplicationLauncher2.TlvApplication),
|
|
53
53
|
/**
|
|
@@ -60,7 +60,7 @@ var ApplicationLauncher;
|
|
|
60
60
|
* not yet Matter aware can be launched via Matter, while retaining the existing ability to launch with
|
|
61
61
|
* proprietary data.
|
|
62
62
|
*
|
|
63
|
-
* @see {@link MatterSpecification.
|
|
63
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1.2
|
|
64
64
|
*/
|
|
65
65
|
data: TlvOptionalField(1, TlvByteString)
|
|
66
66
|
});
|
|
@@ -77,13 +77,13 @@ var ApplicationLauncher;
|
|
|
77
77
|
/**
|
|
78
78
|
* This field shall indicate the status of the command which resulted in this response.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.1
|
|
81
81
|
*/
|
|
82
82
|
status: TlvField(0, TlvEnum()),
|
|
83
83
|
/**
|
|
84
84
|
* This field shall specify Optional app-specific data.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.4.2
|
|
87
87
|
*/
|
|
88
88
|
data: TlvOptionalField(1, TlvByteString)
|
|
89
89
|
});
|
|
@@ -91,7 +91,7 @@ var ApplicationLauncher;
|
|
|
91
91
|
/**
|
|
92
92
|
* This field shall specify the Application to stop.
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2.1
|
|
95
95
|
*/
|
|
96
96
|
application: TlvOptionalField(0, ApplicationLauncher2.TlvApplication)
|
|
97
97
|
});
|
|
@@ -99,7 +99,7 @@ var ApplicationLauncher;
|
|
|
99
99
|
/**
|
|
100
100
|
* This field shall specify the Application to hide.
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3.1
|
|
103
103
|
*/
|
|
104
104
|
application: TlvOptionalField(0, ApplicationLauncher2.TlvApplication)
|
|
105
105
|
});
|
|
@@ -112,7 +112,7 @@ var ApplicationLauncher;
|
|
|
112
112
|
* It is expected that Content App Platform providers will have their own catalog vendor ID (set to their
|
|
113
113
|
* own Vendor ID) and will assign an ApplicationID to each Content App.
|
|
114
114
|
*
|
|
115
|
-
* @see {@link MatterSpecification.
|
|
115
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.1
|
|
116
116
|
*/
|
|
117
117
|
catalogList: Attribute(0, TlvArray(TlvUInt16), { persistent: true, default: [] })
|
|
118
118
|
}
|
|
@@ -136,7 +136,7 @@ var ApplicationLauncher;
|
|
|
136
136
|
* catalog vendor ID and the corresponding endpoint number when the application is represented by a Content
|
|
137
137
|
* App endpoint. A null shall be used to indicate there is no current in-focus application.
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.6.2
|
|
140
140
|
*/
|
|
141
141
|
currentApp: OptionalAttribute(1, TlvNullable(ApplicationLauncher2.TlvApplicationEp), { default: null })
|
|
142
142
|
},
|
|
@@ -157,7 +157,7 @@ var ApplicationLauncher;
|
|
|
157
157
|
*
|
|
158
158
|
* This command returns a Launcher Response.
|
|
159
159
|
*
|
|
160
|
-
* @see {@link MatterSpecification.
|
|
160
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.1
|
|
161
161
|
*/
|
|
162
162
|
launchApp: Command(0, ApplicationLauncher2.TlvLaunchAppRequest, 3, ApplicationLauncher2.TlvLauncherResponse),
|
|
163
163
|
/**
|
|
@@ -174,7 +174,7 @@ var ApplicationLauncher;
|
|
|
174
174
|
*
|
|
175
175
|
* This command returns a Launcher Response.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.2
|
|
178
178
|
*/
|
|
179
179
|
stopApp: Command(1, ApplicationLauncher2.TlvStopAppRequest, 3, ApplicationLauncher2.TlvLauncherResponse),
|
|
180
180
|
/**
|
|
@@ -192,7 +192,7 @@ var ApplicationLauncher;
|
|
|
192
192
|
*
|
|
193
193
|
* This command returns a Launcher Response.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.4.7.3
|
|
196
196
|
*/
|
|
197
197
|
hideApp: Command(2, ApplicationLauncher2.TlvHideAppRequest, 3, ApplicationLauncher2.TlvLauncherResponse)
|
|
198
198
|
},
|
|
@@ -13,7 +13,7 @@ export declare namespace AudioOutput {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by AudioOutputCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export declare namespace AudioOutput {
|
|
|
26
26
|
/**
|
|
27
27
|
* Input to the AudioOutput renameOutput command
|
|
28
28
|
*
|
|
29
|
-
* @see {@link MatterSpecification.
|
|
29
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
30
30
|
*/
|
|
31
31
|
const TlvRenameOutputRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
32
32
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -35,14 +35,14 @@ export declare namespace AudioOutput {
|
|
|
35
35
|
/**
|
|
36
36
|
* Input to the AudioOutput renameOutput command
|
|
37
37
|
*
|
|
38
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
39
39
|
*/
|
|
40
40
|
interface RenameOutputRequest extends TypeFromSchema<typeof TlvRenameOutputRequest> {
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* The type of output, expressed as an enum, with the following values:
|
|
44
44
|
*
|
|
45
|
-
* @see {@link MatterSpecification.
|
|
45
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.1
|
|
46
46
|
*/
|
|
47
47
|
enum OutputType {
|
|
48
48
|
/**
|
|
@@ -58,54 +58,54 @@ export declare namespace AudioOutput {
|
|
|
58
58
|
/**
|
|
59
59
|
* This contains information about an output.
|
|
60
60
|
*
|
|
61
|
-
* @see {@link MatterSpecification.
|
|
61
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2
|
|
62
62
|
*/
|
|
63
63
|
const TlvOutputInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
64
64
|
/**
|
|
65
65
|
* This field shall indicate the unique index into the list of outputs.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.1
|
|
68
68
|
*/
|
|
69
69
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
70
70
|
/**
|
|
71
71
|
* This field shall indicate the type of output.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.2
|
|
74
74
|
*/
|
|
75
75
|
outputType: import("../tlv/TlvObject.js").FieldType<OutputType>;
|
|
76
76
|
/**
|
|
77
77
|
* The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank,
|
|
78
78
|
* but SHOULD be provided when known.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.3
|
|
81
81
|
*/
|
|
82
82
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
83
83
|
}>;
|
|
84
84
|
/**
|
|
85
85
|
* This contains information about an output.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2
|
|
88
88
|
*/
|
|
89
89
|
interface OutputInfo extends TypeFromSchema<typeof TlvOutputInfo> {
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Input to the AudioOutput selectOutput command
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
95
95
|
*/
|
|
96
96
|
const TlvSelectOutputRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
97
97
|
/**
|
|
98
98
|
* This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change
|
|
99
99
|
* to.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1.1
|
|
102
102
|
*/
|
|
103
103
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
104
104
|
}>;
|
|
105
105
|
/**
|
|
106
106
|
* Input to the AudioOutput selectOutput command
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
109
109
|
*/
|
|
110
110
|
interface SelectOutputRequest extends TypeFromSchema<typeof TlvSelectOutputRequest> {
|
|
111
111
|
}
|
|
@@ -120,7 +120,7 @@ export declare namespace AudioOutput {
|
|
|
120
120
|
* Updates to the output name shall appear in the device’s settings menus. Name updates may automatically be
|
|
121
121
|
* sent to the actual device to which the output connects.
|
|
122
122
|
*
|
|
123
|
-
* @see {@link MatterSpecification.
|
|
123
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
124
124
|
*/
|
|
125
125
|
readonly renameOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
126
126
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -147,33 +147,33 @@ export declare namespace AudioOutput {
|
|
|
147
147
|
/**
|
|
148
148
|
* This attribute provides the list of outputs supported by the device.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.1
|
|
151
151
|
*/
|
|
152
152
|
readonly outputList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
153
153
|
/**
|
|
154
154
|
* This field shall indicate the unique index into the list of outputs.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.1
|
|
157
157
|
*/
|
|
158
158
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
159
159
|
/**
|
|
160
160
|
* This field shall indicate the type of output.
|
|
161
161
|
*
|
|
162
|
-
* @see {@link MatterSpecification.
|
|
162
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.2
|
|
163
163
|
*/
|
|
164
164
|
outputType: import("../tlv/TlvObject.js").FieldType<OutputType>;
|
|
165
165
|
/**
|
|
166
166
|
* The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank,
|
|
167
167
|
* but SHOULD be provided when known.
|
|
168
168
|
*
|
|
169
|
-
* @see {@link MatterSpecification.
|
|
169
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.3
|
|
170
170
|
*/
|
|
171
171
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
172
172
|
}>[], any>;
|
|
173
173
|
/**
|
|
174
174
|
* This attribute contains the value of the index field of the currently selected OutputInfoStruct.
|
|
175
175
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
176
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.2
|
|
177
177
|
*/
|
|
178
178
|
readonly currentOutput: Attribute<number, any>;
|
|
179
179
|
};
|
|
@@ -185,14 +185,14 @@ export declare namespace AudioOutput {
|
|
|
185
185
|
* Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker
|
|
186
186
|
* endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
189
189
|
*/
|
|
190
190
|
readonly selectOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
191
191
|
/**
|
|
192
192
|
* This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change
|
|
193
193
|
* to.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1.1
|
|
196
196
|
*/
|
|
197
197
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
198
198
|
}>, void, any>;
|
|
@@ -213,7 +213,7 @@ export declare namespace AudioOutput {
|
|
|
213
213
|
* Updates to the output name shall appear in the device’s settings menus. Name updates may automatically be
|
|
214
214
|
* sent to the actual device to which the output connects.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
217
217
|
*/
|
|
218
218
|
readonly renameOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
219
219
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -242,33 +242,33 @@ export declare namespace AudioOutput {
|
|
|
242
242
|
/**
|
|
243
243
|
* This attribute provides the list of outputs supported by the device.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.1
|
|
246
246
|
*/
|
|
247
247
|
readonly outputList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
248
248
|
/**
|
|
249
249
|
* This field shall indicate the unique index into the list of outputs.
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.1
|
|
252
252
|
*/
|
|
253
253
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
254
254
|
/**
|
|
255
255
|
* This field shall indicate the type of output.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.2
|
|
258
258
|
*/
|
|
259
259
|
outputType: import("../tlv/TlvObject.js").FieldType<OutputType>;
|
|
260
260
|
/**
|
|
261
261
|
* The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank,
|
|
262
262
|
* but SHOULD be provided when known.
|
|
263
263
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.3
|
|
265
265
|
*/
|
|
266
266
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
267
267
|
}>[], any>;
|
|
268
268
|
/**
|
|
269
269
|
* This attribute contains the value of the index field of the currently selected OutputInfoStruct.
|
|
270
270
|
*
|
|
271
|
-
* @see {@link MatterSpecification.
|
|
271
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.2
|
|
272
272
|
*/
|
|
273
273
|
readonly currentOutput: Attribute<number, any>;
|
|
274
274
|
};
|
|
@@ -280,14 +280,14 @@ export declare namespace AudioOutput {
|
|
|
280
280
|
* Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker
|
|
281
281
|
* endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
284
284
|
*/
|
|
285
285
|
readonly selectOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
286
286
|
/**
|
|
287
287
|
* This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change
|
|
288
288
|
* to.
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1.1
|
|
291
291
|
*/
|
|
292
292
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
293
293
|
}>, void, any>;
|
|
@@ -308,7 +308,7 @@ export declare namespace AudioOutput {
|
|
|
308
308
|
* Updates to the output name shall appear in the device’s settings menus. Name updates may automatically be
|
|
309
309
|
* sent to the actual device to which the output connects.
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
312
312
|
*/
|
|
313
313
|
readonly renameOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
314
314
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -331,7 +331,7 @@ export declare namespace AudioOutput {
|
|
|
331
331
|
* AudioOutputCluster supports optional features that you can enable with the AudioOutputCluster.with() factory
|
|
332
332
|
* method.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5
|
|
335
335
|
*/
|
|
336
336
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
337
337
|
}
|
|
@@ -355,33 +355,33 @@ export declare namespace AudioOutput {
|
|
|
355
355
|
/**
|
|
356
356
|
* This attribute provides the list of outputs supported by the device.
|
|
357
357
|
*
|
|
358
|
-
* @see {@link MatterSpecification.
|
|
358
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.1
|
|
359
359
|
*/
|
|
360
360
|
readonly outputList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
361
361
|
/**
|
|
362
362
|
* This field shall indicate the unique index into the list of outputs.
|
|
363
363
|
*
|
|
364
|
-
* @see {@link MatterSpecification.
|
|
364
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.1
|
|
365
365
|
*/
|
|
366
366
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
367
367
|
/**
|
|
368
368
|
* This field shall indicate the type of output.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.2
|
|
371
371
|
*/
|
|
372
372
|
outputType: import("../tlv/TlvObject.js").FieldType<OutputType>;
|
|
373
373
|
/**
|
|
374
374
|
* The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank,
|
|
375
375
|
* but SHOULD be provided when known.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.3
|
|
378
378
|
*/
|
|
379
379
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
380
380
|
}>[], any>;
|
|
381
381
|
/**
|
|
382
382
|
* This attribute contains the value of the index field of the currently selected OutputInfoStruct.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.2
|
|
385
385
|
*/
|
|
386
386
|
readonly currentOutput: Attribute<number, any>;
|
|
387
387
|
}, import("../cluster/Cluster.js").GlobalAttributes<{
|
|
@@ -411,14 +411,14 @@ export declare namespace AudioOutput {
|
|
|
411
411
|
* Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker
|
|
412
412
|
* endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.
|
|
413
413
|
*
|
|
414
|
-
* @see {@link MatterSpecification.
|
|
414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
415
415
|
*/
|
|
416
416
|
readonly selectOutput: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
417
417
|
/**
|
|
418
418
|
* This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change
|
|
419
419
|
* to.
|
|
420
420
|
*
|
|
421
|
-
* @see {@link MatterSpecification.
|
|
421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1.1
|
|
422
422
|
*/
|
|
423
423
|
index: import("../tlv/TlvObject.js").FieldType<number>;
|
|
424
424
|
}>, void, any>;
|
|
@@ -32,20 +32,20 @@ var AudioOutput;
|
|
|
32
32
|
/**
|
|
33
33
|
* This field shall indicate the unique index into the list of outputs.
|
|
34
34
|
*
|
|
35
|
-
* @see {@link MatterSpecification.
|
|
35
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.1
|
|
36
36
|
*/
|
|
37
37
|
index: TlvField(0, TlvUInt8),
|
|
38
38
|
/**
|
|
39
39
|
* This field shall indicate the type of output.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.2
|
|
42
42
|
*/
|
|
43
43
|
outputType: TlvField(1, TlvEnum()),
|
|
44
44
|
/**
|
|
45
45
|
* The device defined and user editable output name, such as “Soundbar”, “Speakers”. This field may be blank,
|
|
46
46
|
* but SHOULD be provided when known.
|
|
47
47
|
*
|
|
48
|
-
* @see {@link MatterSpecification.
|
|
48
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.5.2.3
|
|
49
49
|
*/
|
|
50
50
|
name: TlvField(2, TlvString)
|
|
51
51
|
});
|
|
@@ -54,7 +54,7 @@ var AudioOutput;
|
|
|
54
54
|
* This shall indicate the index field of the OutputInfoStruct from the OutputList attribute in which to change
|
|
55
55
|
* to.
|
|
56
56
|
*
|
|
57
|
-
* @see {@link MatterSpecification.
|
|
57
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1.1
|
|
58
58
|
*/
|
|
59
59
|
index: TlvField(0, TlvUInt8)
|
|
60
60
|
});
|
|
@@ -66,7 +66,7 @@ var AudioOutput;
|
|
|
66
66
|
* Updates to the output name shall appear in the device’s settings menus. Name updates may automatically be
|
|
67
67
|
* sent to the actual device to which the output connects.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.2
|
|
70
70
|
*/
|
|
71
71
|
renameOutput: Command(1, AudioOutput2.TlvRenameOutputRequest, 1, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
72
72
|
}
|
|
@@ -87,13 +87,13 @@ var AudioOutput;
|
|
|
87
87
|
/**
|
|
88
88
|
* This attribute provides the list of outputs supported by the device.
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.1
|
|
91
91
|
*/
|
|
92
92
|
outputList: Attribute(0, TlvArray(AudioOutput2.TlvOutputInfo), { default: [] }),
|
|
93
93
|
/**
|
|
94
94
|
* This attribute contains the value of the index field of the currently selected OutputInfoStruct.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.6.2
|
|
97
97
|
*/
|
|
98
98
|
currentOutput: Attribute(1, TlvUInt8)
|
|
99
99
|
},
|
|
@@ -105,7 +105,7 @@ var AudioOutput;
|
|
|
105
105
|
* Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker
|
|
106
106
|
* endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.5.7.1
|
|
109
109
|
*/
|
|
110
110
|
selectOutput: Command(0, AudioOutput2.TlvSelectOutputRequest, 0, TlvNoResponse)
|
|
111
111
|
},
|
|
@@ -10,7 +10,7 @@ import { BitFlag } from "../schema/BitmapSchema.js";
|
|
|
10
10
|
import { Identity } from "#general";
|
|
11
11
|
export declare namespace BallastConfiguration {
|
|
12
12
|
/**
|
|
13
|
-
* @see {@link MatterSpecification.
|
|
13
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.1
|
|
14
14
|
*/
|
|
15
15
|
const BallastStatus: {
|
|
16
16
|
/**
|
|
@@ -22,7 +22,7 @@ export declare namespace BallastConfiguration {
|
|
|
22
22
|
*
|
|
23
23
|
* • 1 = The ballast is not fully operational
|
|
24
24
|
*
|
|
25
|
-
* @see {@link MatterSpecification.
|
|
25
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.1.1
|
|
26
26
|
*/
|
|
27
27
|
ballastNonOperational: BitFlag;
|
|
28
28
|
/**
|
|
@@ -34,12 +34,12 @@ export declare namespace BallastConfiguration {
|
|
|
34
34
|
*
|
|
35
35
|
* • 1 = One or more lamp is not in its socket or is faulty
|
|
36
36
|
*
|
|
37
|
-
* @see {@link MatterSpecification.
|
|
37
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.1.2
|
|
38
38
|
*/
|
|
39
39
|
lampFailure: BitFlag;
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
|
-
* @see {@link MatterSpecification.
|
|
42
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.2
|
|
43
43
|
*/
|
|
44
44
|
const LampAlarmMode: {
|
|
45
45
|
/**
|
|
@@ -47,7 +47,7 @@ export declare namespace BallastConfiguration {
|
|
|
47
47
|
*
|
|
48
48
|
* This bit shall indicate that the LampBurnHours attribute may generate an alarm.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.2.1
|
|
51
51
|
*/
|
|
52
52
|
lampBurnHours: BitFlag;
|
|
53
53
|
};
|
|
@@ -63,21 +63,21 @@ export declare namespace BallastConfiguration {
|
|
|
63
63
|
* This attribute shall specify the minimum light output the ballast can achieve according to the dimming
|
|
64
64
|
* light curve (see Dimming Curve).
|
|
65
65
|
*
|
|
66
|
-
* @see {@link MatterSpecification.
|
|
66
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.1
|
|
67
67
|
*/
|
|
68
68
|
readonly physicalMinLevel: Attribute<number, any>;
|
|
69
69
|
/**
|
|
70
70
|
* This attribute shall specify the maximum light output the ballast can achieve according to the dimming
|
|
71
71
|
* light curve (see Dimming Curve).
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.2
|
|
74
74
|
*/
|
|
75
75
|
readonly physicalMaxLevel: Attribute<number, any>;
|
|
76
76
|
/**
|
|
77
77
|
* This attribute shall specify the status of various aspects of the ballast or the connected lights, see
|
|
78
78
|
* BallastStatusBitmap.
|
|
79
79
|
*
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.3
|
|
81
81
|
*/
|
|
82
82
|
readonly ballastStatus: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
83
83
|
/**
|
|
@@ -89,7 +89,7 @@ export declare namespace BallastConfiguration {
|
|
|
89
89
|
*
|
|
90
90
|
* • 1 = The ballast is not fully operational
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.1.1
|
|
93
93
|
*/
|
|
94
94
|
ballastNonOperational: BitFlag;
|
|
95
95
|
/**
|
|
@@ -101,7 +101,7 @@ export declare namespace BallastConfiguration {
|
|
|
101
101
|
*
|
|
102
102
|
* • 1 = One or more lamp is not in its socket or is faulty
|
|
103
103
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
104
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.1.2
|
|
105
105
|
*/
|
|
106
106
|
lampFailure: BitFlag;
|
|
107
107
|
}>, any>;
|
|
@@ -115,7 +115,7 @@ export declare namespace BallastConfiguration {
|
|
|
115
115
|
* met, a response shall be returned with status code set to CONSTRAINT_ERROR, and the level shall NOT be
|
|
116
116
|
* set.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.4
|
|
119
119
|
*/
|
|
120
120
|
readonly minLevel: WritableAttribute<number, any>;
|
|
121
121
|
/**
|
|
@@ -129,7 +129,7 @@ export declare namespace BallastConfiguration {
|
|
|
129
129
|
* not met, a response shall be returned with status code set to CONSTRAINT_ERROR, and the level shall NOT
|
|
130
130
|
* be set.
|
|
131
131
|
*
|
|
132
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.5
|
|
133
133
|
*/
|
|
134
134
|
readonly maxLevel: WritableAttribute<number, any>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare namespace BallastConfiguration {
|
|
|
138
138
|
*
|
|
139
139
|
* A value of null indicates in invalid value.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.6
|
|
142
142
|
*/
|
|
143
143
|
readonly intrinsicBallastFactor: OptionalWritableAttribute<number | null, any>;
|
|
144
144
|
/**
|
|
@@ -155,26 +155,26 @@ export declare namespace BallastConfiguration {
|
|
|
155
155
|
* and the level shall NOT be changed. The value of null indicates that ballast factor scaling is not in
|
|
156
156
|
* use.
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.7
|
|
159
159
|
*/
|
|
160
160
|
readonly ballastFactorAdjustment: OptionalWritableAttribute<number | null, any>;
|
|
161
161
|
/**
|
|
162
162
|
* This attribute shall specify the number of lamps connected to this ballast. (Note 1: this number does not
|
|
163
163
|
* take into account whether lamps are actually in their sockets or not).
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.8
|
|
166
166
|
*/
|
|
167
167
|
readonly lampQuantity: Attribute<number, any>;
|
|
168
168
|
/**
|
|
169
169
|
* This attribute shall specify the type of lamps (including their wattage) connected to the ballast.
|
|
170
170
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.9
|
|
172
172
|
*/
|
|
173
173
|
readonly lampType: OptionalWritableAttribute<string, any>;
|
|
174
174
|
/**
|
|
175
175
|
* This attribute shall specify the name of the manufacturer of the currently connected lamps.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.10
|
|
178
178
|
*/
|
|
179
179
|
readonly lampManufacturer: OptionalWritableAttribute<string, any>;
|
|
180
180
|
/**
|
|
@@ -182,7 +182,7 @@ export declare namespace BallastConfiguration {
|
|
|
182
182
|
*
|
|
183
183
|
* A value of null indicates an invalid or unknown time.
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.11
|
|
186
186
|
*/
|
|
187
187
|
readonly lampRatedHours: OptionalWritableAttribute<number | null, any>;
|
|
188
188
|
/**
|
|
@@ -194,7 +194,7 @@ export declare namespace BallastConfiguration {
|
|
|
194
194
|
*
|
|
195
195
|
* A value of null indicates an invalid or unknown time.
|
|
196
196
|
*
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
197
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.12
|
|
198
198
|
*/
|
|
199
199
|
readonly lampBurnHours: OptionalWritableAttribute<number | null, any>;
|
|
200
200
|
/**
|
|
@@ -203,7 +203,7 @@ export declare namespace BallastConfiguration {
|
|
|
203
203
|
*
|
|
204
204
|
* NOTE All alarms are also logged in the alarm table – see Alarms cluster.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.13
|
|
207
207
|
*/
|
|
208
208
|
readonly lampAlarmMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
209
209
|
/**
|
|
@@ -211,7 +211,7 @@ export declare namespace BallastConfiguration {
|
|
|
211
211
|
*
|
|
212
212
|
* This bit shall indicate that the LampBurnHours attribute may generate an alarm.
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.5.2.1
|
|
215
215
|
*/
|
|
216
216
|
lampBurnHours: BitFlag;
|
|
217
217
|
}>, any>;
|
|
@@ -226,7 +226,7 @@ export declare namespace BallastConfiguration {
|
|
|
226
226
|
*
|
|
227
227
|
* If this attribute has the value of null, then this alarm shall NOT be generated.
|
|
228
228
|
*
|
|
229
|
-
* @see {@link MatterSpecification.
|
|
229
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3.6.14
|
|
230
230
|
*/
|
|
231
231
|
readonly lampBurnHoursTripPoint: OptionalWritableAttribute<number | null, any>;
|
|
232
232
|
};
|
|
@@ -236,7 +236,7 @@ export declare namespace BallastConfiguration {
|
|
|
236
236
|
*
|
|
237
237
|
* NOTE Support for Ballast Configuration cluster is provisional.
|
|
238
238
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v14.Cluster} § 3.3
|
|
240
240
|
*/
|
|
241
241
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
242
242
|
}
|