| { |
| "name": "CHIP Python templates", |
| "version": "chip-v1", |
| "helpers": [ |
| "partials/helper.js", |
| "common/StringHelper.js", |
| "templates/app/helper.js", |
| "templates/chip/helper.js", |
| "controller/python/templates/helper.js" |
| ], |
| "resources": { |
| "config-data": "../../../../src/app/common/templates/config-data.yaml" |
| }, |
| "override": "../../../../src/app/zap-templates/common/override.js", |
| "partials": [ |
| { |
| "name": "header", |
| "path": "../../../../src/app/zap-templates/partials/header.zapt" |
| }, |
| { |
| "name": "clusters_header", |
| "path": "../../../../src/app/zap-templates/partials/clusters_header.zapt" |
| }, |
| { |
| "name": "enum_def", |
| "path": "partials/enum_def.zapt" |
| }, |
| { |
| "name": "bitmap_def", |
| "path": "partials/bitmap_def.zapt" |
| }, |
| { |
| "name": "struct_def", |
| "path": "partials/struct_def.zapt" |
| } |
| ], |
| "templates": [ |
| { |
| "path": "python-CHIPClusters-py.zapt", |
| "name": "CHIP ZCL API for Python", |
| "output": "src/controller/python/chip/clusters/CHIPClusters.py" |
| }, |
| { |
| "path": "python-cluster-Objects-py.zapt", |
| "name": "CHIP ClusterObjects for Python", |
| "output": "src/controller/python/chip/clusters/Objects.py" |
| } |
| ] |
| } |