@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- 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 +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 +390 -390
- 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 +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- 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 +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- 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 +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.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/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- 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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- 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 +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 +390 -390
- 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 +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- 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 +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- 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 +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.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/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- 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 +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- 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 +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- 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 +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/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- 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 +22 -22
- 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 +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- 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/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -15,7 +15,7 @@ export declare namespace KeypadInput {
|
|
|
15
15
|
/**
|
|
16
16
|
* These are optional features supported by KeypadInputCluster.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.4
|
|
19
19
|
*/
|
|
20
20
|
enum Feature {
|
|
21
21
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace KeypadInput {
|
|
|
38
38
|
NumberKeys = "NumberKeys"
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.5.2
|
|
42
42
|
*/
|
|
43
43
|
enum CecKeyCode {
|
|
44
44
|
Select = 0,
|
|
@@ -130,25 +130,25 @@ export declare namespace KeypadInput {
|
|
|
130
130
|
/**
|
|
131
131
|
* Input to the KeypadInput sendKey command
|
|
132
132
|
*
|
|
133
|
-
* @see {@link MatterSpecification.
|
|
133
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1
|
|
134
134
|
*/
|
|
135
135
|
const TlvSendKeyRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
136
136
|
/**
|
|
137
137
|
* This field shall indicate the key code to process.
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1.1
|
|
140
140
|
*/
|
|
141
141
|
keyCode: import("../tlv/TlvObject.js").FieldType<CecKeyCode>;
|
|
142
142
|
}>;
|
|
143
143
|
/**
|
|
144
144
|
* Input to the KeypadInput sendKey command
|
|
145
145
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
146
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1
|
|
147
147
|
*/
|
|
148
148
|
interface SendKeyRequest extends TypeFromSchema<typeof TlvSendKeyRequest> {
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.5.1
|
|
152
152
|
*/
|
|
153
153
|
enum Status {
|
|
154
154
|
/**
|
|
@@ -167,7 +167,7 @@ export declare namespace KeypadInput {
|
|
|
167
167
|
/**
|
|
168
168
|
* Thrown for cluster status code {@link Status.UnsupportedKey}.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.5.1
|
|
171
171
|
*/
|
|
172
172
|
class UnsupportedKeyError extends StatusResponseError {
|
|
173
173
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -175,7 +175,7 @@ export declare namespace KeypadInput {
|
|
|
175
175
|
/**
|
|
176
176
|
* Thrown for cluster status code {@link Status.InvalidKeyInCurrentState}.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.5.1
|
|
179
179
|
*/
|
|
180
180
|
class InvalidKeyInCurrentStateError extends StatusResponseError {
|
|
181
181
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -183,20 +183,20 @@ export declare namespace KeypadInput {
|
|
|
183
183
|
/**
|
|
184
184
|
* This command shall be generated in response to a SendKey command.
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2
|
|
187
187
|
*/
|
|
188
188
|
const TlvSendKeyResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
189
189
|
/**
|
|
190
190
|
* This field shall indicate the status of the request.
|
|
191
191
|
*
|
|
192
|
-
* @see {@link MatterSpecification.
|
|
192
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2.1
|
|
193
193
|
*/
|
|
194
194
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
195
195
|
}>;
|
|
196
196
|
/**
|
|
197
197
|
* This command shall be generated in response to a SendKey command.
|
|
198
198
|
*
|
|
199
|
-
* @see {@link MatterSpecification.
|
|
199
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2
|
|
200
200
|
*/
|
|
201
201
|
interface SendKeyResponse extends TypeFromSchema<typeof TlvSendKeyResponse> {
|
|
202
202
|
}
|
|
@@ -234,20 +234,20 @@ export declare namespace KeypadInput {
|
|
|
234
234
|
* consider the first key press to be a press and hold. When such a repeat KeyCode value is not received
|
|
235
235
|
* within 200 ms, then the endpoint will consider the last key press to be a release.
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1
|
|
238
238
|
*/
|
|
239
239
|
readonly sendKey: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
240
240
|
/**
|
|
241
241
|
* This field shall indicate the key code to process.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1.1
|
|
244
244
|
*/
|
|
245
245
|
keyCode: import("../tlv/TlvObject.js").FieldType<CecKeyCode>;
|
|
246
246
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
247
247
|
/**
|
|
248
248
|
* This field shall indicate the status of the request.
|
|
249
249
|
*
|
|
250
|
-
* @see {@link MatterSpecification.
|
|
250
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2.1
|
|
251
251
|
*/
|
|
252
252
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
253
253
|
}>, any>;
|
|
@@ -292,20 +292,20 @@ export declare namespace KeypadInput {
|
|
|
292
292
|
* consider the first key press to be a press and hold. When such a repeat KeyCode value is not received
|
|
293
293
|
* within 200 ms, then the endpoint will consider the last key press to be a release.
|
|
294
294
|
*
|
|
295
|
-
* @see {@link MatterSpecification.
|
|
295
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1
|
|
296
296
|
*/
|
|
297
297
|
readonly sendKey: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
298
298
|
/**
|
|
299
299
|
* This field shall indicate the key code to process.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1.1
|
|
302
302
|
*/
|
|
303
303
|
keyCode: import("../tlv/TlvObject.js").FieldType<CecKeyCode>;
|
|
304
304
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
305
305
|
/**
|
|
306
306
|
* This field shall indicate the status of the request.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2.1
|
|
309
309
|
*/
|
|
310
310
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
311
311
|
}>, any>;
|
|
@@ -335,7 +335,7 @@ export declare namespace KeypadInput {
|
|
|
335
335
|
* KeypadInputCluster supports optional features that you can enable with the KeypadInputCluster.with() factory
|
|
336
336
|
* method.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8
|
|
339
339
|
*/
|
|
340
340
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
341
341
|
}
|
|
@@ -135,7 +135,7 @@ var KeypadInput;
|
|
|
135
135
|
/**
|
|
136
136
|
* This field shall indicate the key code to process.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1.1
|
|
139
139
|
*/
|
|
140
140
|
keyCode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
141
141
|
});
|
|
@@ -161,7 +161,7 @@ var KeypadInput;
|
|
|
161
161
|
/**
|
|
162
162
|
* This field shall indicate the status of the request.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.2.1
|
|
165
165
|
*/
|
|
166
166
|
status: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)())
|
|
167
167
|
});
|
|
@@ -196,7 +196,7 @@ var KeypadInput;
|
|
|
196
196
|
* consider the first key press to be a press and hold. When such a repeat KeyCode value is not received
|
|
197
197
|
* within 200 ms, then the endpoint will consider the last key press to be a release.
|
|
198
198
|
*
|
|
199
|
-
* @see {@link MatterSpecification.
|
|
199
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.8.6.1
|
|
200
200
|
*/
|
|
201
201
|
sendKey: (0, import_Cluster.Command)(0, KeypadInput2.TlvSendKeyRequest, 1, KeypadInput2.TlvSendKeyResponse)
|
|
202
202
|
},
|
|
@@ -9,13 +9,13 @@ export declare namespace Label {
|
|
|
9
9
|
/**
|
|
10
10
|
* This is a string tuple with strings that are user defined.
|
|
11
11
|
*
|
|
12
|
-
* @see {@link MatterSpecification.
|
|
12
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1
|
|
13
13
|
*/
|
|
14
14
|
const TlvLabelStruct: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
15
15
|
/**
|
|
16
16
|
* The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.1
|
|
19
19
|
*/
|
|
20
20
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
21
21
|
/**
|
|
@@ -24,14 +24,14 @@ export declare namespace Label {
|
|
|
24
24
|
*
|
|
25
25
|
* Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"
|
|
26
26
|
*
|
|
27
|
-
* @see {@link MatterSpecification.
|
|
27
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.2
|
|
28
28
|
*/
|
|
29
29
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
30
30
|
}>;
|
|
31
31
|
/**
|
|
32
32
|
* This is a string tuple with strings that are user defined.
|
|
33
33
|
*
|
|
34
|
-
* @see {@link MatterSpecification.
|
|
34
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1
|
|
35
35
|
*/
|
|
36
36
|
interface LabelStruct extends TypeFromSchema<typeof TlvLabelStruct> {
|
|
37
37
|
}
|
|
@@ -46,13 +46,13 @@ export declare namespace Label {
|
|
|
46
46
|
/**
|
|
47
47
|
* This is a list of string tuples. Each entry is a LabelStruct.
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.5.1
|
|
50
50
|
*/
|
|
51
51
|
readonly labelList: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
52
52
|
/**
|
|
53
53
|
* The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
|
|
54
54
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.1
|
|
56
56
|
*/
|
|
57
57
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
58
58
|
/**
|
|
@@ -61,7 +61,7 @@ export declare namespace Label {
|
|
|
61
61
|
*
|
|
62
62
|
* Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.2
|
|
65
65
|
*/
|
|
66
66
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
67
67
|
}>[], any>;
|
|
@@ -74,13 +74,13 @@ export declare namespace Label {
|
|
|
74
74
|
/**
|
|
75
75
|
* This is a list of string tuples. Each entry is a LabelStruct.
|
|
76
76
|
*
|
|
77
|
-
* @see {@link MatterSpecification.
|
|
77
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.5.1
|
|
78
78
|
*/
|
|
79
79
|
readonly labelList: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
80
80
|
/**
|
|
81
81
|
* The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
|
|
82
82
|
*
|
|
83
|
-
* @see {@link MatterSpecification.
|
|
83
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.1
|
|
84
84
|
*/
|
|
85
85
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
86
86
|
/**
|
|
@@ -89,7 +89,7 @@ export declare namespace Label {
|
|
|
89
89
|
*
|
|
90
90
|
* Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.2
|
|
93
93
|
*/
|
|
94
94
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
95
95
|
}>[], any>;
|
|
@@ -37,7 +37,7 @@ var Label;
|
|
|
37
37
|
/**
|
|
38
38
|
* The Label or Value semantic is not defined here. Label examples: "room", "zone", "group", "direction".
|
|
39
39
|
*
|
|
40
|
-
* @see {@link MatterSpecification.
|
|
40
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.1
|
|
41
41
|
*/
|
|
42
42
|
label: (0, import_TlvObject.TlvField)(0, import_TlvString.TlvString.bound({ maxLength: 16 })),
|
|
43
43
|
/**
|
|
@@ -46,7 +46,7 @@ var Label;
|
|
|
46
46
|
*
|
|
47
47
|
* Label:Value examples: "room":"bedroom 2", "orientation":"North", "floor":"2", "direction":"up"
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.4.1.2
|
|
50
50
|
*/
|
|
51
51
|
value: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 16 }))
|
|
52
52
|
});
|
|
@@ -57,7 +57,7 @@ var Label;
|
|
|
57
57
|
/**
|
|
58
58
|
* This is a list of string tuples. Each entry is a LabelStruct.
|
|
59
59
|
*
|
|
60
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v142.Core} § 9.7.5.1
|
|
61
61
|
*/
|
|
62
62
|
labelList: (0, import_Cluster.WritableAttribute)(0, (0, import_TlvArray.TlvArray)(Label2.TlvLabelStruct), { default: [] })
|
|
63
63
|
}
|
|
@@ -14,7 +14,7 @@ export declare namespace LaundryDryerControls {
|
|
|
14
14
|
* It is up to the device manufacturer to determine the mapping between the enum values and the corresponding
|
|
15
15
|
* temperature level.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9.4.1
|
|
18
18
|
*/
|
|
19
19
|
enum DrynessLevel {
|
|
20
20
|
/**
|
|
@@ -48,7 +48,7 @@ export declare namespace LaundryDryerControls {
|
|
|
48
48
|
* provided in the SupportedDrynessLevels list. The list of dryness levels may change depending on the
|
|
49
49
|
* currently-selected Laundry Dryer mode.
|
|
50
50
|
*
|
|
51
|
-
* @see {@link MatterSpecification.
|
|
51
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9.5.1
|
|
52
52
|
*/
|
|
53
53
|
readonly supportedDrynessLevels: Attribute<DrynessLevel[], any>;
|
|
54
54
|
/**
|
|
@@ -61,7 +61,7 @@ export declare namespace LaundryDryerControls {
|
|
|
61
61
|
* INVALID_IN_STATE error shall be sent as the response. A value of null shall indicate that there will be
|
|
62
62
|
* no dryness level setting for the current mode.
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9.5.2
|
|
65
65
|
*/
|
|
66
66
|
readonly selectedDrynessLevel: WritableAttribute<DrynessLevel | null, any>;
|
|
67
67
|
};
|
|
@@ -69,7 +69,7 @@ export declare namespace LaundryDryerControls {
|
|
|
69
69
|
/**
|
|
70
70
|
* This cluster provides a way to access options associated with the operation of a laundry dryer device type.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9
|
|
73
73
|
*/
|
|
74
74
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
75
75
|
}
|
|
@@ -53,7 +53,7 @@ var LaundryDryerControls;
|
|
|
53
53
|
* provided in the SupportedDrynessLevels list. The list of dryness levels may change depending on the
|
|
54
54
|
* currently-selected Laundry Dryer mode.
|
|
55
55
|
*
|
|
56
|
-
* @see {@link MatterSpecification.
|
|
56
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9.5.1
|
|
57
57
|
*/
|
|
58
58
|
supportedDrynessLevels: (0, import_Cluster.Attribute)(0, (0, import_TlvArray.TlvArray)((0, import_TlvNumber.TlvEnum)(), { minLength: 1, maxLength: 4 })),
|
|
59
59
|
/**
|
|
@@ -66,7 +66,7 @@ var LaundryDryerControls;
|
|
|
66
66
|
* INVALID_IN_STATE error shall be sent as the response. A value of null shall indicate that there will be
|
|
67
67
|
* no dryness level setting for the current mode.
|
|
68
68
|
*
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.9.5.2
|
|
70
70
|
*/
|
|
71
71
|
selectedDrynessLevel: (0, import_Cluster.WritableAttribute)(1, (0, import_TlvNullable.TlvNullable)((0, import_TlvNumber.TlvEnum)()))
|
|
72
72
|
}
|
|
@@ -12,7 +12,7 @@ export declare namespace LaundryWasherControls {
|
|
|
12
12
|
/**
|
|
13
13
|
* These are optional features supported by LaundryWasherControlsCluster.
|
|
14
14
|
*
|
|
15
|
-
* @see {@link MatterSpecification.
|
|
15
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4
|
|
16
16
|
*/
|
|
17
17
|
enum Feature {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export declare namespace LaundryWasherControls {
|
|
|
21
21
|
* This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some
|
|
22
22
|
* modes may not support multiple spin speeds even if this feature is supported.
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.1
|
|
25
25
|
*/
|
|
26
26
|
Spin = "Spin",
|
|
27
27
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace LaundryWasherControls {
|
|
|
30
30
|
* This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some
|
|
31
31
|
* modes may not support selection of the number of rinse cycles even if this feature is supported.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.2
|
|
34
34
|
*/
|
|
35
35
|
Rinse = "Rinse"
|
|
36
36
|
}
|
|
@@ -39,7 +39,7 @@ export declare namespace LaundryWasherControls {
|
|
|
39
39
|
* mode. NumberOfRinsesEnum is derived from enum8. It is up to the device manufacturer to determine the mapping
|
|
40
40
|
* between the enum values and the corresponding numbers of rinses.
|
|
41
41
|
*
|
|
42
|
-
* @see {@link MatterSpecification.
|
|
42
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.5.1
|
|
43
43
|
*/
|
|
44
44
|
enum NumberOfRinses {
|
|
45
45
|
/**
|
|
@@ -70,7 +70,7 @@ export declare namespace LaundryWasherControls {
|
|
|
70
70
|
* SpinSpeeds list. The list of spin speeds may change depending on the currently selected Laundry Washer
|
|
71
71
|
* mode. For example, Quick mode might have a completely different list of SpinSpeeds than Delicates mode.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.1
|
|
74
74
|
*/
|
|
75
75
|
readonly spinSpeeds: Attribute<string[], any>;
|
|
76
76
|
/**
|
|
@@ -83,7 +83,7 @@ export declare namespace LaundryWasherControls {
|
|
|
83
83
|
* sent as the response. If null is written to this attribute, there will be no spin speed for the selected
|
|
84
84
|
* cycle. If the value is null, there will be no spin speed on the current mode.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.2
|
|
87
87
|
*/
|
|
88
88
|
readonly spinSpeedCurrent: WritableAttribute<number | null, any>;
|
|
89
89
|
};
|
|
@@ -100,7 +100,7 @@ export declare namespace LaundryWasherControls {
|
|
|
100
100
|
* in a compatible state to accept the provided value, an INVALID_IN_STATE error shall be sent as the
|
|
101
101
|
* response.
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.3
|
|
104
104
|
*/
|
|
105
105
|
readonly numberOfRinses: WritableAttribute<NumberOfRinses, any>;
|
|
106
106
|
/**
|
|
@@ -108,7 +108,7 @@ export declare namespace LaundryWasherControls {
|
|
|
108
108
|
* NumberOfRinsesEnum value that is possible in the selected mode on the device. The value of this attribute
|
|
109
109
|
* may change at runtime based on the currently selected mode. Each entry shall be distinct.
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.4
|
|
112
112
|
*/
|
|
113
113
|
readonly supportedRinses: Attribute<NumberOfRinses[], any>;
|
|
114
114
|
};
|
|
@@ -125,14 +125,14 @@ export declare namespace LaundryWasherControls {
|
|
|
125
125
|
* This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some
|
|
126
126
|
* modes may not support multiple spin speeds even if this feature is supported.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.1
|
|
129
129
|
*/
|
|
130
130
|
readonly spin: BitFlag;
|
|
131
131
|
/**
|
|
132
132
|
* This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some
|
|
133
133
|
* modes may not support selection of the number of rinse cycles even if this feature is supported.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.2
|
|
136
136
|
*/
|
|
137
137
|
readonly rinse: BitFlag;
|
|
138
138
|
};
|
|
@@ -152,7 +152,7 @@ export declare namespace LaundryWasherControls {
|
|
|
152
152
|
* SpinSpeeds list. The list of spin speeds may change depending on the currently selected Laundry Washer
|
|
153
153
|
* mode. For example, Quick mode might have a completely different list of SpinSpeeds than Delicates mode.
|
|
154
154
|
*
|
|
155
|
-
* @see {@link MatterSpecification.
|
|
155
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.1
|
|
156
156
|
*/
|
|
157
157
|
readonly spinSpeeds: Attribute<string[], any>;
|
|
158
158
|
/**
|
|
@@ -165,7 +165,7 @@ export declare namespace LaundryWasherControls {
|
|
|
165
165
|
* sent as the response. If null is written to this attribute, there will be no spin speed for the selected
|
|
166
166
|
* cycle. If the value is null, there will be no spin speed on the current mode.
|
|
167
167
|
*
|
|
168
|
-
* @see {@link MatterSpecification.
|
|
168
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.2
|
|
169
169
|
*/
|
|
170
170
|
readonly spinSpeedCurrent: WritableAttribute<number | null, any>;
|
|
171
171
|
};
|
|
@@ -183,7 +183,7 @@ export declare namespace LaundryWasherControls {
|
|
|
183
183
|
* in a compatible state to accept the provided value, an INVALID_IN_STATE error shall be sent as the
|
|
184
184
|
* response.
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.3
|
|
187
187
|
*/
|
|
188
188
|
readonly numberOfRinses: WritableAttribute<NumberOfRinses, any>;
|
|
189
189
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace LaundryWasherControls {
|
|
|
191
191
|
* NumberOfRinsesEnum value that is possible in the selected mode on the device. The value of this attribute
|
|
192
192
|
* may change at runtime based on the currently selected mode. Each entry shall be distinct.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.4
|
|
195
195
|
*/
|
|
196
196
|
readonly supportedRinses: Attribute<NumberOfRinses[], any>;
|
|
197
197
|
};
|
|
@@ -216,14 +216,14 @@ export declare namespace LaundryWasherControls {
|
|
|
216
216
|
* This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some
|
|
217
217
|
* modes may not support multiple spin speeds even if this feature is supported.
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.1
|
|
220
220
|
*/
|
|
221
221
|
readonly spin: BitFlag;
|
|
222
222
|
/**
|
|
223
223
|
* This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some
|
|
224
224
|
* modes may not support selection of the number of rinse cycles even if this feature is supported.
|
|
225
225
|
*
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.2
|
|
227
227
|
*/
|
|
228
228
|
readonly rinse: BitFlag;
|
|
229
229
|
};
|
|
@@ -243,7 +243,7 @@ export declare namespace LaundryWasherControls {
|
|
|
243
243
|
* SpinSpeeds list. The list of spin speeds may change depending on the currently selected Laundry Washer
|
|
244
244
|
* mode. For example, Quick mode might have a completely different list of SpinSpeeds than Delicates mode.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.1
|
|
247
247
|
*/
|
|
248
248
|
readonly spinSpeeds: Attribute<string[], any>;
|
|
249
249
|
/**
|
|
@@ -256,7 +256,7 @@ export declare namespace LaundryWasherControls {
|
|
|
256
256
|
* sent as the response. If null is written to this attribute, there will be no spin speed for the selected
|
|
257
257
|
* cycle. If the value is null, there will be no spin speed on the current mode.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.2
|
|
260
260
|
*/
|
|
261
261
|
readonly spinSpeedCurrent: WritableAttribute<number | null, any>;
|
|
262
262
|
};
|
|
@@ -274,7 +274,7 @@ export declare namespace LaundryWasherControls {
|
|
|
274
274
|
* in a compatible state to accept the provided value, an INVALID_IN_STATE error shall be sent as the
|
|
275
275
|
* response.
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.3
|
|
278
278
|
*/
|
|
279
279
|
readonly numberOfRinses: WritableAttribute<NumberOfRinses, any>;
|
|
280
280
|
/**
|
|
@@ -282,7 +282,7 @@ export declare namespace LaundryWasherControls {
|
|
|
282
282
|
* NumberOfRinsesEnum value that is possible in the selected mode on the device. The value of this attribute
|
|
283
283
|
* may change at runtime based on the currently selected mode. Each entry shall be distinct.
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.4
|
|
286
286
|
*/
|
|
287
287
|
readonly supportedRinses: Attribute<NumberOfRinses[], any>;
|
|
288
288
|
};
|
|
@@ -301,7 +301,7 @@ export declare namespace LaundryWasherControls {
|
|
|
301
301
|
* Per the Matter specification you cannot use {@link LaundryWasherControlsCluster} without enabling certain feature
|
|
302
302
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
303
303
|
*
|
|
304
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6
|
|
305
305
|
*/
|
|
306
306
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
307
307
|
}
|
|
@@ -318,14 +318,14 @@ export declare namespace LaundryWasherControls {
|
|
|
318
318
|
* This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some
|
|
319
319
|
* modes may not support multiple spin speeds even if this feature is supported.
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.1
|
|
322
322
|
*/
|
|
323
323
|
readonly spin: BitFlag;
|
|
324
324
|
/**
|
|
325
325
|
* This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some
|
|
326
326
|
* modes may not support selection of the number of rinse cycles even if this feature is supported.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.2
|
|
329
329
|
*/
|
|
330
330
|
readonly rinse: BitFlag;
|
|
331
331
|
};
|
|
@@ -57,7 +57,7 @@ var LaundryWasherControls;
|
|
|
57
57
|
* SpinSpeeds list. The list of spin speeds may change depending on the currently selected Laundry Washer
|
|
58
58
|
* mode. For example, Quick mode might have a completely different list of SpinSpeeds than Delicates mode.
|
|
59
59
|
*
|
|
60
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.1
|
|
61
61
|
*/
|
|
62
62
|
spinSpeeds: (0, import_Cluster.Attribute)(0, (0, import_TlvArray.TlvArray)(import_TlvString.TlvString, { maxLength: 16 }), { default: [] }),
|
|
63
63
|
/**
|
|
@@ -70,7 +70,7 @@ var LaundryWasherControls;
|
|
|
70
70
|
* sent as the response. If null is written to this attribute, there will be no spin speed for the selected
|
|
71
71
|
* cycle. If the value is null, there will be no spin speed on the current mode.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.2
|
|
74
74
|
*/
|
|
75
75
|
spinSpeedCurrent: (0, import_Cluster.WritableAttribute)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8.bound({ max: 15 })))
|
|
76
76
|
}
|
|
@@ -84,7 +84,7 @@ var LaundryWasherControls;
|
|
|
84
84
|
* in a compatible state to accept the provided value, an INVALID_IN_STATE error shall be sent as the
|
|
85
85
|
* response.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.3
|
|
88
88
|
*/
|
|
89
89
|
numberOfRinses: (0, import_Cluster.WritableAttribute)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
90
90
|
/**
|
|
@@ -92,7 +92,7 @@ var LaundryWasherControls;
|
|
|
92
92
|
* NumberOfRinsesEnum value that is possible in the selected mode on the device. The value of this attribute
|
|
93
93
|
* may change at runtime based on the currently selected mode. Each entry shall be distinct.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.6.4
|
|
96
96
|
*/
|
|
97
97
|
supportedRinses: (0, import_Cluster.Attribute)(3, (0, import_TlvArray.TlvArray)((0, import_TlvNumber.TlvEnum)(), { maxLength: 4 }), { default: [] })
|
|
98
98
|
}
|
|
@@ -106,14 +106,14 @@ var LaundryWasherControls;
|
|
|
106
106
|
* This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some
|
|
107
107
|
* modes may not support multiple spin speeds even if this feature is supported.
|
|
108
108
|
*
|
|
109
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.1
|
|
110
110
|
*/
|
|
111
111
|
spin: (0, import_BitmapSchema.BitFlag)(0),
|
|
112
112
|
/**
|
|
113
113
|
* This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some
|
|
114
114
|
* modes may not support selection of the number of rinse cycles even if this feature is supported.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v142.Cluster} § 8.6.4.2
|
|
117
117
|
*/
|
|
118
118
|
rinse: (0, import_BitmapSchema.BitFlag)(1)
|
|
119
119
|
},
|