@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
|
@@ -56,19 +56,19 @@ var TimeSynchronization;
|
|
|
56
56
|
* The Fabric Index associated with the Fabric of the client which last set the value of the trusted time source
|
|
57
57
|
* node.
|
|
58
58
|
*
|
|
59
|
-
* @see {@link MatterSpecification.
|
|
59
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.1
|
|
60
60
|
*/
|
|
61
61
|
fabricIndex: (0, import_TlvObject.TlvField)(0, import_FabricIndex.TlvFabricIndex),
|
|
62
62
|
/**
|
|
63
63
|
* Node ID of the trusted time source node on the Fabric associated with the entry.
|
|
64
64
|
*
|
|
65
|
-
* @see {@link MatterSpecification.
|
|
65
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.2
|
|
66
66
|
*/
|
|
67
67
|
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
68
68
|
/**
|
|
69
69
|
* Endpoint on the trusted time source node that contains the Time Synchronization cluster server.
|
|
70
70
|
*
|
|
71
|
-
* @see {@link MatterSpecification.
|
|
71
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.4.3
|
|
72
72
|
*/
|
|
73
73
|
endpoint: (0, import_TlvObject.TlvField)(2, import_EndpointNumber.TlvEndpointNumber)
|
|
74
74
|
});
|
|
@@ -76,7 +76,7 @@ var TimeSynchronization;
|
|
|
76
76
|
/**
|
|
77
77
|
* Node ID of the trusted time source node on the Fabric of the issuer.
|
|
78
78
|
*
|
|
79
|
-
* @see {@link MatterSpecification.
|
|
79
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.1
|
|
80
80
|
*/
|
|
81
81
|
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
82
82
|
/**
|
|
@@ -84,7 +84,7 @@ var TimeSynchronization;
|
|
|
84
84
|
* provided to avoid having to do discovery of the location of that endpoint by walking over all endpoints and
|
|
85
85
|
* checking their Descriptor Cluster.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.5.2
|
|
88
88
|
*/
|
|
89
89
|
endpoint: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber)
|
|
90
90
|
});
|
|
@@ -92,7 +92,7 @@ var TimeSynchronization;
|
|
|
92
92
|
/**
|
|
93
93
|
* This field contains the Node ID and endpoint of a trusted time source on the accessing fabric.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2.1
|
|
96
96
|
*/
|
|
97
97
|
trustedTimeSource: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(TimeSynchronization2.TlvFabricScopedTrustedTimeSource)),
|
|
98
98
|
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
@@ -102,7 +102,7 @@ var TimeSynchronization;
|
|
|
102
102
|
* This field contains the address of an NTP server than can be used as a fallback for time synchronization. The
|
|
103
103
|
* format of this field shall follow the requirements in the DefaultNTP attribute description.
|
|
104
104
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6.1
|
|
106
106
|
*/
|
|
107
107
|
defaultNtp: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 128 })))
|
|
108
108
|
});
|
|
@@ -110,13 +110,13 @@ var TimeSynchronization;
|
|
|
110
110
|
/**
|
|
111
111
|
* The time zone offset from UTC in seconds.
|
|
112
112
|
*
|
|
113
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.1
|
|
114
114
|
*/
|
|
115
115
|
offset: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt32.bound({ min: -43200, max: 50400 })),
|
|
116
116
|
/**
|
|
117
117
|
* The UTC time when the offset shall be applied.
|
|
118
118
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.2
|
|
120
120
|
*/
|
|
121
121
|
validAt: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochUs),
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ var TimeSynchronization;
|
|
|
125
125
|
* TimeZoneDatabase it may use the Name field to set its own DST offsets if it has database information for the
|
|
126
126
|
* supplied time zone Name and the given Offset matches.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.6.3
|
|
129
129
|
*/
|
|
130
130
|
name: (0, import_TlvObject.TlvOptionalField)(2, import_TlvString.TlvString.bound({ minLength: 0, maxLength: 64 }))
|
|
131
131
|
});
|
|
@@ -135,20 +135,20 @@ var TimeSynchronization;
|
|
|
135
135
|
* accept any values in the int32 range to accommodate potential future legislation that does not fit with these
|
|
136
136
|
* assumptions.
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.1
|
|
139
139
|
*/
|
|
140
140
|
offset: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt32),
|
|
141
141
|
/**
|
|
142
142
|
* The UTC time when the offset shall be applied.
|
|
143
143
|
*
|
|
144
|
-
* @see {@link MatterSpecification.
|
|
144
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.2
|
|
145
145
|
*/
|
|
146
146
|
validStarting: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochUs),
|
|
147
147
|
/**
|
|
148
148
|
* The UTC time when the offset shall stop being applied. Providing a null value here indicates a permanent DST
|
|
149
149
|
* change. If this value is non-null the value shall be larger than the ValidStarting time.
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.6.7.3
|
|
152
152
|
*/
|
|
153
153
|
validUntil: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs))
|
|
154
154
|
});
|
|
@@ -167,7 +167,7 @@ var TimeSynchronization;
|
|
|
167
167
|
* this information to set the DSTOffset attribute. If the node is setting its own DSTOffset attribute, the
|
|
168
168
|
* DSTOffsetsRequired field shall be set to false, otherwise it shall be set to true.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.4.1
|
|
171
171
|
*/
|
|
172
172
|
dstOffsetsRequired: (0, import_TlvObject.TlvField)(0, import_TlvBoolean.TlvBoolean)
|
|
173
173
|
});
|
|
@@ -177,7 +177,7 @@ var TimeSynchronization;
|
|
|
177
177
|
* Indicates whether the current DST offset is being applied (i.e, daylight savings time is applied, as opposed
|
|
178
178
|
* to standard time).
|
|
179
179
|
*
|
|
180
|
-
* @see {@link MatterSpecification.
|
|
180
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2.1
|
|
181
181
|
*/
|
|
182
182
|
dstOffsetActive: (0, import_TlvObject.TlvField)(0, import_TlvBoolean.TlvBoolean)
|
|
183
183
|
});
|
|
@@ -185,14 +185,14 @@ var TimeSynchronization;
|
|
|
185
185
|
/**
|
|
186
186
|
* Current time zone offset from UTC in seconds.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.1
|
|
189
189
|
*/
|
|
190
190
|
offset: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt32.bound({ min: -43200, max: 50400 })),
|
|
191
191
|
/**
|
|
192
192
|
* Current time zone name. This name SHOULD use the country/city format specified by the IANA Time Zone
|
|
193
193
|
* Database.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3.2
|
|
196
196
|
*/
|
|
197
197
|
name: (0, import_TlvObject.TlvOptionalField)(1, import_TlvString.TlvString.bound({ minLength: 0, maxLength: 64 }))
|
|
198
198
|
});
|
|
@@ -228,19 +228,19 @@ var TimeSynchronization;
|
|
|
228
228
|
/**
|
|
229
229
|
* This shall give the Client’s UTC Time.
|
|
230
230
|
*
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.1
|
|
232
232
|
*/
|
|
233
233
|
utcTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvEpochUs),
|
|
234
234
|
/**
|
|
235
235
|
* This shall give the Client’s Granularity, as described in Granularity.
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.2
|
|
238
238
|
*/
|
|
239
239
|
granularity: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
240
240
|
/**
|
|
241
241
|
* This shall give the Client’s TimeSource, as described in TimeSource.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1.3
|
|
244
244
|
*/
|
|
245
245
|
timeSource: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
246
246
|
});
|
|
@@ -256,7 +256,7 @@ var TimeSynchronization;
|
|
|
256
256
|
* administrator using the SetTrustedTimeSource command. If the value is null, no trusted time source has
|
|
257
257
|
* yet been set.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.4
|
|
260
260
|
*/
|
|
261
261
|
trustedTimeSource: (0, import_Cluster.Attribute)(3, (0, import_TlvNullable.TlvNullable)(TimeSynchronization2.TlvTrustedTimeSource), { persistent: true, default: null })
|
|
262
262
|
},
|
|
@@ -271,7 +271,7 @@ var TimeSynchronization;
|
|
|
271
271
|
* Endpoint fields matching those in the TrustedTimeSource field and has its FabricIndex field set to
|
|
272
272
|
* the command’s accessing fabric index.
|
|
273
273
|
*
|
|
274
|
-
* @see {@link MatterSpecification.
|
|
274
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.2
|
|
275
275
|
*/
|
|
276
276
|
setTrustedTimeSource: (0, import_Cluster.Command)(
|
|
277
277
|
1,
|
|
@@ -291,7 +291,7 @@ var TimeSynchronization;
|
|
|
291
291
|
* is null or the specified peer cannot be reached. MissingTrustedTimeSource events corresponding to a time
|
|
292
292
|
* update SHOULD NOT be generated more often than once per hour.
|
|
293
293
|
*
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
294
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.5
|
|
295
295
|
*/
|
|
296
296
|
missingTrustedTimeSource: (0, import_Cluster.Event)(4, import_Cluster.EventPriority.Info, import_TlvNoArguments.TlvNoArguments)
|
|
297
297
|
}
|
|
@@ -308,7 +308,7 @@ var TimeSynchronization;
|
|
|
308
308
|
* text format, as specified in RFC 5952. The address format shall follow the recommendations in Section 4
|
|
309
309
|
* and shall NOT contain a port number.
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.5
|
|
312
312
|
*/
|
|
313
313
|
defaultNtp: (0, import_Cluster.Attribute)(
|
|
314
314
|
4,
|
|
@@ -319,7 +319,7 @@ var TimeSynchronization;
|
|
|
319
319
|
* This attribute is true if the node supports resolving a domain name. DefaultNTP Address values for these
|
|
320
320
|
* nodes may include domain names. If this is False, the Address for a DefaultNTP shall be an IPv6 address.
|
|
321
321
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.13
|
|
323
323
|
*/
|
|
324
324
|
supportsDnsResolve: (0, import_Cluster.FixedAttribute)(12, import_TlvBoolean.TlvBoolean, { default: false })
|
|
325
325
|
},
|
|
@@ -331,7 +331,7 @@ var TimeSynchronization;
|
|
|
331
331
|
* provided Address is a domain name, the command shall fail with a status code of INVALID_COMMAND.
|
|
332
332
|
* Otherwise, the node shall set the DefaultNTP attribute to match the DefaultNTP provided in this command.
|
|
333
333
|
*
|
|
334
|
-
* @see {@link MatterSpecification.
|
|
334
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.6
|
|
335
335
|
*/
|
|
336
336
|
setDefaultNtp: (0, import_Cluster.Command)(
|
|
337
337
|
5,
|
|
@@ -374,7 +374,7 @@ var TimeSynchronization;
|
|
|
374
374
|
* zone has been set, it may set this value to a list containing a single TimeZoneStruct with an offset of 0
|
|
375
375
|
* (UTC) and a ValidAt time of 0.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.6
|
|
378
378
|
*/
|
|
379
379
|
timeZone: (0, import_Cluster.Attribute)(
|
|
380
380
|
5,
|
|
@@ -397,7 +397,7 @@ var TimeSynchronization;
|
|
|
397
397
|
* If a time zone does not use DST, this shall be indicated by a single entry with a 0 offset and a null
|
|
398
398
|
* ValidUntil field.
|
|
399
399
|
*
|
|
400
|
-
* @see {@link MatterSpecification.
|
|
400
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.7
|
|
401
401
|
*/
|
|
402
402
|
dstOffset: (0, import_Cluster.Attribute)(6, (0, import_TlvArray.TlvArray)(TimeSynchronization2.TlvDstOffset), { persistent: true, default: [] }),
|
|
403
403
|
/**
|
|
@@ -409,7 +409,7 @@ var TimeSynchronization;
|
|
|
409
409
|
* If the node has not achieved time synchronization, this shall be null. If the node has an empty
|
|
410
410
|
* DSTOffset, this shall be null.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.8
|
|
413
413
|
*/
|
|
414
414
|
localTime: (0, import_Cluster.Attribute)(7, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs), { omitChanges: true, default: null }),
|
|
415
415
|
/**
|
|
@@ -417,20 +417,20 @@ var TimeSynchronization;
|
|
|
417
417
|
* their own DSTOffset attribute to add new entries and may push DSTOffset updates to other Nodes in the
|
|
418
418
|
* same time zone as required.
|
|
419
419
|
*
|
|
420
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.9
|
|
421
421
|
*/
|
|
422
422
|
timeZoneDatabase: (0, import_Cluster.FixedAttribute)(8, (0, import_TlvNumber.TlvEnum)(), { default: 2 /* None */ }),
|
|
423
423
|
/**
|
|
424
424
|
* Number of supported list entries in the TimeZone attribute. This attribute may take the value of 1 or 2,
|
|
425
425
|
* where the optional second list entry may be used to handle scheduled regulatory time zone changes.
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.11
|
|
428
428
|
*/
|
|
429
429
|
timeZoneListMaxSize: (0, import_Cluster.FixedAttribute)(10, import_TlvNumber.TlvUInt8.bound({ min: 1, max: 2 })),
|
|
430
430
|
/**
|
|
431
431
|
* Number of supported list entries in DSTOffset attribute. This value must be at least 1.
|
|
432
432
|
*
|
|
433
|
-
* @see {@link MatterSpecification.
|
|
433
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.12
|
|
434
434
|
*/
|
|
435
435
|
dstOffsetListMaxSize: (0, import_Cluster.FixedAttribute)(11, import_TlvNumber.TlvUInt8.bound({ min: 1 }))
|
|
436
436
|
},
|
|
@@ -452,7 +452,7 @@ var TimeSynchronization;
|
|
|
452
452
|
* list. A DSTTableEmpty event shall be generated if the DSTOffset attribute is empty. A DSTStatus event
|
|
453
453
|
* shall be generated if the node was previously applying a DST offset.
|
|
454
454
|
*
|
|
455
|
-
* @see {@link MatterSpecification.
|
|
455
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.3
|
|
456
456
|
*/
|
|
457
457
|
setTimeZone: (0, import_Cluster.Command)(
|
|
458
458
|
2,
|
|
@@ -476,7 +476,7 @@ var TimeSynchronization;
|
|
|
476
476
|
* If the DSTOffset attribute change causes a corresponding change to the DST state, a DSTStatus event shall
|
|
477
477
|
* be generated. If the list is empty, the node shall generate a DSTTableEmpty event.
|
|
478
478
|
*
|
|
479
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.5
|
|
480
480
|
*/
|
|
481
481
|
setDstOffset: (0, import_Cluster.Command)(4, TimeSynchronization2.TlvSetDstOffsetRequest, 4, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Manage })
|
|
482
482
|
},
|
|
@@ -493,20 +493,20 @@ var TimeSynchronization;
|
|
|
493
493
|
*
|
|
494
494
|
* There is no data for this event.
|
|
495
495
|
*
|
|
496
|
-
* @see {@link MatterSpecification.
|
|
496
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.1
|
|
497
497
|
*/
|
|
498
498
|
dstTableEmpty: (0, import_Cluster.Event)(0, import_Cluster.EventPriority.Info, import_TlvNoArguments.TlvNoArguments),
|
|
499
499
|
/**
|
|
500
500
|
* This event shall be generated when the node starts or stops applying a DST offset.
|
|
501
501
|
*
|
|
502
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.2
|
|
503
503
|
*/
|
|
504
504
|
dstStatus: (0, import_Cluster.Event)(1, import_Cluster.EventPriority.Info, TimeSynchronization2.TlvDstStatusEvent),
|
|
505
505
|
/**
|
|
506
506
|
* This event shall be generated when the node changes its time zone offset or name. It shall NOT be sent
|
|
507
507
|
* for DST changes that are not accompanied by a time zone change.
|
|
508
508
|
*
|
|
509
|
-
* @see {@link MatterSpecification.
|
|
509
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.3
|
|
510
510
|
*/
|
|
511
511
|
timeZoneStatus: (0, import_Cluster.Event)(2, import_Cluster.EventPriority.Info, TimeSynchronization2.TlvTimeZoneStatusEvent)
|
|
512
512
|
}
|
|
@@ -517,7 +517,7 @@ var TimeSynchronization;
|
|
|
517
517
|
* If the node is running an RFC 5905 NTPv4 compliant server on port 123, this value shall be True. If the
|
|
518
518
|
* node is not currently running an NTP server, this value shall be False.
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.10
|
|
521
521
|
*/
|
|
522
522
|
ntpServerAvailable: (0, import_Cluster.Attribute)(9, import_TlvBoolean.TlvBoolean, { default: false })
|
|
523
523
|
}
|
|
@@ -535,7 +535,7 @@ var TimeSynchronization;
|
|
|
535
535
|
* SetDSTOffset commands, and TimeZone and DSTOffset attributes, and shall expose the local time through the
|
|
536
536
|
* LocalTime attribute.
|
|
537
537
|
*
|
|
538
|
-
* @see {@link MatterSpecification.
|
|
538
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.1
|
|
539
539
|
*/
|
|
540
540
|
timeZone: (0, import_BitmapSchema.BitFlag)(0),
|
|
541
541
|
/**
|
|
@@ -543,7 +543,7 @@ var TimeSynchronization;
|
|
|
543
543
|
*
|
|
544
544
|
* Allows a node to use NTP/SNTP for time synchronization.
|
|
545
545
|
*
|
|
546
|
-
* @see {@link MatterSpecification.
|
|
546
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.2
|
|
547
547
|
*/
|
|
548
548
|
ntpClient: (0, import_BitmapSchema.BitFlag)(1),
|
|
549
549
|
/**
|
|
@@ -552,7 +552,7 @@ var TimeSynchronization;
|
|
|
552
552
|
* Allows a Node to host an NTP server for the network so that other Nodes can achieve a high accuracy time
|
|
553
553
|
* synchronization within the network. See Section 11.17.15, “Acting as an NTP Server”.
|
|
554
554
|
*
|
|
555
|
-
* @see {@link MatterSpecification.
|
|
555
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.3
|
|
556
556
|
*/
|
|
557
557
|
ntpServer: (0, import_BitmapSchema.BitFlag)(2),
|
|
558
558
|
/**
|
|
@@ -560,7 +560,7 @@ var TimeSynchronization;
|
|
|
560
560
|
*
|
|
561
561
|
* This node also supports a time synchronization client and can connect to and read time from other nodes.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.5.4
|
|
564
564
|
*/
|
|
565
565
|
timeSyncClient: (0, import_BitmapSchema.BitFlag)(3)
|
|
566
566
|
},
|
|
@@ -572,7 +572,7 @@ var TimeSynchronization;
|
|
|
572
572
|
* If the node has not achieved time synchronization, this shall be null. This attribute may be set when a
|
|
573
573
|
* SetUTCTime is received.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.1
|
|
576
576
|
*/
|
|
577
577
|
utcTime: (0, import_Cluster.Attribute)(0, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs), { omitChanges: true, default: null }),
|
|
578
578
|
/**
|
|
@@ -582,7 +582,7 @@ var TimeSynchronization;
|
|
|
582
582
|
* This value shall be set to NoTimeGranularity if UTCTime is null and shall NOT be set to NoTimeGranularity
|
|
583
583
|
* if UTCTime is non-null.
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.2
|
|
586
586
|
*/
|
|
587
587
|
granularity: (0, import_Cluster.Attribute)(1, (0, import_TlvNumber.TlvEnum)(), { default: 0 /* NoTimeGranularity */ }),
|
|
588
588
|
/**
|
|
@@ -596,7 +596,7 @@ var TimeSynchronization;
|
|
|
596
596
|
*
|
|
597
597
|
* This value shall be set to None if UTCTime is null and shall NOT be set to None if UTCTime is non-null.
|
|
598
598
|
*
|
|
599
|
-
* @see {@link MatterSpecification.
|
|
599
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.8.3
|
|
600
600
|
*/
|
|
601
601
|
timeSource: (0, import_Cluster.OptionalAttribute)(2, (0, import_TlvNumber.TlvEnum)(), { default: 0 /* None */ })
|
|
602
602
|
},
|
|
@@ -619,7 +619,7 @@ var TimeSynchronization;
|
|
|
619
619
|
* it opts to not update its time, it shall fail the command with a cluster specific Status Code of
|
|
620
620
|
* TimeNotAccepted.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.9.1
|
|
623
623
|
*/
|
|
624
624
|
setUtcTime: (0, import_Cluster.Command)(0, TimeSynchronization2.TlvSetUtcTimeRequest, 0, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer })
|
|
625
625
|
},
|
|
@@ -629,7 +629,7 @@ var TimeSynchronization;
|
|
|
629
629
|
* node is unable to get a time from any source. This event SHOULD NOT be generated more often than once per
|
|
630
630
|
* hour.
|
|
631
631
|
*
|
|
632
|
-
* @see {@link MatterSpecification.
|
|
632
|
+
* @see {@link MatterSpecification.v14.Core} § 11.17.10.4
|
|
633
633
|
*/
|
|
634
634
|
timeFailure: (0, import_Cluster.Event)(3, import_Cluster.EventPriority.Info, import_TlvNoArguments.TlvNoArguments)
|
|
635
635
|
},
|
|
@@ -12,7 +12,7 @@ export declare namespace UnitLocalization {
|
|
|
12
12
|
/**
|
|
13
13
|
* These are optional features supported by UnitLocalizationCluster.
|
|
14
14
|
*
|
|
15
|
-
* @see {@link MatterSpecification.
|
|
15
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.4
|
|
16
16
|
*/
|
|
17
17
|
enum Feature {
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ export declare namespace UnitLocalization {
|
|
|
23
23
|
TemperatureUnit = "TemperatureUnit"
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.5.1
|
|
27
27
|
*/
|
|
28
28
|
enum TempUnit {
|
|
29
29
|
/**
|
|
@@ -49,7 +49,7 @@ export declare namespace UnitLocalization {
|
|
|
49
49
|
* in communication to the user. If provided, this value shall take priority over any unit implied through
|
|
50
50
|
* the ActiveLocale Attribute.
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.6.1
|
|
53
53
|
*/
|
|
54
54
|
readonly temperatureUnit: WritableAttribute<TempUnit, any>;
|
|
55
55
|
};
|
|
@@ -84,7 +84,7 @@ export declare namespace UnitLocalization {
|
|
|
84
84
|
* in communication to the user. If provided, this value shall take priority over any unit implied through
|
|
85
85
|
* the ActiveLocale Attribute.
|
|
86
86
|
*
|
|
87
|
-
* @see {@link MatterSpecification.
|
|
87
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.6.1
|
|
88
88
|
*/
|
|
89
89
|
readonly temperatureUnit: WritableAttribute<TempUnit, any>;
|
|
90
90
|
};
|
|
@@ -121,7 +121,7 @@ export declare namespace UnitLocalization {
|
|
|
121
121
|
* in communication to the user. If provided, this value shall take priority over any unit implied through
|
|
122
122
|
* the ActiveLocale Attribute.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.6.1
|
|
125
125
|
*/
|
|
126
126
|
readonly temperatureUnit: WritableAttribute<TempUnit, any>;
|
|
127
127
|
};
|
|
@@ -140,7 +140,7 @@ export declare namespace UnitLocalization {
|
|
|
140
140
|
* UnitLocalizationCluster supports optional features that you can enable with the UnitLocalizationCluster.with()
|
|
141
141
|
* factory method.
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5
|
|
144
144
|
*/
|
|
145
145
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
146
146
|
}
|
|
@@ -52,7 +52,7 @@ var UnitLocalization;
|
|
|
52
52
|
* in communication to the user. If provided, this value shall take priority over any unit implied through
|
|
53
53
|
* the ActiveLocale Attribute.
|
|
54
54
|
*
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v14.Core} § 11.5.6.1
|
|
56
56
|
*/
|
|
57
57
|
temperatureUnit: (0, import_Cluster.WritableAttribute)(
|
|
58
58
|
0,
|
|
@@ -20,7 +20,7 @@ export declare namespace UserLabel {
|
|
|
20
20
|
* An implementation shall support at least 4 list entries per node for all User Label cluster instances on
|
|
21
21
|
* the node.
|
|
22
22
|
*
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v14.Core} § 9.9.4.1
|
|
24
24
|
*/
|
|
25
25
|
readonly labelList: WritableAttribute<import("../index.js").TypeFromFields<{
|
|
26
26
|
label: import("../index.js").FieldType<string>;
|
|
@@ -32,7 +32,7 @@ export declare namespace UserLabel {
|
|
|
32
32
|
* This cluster is derived from the Label cluster and provides a feature to tag an endpoint with zero or more
|
|
33
33
|
* writable labels.
|
|
34
34
|
*
|
|
35
|
-
* @see {@link MatterSpecification.
|
|
35
|
+
* @see {@link MatterSpecification.v14.Core} § 9.9
|
|
36
36
|
*/
|
|
37
37
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
38
38
|
}
|
|
@@ -44,7 +44,7 @@ var UserLabel;
|
|
|
44
44
|
* An implementation shall support at least 4 list entries per node for all User Label cluster instances on
|
|
45
45
|
* the node.
|
|
46
46
|
*
|
|
47
|
-
* @see {@link MatterSpecification.
|
|
47
|
+
* @see {@link MatterSpecification.v14.Core} § 9.9.4.1
|
|
48
48
|
*/
|
|
49
49
|
labelList: (0, import_Cluster.WritableAttribute)(
|
|
50
50
|
0,
|
|
@@ -12,7 +12,7 @@ export declare namespace ValidProxies {
|
|
|
12
12
|
/**
|
|
13
13
|
* Encapsulates the Node ID of a Valid Proxy.
|
|
14
14
|
*
|
|
15
|
-
* @see {@link MatterSpecification.
|
|
15
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.4.1
|
|
16
16
|
*/
|
|
17
17
|
const TlvValidProxy: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
18
18
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -20,14 +20,14 @@ export declare namespace ValidProxies {
|
|
|
20
20
|
/**
|
|
21
21
|
* Encapsulates the Node ID of a Valid Proxy.
|
|
22
22
|
*
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.4.1
|
|
24
24
|
*/
|
|
25
25
|
interface ValidProxy extends TypeFromSchema<typeof TlvValidProxy> {
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
28
|
* This command is used during proxy discovery, as specified in Section 9.15.7, “Proxy Discovery & Assignment Flow”.
|
|
29
29
|
*
|
|
30
|
-
* @see {@link MatterSpecification.
|
|
30
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.6.2
|
|
31
31
|
*/
|
|
32
32
|
const TlvGetValidProxiesResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
33
33
|
proxyNodeIdList: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[]>;
|
|
@@ -35,7 +35,7 @@ export declare namespace ValidProxies {
|
|
|
35
35
|
/**
|
|
36
36
|
* This command is used during proxy discovery, as specified in Section 9.15.7, “Proxy Discovery & Assignment Flow”.
|
|
37
37
|
*
|
|
38
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.6.2
|
|
39
39
|
*/
|
|
40
40
|
interface GetValidProxiesResponse extends TypeFromSchema<typeof TlvGetValidProxiesResponse> {
|
|
41
41
|
}
|
|
@@ -50,7 +50,7 @@ export declare namespace ValidProxies {
|
|
|
50
50
|
/**
|
|
51
51
|
* List of valid proxies that can proxy this Node. Each entry in this list is fabric-scoped.
|
|
52
52
|
*
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.5.1
|
|
54
54
|
*/
|
|
55
55
|
readonly validProxyList: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
56
56
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -61,7 +61,7 @@ export declare namespace ValidProxies {
|
|
|
61
61
|
* This command is used during proxy discovery, as specified in Section 9.15.7, “Proxy Discovery &
|
|
62
62
|
* Assignment Flow”.
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.6.1
|
|
65
65
|
*/
|
|
66
66
|
readonly getValidProxiesRequest: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
67
67
|
proxyNodeIdList: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[]>;
|
|
@@ -72,7 +72,7 @@ export declare namespace ValidProxies {
|
|
|
72
72
|
* This cluster provides a means for a device to be told of the valid set of possible proxies that can proxy
|
|
73
73
|
* subscriptions on its behalf as per Section 9.15.7, “Proxy Discovery & Assignment Flow”.
|
|
74
74
|
*
|
|
75
|
-
* @see {@link MatterSpecification.
|
|
75
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14
|
|
76
76
|
*/
|
|
77
77
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
78
78
|
}
|
|
@@ -46,7 +46,7 @@ var ValidProxies;
|
|
|
46
46
|
/**
|
|
47
47
|
* List of valid proxies that can proxy this Node. Each entry in this list is fabric-scoped.
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.5.1
|
|
50
50
|
*/
|
|
51
51
|
validProxyList: (0, import_Cluster.FixedAttribute)(0, (0, import_TlvArray.TlvArray)(ValidProxies2.TlvValidProxy), { persistent: true, default: [] })
|
|
52
52
|
},
|
|
@@ -55,7 +55,7 @@ var ValidProxies;
|
|
|
55
55
|
* This command is used during proxy discovery, as specified in Section 9.15.7, “Proxy Discovery &
|
|
56
56
|
* Assignment Flow”.
|
|
57
57
|
*
|
|
58
|
-
* @see {@link MatterSpecification.
|
|
58
|
+
* @see {@link MatterSpecification.v14.Core} § 9.15.14.6.1
|
|
59
59
|
*/
|
|
60
60
|
getValidProxiesRequest: (0, import_Cluster.Command)(0, import_TlvNoArguments.TlvNoArguments, 1, ValidProxies2.TlvGetValidProxiesResponse)
|
|
61
61
|
}
|