@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace Switch {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by SwitchCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export declare namespace Switch {
|
|
|
21
21
|
*
|
|
22
22
|
* This feature flag is for a switch that maintains its position after being pressed (or turned).
|
|
23
23
|
*
|
|
24
|
-
* @see {@link MatterSpecification.
|
|
24
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.1
|
|
25
25
|
*/
|
|
26
26
|
LatchingSwitch = "LatchingSwitch",
|
|
27
27
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace Switch {
|
|
|
30
30
|
* This feature flag is for a switch that does not maintain its position after being pressed (or turned). After
|
|
31
31
|
* releasing, it goes back to its idle position.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.2
|
|
34
34
|
*/
|
|
35
35
|
MomentarySwitch = "MomentarySwitch",
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace Switch {
|
|
|
38
38
|
*
|
|
39
39
|
* This feature flag is for a momentary switch that can distinguish and report release events.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.3
|
|
42
42
|
*/
|
|
43
43
|
MomentarySwitchRelease = "MomentarySwitchRelease",
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export declare namespace Switch {
|
|
|
46
46
|
*
|
|
47
47
|
* This feature flag is for a momentary switch that can distinguish and report long presses from short presses.
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.4
|
|
50
50
|
*/
|
|
51
51
|
MomentarySwitchLongPress = "MomentarySwitchLongPress",
|
|
52
52
|
/**
|
|
@@ -55,7 +55,7 @@ export declare namespace Switch {
|
|
|
55
55
|
* This feature flag is for a momentary switch that can distinguish and report double press and potentially
|
|
56
56
|
* multiple presses with more events, such as triple press, etc.
|
|
57
57
|
*
|
|
58
|
-
* @see {@link MatterSpecification.
|
|
58
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.5
|
|
59
59
|
*/
|
|
60
60
|
MomentarySwitchMultiPress = "MomentarySwitchMultiPress",
|
|
61
61
|
/**
|
|
@@ -64,14 +64,14 @@ export declare namespace Switch {
|
|
|
64
64
|
* This feature flag indicates simplified handling of events for multi-press-capable switches. See Multi Press
|
|
65
65
|
* Details.
|
|
66
66
|
*
|
|
67
|
-
* @see {@link MatterSpecification.
|
|
67
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.6
|
|
68
68
|
*/
|
|
69
69
|
ActionSwitch = "ActionSwitch"
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Body of the Switch multiPressComplete event
|
|
73
73
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.7
|
|
75
75
|
*/
|
|
76
76
|
const TlvMultiPressCompleteEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
77
77
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -80,120 +80,120 @@ export declare namespace Switch {
|
|
|
80
80
|
/**
|
|
81
81
|
* Body of the Switch multiPressComplete event
|
|
82
82
|
*
|
|
83
|
-
* @see {@link MatterSpecification.
|
|
83
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.7
|
|
84
84
|
*/
|
|
85
85
|
interface MultiPressCompleteEvent extends TypeFromSchema<typeof TlvMultiPressCompleteEvent> {
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Body of the Switch switchLatched event
|
|
89
89
|
*
|
|
90
|
-
* @see {@link MatterSpecification.
|
|
90
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1
|
|
91
91
|
*/
|
|
92
92
|
const TlvSwitchLatchedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
93
93
|
/**
|
|
94
94
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1.1
|
|
97
97
|
*/
|
|
98
98
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
99
99
|
}>;
|
|
100
100
|
/**
|
|
101
101
|
* Body of the Switch switchLatched event
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1
|
|
104
104
|
*/
|
|
105
105
|
interface SwitchLatchedEvent extends TypeFromSchema<typeof TlvSwitchLatchedEvent> {
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Body of the Switch initialPress event
|
|
109
109
|
*
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
110
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2
|
|
111
111
|
*/
|
|
112
112
|
const TlvInitialPressEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
113
113
|
/**
|
|
114
114
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2.1
|
|
117
117
|
*/
|
|
118
118
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
119
119
|
}>;
|
|
120
120
|
/**
|
|
121
121
|
* Body of the Switch initialPress event
|
|
122
122
|
*
|
|
123
|
-
* @see {@link MatterSpecification.
|
|
123
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2
|
|
124
124
|
*/
|
|
125
125
|
interface InitialPressEvent extends TypeFromSchema<typeof TlvInitialPressEvent> {
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
128
|
* Body of the Switch longPress event
|
|
129
129
|
*
|
|
130
|
-
* @see {@link MatterSpecification.
|
|
130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3
|
|
131
131
|
*/
|
|
132
132
|
const TlvLongPressEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
133
133
|
/**
|
|
134
134
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
135
135
|
*
|
|
136
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3.1
|
|
137
137
|
*/
|
|
138
138
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
139
139
|
}>;
|
|
140
140
|
/**
|
|
141
141
|
* Body of the Switch longPress event
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3
|
|
144
144
|
*/
|
|
145
145
|
interface LongPressEvent extends TypeFromSchema<typeof TlvLongPressEvent> {
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Body of the Switch longRelease event
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5
|
|
151
151
|
*/
|
|
152
152
|
const TlvLongReleaseEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
153
153
|
/**
|
|
154
154
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5.1
|
|
157
157
|
*/
|
|
158
158
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
159
159
|
}>;
|
|
160
160
|
/**
|
|
161
161
|
* Body of the Switch longRelease event
|
|
162
162
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
163
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5
|
|
164
164
|
*/
|
|
165
165
|
interface LongReleaseEvent extends TypeFromSchema<typeof TlvLongReleaseEvent> {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Body of the Switch shortRelease event
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4
|
|
171
171
|
*/
|
|
172
172
|
const TlvShortReleaseEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
173
173
|
/**
|
|
174
174
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
175
175
|
*
|
|
176
|
-
* @see {@link MatterSpecification.
|
|
176
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4.1
|
|
177
177
|
*/
|
|
178
178
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
179
179
|
}>;
|
|
180
180
|
/**
|
|
181
181
|
* Body of the Switch shortRelease event
|
|
182
182
|
*
|
|
183
|
-
* @see {@link MatterSpecification.
|
|
183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4
|
|
184
184
|
*/
|
|
185
185
|
interface ShortReleaseEvent extends TypeFromSchema<typeof TlvShortReleaseEvent> {
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
188
|
* Body of the Switch multiPressOngoing event
|
|
189
189
|
*
|
|
190
|
-
* @see {@link MatterSpecification.
|
|
190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6
|
|
191
191
|
*/
|
|
192
192
|
const TlvMultiPressOngoingEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
193
193
|
/**
|
|
194
194
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
195
195
|
*
|
|
196
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.1
|
|
197
197
|
*/
|
|
198
198
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
199
199
|
/**
|
|
@@ -205,14 +205,14 @@ export declare namespace Switch {
|
|
|
205
205
|
*
|
|
206
206
|
* • a value of N when the Nth press of a multi-press sequence has been detected.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.2
|
|
209
209
|
*/
|
|
210
210
|
currentNumberOfPressesCounted: import("../tlv/TlvObject.js").FieldType<number>;
|
|
211
211
|
}>;
|
|
212
212
|
/**
|
|
213
213
|
* Body of the Switch multiPressOngoing event
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6
|
|
216
216
|
*/
|
|
217
217
|
interface MultiPressOngoingEvent extends TypeFromSchema<typeof TlvMultiPressOngoingEvent> {
|
|
218
218
|
}
|
|
@@ -244,7 +244,7 @@ export declare namespace Switch {
|
|
|
244
244
|
* presses beyond MultiPressMax that may be taken in account specially by switches (e.g. to trigger special
|
|
245
245
|
* behavior such as factory reset for which generating events towards the client is not appropriate).
|
|
246
246
|
*
|
|
247
|
-
* @see {@link MatterSpecification.
|
|
247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.3
|
|
248
248
|
*/
|
|
249
249
|
readonly multiPressMax: FixedAttribute<number, any>;
|
|
250
250
|
};
|
|
@@ -281,7 +281,7 @@ export declare namespace Switch {
|
|
|
281
281
|
* TotalNumberOfPressesCounted field taken into account since for values from 1 to MultiPressMax, the
|
|
282
282
|
* user action that led to the event was different depending on the count.
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.7
|
|
285
285
|
*/
|
|
286
286
|
readonly multiPressComplete: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
287
287
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -298,13 +298,13 @@ export declare namespace Switch {
|
|
|
298
298
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been
|
|
299
299
|
* delayed by debouncing within the switch.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1
|
|
302
302
|
*/
|
|
303
303
|
readonly switchLatched: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
304
304
|
/**
|
|
305
305
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
306
306
|
*
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
307
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1.1
|
|
308
308
|
*/
|
|
309
309
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
310
310
|
}>, any>;
|
|
@@ -318,13 +318,13 @@ export declare namespace Switch {
|
|
|
318
318
|
/**
|
|
319
319
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
320
320
|
*
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2
|
|
322
322
|
*/
|
|
323
323
|
readonly initialPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
324
324
|
/**
|
|
325
325
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
326
326
|
*
|
|
327
|
-
* @see {@link MatterSpecification.
|
|
327
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2.1
|
|
328
328
|
*/
|
|
329
329
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
330
330
|
}>, any>;
|
|
@@ -367,13 +367,13 @@ export declare namespace Switch {
|
|
|
367
367
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses
|
|
368
368
|
* and multi-press events.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3
|
|
371
371
|
*/
|
|
372
372
|
readonly longPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
373
373
|
/**
|
|
374
374
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
375
375
|
*
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3.1
|
|
377
377
|
*/
|
|
378
378
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
379
379
|
}>, any>;
|
|
@@ -383,13 +383,13 @@ export declare namespace Switch {
|
|
|
383
383
|
* LongPress event has been generated since the previous InitialPress event. Also see Section 1.13.7,
|
|
384
384
|
* “Sequence of generated events”.
|
|
385
385
|
*
|
|
386
|
-
* @see {@link MatterSpecification.
|
|
386
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5
|
|
387
387
|
*/
|
|
388
388
|
readonly longRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
389
389
|
/**
|
|
390
390
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
391
391
|
*
|
|
392
|
-
* @see {@link MatterSpecification.
|
|
392
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5.1
|
|
393
393
|
*/
|
|
394
394
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
395
395
|
}>, any>;
|
|
@@ -417,13 +417,13 @@ export declare namespace Switch {
|
|
|
417
417
|
*
|
|
418
418
|
* • Also see Section 1.13.7, “Sequence of generated events”.
|
|
419
419
|
*
|
|
420
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4
|
|
421
421
|
*/
|
|
422
422
|
readonly shortRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
423
423
|
/**
|
|
424
424
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
425
425
|
*
|
|
426
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4.1
|
|
427
427
|
*/
|
|
428
428
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
429
429
|
}>, any>;
|
|
@@ -442,13 +442,13 @@ export declare namespace Switch {
|
|
|
442
442
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a
|
|
443
443
|
* multi-press sequence, during that sequence. See Multi Press Details below.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6
|
|
446
446
|
*/
|
|
447
447
|
readonly multiPressOngoing: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
448
448
|
/**
|
|
449
449
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
450
450
|
*
|
|
451
|
-
* @see {@link MatterSpecification.
|
|
451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.1
|
|
452
452
|
*/
|
|
453
453
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
454
454
|
/**
|
|
@@ -460,7 +460,7 @@ export declare namespace Switch {
|
|
|
460
460
|
*
|
|
461
461
|
* • a value of N when the Nth press of a multi-press sequence has been detected.
|
|
462
462
|
*
|
|
463
|
-
* @see {@link MatterSpecification.
|
|
463
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.2
|
|
464
464
|
*/
|
|
465
465
|
currentNumberOfPressesCounted: import("../tlv/TlvObject.js").FieldType<number>;
|
|
466
466
|
}>, any>;
|
|
@@ -477,41 +477,41 @@ export declare namespace Switch {
|
|
|
477
477
|
/**
|
|
478
478
|
* This feature flag is for a switch that maintains its position after being pressed (or turned).
|
|
479
479
|
*
|
|
480
|
-
* @see {@link MatterSpecification.
|
|
480
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.1
|
|
481
481
|
*/
|
|
482
482
|
readonly latchingSwitch: BitFlag;
|
|
483
483
|
/**
|
|
484
484
|
* This feature flag is for a switch that does not maintain its position after being pressed (or turned).
|
|
485
485
|
* After releasing, it goes back to its idle position.
|
|
486
486
|
*
|
|
487
|
-
* @see {@link MatterSpecification.
|
|
487
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.2
|
|
488
488
|
*/
|
|
489
489
|
readonly momentarySwitch: BitFlag;
|
|
490
490
|
/**
|
|
491
491
|
* This feature flag is for a momentary switch that can distinguish and report release events.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.3
|
|
494
494
|
*/
|
|
495
495
|
readonly momentarySwitchRelease: BitFlag;
|
|
496
496
|
/**
|
|
497
497
|
* This feature flag is for a momentary switch that can distinguish and report long presses from short
|
|
498
498
|
* presses.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.4
|
|
501
501
|
*/
|
|
502
502
|
readonly momentarySwitchLongPress: BitFlag;
|
|
503
503
|
/**
|
|
504
504
|
* This feature flag is for a momentary switch that can distinguish and report double press and potentially
|
|
505
505
|
* multiple presses with more events, such as triple press, etc.
|
|
506
506
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.5
|
|
508
508
|
*/
|
|
509
509
|
readonly momentarySwitchMultiPress: BitFlag;
|
|
510
510
|
/**
|
|
511
511
|
* This feature flag indicates simplified handling of events for multi-press-capable switches. See Multi
|
|
512
512
|
* Press Details.
|
|
513
513
|
*
|
|
514
|
-
* @see {@link MatterSpecification.
|
|
514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.6
|
|
515
515
|
*/
|
|
516
516
|
readonly actionSwitch: BitFlag;
|
|
517
517
|
};
|
|
@@ -520,7 +520,7 @@ export declare namespace Switch {
|
|
|
520
520
|
* Indicates the maximum number of positions the switch has. Any kind of switch has a minimum of 2
|
|
521
521
|
* positions. Also see Multi Position Details for the case NumberOfPositions>2.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.1
|
|
524
524
|
*/
|
|
525
525
|
readonly numberOfPositions: FixedAttribute<number, any>;
|
|
526
526
|
/**
|
|
@@ -529,7 +529,7 @@ export declare namespace Switch {
|
|
|
529
529
|
* CurrentPosition value 0 shall be assigned to the default position of the switch: for example the "open"
|
|
530
530
|
* state of a rocker switch, or the "idle" state of a push button switch.
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.2
|
|
533
533
|
*/
|
|
534
534
|
readonly currentPosition: Attribute<number, any>;
|
|
535
535
|
};
|
|
@@ -565,7 +565,7 @@ export declare namespace Switch {
|
|
|
565
565
|
* presses beyond MultiPressMax that may be taken in account specially by switches (e.g. to trigger special
|
|
566
566
|
* behavior such as factory reset for which generating events towards the client is not appropriate).
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.3
|
|
569
569
|
*/
|
|
570
570
|
readonly multiPressMax: FixedAttribute<number, any>;
|
|
571
571
|
};
|
|
@@ -602,7 +602,7 @@ export declare namespace Switch {
|
|
|
602
602
|
* TotalNumberOfPressesCounted field taken into account since for values from 1 to MultiPressMax, the
|
|
603
603
|
* user action that led to the event was different depending on the count.
|
|
604
604
|
*
|
|
605
|
-
* @see {@link MatterSpecification.
|
|
605
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.7
|
|
606
606
|
*/
|
|
607
607
|
readonly multiPressComplete: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
608
608
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -620,13 +620,13 @@ export declare namespace Switch {
|
|
|
620
620
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been
|
|
621
621
|
* delayed by debouncing within the switch.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1
|
|
624
624
|
*/
|
|
625
625
|
readonly switchLatched: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
626
626
|
/**
|
|
627
627
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1.1
|
|
630
630
|
*/
|
|
631
631
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
632
632
|
}>, any>;
|
|
@@ -641,13 +641,13 @@ export declare namespace Switch {
|
|
|
641
641
|
/**
|
|
642
642
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2
|
|
645
645
|
*/
|
|
646
646
|
readonly initialPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
647
647
|
/**
|
|
648
648
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2.1
|
|
651
651
|
*/
|
|
652
652
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
653
653
|
}>, any>;
|
|
@@ -691,13 +691,13 @@ export declare namespace Switch {
|
|
|
691
691
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses
|
|
692
692
|
* and multi-press events.
|
|
693
693
|
*
|
|
694
|
-
* @see {@link MatterSpecification.
|
|
694
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3
|
|
695
695
|
*/
|
|
696
696
|
readonly longPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
697
697
|
/**
|
|
698
698
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
699
699
|
*
|
|
700
|
-
* @see {@link MatterSpecification.
|
|
700
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3.1
|
|
701
701
|
*/
|
|
702
702
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
703
703
|
}>, any>;
|
|
@@ -707,13 +707,13 @@ export declare namespace Switch {
|
|
|
707
707
|
* LongPress event has been generated since the previous InitialPress event. Also see Section 1.13.7,
|
|
708
708
|
* “Sequence of generated events”.
|
|
709
709
|
*
|
|
710
|
-
* @see {@link MatterSpecification.
|
|
710
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5
|
|
711
711
|
*/
|
|
712
712
|
readonly longRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
713
713
|
/**
|
|
714
714
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5.1
|
|
717
717
|
*/
|
|
718
718
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
719
719
|
}>, any>;
|
|
@@ -742,13 +742,13 @@ export declare namespace Switch {
|
|
|
742
742
|
*
|
|
743
743
|
* • Also see Section 1.13.7, “Sequence of generated events”.
|
|
744
744
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
745
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4
|
|
746
746
|
*/
|
|
747
747
|
readonly shortRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
748
748
|
/**
|
|
749
749
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4.1
|
|
752
752
|
*/
|
|
753
753
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
754
754
|
}>, any>;
|
|
@@ -768,13 +768,13 @@ export declare namespace Switch {
|
|
|
768
768
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a
|
|
769
769
|
* multi-press sequence, during that sequence. See Multi Press Details below.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6
|
|
772
772
|
*/
|
|
773
773
|
readonly multiPressOngoing: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
774
774
|
/**
|
|
775
775
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.1
|
|
778
778
|
*/
|
|
779
779
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
780
780
|
/**
|
|
@@ -786,7 +786,7 @@ export declare namespace Switch {
|
|
|
786
786
|
*
|
|
787
787
|
* • a value of N when the Nth press of a multi-press sequence has been detected.
|
|
788
788
|
*
|
|
789
|
-
* @see {@link MatterSpecification.
|
|
789
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.2
|
|
790
790
|
*/
|
|
791
791
|
currentNumberOfPressesCounted: import("../tlv/TlvObject.js").FieldType<number>;
|
|
792
792
|
}>, any>;
|
|
@@ -868,41 +868,41 @@ export declare namespace Switch {
|
|
|
868
868
|
/**
|
|
869
869
|
* This feature flag is for a switch that maintains its position after being pressed (or turned).
|
|
870
870
|
*
|
|
871
|
-
* @see {@link MatterSpecification.
|
|
871
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.1
|
|
872
872
|
*/
|
|
873
873
|
readonly latchingSwitch: BitFlag;
|
|
874
874
|
/**
|
|
875
875
|
* This feature flag is for a switch that does not maintain its position after being pressed (or turned).
|
|
876
876
|
* After releasing, it goes back to its idle position.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.2
|
|
879
879
|
*/
|
|
880
880
|
readonly momentarySwitch: BitFlag;
|
|
881
881
|
/**
|
|
882
882
|
* This feature flag is for a momentary switch that can distinguish and report release events.
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.3
|
|
885
885
|
*/
|
|
886
886
|
readonly momentarySwitchRelease: BitFlag;
|
|
887
887
|
/**
|
|
888
888
|
* This feature flag is for a momentary switch that can distinguish and report long presses from short
|
|
889
889
|
* presses.
|
|
890
890
|
*
|
|
891
|
-
* @see {@link MatterSpecification.
|
|
891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.4
|
|
892
892
|
*/
|
|
893
893
|
readonly momentarySwitchLongPress: BitFlag;
|
|
894
894
|
/**
|
|
895
895
|
* This feature flag is for a momentary switch that can distinguish and report double press and potentially
|
|
896
896
|
* multiple presses with more events, such as triple press, etc.
|
|
897
897
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
898
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.5
|
|
899
899
|
*/
|
|
900
900
|
readonly momentarySwitchMultiPress: BitFlag;
|
|
901
901
|
/**
|
|
902
902
|
* This feature flag indicates simplified handling of events for multi-press-capable switches. See Multi
|
|
903
903
|
* Press Details.
|
|
904
904
|
*
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.6
|
|
906
906
|
*/
|
|
907
907
|
readonly actionSwitch: BitFlag;
|
|
908
908
|
};
|
|
@@ -911,7 +911,7 @@ export declare namespace Switch {
|
|
|
911
911
|
* Indicates the maximum number of positions the switch has. Any kind of switch has a minimum of 2
|
|
912
912
|
* positions. Also see Multi Position Details for the case NumberOfPositions>2.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.1
|
|
915
915
|
*/
|
|
916
916
|
readonly numberOfPositions: FixedAttribute<number, any>;
|
|
917
917
|
/**
|
|
@@ -920,7 +920,7 @@ export declare namespace Switch {
|
|
|
920
920
|
* CurrentPosition value 0 shall be assigned to the default position of the switch: for example the "open"
|
|
921
921
|
* state of a rocker switch, or the "idle" state of a push button switch.
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.2
|
|
924
924
|
*/
|
|
925
925
|
readonly currentPosition: Attribute<number, any>;
|
|
926
926
|
};
|
|
@@ -956,7 +956,7 @@ export declare namespace Switch {
|
|
|
956
956
|
* presses beyond MultiPressMax that may be taken in account specially by switches (e.g. to trigger special
|
|
957
957
|
* behavior such as factory reset for which generating events towards the client is not appropriate).
|
|
958
958
|
*
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
959
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.3
|
|
960
960
|
*/
|
|
961
961
|
readonly multiPressMax: FixedAttribute<number, any>;
|
|
962
962
|
};
|
|
@@ -993,7 +993,7 @@ export declare namespace Switch {
|
|
|
993
993
|
* TotalNumberOfPressesCounted field taken into account since for values from 1 to MultiPressMax, the
|
|
994
994
|
* user action that led to the event was different depending on the count.
|
|
995
995
|
*
|
|
996
|
-
* @see {@link MatterSpecification.
|
|
996
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.7
|
|
997
997
|
*/
|
|
998
998
|
readonly multiPressComplete: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
999
999
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1011,13 +1011,13 @@ export declare namespace Switch {
|
|
|
1011
1011
|
* This event shall be generated, when the latching switch is moved to a new position. It may have been
|
|
1012
1012
|
* delayed by debouncing within the switch.
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1
|
|
1015
1015
|
*/
|
|
1016
1016
|
readonly switchLatched: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1017
1017
|
/**
|
|
1018
1018
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
1019
1019
|
*
|
|
1020
|
-
* @see {@link MatterSpecification.
|
|
1020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1.1
|
|
1021
1021
|
*/
|
|
1022
1022
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1023
1023
|
}>, any>;
|
|
@@ -1032,13 +1032,13 @@ export declare namespace Switch {
|
|
|
1032
1032
|
/**
|
|
1033
1033
|
* This event shall be generated, when the momentary switch starts to be pressed (after debouncing).
|
|
1034
1034
|
*
|
|
1035
|
-
* @see {@link MatterSpecification.
|
|
1035
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2
|
|
1036
1036
|
*/
|
|
1037
1037
|
readonly initialPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1038
1038
|
/**
|
|
1039
1039
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1040
1040
|
*
|
|
1041
|
-
* @see {@link MatterSpecification.
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2.1
|
|
1042
1042
|
*/
|
|
1043
1043
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1044
1044
|
}>, any>;
|
|
@@ -1082,13 +1082,13 @@ export declare namespace Switch {
|
|
|
1082
1082
|
* The rationale for this constraint is the ambiguity of interpretation of events when mixing long presses
|
|
1083
1083
|
* and multi-press events.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3
|
|
1086
1086
|
*/
|
|
1087
1087
|
readonly longPress: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1088
1088
|
/**
|
|
1089
1089
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1090
1090
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3.1
|
|
1092
1092
|
*/
|
|
1093
1093
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1094
1094
|
}>, any>;
|
|
@@ -1098,13 +1098,13 @@ export declare namespace Switch {
|
|
|
1098
1098
|
* LongPress event has been generated since the previous InitialPress event. Also see Section 1.13.7,
|
|
1099
1099
|
* “Sequence of generated events”.
|
|
1100
1100
|
*
|
|
1101
|
-
* @see {@link MatterSpecification.
|
|
1101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5
|
|
1102
1102
|
*/
|
|
1103
1103
|
readonly longRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1104
1104
|
/**
|
|
1105
1105
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
1106
1106
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5.1
|
|
1108
1108
|
*/
|
|
1109
1109
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1110
1110
|
}>, any>;
|
|
@@ -1133,13 +1133,13 @@ export declare namespace Switch {
|
|
|
1133
1133
|
*
|
|
1134
1134
|
* • Also see Section 1.13.7, “Sequence of generated events”.
|
|
1135
1135
|
*
|
|
1136
|
-
* @see {@link MatterSpecification.
|
|
1136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4
|
|
1137
1137
|
*/
|
|
1138
1138
|
readonly shortRelease: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1139
1139
|
/**
|
|
1140
1140
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
1141
1141
|
*
|
|
1142
|
-
* @see {@link MatterSpecification.
|
|
1142
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4.1
|
|
1143
1143
|
*/
|
|
1144
1144
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1145
1145
|
}>, any>;
|
|
@@ -1159,13 +1159,13 @@ export declare namespace Switch {
|
|
|
1159
1159
|
* This event shall be generated to indicate how many times the momentary switch has been pressed in a
|
|
1160
1160
|
* multi-press sequence, during that sequence. See Multi Press Details below.
|
|
1161
1161
|
*
|
|
1162
|
-
* @see {@link MatterSpecification.
|
|
1162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6
|
|
1163
1163
|
*/
|
|
1164
1164
|
readonly multiPressOngoing: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1165
1165
|
/**
|
|
1166
1166
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.1
|
|
1169
1169
|
*/
|
|
1170
1170
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1171
1171
|
/**
|
|
@@ -1177,7 +1177,7 @@ export declare namespace Switch {
|
|
|
1177
1177
|
*
|
|
1178
1178
|
* • a value of N when the Nth press of a multi-press sequence has been detected.
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.2
|
|
1181
1181
|
*/
|
|
1182
1182
|
currentNumberOfPressesCounted: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1183
1183
|
}>, any>;
|
|
@@ -1265,7 +1265,7 @@ export declare namespace Switch {
|
|
|
1265
1265
|
* Per the Matter specification you cannot use {@link SwitchCluster} without enabling certain feature combinations.
|
|
1266
1266
|
* You must use the {@link with} factory method to obtain a working cluster.
|
|
1267
1267
|
*
|
|
1268
|
-
* @see {@link MatterSpecification.
|
|
1268
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13
|
|
1269
1269
|
*/
|
|
1270
1270
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1271
1271
|
}
|
|
@@ -1281,41 +1281,41 @@ export declare namespace Switch {
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* This feature flag is for a switch that maintains its position after being pressed (or turned).
|
|
1283
1283
|
*
|
|
1284
|
-
* @see {@link MatterSpecification.
|
|
1284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.1
|
|
1285
1285
|
*/
|
|
1286
1286
|
readonly latchingSwitch: BitFlag;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* This feature flag is for a switch that does not maintain its position after being pressed (or turned).
|
|
1289
1289
|
* After releasing, it goes back to its idle position.
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.2
|
|
1292
1292
|
*/
|
|
1293
1293
|
readonly momentarySwitch: BitFlag;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* This feature flag is for a momentary switch that can distinguish and report release events.
|
|
1296
1296
|
*
|
|
1297
|
-
* @see {@link MatterSpecification.
|
|
1297
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.3
|
|
1298
1298
|
*/
|
|
1299
1299
|
readonly momentarySwitchRelease: BitFlag;
|
|
1300
1300
|
/**
|
|
1301
1301
|
* This feature flag is for a momentary switch that can distinguish and report long presses from short
|
|
1302
1302
|
* presses.
|
|
1303
1303
|
*
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.4
|
|
1305
1305
|
*/
|
|
1306
1306
|
readonly momentarySwitchLongPress: BitFlag;
|
|
1307
1307
|
/**
|
|
1308
1308
|
* This feature flag is for a momentary switch that can distinguish and report double press and potentially
|
|
1309
1309
|
* multiple presses with more events, such as triple press, etc.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.5
|
|
1312
1312
|
*/
|
|
1313
1313
|
readonly momentarySwitchMultiPress: BitFlag;
|
|
1314
1314
|
/**
|
|
1315
1315
|
* This feature flag indicates simplified handling of events for multi-press-capable switches. See Multi
|
|
1316
1316
|
* Press Details.
|
|
1317
1317
|
*
|
|
1318
|
-
* @see {@link MatterSpecification.
|
|
1318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.4.6
|
|
1319
1319
|
*/
|
|
1320
1320
|
readonly actionSwitch: BitFlag;
|
|
1321
1321
|
};
|
|
@@ -1332,7 +1332,7 @@ export declare namespace Switch {
|
|
|
1332
1332
|
* Indicates the maximum number of positions the switch has. Any kind of switch has a minimum of 2
|
|
1333
1333
|
* positions. Also see Multi Position Details for the case NumberOfPositions>2.
|
|
1334
1334
|
*
|
|
1335
|
-
* @see {@link MatterSpecification.
|
|
1335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.1
|
|
1336
1336
|
*/
|
|
1337
1337
|
readonly numberOfPositions: FixedAttribute<number, any>;
|
|
1338
1338
|
/**
|
|
@@ -1341,7 +1341,7 @@ export declare namespace Switch {
|
|
|
1341
1341
|
* CurrentPosition value 0 shall be assigned to the default position of the switch: for example the "open"
|
|
1342
1342
|
* state of a rocker switch, or the "idle" state of a push button switch.
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.5.2
|
|
1345
1345
|
*/
|
|
1346
1346
|
readonly currentPosition: Attribute<number, any>;
|
|
1347
1347
|
};
|
|
@@ -1350,7 +1350,7 @@ export declare namespace Switch {
|
|
|
1350
1350
|
/**
|
|
1351
1351
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. after the move.
|
|
1352
1352
|
*
|
|
1353
|
-
* @see {@link MatterSpecification.
|
|
1353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.1.1
|
|
1354
1354
|
*/
|
|
1355
1355
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1356
1356
|
}>, any> & {
|
|
@@ -1365,7 +1365,7 @@ export declare namespace Switch {
|
|
|
1365
1365
|
/**
|
|
1366
1366
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1367
1367
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1368
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.2.1
|
|
1369
1369
|
*/
|
|
1370
1370
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1371
1371
|
}>, any> & {
|
|
@@ -1380,7 +1380,7 @@ export declare namespace Switch {
|
|
|
1380
1380
|
/**
|
|
1381
1381
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.3.1
|
|
1384
1384
|
*/
|
|
1385
1385
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1386
1386
|
}>, any> & {
|
|
@@ -1395,7 +1395,7 @@ export declare namespace Switch {
|
|
|
1395
1395
|
/**
|
|
1396
1396
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
1397
1397
|
*
|
|
1398
|
-
* @see {@link MatterSpecification.
|
|
1398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.4.1
|
|
1399
1399
|
*/
|
|
1400
1400
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1401
1401
|
}>, any> & {
|
|
@@ -1410,7 +1410,7 @@ export declare namespace Switch {
|
|
|
1410
1410
|
/**
|
|
1411
1411
|
* This field shall indicate the previous value of the CurrentPosition attribute, i.e. just prior to release.
|
|
1412
1412
|
*
|
|
1413
|
-
* @see {@link MatterSpecification.
|
|
1413
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.5.1
|
|
1414
1414
|
*/
|
|
1415
1415
|
previousPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1416
1416
|
}>, any> & {
|
|
@@ -1425,7 +1425,7 @@ export declare namespace Switch {
|
|
|
1425
1425
|
/**
|
|
1426
1426
|
* This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.
|
|
1427
1427
|
*
|
|
1428
|
-
* @see {@link MatterSpecification.
|
|
1428
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.1
|
|
1429
1429
|
*/
|
|
1430
1430
|
newPosition: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1431
1431
|
/**
|
|
@@ -1437,7 +1437,7 @@ export declare namespace Switch {
|
|
|
1437
1437
|
*
|
|
1438
1438
|
* • a value of N when the Nth press of a multi-press sequence has been detected.
|
|
1439
1439
|
*
|
|
1440
|
-
* @see {@link MatterSpecification.
|
|
1440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 1.13.6.6.2
|
|
1441
1441
|
*/
|
|
1442
1442
|
currentNumberOfPressesCounted: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1443
1443
|
}>, any> & {
|