From b19fd0ac6a05642da29417a04eae18423e130796 Mon Sep 17 00:00:00 2001 From: paulr34 <64710345+paulr34@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:04:45 -0400 Subject: [PATCH] changing to correct name (#1305) --- apack.json | 2 +- src-electron/main-process/startup.js | 2 +- src/components/ZclCustomZclView.vue | 2 +- src/tutorials/tutorialConfig.json | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apack.json b/apack.json index 2e1f0ad3fa..23dab6385b 100644 --- a/apack.json +++ b/apack.json @@ -1,6 +1,6 @@ { "id": "zclConfigurator", - "label": "Zigbee Cluster Configurator", + "label": "ZCL Advanced Platform (ZAP)", "description": "Graphical configuration tool for application and libraries based on Zigbee Cluster Library.", "path": [".", "node_modules/.bin/", "ZAP.app/Contents/MacOS"], "requiredFeatureLevel": "apack.core:9", diff --git a/src-electron/main-process/startup.js b/src-electron/main-process/startup.js index d0ada6862d..c3c6646db7 100644 --- a/src-electron/main-process/startup.js +++ b/src-electron/main-process/startup.js @@ -293,7 +293,7 @@ async function writeConversionResultsFile(file) { upgrade_results: [ { message: - 'Zigbee Cluster Configurator configuration has been successfully upgraded.', + 'ZCL Advanced Platform (ZAP) configuration has been successfully upgraded.', status: 'automatic', }, ], diff --git a/src/components/ZclCustomZclView.vue b/src/components/ZclCustomZclView.vue index b4118723b4..8b90defe14 100644 --- a/src/components/ZclCustomZclView.vue +++ b/src/components/ZclCustomZclView.vue @@ -28,7 +28,7 @@ limitations under the License.
ADD NEW ENDPOINT in the top left corner of the Zigbee Cluster Configurator interface.", + "content": "A Zigbee application can have multiple endpoints. Each endpoint contains a device configuration made up of Clusters on that endpoint. Add a new endpoint to your application by clicking ADD NEW ENDPOINT in the top left corner of the ZCL Advanced Platform (ZAP) interface.", "before": "startTutorialAndCloseTheEndpointModal", "placement": "bottom" }, @@ -38,14 +38,14 @@ { "target": ".v-step-5", "title": "Modifying an Endpoint", - "content": "To modify an endpoint, click on the endpoint configuration on the left side of the Zigbee Cluster Configurator. A blue background corresponds to the endpoint being modified.", + "content": "To modify an endpoint, click on the endpoint configuration on the left side of the ZCL Advanced Platform (ZAP). A blue background corresponds to the endpoint being modified.", "before": "generateEndpointCard", "placement": "bottom" }, { "target": ".v-step-6", "title": "", - "content": "The clusters of the highlighted endpoint can be modified on the right side of the Zigbee Cluster Configurator.", + "content": "The clusters of the highlighted endpoint can be modified on the right side of the ZCL Advanced Platform (ZAP).", "before": null, "placement": "right" }, @@ -108,7 +108,7 @@ { "target": ".v-step-15", "title": "", - "content": "For instance, in the following example, Endpoint 1 only implements the Server side of the On/Off cluster. Therefore, it is only possible for the cluster to receive the Off command ‘In’, which is in fact enabled for that cluster. With this setting enabled, the Zigbee Cluster Configurator automatically generates command handling code for handling the On/Off cluster’s ‘Off’ command. This will ensure that, when an ‘Off’ command is received, it will be routed to the correct command handling callback.", + "content": "For instance, in the following example, Endpoint 1 only implements the Server side of the On/Off cluster. Therefore, it is only possible for the cluster to receive the Off command ‘In’, which is in fact enabled for that cluster. With this setting enabled, the ZCL Advanced Platform (ZAP) automatically generates command handling code for handling the On/Off cluster’s ‘Off’ command. This will ensure that, when an ‘Off’ command is received, it will be routed to the correct command handling callback.", "before": "openCommandsTabInCluster", "placement": "bottom" }, @@ -122,7 +122,7 @@ { "target": ".v-step-17", "title": "", - "content": "Clicking ZCL EXTENSIONS… opens the Custom ZCL page in the Zigbee Cluster Configurator. Click Add to add your custom ZCL XML to the project. Browse to the location of the custom ZCL XML, select a file, and click Open. Once the custom ZCL XML has been read into the Zigbee Cluster Configurator, your custom clusters, attributes, commands, and so on are accessible to the configuration of your application.", + "content": "Clicking ZCL EXTENSIONS… opens the Custom ZCL page in the ZCL Advanced Platform (ZAP). Click Add to add your custom ZCL XML to the project. Browse to the location of the custom ZCL XML, select a file, and click Open. Once the custom ZCL XML has been read into the ZCL Advanced Platform (ZAP), your custom clusters, attributes, commands, and so on are accessible to the configuration of your application.", "before": "openZclExtensionDialog", "placement": "right" }