@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
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/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
- package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/index.js +1 -1
- package/dist/cjs/cluster/mutation/index.js.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +96 -47
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +16 -8
- package/dist/cjs/clusters/access-control.js.map +1 -1
- package/dist/cjs/clusters/account-login.d.ts +20 -20
- package/dist/cjs/clusters/account-login.js +12 -12
- package/dist/cjs/clusters/actions.d.ts +36 -5
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +26 -1
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +7 -6
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/air-quality.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +4 -4
- package/dist/cjs/clusters/alarm-base.js +2 -2
- package/dist/cjs/clusters/application-launcher.d.ts +49 -23
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -3
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/basic-information.d.ts +22 -19
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +21 -18
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/channel.d.ts +12 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +4 -0
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +128 -119
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +52 -68
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/cjs/clusters/commissioner-control.js +5 -1
- package/dist/cjs/clusters/commissioner-control.js.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.js +11 -12
- package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
- package/dist/cjs/clusters/content-control.d.ts +44 -30
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +6 -6
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +32 -32
- package/dist/cjs/clusters/content-launcher.js +1 -1
- package/dist/cjs/clusters/descriptor.d.ts +43 -10
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
- package/dist/cjs/clusters/descriptor.js +21 -4
- package/dist/cjs/clusters/descriptor.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +38 -12
- package/dist/cjs/clusters/device-energy-management.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +3 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +182 -266
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +80 -111
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.js +36 -24
- package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
- package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +3 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +61 -45
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +28 -33
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +5 -9
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +1 -3
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +334 -148
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js +107 -56
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +1 -1
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +26 -23
- package/dist/cjs/clusters/general-commissioning.js.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +13 -13
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +28 -22
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +13 -10
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +0 -12
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +1 -7
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +809 -145
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +182 -34
- package/dist/cjs/clusters/icd-management.js.map +1 -1
- package/dist/cjs/clusters/identify.d.ts +12 -1
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +13 -2
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +1 -5
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +3 -15
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
- package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +9 -6
- package/dist/cjs/clusters/label.d.ts.map +1 -1
- package/dist/cjs/clusters/label.js +3 -2
- package/dist/cjs/clusters/label.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/cjs/clusters/level-control.d.ts +11 -15
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +8 -9
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +138 -12
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +41 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/messages.d.ts +7 -7
- package/dist/cjs/clusters/messages.js +3 -3
- package/dist/cjs/clusters/microwave-oven-control.js +4 -4
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +31 -2
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +15 -2
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +7 -7
- package/dist/cjs/clusters/mode-select.js +2 -2
- package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +41 -27
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +4 -6
- package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
- package/dist/cjs/clusters/on-off.js +4 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +182 -38
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +29 -49
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +7 -10
- package/dist/cjs/clusters/operational-state.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/cjs/clusters/oven-mode.d.ts +150 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +51 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +18 -6
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +6 -2
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +10 -7
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/resource-monitoring.js +1 -1
- package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +19 -11
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +3 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +14 -45
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +7 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +36 -40
- package/dist/cjs/clusters/service-area.d.ts.map +1 -1
- package/dist/cjs/clusters/service-area.js +10 -12
- package/dist/cjs/clusters/service-area.js.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.js +17 -17
- package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +20 -17
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +9 -8
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/temperature-control.d.ts +18 -9
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
- package/dist/cjs/clusters/temperature-control.js +7 -4
- package/dist/cjs/clusters/temperature-control.js.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +406 -420
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +89 -101
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/cjs/clusters/thread-border-router-management.js +5 -5
- package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
- package/dist/cjs/clusters/thread-network-directory.js +5 -5
- package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
- package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +52 -42
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +51 -13
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js +22 -4
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-management.js +5 -9
- package/dist/cjs/clusters/water-heater-management.js.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.js +3 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
- package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/cjs/clusters/window-covering.d.ts +105 -3
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +35 -1
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/globals/Currency.d.ts +27 -0
- package/dist/cjs/globals/Currency.d.ts.map +1 -0
- package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
- package/dist/cjs/globals/Currency.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +7 -7
- package/dist/cjs/globals/Locationdesc.js +5 -5
- 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 +14 -2
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
- package/dist/cjs/globals/MeasurementType.js +3 -0
- package/dist/cjs/globals/MeasurementType.js.map +1 -1
- package/dist/cjs/globals/Namespace.d.ts +13 -3
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/Price.d.ts +30 -0
- package/dist/cjs/globals/Price.d.ts.map +1 -0
- package/dist/cjs/globals/Price.js +33 -0
- package/dist/cjs/globals/Price.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +9 -9
- package/dist/cjs/globals/Semtag.js +7 -7
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +24 -5
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -0
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
- package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.js +1 -1
- package/dist/cjs/globals/index.d.ts +3 -1
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -1
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
- package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
- package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/esm/cluster/mutation/index.d.ts +1 -1
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/index.js +1 -1
- package/dist/esm/clusters/access-control.d.ts +96 -47
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +16 -8
- package/dist/esm/clusters/access-control.js.map +1 -1
- package/dist/esm/clusters/account-login.d.ts +20 -20
- package/dist/esm/clusters/account-login.js +12 -12
- package/dist/esm/clusters/actions.d.ts +36 -5
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +26 -1
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +7 -6
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/air-quality.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +4 -4
- package/dist/esm/clusters/alarm-base.js +2 -2
- package/dist/esm/clusters/application-launcher.d.ts +49 -23
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -3
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/basic-information.d.ts +22 -19
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +22 -18
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/esm/clusters/boolean-state-configuration.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/channel.d.ts +12 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +4 -0
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +128 -119
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +52 -68
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/commissioner-control.d.ts +8 -4
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/esm/clusters/commissioner-control.js +5 -1
- package/dist/esm/clusters/commissioner-control.js.map +1 -1
- package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/concentration-measurement.js +11 -12
- package/dist/esm/clusters/concentration-measurement.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +44 -30
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +6 -6
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +32 -32
- package/dist/esm/clusters/content-launcher.js +1 -1
- package/dist/esm/clusters/descriptor.d.ts +43 -10
- package/dist/esm/clusters/descriptor.d.ts.map +1 -1
- package/dist/esm/clusters/descriptor.js +22 -5
- package/dist/esm/clusters/descriptor.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +3 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +133 -24
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +38 -12
- package/dist/esm/clusters/device-energy-management.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/esm/clusters/dishwasher-alarm.js +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +3 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +182 -266
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +81 -112
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/esm/clusters/ecosystem-information.js +37 -25
- package/dist/esm/clusters/ecosystem-information.js.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
- package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-power-measurement.js +45 -23
- package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +3 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +61 -45
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +28 -33
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +5 -9
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +1 -3
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +334 -148
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js +107 -56
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +1 -1
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +90 -69
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +26 -23
- package/dist/esm/clusters/general-commissioning.js.map +1 -1
- package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +13 -13
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +28 -22
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +13 -10
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +0 -12
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +1 -7
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +809 -145
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +182 -34
- package/dist/esm/clusters/icd-management.js.map +1 -1
- package/dist/esm/clusters/identify.d.ts +12 -1
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +13 -2
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +1 -1
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +1 -5
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +3 -15
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
- package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
- package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/esm/clusters/label.d.ts +9 -6
- package/dist/esm/clusters/label.d.ts.map +1 -1
- package/dist/esm/clusters/label.js +3 -2
- package/dist/esm/clusters/label.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/esm/clusters/laundry-washer-controls.js +4 -4
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/esm/clusters/level-control.d.ts +11 -15
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +8 -9
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +138 -12
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +41 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +7 -7
- package/dist/esm/clusters/messages.js +3 -3
- package/dist/esm/clusters/microwave-oven-control.js +4 -4
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +3 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +31 -2
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +15 -2
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +7 -7
- package/dist/esm/clusters/mode-select.js +2 -2
- package/dist/esm/clusters/network-commissioning.d.ts +259 -201
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +41 -27
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +4 -6
- package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
- package/dist/esm/clusters/on-off.js +4 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +367 -77
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +183 -39
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +29 -49
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +7 -10
- package/dist/esm/clusters/operational-state.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +27 -11
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/esm/clusters/oven-mode.d.ts +150 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +51 -1
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +18 -6
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +6 -2
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +10 -7
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/esm/clusters/refrigerator-alarm.js +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/resource-monitoring.js +1 -1
- package/dist/esm/clusters/resource-monitoring.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +5 -1
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +19 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +3 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +14 -45
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +8 -30
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +36 -40
- package/dist/esm/clusters/service-area.d.ts.map +1 -1
- package/dist/esm/clusters/service-area.js +10 -12
- package/dist/esm/clusters/service-area.js.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/software-diagnostics.js +17 -17
- package/dist/esm/clusters/software-diagnostics.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +20 -17
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +9 -8
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +18 -9
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
- package/dist/esm/clusters/temperature-control.js +7 -4
- package/dist/esm/clusters/temperature-control.js.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/esm/clusters/thermostat.d.ts +406 -420
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +89 -101
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/esm/clusters/thread-border-router-management.js +5 -5
- package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
- package/dist/esm/clusters/thread-network-directory.js +5 -5
- package/dist/esm/clusters/thread-network-directory.js.map +1 -1
- package/dist/esm/clusters/time-synchronization.d.ts +159 -127
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +52 -42
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +51 -13
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js +23 -5
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +2 -14
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-management.js +5 -9
- package/dist/esm/clusters/water-heater-management.js.map +1 -1
- package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-mode.js +3 -0
- package/dist/esm/clusters/water-heater-mode.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.js +22 -3
- package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/esm/clusters/window-covering.d.ts +105 -3
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +35 -1
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/globals/Currency.d.ts +27 -0
- package/dist/esm/globals/Currency.d.ts.map +1 -0
- package/dist/esm/globals/Currency.js +15 -0
- package/dist/esm/globals/Currency.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +7 -7
- package/dist/esm/globals/Locationdesc.js +5 -5
- 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 +14 -2
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
- package/dist/esm/globals/MeasurementType.js +3 -0
- package/dist/esm/globals/MeasurementType.js.map +1 -1
- package/dist/esm/globals/Namespace.d.ts +13 -3
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/Price.d.ts +30 -0
- package/dist/esm/globals/Price.d.ts.map +1 -0
- package/dist/esm/globals/Price.js +13 -0
- package/dist/esm/globals/Price.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +9 -9
- package/dist/esm/globals/Semtag.js +7 -7
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +24 -5
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -0
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/esm/globals/ThreeLevelAuto.js +16 -0
- package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.js +1 -1
- package/dist/esm/globals/index.d.ts +3 -1
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -1
- package/dist/esm/globals/index.js.map +1 -1
- package/package.json +5 -5
- package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
- package/src/cluster/mutation/MutableCluster.ts +14 -14
- package/src/cluster/mutation/index.ts +1 -1
- package/src/clusters/access-control.ts +26 -21
- package/src/clusters/account-login.ts +16 -16
- package/src/clusters/actions.ts +36 -5
- package/src/clusters/administrator-commissioning.ts +9 -8
- package/src/clusters/air-quality.ts +1 -1
- package/src/clusters/alarm-base.ts +2 -2
- package/src/clusters/application-launcher.ts +7 -3
- package/src/clusters/basic-information.ts +23 -18
- package/src/clusters/boolean-state-configuration.ts +3 -3
- package/src/clusters/bridged-device-basic-information.ts +24 -6
- package/src/clusters/channel.ts +4 -0
- package/src/clusters/color-control.ts +53 -69
- package/src/clusters/commissioner-control.ts +9 -5
- package/src/clusters/concentration-measurement.ts +12 -13
- package/src/clusters/content-control.ts +8 -6
- package/src/clusters/content-launcher.ts +2 -2
- package/src/clusters/descriptor.ts +25 -7
- package/src/clusters/device-energy-management-mode.ts +3 -0
- package/src/clusters/device-energy-management.ts +63 -13
- package/src/clusters/dishwasher-alarm.ts +1 -1
- package/src/clusters/dishwasher-mode.ts +3 -0
- package/src/clusters/door-lock.ts +102 -126
- package/src/clusters/ecosystem-information.ts +59 -31
- package/src/clusters/electrical-energy-measurement.ts +110 -17
- package/src/clusters/electrical-power-measurement.ts +116 -28
- package/src/clusters/energy-evse-mode.ts +3 -0
- package/src/clusters/energy-evse.ts +33 -38
- package/src/clusters/energy-preference.ts +3 -3
- package/src/clusters/ethernet-network-diagnostics.ts +21 -25
- package/src/clusters/fan-control.ts +109 -71
- package/src/clusters/flow-measurement.ts +1 -1
- package/src/clusters/general-commissioning.ts +43 -28
- package/src/clusters/general-diagnostics.ts +14 -14
- package/src/clusters/group-key-management.ts +15 -12
- package/src/clusters/groups.ts +1 -8
- package/src/clusters/icd-management.ts +213 -55
- package/src/clusters/identify.ts +13 -2
- package/src/clusters/illuminance-measurement.ts +1 -1
- package/src/clusters/index.ts +1 -5
- package/src/clusters/joint-fabric-administrator.ts +470 -0
- package/src/clusters/joint-fabric-datastore.ts +1433 -223
- package/src/clusters/label.ts +3 -2
- package/src/clusters/laundry-washer-controls.ts +4 -4
- package/src/clusters/laundry-washer-mode.ts +2 -2
- package/src/clusters/level-control.ts +9 -10
- package/src/clusters/media-playback.ts +45 -4
- package/src/clusters/messages.ts +3 -3
- package/src/clusters/microwave-oven-control.ts +4 -4
- package/src/clusters/microwave-oven-mode.ts +3 -0
- package/src/clusters/mode-base.ts +15 -2
- package/src/clusters/mode-select.ts +3 -3
- package/src/clusters/network-commissioning.ts +57 -31
- package/src/clusters/occupancy-sensing.ts +6 -8
- package/src/clusters/on-off.ts +4 -4
- package/src/clusters/operational-credentials.ts +336 -53
- package/src/clusters/operational-state.ts +7 -10
- package/src/clusters/ota-software-update-provider.ts +27 -11
- package/src/clusters/ota-software-update-requestor.ts +6 -5
- package/src/clusters/oven-cavity-operational-state.ts +3 -3
- package/src/clusters/oven-mode.ts +53 -1
- package/src/clusters/power-source.ts +6 -2
- package/src/clusters/pressure-measurement.ts +10 -7
- package/src/clusters/pump-configuration-and-control.ts +16 -13
- package/src/clusters/refrigerator-alarm.ts +1 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
- package/src/clusters/resource-monitoring.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +10 -2
- package/src/clusters/rvc-operational-state.ts +70 -15
- package/src/clusters/rvc-run-mode.ts +3 -0
- package/src/clusters/scenes-management.ts +8 -31
- package/src/clusters/service-area.ts +10 -12
- package/src/clusters/smoke-co-alarm.ts +4 -9
- package/src/clusters/software-diagnostics.ts +17 -17
- package/src/clusters/switch.ts +11 -10
- package/src/clusters/temperature-control.ts +7 -4
- package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
- package/src/clusters/thermostat.ts +138 -155
- package/src/clusters/thread-border-router-management.ts +6 -6
- package/src/clusters/thread-network-diagnostics.ts +171 -181
- package/src/clusters/thread-network-directory.ts +5 -5
- package/src/clusters/time-synchronization.ts +56 -44
- package/src/clusters/unit-localization.ts +24 -5
- package/src/clusters/valve-configuration-and-control.ts +8 -12
- package/src/clusters/water-heater-management.ts +5 -9
- package/src/clusters/water-heater-mode.ts +3 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
- package/src/clusters/wi-fi-network-management.ts +22 -3
- package/src/clusters/window-covering.ts +35 -1
- package/src/globals/Currency.ts +32 -0
- package/src/globals/Locationdesc.ts +7 -7
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +17 -2
- package/src/globals/Namespace.ts +13 -3
- package/src/globals/Price.ts +30 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +9 -9
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +27 -5
- package/src/globals/ThreeLevelAuto.ts +37 -0
- package/src/globals/WildcardPathFlags.ts +2 -2
- package/src/globals/index.ts +3 -1
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.js +0 -253
- package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
- package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-configuration.js +0 -73
- package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
- package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-discovery.js +0 -79
- package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
- package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
- package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/cjs/clusters/valid-proxies.js +0 -68
- package/dist/cjs/clusters/valid-proxies.js.map +0 -6
- package/dist/cjs/globals/Tod.d.ts +0 -41
- package/dist/cjs/globals/Tod.d.ts.map +0 -1
- package/dist/cjs/globals/Tod.js.map +0 -6
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
- package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.js +0 -233
- package/dist/esm/clusters/ballast-configuration.js.map +0 -6
- package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/esm/clusters/joint-fabric-pki.js +0 -100
- package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
- package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-configuration.js +0 -53
- package/dist/esm/clusters/proxy-configuration.js.map +0 -6
- package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
- package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-discovery.js +0 -59
- package/dist/esm/clusters/proxy-discovery.js.map +0 -6
- package/dist/esm/clusters/valid-proxies.d.ts +0 -84
- package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/esm/clusters/valid-proxies.js +0 -48
- package/dist/esm/clusters/valid-proxies.js.map +0 -6
- package/dist/esm/globals/Tod.d.ts +0 -41
- package/dist/esm/globals/Tod.d.ts.map +0 -1
- package/dist/esm/globals/Tod.js +0 -29
- package/dist/esm/globals/Tod.js.map +0 -6
- package/src/clusters/ballast-configuration.ts +0 -268
- package/src/clusters/joint-fabric-pki.ts +0 -200
- package/src/clusters/proxy-configuration.ts +0 -77
- package/src/clusters/proxy-discovery.ts +0 -90
- package/src/clusters/valid-proxies.ts +0 -90
- package/src/globals/Tod.ts +0 -49
|
@@ -81,7 +81,10 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
81
81
|
*/
|
|
82
82
|
const TlvNeighborTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
83
|
/**
|
|
84
|
-
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
84
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
|
|
85
|
+
* composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
|
|
86
|
+
* example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
|
|
87
|
+
* 0x00112233AABBCCDD.
|
|
85
88
|
*
|
|
86
89
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
87
90
|
*/
|
|
@@ -94,7 +97,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
94
97
|
*/
|
|
95
98
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
96
99
|
/**
|
|
97
|
-
* This field shall specify the RLOC16 of the neighboring Node.
|
|
100
|
+
* This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
|
|
101
|
+
* RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
|
|
102
|
+
* (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
98
103
|
*
|
|
99
104
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
100
105
|
*/
|
|
@@ -189,13 +194,18 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
189
194
|
const TlvRouteTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
190
195
|
/**
|
|
191
196
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
192
|
-
* corresponds.
|
|
197
|
+
* corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
|
|
198
|
+
* them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
|
|
199
|
+
* 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
193
200
|
*
|
|
194
201
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
195
202
|
*/
|
|
196
203
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
197
204
|
/**
|
|
198
|
-
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
205
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
|
|
206
|
+
* value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
|
|
207
|
+
* integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
|
|
208
|
+
* 0x44AA.
|
|
199
209
|
*
|
|
200
210
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
201
211
|
*/
|
|
@@ -450,9 +460,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
450
460
|
const ErrorCountsComponent: {
|
|
451
461
|
readonly attributes: {
|
|
452
462
|
/**
|
|
453
|
-
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
463
|
+
* Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
|
|
464
|
+
* retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
|
|
465
|
+
* a reboot of the Node.
|
|
456
466
|
*
|
|
457
467
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
458
468
|
*/
|
|
@@ -460,12 +470,13 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
460
470
|
};
|
|
461
471
|
readonly commands: {
|
|
462
472
|
/**
|
|
473
|
+
* This command is used to reset the count attributes.
|
|
474
|
+
*
|
|
463
475
|
* Reception of this command shall reset the following attributes to 0:
|
|
464
476
|
*
|
|
465
477
|
* • OverrunCount
|
|
466
478
|
*
|
|
467
|
-
*
|
|
468
|
-
* value of SUCCESS back to the initiator.
|
|
479
|
+
* Upon completion, this command shall send a status code of SUCCESS back to the initiator.
|
|
469
480
|
*
|
|
470
481
|
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
471
482
|
*/
|
|
@@ -478,62 +489,58 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
478
489
|
const MleCountsComponent: {
|
|
479
490
|
readonly attributes: {
|
|
480
491
|
/**
|
|
481
|
-
*
|
|
482
|
-
*
|
|
483
|
-
* upon a Node reboot.
|
|
492
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
|
|
493
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
484
494
|
*
|
|
485
495
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
486
496
|
*/
|
|
487
497
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
488
498
|
/**
|
|
489
|
-
*
|
|
490
|
-
*
|
|
499
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
|
|
500
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
491
501
|
*
|
|
492
502
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
493
503
|
*/
|
|
494
504
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
495
505
|
/**
|
|
496
|
-
*
|
|
497
|
-
*
|
|
498
|
-
* upon a Node reboot.
|
|
506
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
|
|
507
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
499
508
|
*
|
|
500
509
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
501
510
|
*/
|
|
502
511
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
503
512
|
/**
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
* upon a Node reboot.
|
|
513
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
|
|
514
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
507
515
|
*
|
|
508
516
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
509
517
|
*/
|
|
510
518
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
511
519
|
/**
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
* a Node reboot.
|
|
520
|
+
* Indicates the number of attempts that have been made to attach to a Thread network while the Node was
|
|
521
|
+
* detached from all Thread networks. This value shall only be reset upon a Node reboot.
|
|
515
522
|
*
|
|
516
523
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
517
524
|
*/
|
|
518
525
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
519
526
|
/**
|
|
520
|
-
*
|
|
521
|
-
*
|
|
527
|
+
* Indicates the number of times that the Thread network that the Node is connected to has changed its
|
|
528
|
+
* Partition ID. This value shall only be reset upon a Node reboot.
|
|
522
529
|
*
|
|
523
530
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
524
531
|
*/
|
|
525
532
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
526
533
|
/**
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
534
|
+
* Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
|
|
535
|
+
* determined is better than the partition it is currently attached to. This value shall only be reset upon
|
|
536
|
+
* a Node reboot.
|
|
530
537
|
*
|
|
531
538
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
532
539
|
*/
|
|
533
540
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
534
541
|
/**
|
|
535
|
-
*
|
|
536
|
-
*
|
|
542
|
+
* Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
|
|
543
|
+
* reboot.
|
|
537
544
|
*
|
|
538
545
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
539
546
|
*/
|
|
@@ -546,279 +553,257 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
546
553
|
const MacCountsComponent: {
|
|
547
554
|
readonly attributes: {
|
|
548
555
|
/**
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
* reboot.
|
|
556
|
+
* Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
|
|
557
|
+
* incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
|
|
558
|
+
* attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
553
559
|
*
|
|
554
560
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
555
561
|
*/
|
|
556
562
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
557
563
|
/**
|
|
558
|
-
*
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
* only be reset upon a Node reboot.
|
|
564
|
+
* Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
|
|
565
|
+
* incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
|
|
566
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
562
567
|
*
|
|
563
568
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
564
569
|
*/
|
|
565
570
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
566
571
|
/**
|
|
567
|
-
*
|
|
568
|
-
*
|
|
569
|
-
*
|
|
570
|
-
* value shall only be reset upon a Node reboot.
|
|
572
|
+
* Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
|
|
573
|
+
* be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
|
|
574
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
571
575
|
*
|
|
572
576
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
573
577
|
*/
|
|
574
578
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
575
579
|
/**
|
|
576
|
-
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
+
* Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
|
|
581
|
+
* attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
|
|
582
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
583
|
+
* reset upon a Node reboot.
|
|
580
584
|
*
|
|
581
585
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
582
586
|
*/
|
|
583
587
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
584
588
|
/**
|
|
585
|
-
*
|
|
586
|
-
*
|
|
587
|
-
*
|
|
588
|
-
* shall only be reset upon a Node reboot.
|
|
589
|
+
* Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
|
|
590
|
+
* only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
|
|
591
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
589
592
|
*
|
|
590
593
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
591
594
|
*/
|
|
592
595
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
593
596
|
/**
|
|
594
|
-
*
|
|
595
|
-
*
|
|
596
|
-
*
|
|
597
|
-
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
597
|
+
* Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
|
|
598
|
+
* The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
|
|
599
|
+
* acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
598
600
|
*
|
|
599
601
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
600
602
|
*/
|
|
601
603
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
602
604
|
/**
|
|
603
|
-
*
|
|
604
|
-
*
|
|
605
|
-
*
|
|
606
|
-
* reset upon a Node reboot.
|
|
605
|
+
* Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
|
|
606
|
+
* incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
|
|
607
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
607
608
|
*
|
|
608
609
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
609
610
|
*/
|
|
610
611
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
611
612
|
/**
|
|
612
|
-
*
|
|
613
|
-
*
|
|
614
|
-
*
|
|
615
|
-
* value shall only be reset upon a Node reboot.
|
|
613
|
+
* Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
|
|
614
|
+
* be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
|
|
615
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
616
616
|
*
|
|
617
617
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
618
618
|
*/
|
|
619
619
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
620
620
|
/**
|
|
621
|
-
*
|
|
622
|
-
*
|
|
623
|
-
*
|
|
621
|
+
* Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
|
|
622
|
+
* incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
|
|
623
|
+
* CSMA-CA attempts, or retransmissions.
|
|
624
624
|
*
|
|
625
625
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
626
626
|
*/
|
|
627
627
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
628
628
|
/**
|
|
629
|
-
*
|
|
630
|
-
*
|
|
631
|
-
*
|
|
632
|
-
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
629
|
+
* Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
|
|
630
|
+
* only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
|
|
631
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
633
632
|
*
|
|
634
633
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
635
634
|
*/
|
|
636
635
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
637
636
|
/**
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
637
|
+
* Indicates the total number of unique MAC frame transmission requests that are not counted by any other
|
|
638
|
+
* attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
|
|
639
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
640
|
+
* reset upon a Node reboot.
|
|
642
641
|
*
|
|
643
642
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
644
643
|
*/
|
|
645
644
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
646
645
|
/**
|
|
647
|
-
*
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
* shall only be reset upon a Node reboot.
|
|
646
|
+
* Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
|
|
647
|
+
* for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
|
|
648
|
+
* other type of transmission error. This value shall only be reset upon a Node reboot.
|
|
651
649
|
*
|
|
652
650
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
653
651
|
*/
|
|
654
652
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
655
653
|
/**
|
|
656
|
-
*
|
|
657
|
-
* packets
|
|
658
|
-
*
|
|
659
|
-
* direct packets. This value shall only be reset upon a Node reboot.
|
|
654
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
|
|
655
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
656
|
+
* the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
660
657
|
*
|
|
661
658
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
662
659
|
*/
|
|
663
660
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
664
661
|
/**
|
|
665
|
-
*
|
|
666
|
-
* packets
|
|
667
|
-
*
|
|
668
|
-
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
662
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
|
|
663
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
664
|
+
* the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
669
665
|
*
|
|
670
666
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
671
667
|
*/
|
|
672
668
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
673
669
|
/**
|
|
674
|
-
*
|
|
675
|
-
*
|
|
676
|
-
* Node reboot.
|
|
670
|
+
* Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
|
|
671
|
+
* for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
|
|
677
672
|
*
|
|
678
673
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
679
674
|
*/
|
|
680
675
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
681
676
|
/**
|
|
682
|
-
*
|
|
683
|
-
*
|
|
684
|
-
*
|
|
677
|
+
* Indicates the total number of unique MAC transmission request failures caused by an abort error. The
|
|
678
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
|
|
679
|
+
* abort error.
|
|
685
680
|
*
|
|
686
681
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
687
682
|
*/
|
|
688
683
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
689
684
|
/**
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
* busy channel such as a CSMA/CA failure.
|
|
685
|
+
* Indicates the total number of unique MAC transmission request failures caused by an error as the result
|
|
686
|
+
* of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
|
|
687
|
+
* transmission request failure caused by a busy channel such as a CSMA/CA failure.
|
|
694
688
|
*
|
|
695
689
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
696
690
|
*/
|
|
697
691
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
698
692
|
/**
|
|
699
|
-
*
|
|
700
|
-
*
|
|
693
|
+
* Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
|
|
694
|
+
* reboot.
|
|
701
695
|
*
|
|
702
696
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
703
697
|
*/
|
|
704
698
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
705
699
|
/**
|
|
706
|
-
*
|
|
707
|
-
*
|
|
700
|
+
* Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
|
|
701
|
+
* Node reboot.
|
|
708
702
|
*
|
|
709
703
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
710
704
|
*/
|
|
711
705
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
712
706
|
/**
|
|
713
|
-
*
|
|
714
|
-
*
|
|
707
|
+
* Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
|
|
708
|
+
* Node reboot.
|
|
715
709
|
*
|
|
716
710
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
717
711
|
*/
|
|
718
712
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
719
713
|
/**
|
|
720
|
-
*
|
|
721
|
-
*
|
|
714
|
+
* Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
|
|
715
|
+
* reboot.
|
|
722
716
|
*
|
|
723
717
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
724
718
|
*/
|
|
725
719
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
726
720
|
/**
|
|
727
|
-
*
|
|
728
|
-
*
|
|
721
|
+
* Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
|
|
722
|
+
* Node reboot.
|
|
729
723
|
*
|
|
730
724
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
731
725
|
*/
|
|
732
726
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
733
727
|
/**
|
|
734
|
-
*
|
|
735
|
-
*
|
|
728
|
+
* Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
|
|
729
|
+
* Node reboot.
|
|
736
730
|
*
|
|
737
731
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
738
732
|
*/
|
|
739
733
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
740
734
|
/**
|
|
741
|
-
*
|
|
742
|
-
*
|
|
735
|
+
* Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
|
|
736
|
+
* upon a Node reboot.
|
|
743
737
|
*
|
|
744
738
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
745
739
|
*/
|
|
746
740
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
747
741
|
/**
|
|
748
|
-
*
|
|
749
|
-
*
|
|
742
|
+
* Indicates the total number of received unique MAC frame requests that are not counted by any other
|
|
743
|
+
* attribute. This value shall only be reset upon a Node reboot.
|
|
750
744
|
*
|
|
751
745
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
752
746
|
*/
|
|
753
747
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
754
748
|
/**
|
|
755
|
-
*
|
|
756
|
-
*
|
|
757
|
-
* reboot.
|
|
749
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
750
|
+
* MAC filtering. This value shall only be reset upon a Node reboot.
|
|
758
751
|
*
|
|
759
752
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
760
753
|
*/
|
|
761
754
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
762
755
|
/**
|
|
763
|
-
*
|
|
764
|
-
*
|
|
765
|
-
* reset upon a Node reboot.
|
|
756
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
|
|
757
|
+
* destination address check. This value shall only be reset upon a Node reboot.
|
|
766
758
|
*
|
|
767
759
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
768
760
|
*/
|
|
769
761
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
770
762
|
/**
|
|
771
|
-
*
|
|
772
|
-
*
|
|
773
|
-
* shall only be reset upon a Node reboot.
|
|
763
|
+
* Indicates the total number of received MAC frame requests that have been dropped as a result of being a
|
|
764
|
+
* duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
|
|
774
765
|
*
|
|
775
766
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
776
767
|
*/
|
|
777
768
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
778
769
|
/**
|
|
779
|
-
*
|
|
780
|
-
*
|
|
781
|
-
* upon a Node reboot.
|
|
770
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
771
|
+
* missing or malformed frame contents. This value shall only be reset upon a Node reboot.
|
|
782
772
|
*
|
|
783
773
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
784
774
|
*/
|
|
785
775
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
786
776
|
/**
|
|
787
|
-
*
|
|
788
|
-
*
|
|
789
|
-
* shall only be reset upon a Node reboot.
|
|
777
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
778
|
+
* originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
|
|
790
779
|
*
|
|
791
780
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
792
781
|
*/
|
|
793
782
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
794
783
|
/**
|
|
795
|
-
*
|
|
796
|
-
*
|
|
797
|
-
* only be reset upon a Node reboot.
|
|
784
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
785
|
+
* containing an invalid source address. This value shall only be reset upon a Node reboot.
|
|
798
786
|
*
|
|
799
787
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
800
788
|
*/
|
|
801
789
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
802
790
|
/**
|
|
803
|
-
*
|
|
804
|
-
*
|
|
805
|
-
* be reset upon a Node reboot.
|
|
791
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
792
|
+
* error with the security of the received frame. This value shall only be reset upon a Node reboot.
|
|
806
793
|
*
|
|
807
794
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
808
795
|
*/
|
|
809
796
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
810
797
|
/**
|
|
811
|
-
*
|
|
812
|
-
*
|
|
813
|
-
* reset upon a Node reboot.
|
|
798
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
799
|
+
* error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
|
|
814
800
|
*
|
|
815
801
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
816
802
|
*/
|
|
817
803
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
818
804
|
/**
|
|
819
|
-
*
|
|
820
|
-
*
|
|
821
|
-
* only be reset upon a Node reboot.
|
|
805
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
806
|
+
* error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
822
807
|
*
|
|
823
808
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
824
809
|
*/
|
|
@@ -853,62 +838,61 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
853
838
|
};
|
|
854
839
|
readonly attributes: {
|
|
855
840
|
/**
|
|
856
|
-
*
|
|
857
|
-
*
|
|
858
|
-
*
|
|
841
|
+
* Indicates the 802.15.4 channel number configured on the Node’s Thread interface (that is, the Active
|
|
842
|
+
* Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
|
|
843
|
+
* not currently configured or operational.
|
|
859
844
|
*
|
|
860
845
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.1
|
|
861
846
|
*/
|
|
862
847
|
readonly channel: Attribute<number | null, any>;
|
|
863
848
|
/**
|
|
864
|
-
*
|
|
865
|
-
*
|
|
866
|
-
*
|
|
867
|
-
* operational.
|
|
849
|
+
* Indicates the role that this Node has within the routing of messages through the Thread network, as
|
|
850
|
+
* defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
|
|
851
|
+
* indicate that the Thread interface is not currently configured or operational.
|
|
868
852
|
*
|
|
869
853
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.2
|
|
870
854
|
*/
|
|
871
855
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
872
856
|
/**
|
|
873
|
-
*
|
|
874
|
-
*
|
|
875
|
-
*
|
|
857
|
+
* Indicates a human-readable (displayable) name for the Thread network that the Node has been configured to
|
|
858
|
+
* join to. A value of null shall indicate that the Thread interface is not currently configured or
|
|
859
|
+
* operational.
|
|
876
860
|
*
|
|
877
861
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.3
|
|
878
862
|
*/
|
|
879
863
|
readonly networkName: Attribute<string | null, any>;
|
|
880
864
|
/**
|
|
881
|
-
*
|
|
882
|
-
*
|
|
865
|
+
* Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
|
|
866
|
+
* the Thread interface is not currently configured or operational.
|
|
883
867
|
*
|
|
884
868
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.4
|
|
885
869
|
*/
|
|
886
870
|
readonly panId: Attribute<number | null, any>;
|
|
887
871
|
/**
|
|
888
|
-
*
|
|
889
|
-
*
|
|
890
|
-
* operational.
|
|
872
|
+
* Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
|
|
873
|
+
* that the Thread interface is not currently configured or operational.
|
|
891
874
|
*
|
|
892
875
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.5
|
|
893
876
|
*/
|
|
894
877
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
895
878
|
/**
|
|
896
|
-
*
|
|
897
|
-
*
|
|
898
|
-
* currently configured or operational.
|
|
879
|
+
* Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
|
|
880
|
+
* A value of null shall indicate that the Thread interface is not currently configured or operational.
|
|
899
881
|
*
|
|
900
882
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
901
883
|
*/
|
|
902
884
|
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
903
885
|
/**
|
|
904
|
-
*
|
|
905
|
-
* the Node.
|
|
886
|
+
* Indicates the current list of Nodes that comprise the neighbor table on the Node.
|
|
906
887
|
*
|
|
907
888
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.8
|
|
908
889
|
*/
|
|
909
890
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
910
891
|
/**
|
|
911
|
-
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
892
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
|
|
893
|
+
* composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
|
|
894
|
+
* example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
|
|
895
|
+
* 0x00112233AABBCCDD.
|
|
912
896
|
*
|
|
913
897
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
914
898
|
*/
|
|
@@ -921,7 +905,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
921
905
|
*/
|
|
922
906
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
923
907
|
/**
|
|
924
|
-
* This field shall specify the RLOC16 of the neighboring Node.
|
|
908
|
+
* This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
|
|
909
|
+
* RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
|
|
910
|
+
* (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
925
911
|
*
|
|
926
912
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
927
913
|
*/
|
|
@@ -1006,21 +992,25 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1006
992
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1007
993
|
}>[], any>;
|
|
1008
994
|
/**
|
|
1009
|
-
*
|
|
1010
|
-
* been established.
|
|
995
|
+
* Indicates the current list of router capable Nodes for which routes have been established.
|
|
1011
996
|
*
|
|
1012
997
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.9
|
|
1013
998
|
*/
|
|
1014
999
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1015
1000
|
/**
|
|
1016
1001
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1017
|
-
* corresponds.
|
|
1002
|
+
* corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
|
|
1003
|
+
* them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
|
|
1004
|
+
* 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
1018
1005
|
*
|
|
1019
1006
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
1020
1007
|
*/
|
|
1021
1008
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1022
1009
|
/**
|
|
1023
|
-
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1010
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
|
|
1011
|
+
* value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
|
|
1012
|
+
* integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
|
|
1013
|
+
* 0x44AA.
|
|
1024
1014
|
*
|
|
1025
1015
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
1026
1016
|
*/
|
|
@@ -1080,36 +1070,36 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1080
1070
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1081
1071
|
}>[], any>;
|
|
1082
1072
|
/**
|
|
1083
|
-
*
|
|
1084
|
-
*
|
|
1073
|
+
* Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
|
|
1074
|
+
* attached to a Thread network.
|
|
1085
1075
|
*
|
|
1086
1076
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.10
|
|
1087
1077
|
*/
|
|
1088
1078
|
readonly partitionId: Attribute<number | null, any>;
|
|
1089
1079
|
/**
|
|
1090
|
-
*
|
|
1091
|
-
*
|
|
1080
|
+
* Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
|
|
1081
|
+
* Thread network.
|
|
1092
1082
|
*
|
|
1093
1083
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.11
|
|
1094
1084
|
*/
|
|
1095
1085
|
readonly weighting: Attribute<number | null, any>;
|
|
1096
1086
|
/**
|
|
1097
|
-
*
|
|
1098
|
-
*
|
|
1087
|
+
* Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
|
|
1088
|
+
* network.
|
|
1099
1089
|
*
|
|
1100
1090
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.12
|
|
1101
1091
|
*/
|
|
1102
1092
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1103
1093
|
/**
|
|
1104
|
-
*
|
|
1105
|
-
*
|
|
1094
|
+
* Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
|
|
1095
|
+
* attached to a Thread network.
|
|
1106
1096
|
*
|
|
1107
1097
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.13
|
|
1108
1098
|
*/
|
|
1109
1099
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1110
1100
|
/**
|
|
1111
|
-
*
|
|
1112
|
-
*
|
|
1101
|
+
* Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
|
|
1102
|
+
* the Thread network. Null if not attached to a Thread network.
|
|
1113
1103
|
*
|
|
1114
1104
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.14
|
|
1115
1105
|
*/
|
|
@@ -1133,8 +1123,8 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1133
1123
|
*/
|
|
1134
1124
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
1135
1125
|
/**
|
|
1136
|
-
*
|
|
1137
|
-
*
|
|
1126
|
+
* Indicates the current security policies for the Thread partition to which a Node is connected. Null when
|
|
1127
|
+
* there is no dataset configured.
|
|
1138
1128
|
*
|
|
1139
1129
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.60
|
|
1140
1130
|
*/
|
|
@@ -1155,18 +1145,18 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1155
1145
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1156
1146
|
}> | null, any>;
|
|
1157
1147
|
/**
|
|
1158
|
-
*
|
|
1159
|
-
*
|
|
1160
|
-
*
|
|
1161
|
-
*
|
|
1162
|
-
*
|
|
1148
|
+
* Indicates the channels within channel page 0, in the 2.4GHz ISM band. The channels are represented in
|
|
1149
|
+
* most significant bit order, with bit value 1 meaning selected, bit value 0 meaning unselected. For
|
|
1150
|
+
* example, the most significant bit of the left-most byte indicates channel
|
|
1151
|
+
*
|
|
1152
|
+
* 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
|
|
1153
|
+
* dataset configured.
|
|
1163
1154
|
*
|
|
1164
1155
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
1165
1156
|
*/
|
|
1166
1157
|
readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
|
|
1167
1158
|
/**
|
|
1168
|
-
*
|
|
1169
|
-
* operationally acquired values.
|
|
1159
|
+
* Indicates a collection of flags to indicate the presence of various operationally acquired values.
|
|
1170
1160
|
*
|
|
1171
1161
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.62
|
|
1172
1162
|
*/
|
|
@@ -1251,11 +1241,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1251
1241
|
*/
|
|
1252
1242
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
1253
1243
|
/**
|
|
1254
|
-
*
|
|
1244
|
+
* Indicates the IEEE 802.15.4 extended address for the Node. A value of null shall indicate that the
|
|
1245
|
+
* extended address is not yet known. The uint64 value is composed by taking the 8 octets of the extended
|
|
1246
|
+
* address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
|
|
1247
|
+
* first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
1248
|
+
*
|
|
1249
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.64
|
|
1255
1250
|
*/
|
|
1256
1251
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
1257
1252
|
/**
|
|
1258
|
-
*
|
|
1253
|
+
* Indicates the RLOC16 of the Node. A value of null shall indicate that the Thread interface is not
|
|
1254
|
+
* currently configured or operational. The uint16 value is composed by taking the two RLOC16 and treating
|
|
1255
|
+
* the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
|
|
1256
|
+
* from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
1257
|
+
*
|
|
1258
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.65
|
|
1259
1259
|
*/
|
|
1260
1260
|
readonly rloc16: Attribute<number | null, any>;
|
|
1261
1261
|
};
|
|
@@ -1303,9 +1303,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1303
1303
|
readonly component: {
|
|
1304
1304
|
readonly attributes: {
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1307
|
-
*
|
|
1308
|
-
*
|
|
1306
|
+
* Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
|
|
1307
|
+
* retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
|
|
1308
|
+
* a reboot of the Node.
|
|
1309
1309
|
*
|
|
1310
1310
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
1311
1311
|
*/
|
|
@@ -1313,12 +1313,13 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1313
1313
|
};
|
|
1314
1314
|
readonly commands: {
|
|
1315
1315
|
/**
|
|
1316
|
+
* This command is used to reset the count attributes.
|
|
1317
|
+
*
|
|
1316
1318
|
* Reception of this command shall reset the following attributes to 0:
|
|
1317
1319
|
*
|
|
1318
1320
|
* • OverrunCount
|
|
1319
1321
|
*
|
|
1320
|
-
*
|
|
1321
|
-
* value of SUCCESS back to the initiator.
|
|
1322
|
+
* Upon completion, this command shall send a status code of SUCCESS back to the initiator.
|
|
1322
1323
|
*
|
|
1323
1324
|
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
1324
1325
|
*/
|
|
@@ -1332,62 +1333,58 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1332
1333
|
readonly component: {
|
|
1333
1334
|
readonly attributes: {
|
|
1334
1335
|
/**
|
|
1335
|
-
*
|
|
1336
|
-
*
|
|
1337
|
-
* upon a Node reboot.
|
|
1336
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
|
|
1337
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
1338
1338
|
*
|
|
1339
1339
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
1340
1340
|
*/
|
|
1341
1341
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
1342
1342
|
/**
|
|
1343
|
-
*
|
|
1344
|
-
*
|
|
1343
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
|
|
1344
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
1345
1345
|
*
|
|
1346
1346
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
1347
1347
|
*/
|
|
1348
1348
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
1349
1349
|
/**
|
|
1350
|
-
*
|
|
1351
|
-
*
|
|
1352
|
-
* upon a Node reboot.
|
|
1350
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
|
|
1351
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
1353
1352
|
*
|
|
1354
1353
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
1355
1354
|
*/
|
|
1356
1355
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
1357
1356
|
/**
|
|
1358
|
-
*
|
|
1359
|
-
*
|
|
1360
|
-
* upon a Node reboot.
|
|
1357
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
|
|
1358
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
1361
1359
|
*
|
|
1362
1360
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
1363
1361
|
*/
|
|
1364
1362
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
1365
1363
|
/**
|
|
1366
|
-
*
|
|
1367
|
-
*
|
|
1368
|
-
* a Node reboot.
|
|
1364
|
+
* Indicates the number of attempts that have been made to attach to a Thread network while the Node was
|
|
1365
|
+
* detached from all Thread networks. This value shall only be reset upon a Node reboot.
|
|
1369
1366
|
*
|
|
1370
1367
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
1371
1368
|
*/
|
|
1372
1369
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
1373
1370
|
/**
|
|
1374
|
-
*
|
|
1375
|
-
*
|
|
1371
|
+
* Indicates the number of times that the Thread network that the Node is connected to has changed its
|
|
1372
|
+
* Partition ID. This value shall only be reset upon a Node reboot.
|
|
1376
1373
|
*
|
|
1377
1374
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
1378
1375
|
*/
|
|
1379
1376
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
1380
1377
|
/**
|
|
1381
|
-
*
|
|
1382
|
-
*
|
|
1383
|
-
*
|
|
1378
|
+
* Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
|
|
1379
|
+
* determined is better than the partition it is currently attached to. This value shall only be reset upon
|
|
1380
|
+
* a Node reboot.
|
|
1384
1381
|
*
|
|
1385
1382
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
1386
1383
|
*/
|
|
1387
1384
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
1388
1385
|
/**
|
|
1389
|
-
*
|
|
1390
|
-
*
|
|
1386
|
+
* Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
|
|
1387
|
+
* reboot.
|
|
1391
1388
|
*
|
|
1392
1389
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
1393
1390
|
*/
|
|
@@ -1401,279 +1398,257 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1401
1398
|
readonly component: {
|
|
1402
1399
|
readonly attributes: {
|
|
1403
1400
|
/**
|
|
1404
|
-
*
|
|
1405
|
-
*
|
|
1406
|
-
*
|
|
1407
|
-
* reboot.
|
|
1401
|
+
* Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
|
|
1402
|
+
* incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
|
|
1403
|
+
* attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1408
1404
|
*
|
|
1409
1405
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
1410
1406
|
*/
|
|
1411
1407
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
1412
1408
|
/**
|
|
1413
|
-
*
|
|
1414
|
-
*
|
|
1415
|
-
*
|
|
1416
|
-
* only be reset upon a Node reboot.
|
|
1409
|
+
* Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
|
|
1410
|
+
* incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
|
|
1411
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1417
1412
|
*
|
|
1418
1413
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
1419
1414
|
*/
|
|
1420
1415
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
1421
1416
|
/**
|
|
1422
|
-
*
|
|
1423
|
-
*
|
|
1424
|
-
*
|
|
1425
|
-
* value shall only be reset upon a Node reboot.
|
|
1417
|
+
* Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
|
|
1418
|
+
* be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
|
|
1419
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1426
1420
|
*
|
|
1427
1421
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
1428
1422
|
*/
|
|
1429
1423
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
1430
1424
|
/**
|
|
1431
|
-
*
|
|
1432
|
-
*
|
|
1433
|
-
*
|
|
1434
|
-
*
|
|
1425
|
+
* Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
|
|
1426
|
+
* attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
|
|
1427
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
1428
|
+
* reset upon a Node reboot.
|
|
1435
1429
|
*
|
|
1436
1430
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
1437
1431
|
*/
|
|
1438
1432
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
1439
1433
|
/**
|
|
1440
|
-
*
|
|
1441
|
-
*
|
|
1442
|
-
*
|
|
1443
|
-
* shall only be reset upon a Node reboot.
|
|
1434
|
+
* Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
|
|
1435
|
+
* only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
|
|
1436
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1444
1437
|
*
|
|
1445
1438
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
1446
1439
|
*/
|
|
1447
1440
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
1448
1441
|
/**
|
|
1449
|
-
*
|
|
1450
|
-
*
|
|
1451
|
-
*
|
|
1452
|
-
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1442
|
+
* Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
|
|
1443
|
+
* The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
|
|
1444
|
+
* acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1453
1445
|
*
|
|
1454
1446
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
1455
1447
|
*/
|
|
1456
1448
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
1457
1449
|
/**
|
|
1458
|
-
*
|
|
1459
|
-
*
|
|
1460
|
-
*
|
|
1461
|
-
* reset upon a Node reboot.
|
|
1450
|
+
* Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
|
|
1451
|
+
* incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
|
|
1452
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1462
1453
|
*
|
|
1463
1454
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
1464
1455
|
*/
|
|
1465
1456
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
1466
1457
|
/**
|
|
1467
|
-
*
|
|
1468
|
-
*
|
|
1469
|
-
*
|
|
1470
|
-
* value shall only be reset upon a Node reboot.
|
|
1458
|
+
* Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
|
|
1459
|
+
* be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
|
|
1460
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1471
1461
|
*
|
|
1472
1462
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
1473
1463
|
*/
|
|
1474
1464
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
1475
1465
|
/**
|
|
1476
|
-
*
|
|
1477
|
-
*
|
|
1478
|
-
*
|
|
1466
|
+
* Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
|
|
1467
|
+
* incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
|
|
1468
|
+
* CSMA-CA attempts, or retransmissions.
|
|
1479
1469
|
*
|
|
1480
1470
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
1481
1471
|
*/
|
|
1482
1472
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
1483
1473
|
/**
|
|
1484
|
-
*
|
|
1485
|
-
*
|
|
1486
|
-
*
|
|
1487
|
-
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1474
|
+
* Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
|
|
1475
|
+
* only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
|
|
1476
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1488
1477
|
*
|
|
1489
1478
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
1490
1479
|
*/
|
|
1491
1480
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1492
1481
|
/**
|
|
1493
|
-
*
|
|
1494
|
-
*
|
|
1495
|
-
*
|
|
1496
|
-
*
|
|
1482
|
+
* Indicates the total number of unique MAC frame transmission requests that are not counted by any other
|
|
1483
|
+
* attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
|
|
1484
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
1485
|
+
* reset upon a Node reboot.
|
|
1497
1486
|
*
|
|
1498
1487
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
1499
1488
|
*/
|
|
1500
1489
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
1501
1490
|
/**
|
|
1502
|
-
*
|
|
1503
|
-
*
|
|
1504
|
-
*
|
|
1505
|
-
* shall only be reset upon a Node reboot.
|
|
1491
|
+
* Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
|
|
1492
|
+
* for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
|
|
1493
|
+
* other type of transmission error. This value shall only be reset upon a Node reboot.
|
|
1506
1494
|
*
|
|
1507
1495
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
1508
1496
|
*/
|
|
1509
1497
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
1510
1498
|
/**
|
|
1511
|
-
*
|
|
1512
|
-
* packets
|
|
1513
|
-
*
|
|
1514
|
-
* direct packets. This value shall only be reset upon a Node reboot.
|
|
1499
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
|
|
1500
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
1501
|
+
* the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
1515
1502
|
*
|
|
1516
1503
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
1517
1504
|
*/
|
|
1518
1505
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1519
1506
|
/**
|
|
1520
|
-
*
|
|
1521
|
-
* packets
|
|
1522
|
-
*
|
|
1523
|
-
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
1507
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
|
|
1508
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
1509
|
+
* the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
1524
1510
|
*
|
|
1525
1511
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
1526
1512
|
*/
|
|
1527
1513
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1528
1514
|
/**
|
|
1529
|
-
*
|
|
1530
|
-
*
|
|
1531
|
-
* Node reboot.
|
|
1515
|
+
* Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
|
|
1516
|
+
* for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
|
|
1532
1517
|
*
|
|
1533
1518
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
1534
1519
|
*/
|
|
1535
1520
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
1536
1521
|
/**
|
|
1537
|
-
*
|
|
1538
|
-
*
|
|
1539
|
-
*
|
|
1522
|
+
* Indicates the total number of unique MAC transmission request failures caused by an abort error. The
|
|
1523
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
|
|
1524
|
+
* abort error.
|
|
1540
1525
|
*
|
|
1541
1526
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
1542
1527
|
*/
|
|
1543
1528
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
1544
1529
|
/**
|
|
1545
|
-
*
|
|
1546
|
-
*
|
|
1547
|
-
*
|
|
1548
|
-
* busy channel such as a CSMA/CA failure.
|
|
1530
|
+
* Indicates the total number of unique MAC transmission request failures caused by an error as the result
|
|
1531
|
+
* of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
|
|
1532
|
+
* transmission request failure caused by a busy channel such as a CSMA/CA failure.
|
|
1549
1533
|
*
|
|
1550
1534
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
1551
1535
|
*/
|
|
1552
1536
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
1553
1537
|
/**
|
|
1554
|
-
*
|
|
1555
|
-
*
|
|
1538
|
+
* Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
|
|
1539
|
+
* reboot.
|
|
1556
1540
|
*
|
|
1557
1541
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
1558
1542
|
*/
|
|
1559
1543
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
1560
1544
|
/**
|
|
1561
|
-
*
|
|
1562
|
-
*
|
|
1545
|
+
* Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
|
|
1546
|
+
* Node reboot.
|
|
1563
1547
|
*
|
|
1564
1548
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
1565
1549
|
*/
|
|
1566
1550
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
1567
1551
|
/**
|
|
1568
|
-
*
|
|
1569
|
-
*
|
|
1552
|
+
* Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
|
|
1553
|
+
* Node reboot.
|
|
1570
1554
|
*
|
|
1571
1555
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
1572
1556
|
*/
|
|
1573
1557
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
1574
1558
|
/**
|
|
1575
|
-
*
|
|
1576
|
-
*
|
|
1559
|
+
* Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
|
|
1560
|
+
* reboot.
|
|
1577
1561
|
*
|
|
1578
1562
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
1579
1563
|
*/
|
|
1580
1564
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
1581
1565
|
/**
|
|
1582
|
-
*
|
|
1583
|
-
*
|
|
1566
|
+
* Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
|
|
1567
|
+
* Node reboot.
|
|
1584
1568
|
*
|
|
1585
1569
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
1586
1570
|
*/
|
|
1587
1571
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
1588
1572
|
/**
|
|
1589
|
-
*
|
|
1590
|
-
*
|
|
1573
|
+
* Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
|
|
1574
|
+
* Node reboot.
|
|
1591
1575
|
*
|
|
1592
1576
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
1593
1577
|
*/
|
|
1594
1578
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
1595
1579
|
/**
|
|
1596
|
-
*
|
|
1597
|
-
*
|
|
1580
|
+
* Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
|
|
1581
|
+
* upon a Node reboot.
|
|
1598
1582
|
*
|
|
1599
1583
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
1600
1584
|
*/
|
|
1601
1585
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1602
1586
|
/**
|
|
1603
|
-
*
|
|
1604
|
-
*
|
|
1587
|
+
* Indicates the total number of received unique MAC frame requests that are not counted by any other
|
|
1588
|
+
* attribute. This value shall only be reset upon a Node reboot.
|
|
1605
1589
|
*
|
|
1606
1590
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
1607
1591
|
*/
|
|
1608
1592
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
1609
1593
|
/**
|
|
1610
|
-
*
|
|
1611
|
-
*
|
|
1612
|
-
* reboot.
|
|
1594
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
1595
|
+
* MAC filtering. This value shall only be reset upon a Node reboot.
|
|
1613
1596
|
*
|
|
1614
1597
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
1615
1598
|
*/
|
|
1616
1599
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
1617
1600
|
/**
|
|
1618
|
-
*
|
|
1619
|
-
*
|
|
1620
|
-
* reset upon a Node reboot.
|
|
1601
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
|
|
1602
|
+
* destination address check. This value shall only be reset upon a Node reboot.
|
|
1621
1603
|
*
|
|
1622
1604
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
1623
1605
|
*/
|
|
1624
1606
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
1625
1607
|
/**
|
|
1626
|
-
*
|
|
1627
|
-
*
|
|
1628
|
-
* shall only be reset upon a Node reboot.
|
|
1608
|
+
* Indicates the total number of received MAC frame requests that have been dropped as a result of being a
|
|
1609
|
+
* duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
|
|
1629
1610
|
*
|
|
1630
1611
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
1631
1612
|
*/
|
|
1632
1613
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
1633
1614
|
/**
|
|
1634
|
-
*
|
|
1635
|
-
*
|
|
1636
|
-
* upon a Node reboot.
|
|
1615
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
1616
|
+
* missing or malformed frame contents. This value shall only be reset upon a Node reboot.
|
|
1637
1617
|
*
|
|
1638
1618
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
1639
1619
|
*/
|
|
1640
1620
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
1641
1621
|
/**
|
|
1642
|
-
*
|
|
1643
|
-
*
|
|
1644
|
-
* shall only be reset upon a Node reboot.
|
|
1622
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
1623
|
+
* originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
|
|
1645
1624
|
*
|
|
1646
1625
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
1647
1626
|
*/
|
|
1648
1627
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
1649
1628
|
/**
|
|
1650
|
-
*
|
|
1651
|
-
*
|
|
1652
|
-
* only be reset upon a Node reboot.
|
|
1629
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
1630
|
+
* containing an invalid source address. This value shall only be reset upon a Node reboot.
|
|
1653
1631
|
*
|
|
1654
1632
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
1655
1633
|
*/
|
|
1656
1634
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
1657
1635
|
/**
|
|
1658
|
-
*
|
|
1659
|
-
*
|
|
1660
|
-
* be reset upon a Node reboot.
|
|
1636
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
1637
|
+
* error with the security of the received frame. This value shall only be reset upon a Node reboot.
|
|
1661
1638
|
*
|
|
1662
1639
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
1663
1640
|
*/
|
|
1664
1641
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
1665
1642
|
/**
|
|
1666
|
-
*
|
|
1667
|
-
*
|
|
1668
|
-
* reset upon a Node reboot.
|
|
1643
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
1644
|
+
* error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
|
|
1669
1645
|
*
|
|
1670
1646
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
1671
1647
|
*/
|
|
1672
1648
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
1673
1649
|
/**
|
|
1674
|
-
*
|
|
1675
|
-
*
|
|
1676
|
-
* only be reset upon a Node reboot.
|
|
1650
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
1651
|
+
* error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
1677
1652
|
*
|
|
1678
1653
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
1679
1654
|
*/
|
|
@@ -1710,62 +1685,61 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1710
1685
|
};
|
|
1711
1686
|
readonly attributes: {
|
|
1712
1687
|
/**
|
|
1713
|
-
*
|
|
1714
|
-
*
|
|
1715
|
-
*
|
|
1688
|
+
* Indicates the 802.15.4 channel number configured on the Node’s Thread interface (that is, the Active
|
|
1689
|
+
* Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
|
|
1690
|
+
* not currently configured or operational.
|
|
1716
1691
|
*
|
|
1717
1692
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.1
|
|
1718
1693
|
*/
|
|
1719
1694
|
readonly channel: Attribute<number | null, any>;
|
|
1720
1695
|
/**
|
|
1721
|
-
*
|
|
1722
|
-
*
|
|
1723
|
-
*
|
|
1724
|
-
* operational.
|
|
1696
|
+
* Indicates the role that this Node has within the routing of messages through the Thread network, as
|
|
1697
|
+
* defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
|
|
1698
|
+
* indicate that the Thread interface is not currently configured or operational.
|
|
1725
1699
|
*
|
|
1726
1700
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.2
|
|
1727
1701
|
*/
|
|
1728
1702
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
1729
1703
|
/**
|
|
1730
|
-
*
|
|
1731
|
-
*
|
|
1732
|
-
*
|
|
1704
|
+
* Indicates a human-readable (displayable) name for the Thread network that the Node has been configured to
|
|
1705
|
+
* join to. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1706
|
+
* operational.
|
|
1733
1707
|
*
|
|
1734
1708
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.3
|
|
1735
1709
|
*/
|
|
1736
1710
|
readonly networkName: Attribute<string | null, any>;
|
|
1737
1711
|
/**
|
|
1738
|
-
*
|
|
1739
|
-
*
|
|
1712
|
+
* Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
|
|
1713
|
+
* the Thread interface is not currently configured or operational.
|
|
1740
1714
|
*
|
|
1741
1715
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.4
|
|
1742
1716
|
*/
|
|
1743
1717
|
readonly panId: Attribute<number | null, any>;
|
|
1744
1718
|
/**
|
|
1745
|
-
*
|
|
1746
|
-
*
|
|
1747
|
-
* operational.
|
|
1719
|
+
* Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
|
|
1720
|
+
* that the Thread interface is not currently configured or operational.
|
|
1748
1721
|
*
|
|
1749
1722
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.5
|
|
1750
1723
|
*/
|
|
1751
1724
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
1752
1725
|
/**
|
|
1753
|
-
*
|
|
1754
|
-
*
|
|
1755
|
-
* currently configured or operational.
|
|
1726
|
+
* Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
|
|
1727
|
+
* A value of null shall indicate that the Thread interface is not currently configured or operational.
|
|
1756
1728
|
*
|
|
1757
1729
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
1758
1730
|
*/
|
|
1759
1731
|
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
1760
1732
|
/**
|
|
1761
|
-
*
|
|
1762
|
-
* the Node.
|
|
1733
|
+
* Indicates the current list of Nodes that comprise the neighbor table on the Node.
|
|
1763
1734
|
*
|
|
1764
1735
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.8
|
|
1765
1736
|
*/
|
|
1766
1737
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1767
1738
|
/**
|
|
1768
|
-
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
1739
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
|
|
1740
|
+
* composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
|
|
1741
|
+
* example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
|
|
1742
|
+
* 0x00112233AABBCCDD.
|
|
1769
1743
|
*
|
|
1770
1744
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
1771
1745
|
*/
|
|
@@ -1778,7 +1752,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1778
1752
|
*/
|
|
1779
1753
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1780
1754
|
/**
|
|
1781
|
-
* This field shall specify the RLOC16 of the neighboring Node.
|
|
1755
|
+
* This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
|
|
1756
|
+
* RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
|
|
1757
|
+
* (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
1782
1758
|
*
|
|
1783
1759
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
1784
1760
|
*/
|
|
@@ -1863,21 +1839,25 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1863
1839
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1864
1840
|
}>[], any>;
|
|
1865
1841
|
/**
|
|
1866
|
-
*
|
|
1867
|
-
* been established.
|
|
1842
|
+
* Indicates the current list of router capable Nodes for which routes have been established.
|
|
1868
1843
|
*
|
|
1869
1844
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.9
|
|
1870
1845
|
*/
|
|
1871
1846
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1872
1847
|
/**
|
|
1873
1848
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1874
|
-
* corresponds.
|
|
1849
|
+
* corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
|
|
1850
|
+
* them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
|
|
1851
|
+
* 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
1875
1852
|
*
|
|
1876
1853
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
1877
1854
|
*/
|
|
1878
1855
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1879
1856
|
/**
|
|
1880
|
-
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1857
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
|
|
1858
|
+
* value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
|
|
1859
|
+
* integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
|
|
1860
|
+
* 0x44AA.
|
|
1881
1861
|
*
|
|
1882
1862
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
1883
1863
|
*/
|
|
@@ -1937,36 +1917,36 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1937
1917
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1938
1918
|
}>[], any>;
|
|
1939
1919
|
/**
|
|
1940
|
-
*
|
|
1941
|
-
*
|
|
1920
|
+
* Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
|
|
1921
|
+
* attached to a Thread network.
|
|
1942
1922
|
*
|
|
1943
1923
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.10
|
|
1944
1924
|
*/
|
|
1945
1925
|
readonly partitionId: Attribute<number | null, any>;
|
|
1946
1926
|
/**
|
|
1947
|
-
*
|
|
1948
|
-
*
|
|
1927
|
+
* Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
|
|
1928
|
+
* Thread network.
|
|
1949
1929
|
*
|
|
1950
1930
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.11
|
|
1951
1931
|
*/
|
|
1952
1932
|
readonly weighting: Attribute<number | null, any>;
|
|
1953
1933
|
/**
|
|
1954
|
-
*
|
|
1955
|
-
*
|
|
1934
|
+
* Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
|
|
1935
|
+
* network.
|
|
1956
1936
|
*
|
|
1957
1937
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.12
|
|
1958
1938
|
*/
|
|
1959
1939
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1960
1940
|
/**
|
|
1961
|
-
*
|
|
1962
|
-
*
|
|
1941
|
+
* Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
|
|
1942
|
+
* attached to a Thread network.
|
|
1963
1943
|
*
|
|
1964
1944
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.13
|
|
1965
1945
|
*/
|
|
1966
1946
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1967
1947
|
/**
|
|
1968
|
-
*
|
|
1969
|
-
*
|
|
1948
|
+
* Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
|
|
1949
|
+
* the Thread network. Null if not attached to a Thread network.
|
|
1970
1950
|
*
|
|
1971
1951
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.14
|
|
1972
1952
|
*/
|
|
@@ -1990,8 +1970,8 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1990
1970
|
*/
|
|
1991
1971
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
1992
1972
|
/**
|
|
1993
|
-
*
|
|
1994
|
-
*
|
|
1973
|
+
* Indicates the current security policies for the Thread partition to which a Node is connected. Null when
|
|
1974
|
+
* there is no dataset configured.
|
|
1995
1975
|
*
|
|
1996
1976
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.60
|
|
1997
1977
|
*/
|
|
@@ -2012,18 +1992,18 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2012
1992
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2013
1993
|
}> | null, any>;
|
|
2014
1994
|
/**
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2017
|
-
*
|
|
2018
|
-
*
|
|
2019
|
-
*
|
|
1995
|
+
* Indicates the channels within channel page 0, in the 2.4GHz ISM band. The channels are represented in
|
|
1996
|
+
* most significant bit order, with bit value 1 meaning selected, bit value 0 meaning unselected. For
|
|
1997
|
+
* example, the most significant bit of the left-most byte indicates channel
|
|
1998
|
+
*
|
|
1999
|
+
* 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
|
|
2000
|
+
* dataset configured.
|
|
2020
2001
|
*
|
|
2021
2002
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
2022
2003
|
*/
|
|
2023
2004
|
readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
|
|
2024
2005
|
/**
|
|
2025
|
-
*
|
|
2026
|
-
* operationally acquired values.
|
|
2006
|
+
* Indicates a collection of flags to indicate the presence of various operationally acquired values.
|
|
2027
2007
|
*
|
|
2028
2008
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.62
|
|
2029
2009
|
*/
|
|
@@ -2108,11 +2088,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2108
2088
|
*/
|
|
2109
2089
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
2110
2090
|
/**
|
|
2111
|
-
*
|
|
2091
|
+
* Indicates the IEEE 802.15.4 extended address for the Node. A value of null shall indicate that the
|
|
2092
|
+
* extended address is not yet known. The uint64 value is composed by taking the 8 octets of the extended
|
|
2093
|
+
* address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
|
|
2094
|
+
* first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
2095
|
+
*
|
|
2096
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.64
|
|
2112
2097
|
*/
|
|
2113
2098
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
2114
2099
|
/**
|
|
2115
|
-
*
|
|
2100
|
+
* Indicates the RLOC16 of the Node. A value of null shall indicate that the Thread interface is not
|
|
2101
|
+
* currently configured or operational. The uint16 value is composed by taking the two RLOC16 and treating
|
|
2102
|
+
* the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
|
|
2103
|
+
* from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
2104
|
+
*
|
|
2105
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.65
|
|
2116
2106
|
*/
|
|
2117
2107
|
readonly rloc16: Attribute<number | null, any>;
|
|
2118
2108
|
};
|
|
@@ -2160,9 +2150,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2160
2150
|
readonly component: {
|
|
2161
2151
|
readonly attributes: {
|
|
2162
2152
|
/**
|
|
2163
|
-
*
|
|
2164
|
-
*
|
|
2165
|
-
*
|
|
2153
|
+
* Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
|
|
2154
|
+
* retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
|
|
2155
|
+
* a reboot of the Node.
|
|
2166
2156
|
*
|
|
2167
2157
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
2168
2158
|
*/
|
|
@@ -2170,12 +2160,13 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2170
2160
|
};
|
|
2171
2161
|
readonly commands: {
|
|
2172
2162
|
/**
|
|
2163
|
+
* This command is used to reset the count attributes.
|
|
2164
|
+
*
|
|
2173
2165
|
* Reception of this command shall reset the following attributes to 0:
|
|
2174
2166
|
*
|
|
2175
2167
|
* • OverrunCount
|
|
2176
2168
|
*
|
|
2177
|
-
*
|
|
2178
|
-
* value of SUCCESS back to the initiator.
|
|
2169
|
+
* Upon completion, this command shall send a status code of SUCCESS back to the initiator.
|
|
2179
2170
|
*
|
|
2180
2171
|
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
2181
2172
|
*/
|
|
@@ -2189,62 +2180,58 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2189
2180
|
readonly component: {
|
|
2190
2181
|
readonly attributes: {
|
|
2191
2182
|
/**
|
|
2192
|
-
*
|
|
2193
|
-
*
|
|
2194
|
-
* upon a Node reboot.
|
|
2183
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
|
|
2184
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
2195
2185
|
*
|
|
2196
2186
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
2197
2187
|
*/
|
|
2198
2188
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
2199
2189
|
/**
|
|
2200
|
-
*
|
|
2201
|
-
*
|
|
2190
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
|
|
2191
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
2202
2192
|
*
|
|
2203
2193
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
2204
2194
|
*/
|
|
2205
2195
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
2206
2196
|
/**
|
|
2207
|
-
*
|
|
2208
|
-
*
|
|
2209
|
-
* upon a Node reboot.
|
|
2197
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
|
|
2198
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
2210
2199
|
*
|
|
2211
2200
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
2212
2201
|
*/
|
|
2213
2202
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
2214
2203
|
/**
|
|
2215
|
-
*
|
|
2216
|
-
*
|
|
2217
|
-
* upon a Node reboot.
|
|
2204
|
+
* Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
|
|
2205
|
+
* Thread specification. This value shall only be reset upon a Node reboot.
|
|
2218
2206
|
*
|
|
2219
2207
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
2220
2208
|
*/
|
|
2221
2209
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
2222
2210
|
/**
|
|
2223
|
-
*
|
|
2224
|
-
*
|
|
2225
|
-
* a Node reboot.
|
|
2211
|
+
* Indicates the number of attempts that have been made to attach to a Thread network while the Node was
|
|
2212
|
+
* detached from all Thread networks. This value shall only be reset upon a Node reboot.
|
|
2226
2213
|
*
|
|
2227
2214
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
2228
2215
|
*/
|
|
2229
2216
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
2230
2217
|
/**
|
|
2231
|
-
*
|
|
2232
|
-
*
|
|
2218
|
+
* Indicates the number of times that the Thread network that the Node is connected to has changed its
|
|
2219
|
+
* Partition ID. This value shall only be reset upon a Node reboot.
|
|
2233
2220
|
*
|
|
2234
2221
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
2235
2222
|
*/
|
|
2236
2223
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
2237
2224
|
/**
|
|
2238
|
-
*
|
|
2239
|
-
*
|
|
2240
|
-
*
|
|
2225
|
+
* Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
|
|
2226
|
+
* determined is better than the partition it is currently attached to. This value shall only be reset upon
|
|
2227
|
+
* a Node reboot.
|
|
2241
2228
|
*
|
|
2242
2229
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
2243
2230
|
*/
|
|
2244
2231
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
2245
2232
|
/**
|
|
2246
|
-
*
|
|
2247
|
-
*
|
|
2233
|
+
* Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
|
|
2234
|
+
* reboot.
|
|
2248
2235
|
*
|
|
2249
2236
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
2250
2237
|
*/
|
|
@@ -2258,279 +2245,257 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2258
2245
|
readonly component: {
|
|
2259
2246
|
readonly attributes: {
|
|
2260
2247
|
/**
|
|
2261
|
-
*
|
|
2262
|
-
*
|
|
2263
|
-
*
|
|
2264
|
-
* reboot.
|
|
2248
|
+
* Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
|
|
2249
|
+
* incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
|
|
2250
|
+
* attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2265
2251
|
*
|
|
2266
2252
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
2267
2253
|
*/
|
|
2268
2254
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
2269
2255
|
/**
|
|
2270
|
-
*
|
|
2271
|
-
*
|
|
2272
|
-
*
|
|
2273
|
-
* only be reset upon a Node reboot.
|
|
2256
|
+
* Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
|
|
2257
|
+
* incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
|
|
2258
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2274
2259
|
*
|
|
2275
2260
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
2276
2261
|
*/
|
|
2277
2262
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
2278
2263
|
/**
|
|
2279
|
-
*
|
|
2280
|
-
*
|
|
2281
|
-
*
|
|
2282
|
-
* value shall only be reset upon a Node reboot.
|
|
2264
|
+
* Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
|
|
2265
|
+
* be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
|
|
2266
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2283
2267
|
*
|
|
2284
2268
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
2285
2269
|
*/
|
|
2286
2270
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
2287
2271
|
/**
|
|
2288
|
-
*
|
|
2289
|
-
*
|
|
2290
|
-
*
|
|
2291
|
-
*
|
|
2272
|
+
* Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
|
|
2273
|
+
* attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
|
|
2274
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
2275
|
+
* reset upon a Node reboot.
|
|
2292
2276
|
*
|
|
2293
2277
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
2294
2278
|
*/
|
|
2295
2279
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
2296
2280
|
/**
|
|
2297
|
-
*
|
|
2298
|
-
*
|
|
2299
|
-
*
|
|
2300
|
-
* shall only be reset upon a Node reboot.
|
|
2281
|
+
* Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
|
|
2282
|
+
* only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
|
|
2283
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2301
2284
|
*
|
|
2302
2285
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
2303
2286
|
*/
|
|
2304
2287
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
2305
2288
|
/**
|
|
2306
|
-
*
|
|
2307
|
-
*
|
|
2308
|
-
*
|
|
2309
|
-
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2289
|
+
* Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
|
|
2290
|
+
* The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
|
|
2291
|
+
* acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2310
2292
|
*
|
|
2311
2293
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
2312
2294
|
*/
|
|
2313
2295
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
2314
2296
|
/**
|
|
2315
|
-
*
|
|
2316
|
-
*
|
|
2317
|
-
*
|
|
2318
|
-
* reset upon a Node reboot.
|
|
2297
|
+
* Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
|
|
2298
|
+
* incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
|
|
2299
|
+
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2319
2300
|
*
|
|
2320
2301
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
2321
2302
|
*/
|
|
2322
2303
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
2323
2304
|
/**
|
|
2324
|
-
*
|
|
2325
|
-
*
|
|
2326
|
-
*
|
|
2327
|
-
* value shall only be reset upon a Node reboot.
|
|
2305
|
+
* Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
|
|
2306
|
+
* be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
|
|
2307
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2328
2308
|
*
|
|
2329
2309
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
2330
2310
|
*/
|
|
2331
2311
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
2332
2312
|
/**
|
|
2333
|
-
*
|
|
2334
|
-
*
|
|
2335
|
-
*
|
|
2313
|
+
* Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
|
|
2314
|
+
* incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
|
|
2315
|
+
* CSMA-CA attempts, or retransmissions.
|
|
2336
2316
|
*
|
|
2337
2317
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
2338
2318
|
*/
|
|
2339
2319
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
2340
2320
|
/**
|
|
2341
|
-
*
|
|
2342
|
-
*
|
|
2343
|
-
*
|
|
2344
|
-
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2321
|
+
* Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
|
|
2322
|
+
* only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
|
|
2323
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2345
2324
|
*
|
|
2346
2325
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
2347
2326
|
*/
|
|
2348
2327
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2349
2328
|
/**
|
|
2350
|
-
*
|
|
2351
|
-
*
|
|
2352
|
-
*
|
|
2353
|
-
*
|
|
2329
|
+
* Indicates the total number of unique MAC frame transmission requests that are not counted by any other
|
|
2330
|
+
* attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
|
|
2331
|
+
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
2332
|
+
* reset upon a Node reboot.
|
|
2354
2333
|
*
|
|
2355
2334
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
2356
2335
|
*/
|
|
2357
2336
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
2358
2337
|
/**
|
|
2359
|
-
*
|
|
2360
|
-
*
|
|
2361
|
-
*
|
|
2362
|
-
* shall only be reset upon a Node reboot.
|
|
2338
|
+
* Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
|
|
2339
|
+
* for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
|
|
2340
|
+
* other type of transmission error. This value shall only be reset upon a Node reboot.
|
|
2363
2341
|
*
|
|
2364
2342
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
2365
2343
|
*/
|
|
2366
2344
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
2367
2345
|
/**
|
|
2368
|
-
*
|
|
2369
|
-
* packets
|
|
2370
|
-
*
|
|
2371
|
-
* direct packets. This value shall only be reset upon a Node reboot.
|
|
2346
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
|
|
2347
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
2348
|
+
* the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
2372
2349
|
*
|
|
2373
2350
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
2374
2351
|
*/
|
|
2375
2352
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2376
2353
|
/**
|
|
2377
|
-
*
|
|
2378
|
-
* packets
|
|
2379
|
-
*
|
|
2380
|
-
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
2354
|
+
* Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
|
|
2355
|
+
* packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
|
|
2356
|
+
* the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
2381
2357
|
*
|
|
2382
2358
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
2383
2359
|
*/
|
|
2384
2360
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2385
2361
|
/**
|
|
2386
|
-
*
|
|
2387
|
-
*
|
|
2388
|
-
* Node reboot.
|
|
2362
|
+
* Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
|
|
2363
|
+
* for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
|
|
2389
2364
|
*
|
|
2390
2365
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
2391
2366
|
*/
|
|
2392
2367
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
2393
2368
|
/**
|
|
2394
|
-
*
|
|
2395
|
-
*
|
|
2396
|
-
*
|
|
2369
|
+
* Indicates the total number of unique MAC transmission request failures caused by an abort error. The
|
|
2370
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
|
|
2371
|
+
* abort error.
|
|
2397
2372
|
*
|
|
2398
2373
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
2399
2374
|
*/
|
|
2400
2375
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
2401
2376
|
/**
|
|
2402
|
-
*
|
|
2403
|
-
*
|
|
2404
|
-
*
|
|
2405
|
-
* busy channel such as a CSMA/CA failure.
|
|
2377
|
+
* Indicates the total number of unique MAC transmission request failures caused by an error as the result
|
|
2378
|
+
* of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
|
|
2379
|
+
* transmission request failure caused by a busy channel such as a CSMA/CA failure.
|
|
2406
2380
|
*
|
|
2407
2381
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
2408
2382
|
*/
|
|
2409
2383
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
2410
2384
|
/**
|
|
2411
|
-
*
|
|
2412
|
-
*
|
|
2385
|
+
* Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
|
|
2386
|
+
* reboot.
|
|
2413
2387
|
*
|
|
2414
2388
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
2415
2389
|
*/
|
|
2416
2390
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
2417
2391
|
/**
|
|
2418
|
-
*
|
|
2419
|
-
*
|
|
2392
|
+
* Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
|
|
2393
|
+
* Node reboot.
|
|
2420
2394
|
*
|
|
2421
2395
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
2422
2396
|
*/
|
|
2423
2397
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
2424
2398
|
/**
|
|
2425
|
-
*
|
|
2426
|
-
*
|
|
2399
|
+
* Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
|
|
2400
|
+
* Node reboot.
|
|
2427
2401
|
*
|
|
2428
2402
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
2429
2403
|
*/
|
|
2430
2404
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
2431
2405
|
/**
|
|
2432
|
-
*
|
|
2433
|
-
*
|
|
2406
|
+
* Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
|
|
2407
|
+
* reboot.
|
|
2434
2408
|
*
|
|
2435
2409
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
2436
2410
|
*/
|
|
2437
2411
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
2438
2412
|
/**
|
|
2439
|
-
*
|
|
2440
|
-
*
|
|
2413
|
+
* Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
|
|
2414
|
+
* Node reboot.
|
|
2441
2415
|
*
|
|
2442
2416
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
2443
2417
|
*/
|
|
2444
2418
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
2445
2419
|
/**
|
|
2446
|
-
*
|
|
2447
|
-
*
|
|
2420
|
+
* Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
|
|
2421
|
+
* Node reboot.
|
|
2448
2422
|
*
|
|
2449
2423
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
2450
2424
|
*/
|
|
2451
2425
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
2452
2426
|
/**
|
|
2453
|
-
*
|
|
2454
|
-
*
|
|
2427
|
+
* Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
|
|
2428
|
+
* upon a Node reboot.
|
|
2455
2429
|
*
|
|
2456
2430
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
2457
2431
|
*/
|
|
2458
2432
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2459
2433
|
/**
|
|
2460
|
-
*
|
|
2461
|
-
*
|
|
2434
|
+
* Indicates the total number of received unique MAC frame requests that are not counted by any other
|
|
2435
|
+
* attribute. This value shall only be reset upon a Node reboot.
|
|
2462
2436
|
*
|
|
2463
2437
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
2464
2438
|
*/
|
|
2465
2439
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
2466
2440
|
/**
|
|
2467
|
-
*
|
|
2468
|
-
*
|
|
2469
|
-
* reboot.
|
|
2441
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
2442
|
+
* MAC filtering. This value shall only be reset upon a Node reboot.
|
|
2470
2443
|
*
|
|
2471
2444
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
2472
2445
|
*/
|
|
2473
2446
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
2474
2447
|
/**
|
|
2475
|
-
*
|
|
2476
|
-
*
|
|
2477
|
-
* reset upon a Node reboot.
|
|
2448
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
|
|
2449
|
+
* destination address check. This value shall only be reset upon a Node reboot.
|
|
2478
2450
|
*
|
|
2479
2451
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
2480
2452
|
*/
|
|
2481
2453
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
2482
2454
|
/**
|
|
2483
|
-
*
|
|
2484
|
-
*
|
|
2485
|
-
* shall only be reset upon a Node reboot.
|
|
2455
|
+
* Indicates the total number of received MAC frame requests that have been dropped as a result of being a
|
|
2456
|
+
* duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
|
|
2486
2457
|
*
|
|
2487
2458
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
2488
2459
|
*/
|
|
2489
2460
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
2490
2461
|
/**
|
|
2491
|
-
*
|
|
2492
|
-
*
|
|
2493
|
-
* upon a Node reboot.
|
|
2462
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
2463
|
+
* missing or malformed frame contents. This value shall only be reset upon a Node reboot.
|
|
2494
2464
|
*
|
|
2495
2465
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
2496
2466
|
*/
|
|
2497
2467
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
2498
2468
|
/**
|
|
2499
|
-
*
|
|
2500
|
-
*
|
|
2501
|
-
* shall only be reset upon a Node reboot.
|
|
2469
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
2470
|
+
* originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
|
|
2502
2471
|
*
|
|
2503
2472
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
2504
2473
|
*/
|
|
2505
2474
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
2506
2475
|
/**
|
|
2507
|
-
*
|
|
2508
|
-
*
|
|
2509
|
-
* only be reset upon a Node reboot.
|
|
2476
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of
|
|
2477
|
+
* containing an invalid source address. This value shall only be reset upon a Node reboot.
|
|
2510
2478
|
*
|
|
2511
2479
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
2512
2480
|
*/
|
|
2513
2481
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
2514
2482
|
/**
|
|
2515
|
-
*
|
|
2516
|
-
*
|
|
2517
|
-
* be reset upon a Node reboot.
|
|
2483
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
2484
|
+
* error with the security of the received frame. This value shall only be reset upon a Node reboot.
|
|
2518
2485
|
*
|
|
2519
2486
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
2520
2487
|
*/
|
|
2521
2488
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
2522
2489
|
/**
|
|
2523
|
-
*
|
|
2524
|
-
*
|
|
2525
|
-
* reset upon a Node reboot.
|
|
2490
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
2491
|
+
* error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
|
|
2526
2492
|
*
|
|
2527
2493
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
2528
2494
|
*/
|
|
2529
2495
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
2530
2496
|
/**
|
|
2531
|
-
*
|
|
2532
|
-
*
|
|
2533
|
-
* only be reset upon a Node reboot.
|
|
2497
|
+
* Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
|
|
2498
|
+
* error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
2534
2499
|
*
|
|
2535
2500
|
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
2536
2501
|
*/
|
|
@@ -2931,7 +2896,10 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2931
2896
|
readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
|
|
2932
2897
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2933
2898
|
/**
|
|
2934
|
-
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
2899
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
|
|
2900
|
+
* composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
|
|
2901
|
+
* example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
|
|
2902
|
+
* 0x00112233AABBCCDD.
|
|
2935
2903
|
*
|
|
2936
2904
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
2937
2905
|
*/
|
|
@@ -2944,7 +2912,9 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2944
2912
|
*/
|
|
2945
2913
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2946
2914
|
/**
|
|
2947
|
-
* This field shall specify the RLOC16 of the neighboring Node.
|
|
2915
|
+
* This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
|
|
2916
|
+
* RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
|
|
2917
|
+
* (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
|
|
2948
2918
|
*
|
|
2949
2919
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
2950
2920
|
*/
|
|
@@ -3031,13 +3001,18 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3031
3001
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3032
3002
|
/**
|
|
3033
3003
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
3034
|
-
* corresponds.
|
|
3004
|
+
* corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
|
|
3005
|
+
* them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
|
|
3006
|
+
* 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
|
|
3035
3007
|
*
|
|
3036
3008
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
3037
3009
|
*/
|
|
3038
3010
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3039
3011
|
/**
|
|
3040
|
-
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
3012
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
|
|
3013
|
+
* value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
|
|
3014
|
+
* integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
|
|
3015
|
+
* 0x44AA.
|
|
3041
3016
|
*
|
|
3042
3017
|
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
3043
3018
|
*/
|