-
Notifications
You must be signed in to change notification settings - Fork 0
/
.create-adapter.json
48 lines (48 loc) · 998 Bytes
/
.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
{
"cli": true,
"target": "directory",
"adapterName": "iobapp",
"title": "integration for iOS app",
"description": "This adapter integrates an iOS app with IoBroker, providing REST endpoints for device data.",
"keywords": [
"ios",
"ipad",
"iphone",
"tracking",
"loction"
],
"contributors": [
"DNAngelX"
],
"expert": "no",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "protocols",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "no",
"language": "JavaScript",
"nodeVersion": "18",
"adminUi": "react",
"tools": [
"ESLint",
"type checking"
],
"releaseScript": "yes",
"devServer": "yes",
"devServerPort": 8081,
"indentation": "Tab",
"quotes": "double",
"authorName": "DNAngelX",
"authorGithub": "DNAngelX",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"defaultBranch": "main",
"license": "MIT License",
"dependabot": "yes",
"creatorVersion": "2.6.3"
}