-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.create-adapter.json
42 lines (42 loc) · 1.06 KB
/
.create-adapter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"cli": true,
"target": "directory",
"adapterName": "ap-systems-ez1",
"title": "APsystemsEZ1",
"description": "This adapter is used to interact with APsystems EZ1 Microinverters. It provides a convinient way to communicate with the microinverter over your local network.",
"keywords": [
"APsystems EZ1 Microinverter"
],
"expert": "no",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "iot-systems",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "no",
"language": "TypeScript",
"nodeVersion": "16",
"adminUi": "json",
"tools": [
"ESLint",
"devcontainer"
],
"releaseScript": "yes",
"devServer": "yes",
"devServerPort": 8081,
"indentation": "Tab",
"quotes": "double",
"es6class": "yes",
"authorName": "Tobias Exner",
"authorGithub": "[email protected]",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"defaultBranch": "main",
"license": "MIT License",
"dependabot": "yes",
"creatorVersion": "2.5.0"
}