Skip to content

Commit dc0747a

Browse files
authored
Provide the metadata for tooling that cares about executing zap and supports the JSON-based metaformat. (#1550)
* add slt metadata * add function
1 parent b14541b commit dc0747a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apack.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,19 @@
5050
"exe": "src-script/zap-start.js"
5151
}
5252
},
53+
"ui": {
54+
"launchItem": {
55+
"id": "ZAP",
56+
"category": "tools",
57+
"label": "ZCL Advanced Platform",
58+
"launchUiFunction": "launchZAP",
59+
"toolTip": "ZCL Advanced Platform"
60+
}
61+
},
5362
"function": {
63+
"launchZAP": {
64+
"cmd": "$(zap)"
65+
},
5466
"ui:uc_cli": {
5567
"cmd": "$(zap)"
5668
},

0 commit comments

Comments
 (0)