From 1098859335d1bdfb4e585b92b6df285730838db0 Mon Sep 17 00:00:00 2001 From: Leonard Zgrablic <32855262+lzgrablic02@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:02:55 -0500 Subject: [PATCH] Tweak Basic Info Cluster for consistency (#13683) --- .../chip/basic-information-cluster.xml | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/basic-information-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/basic-information-cluster.xml index 2d05be3ea8eded..be634fb80eb94a 100644 --- a/src/app/zap-templates/zcl/data-model/chip/basic-information-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/basic-information-cluster.xml @@ -15,34 +15,36 @@ See the License for the specific language governing permissions and limitations under the License. --> - + Basic General 0x0028 BASIC_CLUSTER - Attributes for determining basic information about a device, and setting user device information such as location. + This cluster provides attributes and events for determining basic information about Nodes, which supports both + Commissioning and operational determination of Node characteristics, such as Vendor ID, Product ID and serial number, + which apply to the whole Node. Also allows setting user device information such as location. - InteractionModelVersion - VendorName - VendorID - ProductName - ProductID - NodeLabel - Location - HardwareVersion - HardwareVersionString - SoftwareVersion - SoftwareVersionString - ManufacturingDate - PartNumber - ProductURL - ProductLabel - SerialNumber - LocalConfigDisabled - Reachable - UniqueID + InteractionModelVersion + VendorName + VendorID + ProductName + ProductID + NodeLabel + Location + HardwareVersion + HardwareVersionString + SoftwareVersion + SoftwareVersionString + ManufacturingDate + PartNumber + ProductURL + ProductLabel + SerialNumber + LocalConfigDisabled + Reachable + UniqueID The StartUp event SHALL be emitted by a Node as soon as reasonable after completing a boot or reboot process.