Skip to content

Commit

Permalink
changing to correct name (project-chip#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 authored Apr 16, 2024
1 parent b3ff626 commit b19fd0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apack.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src-electron/main-process/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/ZclCustomZclView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
<div class="column">
<div class="col">
You can use this functionality to add custom ZCL clusters or
commands to the Zigbee Clusters Configurator
commands to the ZCL Advanced Platform (ZAP)
</div>
<p
class="text-center"
Expand Down
10 changes: 5 additions & 5 deletions src/tutorials/tutorialConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"target": ".v-step-0",
"title": "Adding Endpoints",
"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 <strong>ADD NEW ENDPOINT</strong> 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 <strong>ADD NEW ENDPOINT</strong> in the top left corner of the ZCL Advanced Platform (ZAP) interface.",
"before": "startTutorialAndCloseTheEndpointModal",
"placement": "bottom"
},
Expand Down Expand Up @@ -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 <strong>blue background</strong> 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 <strong>blue background</strong> 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"
},
Expand Down Expand Up @@ -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"
},
Expand All @@ -122,7 +122,7 @@
{
"target": ".v-step-17",
"title": "",
"content": "Clicking <strong>ZCL EXTENSIONS…</strong> opens the Custom ZCL page in the Zigbee Cluster Configurator. Click <strong>Add</strong> to add your custom ZCL XML to the project. Browse to the location of the custom ZCL XML, select a file, and click <strong>Open</strong>. 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 <strong>ZCL EXTENSIONS…</strong> opens the Custom ZCL page in the ZCL Advanced Platform (ZAP). Click <strong>Add</strong> to add your custom ZCL XML to the project. Browse to the location of the custom ZCL XML, select a file, and click <strong>Open</strong>. 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"
}
Expand Down

0 comments on commit b19fd0a

Please sign in to comment.