-
Notifications
You must be signed in to change notification settings - Fork 4
/
.create-adapter.json
52 lines (52 loc) · 1.26 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
43
44
45
46
47
48
49
50
51
52
{
"cli": true,
"adapterName": "mydlink",
"title": "mydlink",
"description": "connects mydlink plugs and sensors to ioBroker",
"keywords": [
"mydlink",
"dlink",
"dsp-w215",
"dsp-w115",
"dch-s150"
],
"contributors": [
"Garfonso"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "iot-systems",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "TypeScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"authorName": "Garfonso",
"authorGithub": "iobroker-community-adapters",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"gitCommit": "yes",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "2.2.0",
"replay": "/home/achim/development/iobroker/ioBroker.mydlink/.create-adapter.json",
"releaseScript": "yes",
"devServer": "yes",
"devServerPort": 8083,
"defaultBranch": "master",
"i18n": "JSON",
"nodeVersion": "16",
"adminUi": "html"
}