Skip to content

Commit

Permalink
Merge pull request #100 from tecimovic/silabs
Browse files Browse the repository at this point in the history
Silabs
  • Loading branch information
tecimovic committed Feb 12, 2021
2 parents a2fb014 + 0dd05a6 commit e43bd37
Show file tree
Hide file tree
Showing 31 changed files with 5,694 additions and 461 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pretty-quick --staged && jsdoc src-electron src-shared -r -d ./generated-html/ && eslint --ext .js,.vue src src-electron src-shared src-script test
34 changes: 32 additions & 2 deletions apack.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,44 @@
label=Zigbee Advanced Platform
description=Graphical configuration tool for application and libraries based on Zigbee Cluster Library.
path=.,node_modules/.bin/,ZAP.app/Contents/MacOS
requiredFeatureLevel=apack.core:7
requiredFeatureLevel=apack.core:8
featureLevel=1

id=zclConfigurator

# Trigger file extension. No period.
uc.triggerExtension=zap

executable(zap:win32.x86_64) {
exe=zap.exe
optional=true
}

executable(zap:linux.x86_64) {
exe=zap
optional=true
}

executable(zap:macosx.x86_64) {
exe=zap.app/Contents/MacOS/zap
optional=true
}

executable(zap_regen:win32.x86_64) {
exe=zap.exe
optional=true
}

executable(zap_regen:linux.x86_64) {
exe=zap
optional=true
}

executable(zap_regen:macosx.x86_64) {
exe=zap.app/Contents/MacOS/zap
optional=true
}

executable(zap) {
engine=node
optional=true
Expand All @@ -36,7 +66,7 @@ function(version:uc_cli) {
}

function(uc_generate) {
cmd=$(zap_regen) --out ${generationOutput} --zcl ${sdkRoot}/app/zcl/zcl-zap.json --generationTemplate ${sdkRoot}/protocol/zigbee/app/framework/gen-template/gen-templates.json --in ${contentFolder}
cmd=$(zap_regen) generate --noUi --noServer -o ${generationOutput} --zcl ${sdkRoot}/app/zcl/zcl-zap.json --generationTemplate ${sdkRoot}/protocol/zigbee/app/framework/gen-template/gen-templates.json --in ${contentFolder}
}

function(zapHelp) {
Expand Down
74 changes: 0 additions & 74 deletions apack.info.dist

This file was deleted.

0 comments on commit e43bd37

Please sign in to comment.