@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
package/src/clusters/actions.ts
CHANGED
|
@@ -27,7 +27,7 @@ import { ClusterRegistry } from "../cluster/ClusterRegistry.js";
|
|
|
27
27
|
|
|
28
28
|
export namespace Actions {
|
|
29
29
|
/**
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2
|
|
31
31
|
*/
|
|
32
32
|
export enum ActionType {
|
|
33
33
|
/**
|
|
@@ -47,7 +47,7 @@ export namespace Actions {
|
|
|
47
47
|
*
|
|
48
48
|
* Example: see examples 1 and 2.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.1
|
|
51
51
|
*/
|
|
52
52
|
Scene = 1,
|
|
53
53
|
|
|
@@ -59,7 +59,7 @@ export namespace Actions {
|
|
|
59
59
|
*
|
|
60
60
|
* Example: see example 4.
|
|
61
61
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.2
|
|
63
63
|
*/
|
|
64
64
|
Sequence = 2,
|
|
65
65
|
|
|
@@ -69,7 +69,7 @@ export namespace Actions {
|
|
|
69
69
|
* Indications an automation (e.g. a motion sensor controlling lights, an alarm system) which can bee.g.
|
|
70
70
|
* started, stopped, paused, resumed. Example: see example 3.
|
|
71
71
|
*
|
|
72
|
-
* @see {@link MatterSpecification.
|
|
72
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.3
|
|
73
73
|
*/
|
|
74
74
|
Automation = 3,
|
|
75
75
|
|
|
@@ -82,7 +82,7 @@ export namespace Actions {
|
|
|
82
82
|
* Example: lock the doors when the server’s system has detected no one is at home while the doors are in the
|
|
83
83
|
* 'unlocked' state.
|
|
84
84
|
*
|
|
85
|
-
* @see {@link MatterSpecification.
|
|
85
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.4
|
|
86
86
|
*/
|
|
87
87
|
Exception = 4,
|
|
88
88
|
|
|
@@ -93,7 +93,7 @@ export namespace Actions {
|
|
|
93
93
|
*
|
|
94
94
|
* Example: play a pattern on the lights in the living room if there is someone in the garden in the evening.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.5
|
|
97
97
|
*/
|
|
98
98
|
Notification = 5,
|
|
99
99
|
|
|
@@ -105,7 +105,7 @@ export namespace Actions {
|
|
|
105
105
|
*
|
|
106
106
|
* Example: flash all lights in the house when CO sensor triggers.
|
|
107
107
|
*
|
|
108
|
-
* @see {@link MatterSpecification.
|
|
108
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.2.6
|
|
109
109
|
*/
|
|
110
110
|
Alarm = 6
|
|
111
111
|
}
|
|
@@ -113,7 +113,7 @@ export namespace Actions {
|
|
|
113
113
|
/**
|
|
114
114
|
* Note - The bit allocation of this bitmap shall follow the ID’s of the Commands of this cluster.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.1
|
|
117
117
|
*/
|
|
118
118
|
export const CommandBits = {
|
|
119
119
|
/**
|
|
@@ -180,7 +180,7 @@ export namespace Actions {
|
|
|
180
180
|
/**
|
|
181
181
|
* Note that some of these states are applicable only for certain actions, as determined by their SupportedCommands.
|
|
182
182
|
*
|
|
183
|
-
* @see {@link MatterSpecification.
|
|
183
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.3
|
|
184
184
|
*/
|
|
185
185
|
export enum ActionState {
|
|
186
186
|
/**
|
|
@@ -207,13 +207,13 @@ export namespace Actions {
|
|
|
207
207
|
/**
|
|
208
208
|
* This data type holds the details of a single action, and contains the data fields below.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6
|
|
211
211
|
*/
|
|
212
212
|
export const TlvAction = TlvObject({
|
|
213
213
|
/**
|
|
214
214
|
* This field shall provide an unique identifier used to identify an action.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.1
|
|
217
217
|
*/
|
|
218
218
|
actionId: TlvField(0, TlvUInt16),
|
|
219
219
|
|
|
@@ -222,7 +222,7 @@ export namespace Actions {
|
|
|
222
222
|
* this action. This can be used for identifying the action to the user by the client. Example: "my colorful
|
|
223
223
|
* scene".
|
|
224
224
|
*
|
|
225
|
-
* @see {@link MatterSpecification.
|
|
225
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.2
|
|
226
226
|
*/
|
|
227
227
|
name: TlvField(1, TlvString.bound({ maxLength: 128 })),
|
|
228
228
|
|
|
@@ -231,7 +231,7 @@ export namespace Actions {
|
|
|
231
231
|
* SupportedCommands can be used by the client in its UX or logic to determine how to present or use such
|
|
232
232
|
* action. See ActionTypeEnum for details and examples.
|
|
233
233
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
234
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.3
|
|
235
235
|
*/
|
|
236
236
|
type: TlvField(2, TlvEnum<ActionType>()),
|
|
237
237
|
|
|
@@ -239,7 +239,7 @@ export namespace Actions {
|
|
|
239
239
|
* This field shall provide a reference to the associated endpoint list, which specifies the endpoints on this
|
|
240
240
|
* Node which will be impacted by this ActionID.
|
|
241
241
|
*
|
|
242
|
-
* @see {@link MatterSpecification.
|
|
242
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.4
|
|
243
243
|
*/
|
|
244
244
|
endpointListId: TlvField(3, TlvUInt16),
|
|
245
245
|
|
|
@@ -248,14 +248,14 @@ export namespace Actions {
|
|
|
248
248
|
* particular action, with a bit set to 1 for each supported command according to the table below. Other bits
|
|
249
249
|
* shall be set to 0.
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.5
|
|
252
252
|
*/
|
|
253
253
|
supportedCommands: TlvField(4, TlvBitmap(TlvUInt16, CommandBits)),
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
256
|
* This field shall indicate the current state of this action.
|
|
257
257
|
*
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6.6
|
|
259
259
|
*/
|
|
260
260
|
state: TlvField(5, TlvEnum<ActionState>())
|
|
261
261
|
});
|
|
@@ -263,7 +263,7 @@ export namespace Actions {
|
|
|
263
263
|
/**
|
|
264
264
|
* This data type holds the details of a single action, and contains the data fields below.
|
|
265
265
|
*
|
|
266
|
-
* @see {@link MatterSpecification.
|
|
266
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.6
|
|
267
267
|
*/
|
|
268
268
|
export interface Action extends TypeFromSchema<typeof TlvAction> {}
|
|
269
269
|
|
|
@@ -271,7 +271,7 @@ export namespace Actions {
|
|
|
271
271
|
* The Room and Zone values are provided for the cases where a user (or the system on behalf of the user) has
|
|
272
272
|
* created logical grouping of the endpoints (e.g. bridged devices) based on location.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.5
|
|
275
275
|
*/
|
|
276
276
|
export enum EndpointListType {
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export namespace Actions {
|
|
|
281
281
|
* independently created by the user. For Type=Other the Name may be empty. A Matter controller would typically
|
|
282
282
|
* not use this for anything else than just to know which endpoints would be affected by the action.
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.5.1
|
|
285
285
|
*/
|
|
286
286
|
Other = 0,
|
|
287
287
|
|
|
@@ -294,7 +294,7 @@ export namespace Actions {
|
|
|
294
294
|
* device in each system - both at first contact and upon later updates to the endpoints (e.g. user adds a
|
|
295
295
|
* bridged device or creates a new room).
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.5.2
|
|
298
298
|
*/
|
|
299
299
|
Room = 1,
|
|
300
300
|
|
|
@@ -308,7 +308,7 @@ export namespace Actions {
|
|
|
308
308
|
* This indicates that a user has defined this list of endpoints as something they logically would like to
|
|
309
309
|
* control as a group, so Matter controllers could provide the user with a way to do as such.
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.5.3
|
|
312
312
|
*/
|
|
313
313
|
Zone = 2
|
|
314
314
|
}
|
|
@@ -317,13 +317,13 @@ export namespace Actions {
|
|
|
317
317
|
* This data type holds the details of a single endpoint list, which relates to a set of endpoints that have some
|
|
318
318
|
* logical relation, and contains the data fields below.
|
|
319
319
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7
|
|
321
321
|
*/
|
|
322
322
|
export const TlvEndpointList = TlvObject({
|
|
323
323
|
/**
|
|
324
324
|
* This field shall provide an unique identifier used to identify the endpoint list.
|
|
325
325
|
*
|
|
326
|
-
* @see {@link MatterSpecification.
|
|
326
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7.1
|
|
327
327
|
*/
|
|
328
328
|
endpointListId: TlvField(0, TlvUInt16),
|
|
329
329
|
|
|
@@ -332,21 +332,21 @@ export namespace Actions {
|
|
|
332
332
|
* the set of endpoints in this list. This can be used for identifying the action to the user by the client.
|
|
333
333
|
* Example: "living room".
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7.2
|
|
336
336
|
*/
|
|
337
337
|
name: TlvField(1, TlvString.bound({ maxLength: 128 })),
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
340
|
* This field shall indicate the type of endpoint list, see EndpointListTypeEnum.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7.3
|
|
343
343
|
*/
|
|
344
344
|
type: TlvField(2, TlvEnum<EndpointListType>()),
|
|
345
345
|
|
|
346
346
|
/**
|
|
347
347
|
* This field shall provide a list of endpoint numbers.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7.4
|
|
350
350
|
*/
|
|
351
351
|
endpoints: TlvField(3, TlvArray(TlvEndpointNumber, { maxLength: 256 }))
|
|
352
352
|
});
|
|
@@ -355,14 +355,14 @@ export namespace Actions {
|
|
|
355
355
|
* This data type holds the details of a single endpoint list, which relates to a set of endpoints that have some
|
|
356
356
|
* logical relation, and contains the data fields below.
|
|
357
357
|
*
|
|
358
|
-
* @see {@link MatterSpecification.
|
|
358
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.7
|
|
359
359
|
*/
|
|
360
360
|
export interface EndpointList extends TypeFromSchema<typeof TlvEndpointList> {}
|
|
361
361
|
|
|
362
362
|
/**
|
|
363
363
|
* Input to the Actions instantAction command
|
|
364
364
|
*
|
|
365
|
-
* @see {@link MatterSpecification.
|
|
365
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.1
|
|
366
366
|
*/
|
|
367
367
|
export const TlvInstantActionRequest = TlvObject({
|
|
368
368
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -372,14 +372,14 @@ export namespace Actions {
|
|
|
372
372
|
/**
|
|
373
373
|
* Input to the Actions instantAction command
|
|
374
374
|
*
|
|
375
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.1
|
|
376
376
|
*/
|
|
377
377
|
export interface InstantActionRequest extends TypeFromSchema<typeof TlvInstantActionRequest> {}
|
|
378
378
|
|
|
379
379
|
/**
|
|
380
380
|
* Input to the Actions instantActionWithTransition command
|
|
381
381
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
382
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.2
|
|
383
383
|
*/
|
|
384
384
|
export const TlvInstantActionWithTransitionRequest = TlvObject({
|
|
385
385
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -388,7 +388,7 @@ export namespace Actions {
|
|
|
388
388
|
/**
|
|
389
389
|
* This field shall indicate the transition time in 1/10th of seconds.
|
|
390
390
|
*
|
|
391
|
-
* @see {@link MatterSpecification.
|
|
391
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.2.1
|
|
392
392
|
*/
|
|
393
393
|
transitionTime: TlvField(2, TlvUInt16)
|
|
394
394
|
});
|
|
@@ -396,14 +396,14 @@ export namespace Actions {
|
|
|
396
396
|
/**
|
|
397
397
|
* Input to the Actions instantActionWithTransition command
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.2
|
|
400
400
|
*/
|
|
401
401
|
export interface InstantActionWithTransitionRequest extends TypeFromSchema<typeof TlvInstantActionWithTransitionRequest> {}
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* Input to the Actions startAction command
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.3
|
|
407
407
|
*/
|
|
408
408
|
export const TlvStartActionRequest = TlvObject({
|
|
409
409
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -413,14 +413,14 @@ export namespace Actions {
|
|
|
413
413
|
/**
|
|
414
414
|
* Input to the Actions startAction command
|
|
415
415
|
*
|
|
416
|
-
* @see {@link MatterSpecification.
|
|
416
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.3
|
|
417
417
|
*/
|
|
418
418
|
export interface StartActionRequest extends TypeFromSchema<typeof TlvStartActionRequest> {}
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
421
|
* Input to the Actions startActionWithDuration command
|
|
422
422
|
*
|
|
423
|
-
* @see {@link MatterSpecification.
|
|
423
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.4
|
|
424
424
|
*/
|
|
425
425
|
export const TlvStartActionWithDurationRequest = TlvObject({
|
|
426
426
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -429,7 +429,7 @@ export namespace Actions {
|
|
|
429
429
|
/**
|
|
430
430
|
* This field shall indicate the requested duration in seconds.
|
|
431
431
|
*
|
|
432
|
-
* @see {@link MatterSpecification.
|
|
432
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.4.1
|
|
433
433
|
*/
|
|
434
434
|
duration: TlvField(2, TlvUInt32)
|
|
435
435
|
});
|
|
@@ -437,14 +437,14 @@ export namespace Actions {
|
|
|
437
437
|
/**
|
|
438
438
|
* Input to the Actions startActionWithDuration command
|
|
439
439
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.4
|
|
441
441
|
*/
|
|
442
442
|
export interface StartActionWithDurationRequest extends TypeFromSchema<typeof TlvStartActionWithDurationRequest> {}
|
|
443
443
|
|
|
444
444
|
/**
|
|
445
445
|
* Input to the Actions stopAction command
|
|
446
446
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.5
|
|
448
448
|
*/
|
|
449
449
|
export const TlvStopActionRequest = TlvObject({
|
|
450
450
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -454,14 +454,14 @@ export namespace Actions {
|
|
|
454
454
|
/**
|
|
455
455
|
* Input to the Actions stopAction command
|
|
456
456
|
*
|
|
457
|
-
* @see {@link MatterSpecification.
|
|
457
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.5
|
|
458
458
|
*/
|
|
459
459
|
export interface StopActionRequest extends TypeFromSchema<typeof TlvStopActionRequest> {}
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
462
|
* Input to the Actions pauseAction command
|
|
463
463
|
*
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.6
|
|
465
465
|
*/
|
|
466
466
|
export const TlvPauseActionRequest = TlvObject({
|
|
467
467
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -471,14 +471,14 @@ export namespace Actions {
|
|
|
471
471
|
/**
|
|
472
472
|
* Input to the Actions pauseAction command
|
|
473
473
|
*
|
|
474
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.6
|
|
475
475
|
*/
|
|
476
476
|
export interface PauseActionRequest extends TypeFromSchema<typeof TlvPauseActionRequest> {}
|
|
477
477
|
|
|
478
478
|
/**
|
|
479
479
|
* Input to the Actions pauseActionWithDuration command
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.7
|
|
482
482
|
*/
|
|
483
483
|
export const TlvPauseActionWithDurationRequest = TlvObject({
|
|
484
484
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -487,7 +487,7 @@ export namespace Actions {
|
|
|
487
487
|
/**
|
|
488
488
|
* This field shall indicate the requested duration in seconds.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.7.1
|
|
491
491
|
*/
|
|
492
492
|
duration: TlvField(2, TlvUInt32)
|
|
493
493
|
});
|
|
@@ -495,14 +495,14 @@ export namespace Actions {
|
|
|
495
495
|
/**
|
|
496
496
|
* Input to the Actions pauseActionWithDuration command
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.7
|
|
499
499
|
*/
|
|
500
500
|
export interface PauseActionWithDurationRequest extends TypeFromSchema<typeof TlvPauseActionWithDurationRequest> {}
|
|
501
501
|
|
|
502
502
|
/**
|
|
503
503
|
* Input to the Actions resumeAction command
|
|
504
504
|
*
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
505
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.8
|
|
506
506
|
*/
|
|
507
507
|
export const TlvResumeActionRequest = TlvObject({
|
|
508
508
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -512,14 +512,14 @@ export namespace Actions {
|
|
|
512
512
|
/**
|
|
513
513
|
* Input to the Actions resumeAction command
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.8
|
|
516
516
|
*/
|
|
517
517
|
export interface ResumeActionRequest extends TypeFromSchema<typeof TlvResumeActionRequest> {}
|
|
518
518
|
|
|
519
519
|
/**
|
|
520
520
|
* Input to the Actions enableAction command
|
|
521
521
|
*
|
|
522
|
-
* @see {@link MatterSpecification.
|
|
522
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.9
|
|
523
523
|
*/
|
|
524
524
|
export const TlvEnableActionRequest = TlvObject({
|
|
525
525
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -529,14 +529,14 @@ export namespace Actions {
|
|
|
529
529
|
/**
|
|
530
530
|
* Input to the Actions enableAction command
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.9
|
|
533
533
|
*/
|
|
534
534
|
export interface EnableActionRequest extends TypeFromSchema<typeof TlvEnableActionRequest> {}
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
537
|
* Input to the Actions enableActionWithDuration command
|
|
538
538
|
*
|
|
539
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.10
|
|
540
540
|
*/
|
|
541
541
|
export const TlvEnableActionWithDurationRequest = TlvObject({
|
|
542
542
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -545,7 +545,7 @@ export namespace Actions {
|
|
|
545
545
|
/**
|
|
546
546
|
* This field shall indicate the requested duration in seconds.
|
|
547
547
|
*
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.10.1
|
|
549
549
|
*/
|
|
550
550
|
duration: TlvField(2, TlvUInt32)
|
|
551
551
|
});
|
|
@@ -553,14 +553,14 @@ export namespace Actions {
|
|
|
553
553
|
/**
|
|
554
554
|
* Input to the Actions enableActionWithDuration command
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.10
|
|
557
557
|
*/
|
|
558
558
|
export interface EnableActionWithDurationRequest extends TypeFromSchema<typeof TlvEnableActionWithDurationRequest> {}
|
|
559
559
|
|
|
560
560
|
/**
|
|
561
561
|
* Input to the Actions disableAction command
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.11
|
|
564
564
|
*/
|
|
565
565
|
export const TlvDisableActionRequest = TlvObject({
|
|
566
566
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -570,14 +570,14 @@ export namespace Actions {
|
|
|
570
570
|
/**
|
|
571
571
|
* Input to the Actions disableAction command
|
|
572
572
|
*
|
|
573
|
-
* @see {@link MatterSpecification.
|
|
573
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.11
|
|
574
574
|
*/
|
|
575
575
|
export interface DisableActionRequest extends TypeFromSchema<typeof TlvDisableActionRequest> {}
|
|
576
576
|
|
|
577
577
|
/**
|
|
578
578
|
* Input to the Actions disableActionWithDuration command
|
|
579
579
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
580
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.12
|
|
581
581
|
*/
|
|
582
582
|
export const TlvDisableActionWithDurationRequest = TlvObject({
|
|
583
583
|
actionId: TlvField(0, TlvUInt16),
|
|
@@ -586,7 +586,7 @@ export namespace Actions {
|
|
|
586
586
|
/**
|
|
587
587
|
* This field shall indicate the requested duration in seconds.
|
|
588
588
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
589
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.12.1
|
|
590
590
|
*/
|
|
591
591
|
duration: TlvField(2, TlvUInt32)
|
|
592
592
|
});
|
|
@@ -594,20 +594,20 @@ export namespace Actions {
|
|
|
594
594
|
/**
|
|
595
595
|
* Input to the Actions disableActionWithDuration command
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.12
|
|
598
598
|
*/
|
|
599
599
|
export interface DisableActionWithDurationRequest extends TypeFromSchema<typeof TlvDisableActionWithDurationRequest> {}
|
|
600
600
|
|
|
601
601
|
/**
|
|
602
602
|
* Body of the Actions stateChanged event
|
|
603
603
|
*
|
|
604
|
-
* @see {@link MatterSpecification.
|
|
604
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1
|
|
605
605
|
*/
|
|
606
606
|
export const TlvStateChangedEvent = TlvObject({
|
|
607
607
|
/**
|
|
608
608
|
* This field shall be set to the ActionID of the action which has changed state.
|
|
609
609
|
*
|
|
610
|
-
* @see {@link MatterSpecification.
|
|
610
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1.1
|
|
611
611
|
*/
|
|
612
612
|
actionId: TlvField(0, TlvUInt16),
|
|
613
613
|
|
|
@@ -615,14 +615,14 @@ export namespace Actions {
|
|
|
615
615
|
* This field shall be set to the InvokeID which was provided to the most recent command referencing this
|
|
616
616
|
* ActionID.
|
|
617
617
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1.2
|
|
619
619
|
*/
|
|
620
620
|
invokeId: TlvField(1, TlvUInt32),
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
623
|
* This field shall be set to state that the action has changed to.
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1.3
|
|
626
626
|
*/
|
|
627
627
|
newState: TlvField(2, TlvEnum<ActionState>())
|
|
628
628
|
});
|
|
@@ -630,12 +630,12 @@ export namespace Actions {
|
|
|
630
630
|
/**
|
|
631
631
|
* Body of the Actions stateChanged event
|
|
632
632
|
*
|
|
633
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1
|
|
634
634
|
*/
|
|
635
635
|
export interface StateChangedEvent extends TypeFromSchema<typeof TlvStateChangedEvent> {}
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.4.4
|
|
639
639
|
*/
|
|
640
640
|
export enum ActionError {
|
|
641
641
|
/**
|
|
@@ -652,13 +652,13 @@ export namespace Actions {
|
|
|
652
652
|
/**
|
|
653
653
|
* Body of the Actions actionFailed event
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2
|
|
656
656
|
*/
|
|
657
657
|
export const TlvActionFailedEvent = TlvObject({
|
|
658
658
|
/**
|
|
659
659
|
* This field shall be set to the ActionID of the action which encountered an error.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2.1
|
|
662
662
|
*/
|
|
663
663
|
actionId: TlvField(0, TlvUInt16),
|
|
664
664
|
|
|
@@ -666,21 +666,21 @@ export namespace Actions {
|
|
|
666
666
|
* This field shall be set to the InvokeID which was provided to the most recent command referencing this
|
|
667
667
|
* ActionID.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2.2
|
|
670
670
|
*/
|
|
671
671
|
invokeId: TlvField(1, TlvUInt32),
|
|
672
672
|
|
|
673
673
|
/**
|
|
674
674
|
* This field shall be set to state that the action is in at the time of generating the event.
|
|
675
675
|
*
|
|
676
|
-
* @see {@link MatterSpecification.
|
|
676
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2.3
|
|
677
677
|
*/
|
|
678
678
|
newState: TlvField(2, TlvEnum<ActionState>()),
|
|
679
679
|
|
|
680
680
|
/**
|
|
681
681
|
* This field shall be set to indicate the reason for non-successful progress of the action.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2.4
|
|
684
684
|
*/
|
|
685
685
|
error: TlvField(3, TlvEnum<ActionError>())
|
|
686
686
|
});
|
|
@@ -688,7 +688,7 @@ export namespace Actions {
|
|
|
688
688
|
/**
|
|
689
689
|
* Body of the Actions actionFailed event
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2
|
|
692
692
|
*/
|
|
693
693
|
export interface ActionFailedEvent extends TypeFromSchema<typeof TlvActionFailedEvent> {}
|
|
694
694
|
|
|
@@ -705,7 +705,7 @@ export namespace Actions {
|
|
|
705
705
|
* The ActionList attribute holds the list of actions. Each entry shall have an unique ActionID, and its
|
|
706
706
|
* EndpointListID shall exist in the EndpointLists attribute.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.5.1
|
|
709
709
|
*/
|
|
710
710
|
actionList: Attribute(0x0, TlvArray(TlvAction, { maxLength: 256 }), { default: [] }),
|
|
711
711
|
|
|
@@ -713,7 +713,7 @@ export namespace Actions {
|
|
|
713
713
|
* The EndpointLists attribute holds the list of endpoint lists. Each entry shall have an unique
|
|
714
714
|
* EndpointListID.
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.5.2
|
|
717
717
|
*/
|
|
718
718
|
endpointLists: Attribute(0x1, TlvArray(TlvEndpointList, { maxLength: 256 }), { default: [] }),
|
|
719
719
|
|
|
@@ -739,7 +739,7 @@ export namespace Actions {
|
|
|
739
739
|
* https://domain.example/Matter/bridgev1/Actions/?a=12345 for linking to specific info/editing of the
|
|
740
740
|
* action with ActionID 0x3039.
|
|
741
741
|
*
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.5.3
|
|
743
743
|
*/
|
|
744
744
|
setupUrl: OptionalAttribute(0x2, TlvString.bound({ maxLength: 512 }))
|
|
745
745
|
},
|
|
@@ -751,7 +751,7 @@ export namespace Actions {
|
|
|
751
751
|
*
|
|
752
752
|
* Example: recall a scene on a number of lights.
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.1
|
|
755
755
|
*/
|
|
756
756
|
instantAction: OptionalCommand(0x0, TlvInstantActionRequest, 0x0, TlvNoResponse),
|
|
757
757
|
|
|
@@ -766,7 +766,7 @@ export namespace Actions {
|
|
|
766
766
|
*
|
|
767
767
|
* Example: recall a scene on a number of lights, with a specified transition time.
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.2
|
|
770
770
|
*/
|
|
771
771
|
instantActionWithTransition: OptionalCommand(
|
|
772
772
|
0x1,
|
|
@@ -785,7 +785,7 @@ export namespace Actions {
|
|
|
785
785
|
* Example: start a sequence of events such as a wake-up experience involving lights moving through several
|
|
786
786
|
* brightness/color combinations and the window covering gradually opening.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.3
|
|
789
789
|
*/
|
|
790
790
|
startAction: OptionalCommand(0x2, TlvStartActionRequest, 0x2, TlvNoResponse),
|
|
791
791
|
|
|
@@ -797,7 +797,7 @@ export namespace Actions {
|
|
|
797
797
|
* Example: start a dynamic lighting pattern (such as gradually rotating the colors around the setpoints of
|
|
798
798
|
* the scene) on a set of lights for 1 hour (Duration=3600).
|
|
799
799
|
*
|
|
800
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.4
|
|
801
801
|
*/
|
|
802
802
|
startActionWithDuration: OptionalCommand(0x3, TlvStartActionWithDurationRequest, 0x3, TlvNoResponse),
|
|
803
803
|
|
|
@@ -807,7 +807,7 @@ export namespace Actions {
|
|
|
807
807
|
*
|
|
808
808
|
* Example: stop a dynamic lighting pattern which was previously started with StartAction.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.5
|
|
811
811
|
*/
|
|
812
812
|
stopAction: OptionalCommand(0x4, TlvStopActionRequest, 0x4, TlvNoResponse),
|
|
813
813
|
|
|
@@ -817,7 +817,7 @@ export namespace Actions {
|
|
|
817
817
|
* Example: pause a dynamic lighting effect (the lights stay at their current color) which was previously
|
|
818
818
|
* started with StartAction.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.6
|
|
821
821
|
*/
|
|
822
822
|
pauseAction: OptionalCommand(0x5, TlvPauseActionRequest, 0x5, TlvNoResponse),
|
|
823
823
|
|
|
@@ -835,7 +835,7 @@ export namespace Actions {
|
|
|
835
835
|
* after some hours or during a nightly reset, while an Disable would remain in effect until explicitly
|
|
836
836
|
* enabled again).
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.7
|
|
839
839
|
*/
|
|
840
840
|
pauseActionWithDuration: OptionalCommand(0x6, TlvPauseActionWithDurationRequest, 0x6, TlvNoResponse),
|
|
841
841
|
|
|
@@ -848,7 +848,7 @@ export namespace Actions {
|
|
|
848
848
|
* Example: resume a dynamic lighting effect (the lights' colors will change gradually, continuing from the
|
|
849
849
|
* point they were paused).
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.8
|
|
852
852
|
*/
|
|
853
853
|
resumeAction: OptionalCommand(0x7, TlvResumeActionRequest, 0x7, TlvNoResponse),
|
|
854
854
|
|
|
@@ -857,7 +857,7 @@ export namespace Actions {
|
|
|
857
857
|
*
|
|
858
858
|
* Example: enable a motion sensor to control the lights in an area.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.9
|
|
861
861
|
*/
|
|
862
862
|
enableAction: OptionalCommand(0x8, TlvEnableActionRequest, 0x8, TlvNoResponse),
|
|
863
863
|
|
|
@@ -870,7 +870,7 @@ export namespace Actions {
|
|
|
870
870
|
* Duration field is used to indicated the length of your absence from home. After that period, the presence
|
|
871
871
|
* mimicking behavior will no longer control these lights.
|
|
872
872
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
873
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.10
|
|
874
874
|
*/
|
|
875
875
|
enableActionWithDuration: OptionalCommand(0x9, TlvEnableActionWithDurationRequest, 0x9, TlvNoResponse),
|
|
876
876
|
|
|
@@ -879,7 +879,7 @@ export namespace Actions {
|
|
|
879
879
|
*
|
|
880
880
|
* Example: disable a motion sensor to no longer control the lights in an area.
|
|
881
881
|
*
|
|
882
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.11
|
|
883
883
|
*/
|
|
884
884
|
disableAction: OptionalCommand(0xa, TlvDisableActionRequest, 0xa, TlvNoResponse),
|
|
885
885
|
|
|
@@ -892,7 +892,7 @@ export namespace Actions {
|
|
|
892
892
|
* turning on in the morning while you’re not at home). After this period, the wakeup experience will
|
|
893
893
|
* control the lights as before.
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.6.12
|
|
896
896
|
*/
|
|
897
897
|
disableActionWithDuration: OptionalCommand(0xb, TlvDisableActionWithDurationRequest, 0xb, TlvNoResponse)
|
|
898
898
|
},
|
|
@@ -911,7 +911,7 @@ export namespace Actions {
|
|
|
911
911
|
*
|
|
912
912
|
* • one when the transition completed (NewState=Inactive)
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.1
|
|
915
915
|
*/
|
|
916
916
|
stateChanged: Event(0x0, EventPriority.Info, TlvStateChangedEvent),
|
|
917
917
|
|
|
@@ -940,7 +940,7 @@ export namespace Actions {
|
|
|
940
940
|
*
|
|
941
941
|
* • StateChanged (InvokeID=2, NewState=Inactive) upon the execution of the action for the second command
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14.7.2
|
|
944
944
|
*/
|
|
945
945
|
actionFailed: Event(0x1, EventPriority.Info, TlvActionFailedEvent)
|
|
946
946
|
}
|
|
@@ -979,7 +979,7 @@ export namespace Actions {
|
|
|
979
979
|
* The term 'action' in the description of this cluster should not be confused with the term 'action' as used in the
|
|
980
980
|
* Interaction Model.
|
|
981
981
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v14.Core} § 9.14
|
|
983
983
|
*/
|
|
984
984
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
985
985
|
|