forked from GermanBluefox/iobroker.rpi
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.create-adapter.json
46 lines (46 loc) · 1.15 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
{
"plugins": [
"iobroker",
"license",
"manual-review"
],
"addPlaceholder": false,
"ioPackageNoPrerelease": false,
"replay": "/home/achim/development/iobroker/ioBroker.rpi2/.releaseconfig.json",
"adapterName": "rpi2",
"title": "RPI Monitor and GPIO",
"description": "Monitor data from a Raspberry PI and interact with GPIOs.",
"keywords": [
"raspberry",
"monitoring",
"gpio",
"raspian"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "push",
"connectionIndicator": "no",
"language": "JavaScript",
"nodeVersion": "18",
"adminUi": "json",
"tools": [
"ESLint",
"type checking"
],
"releaseScript": "yes",
"indentation": "Space (4)",
"quotes": "single",
"authorName": "Garfonso",
"authorGithub": "iobroker-community-adapters",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"license": "MIT License",
"dependabot": "yes",
"creatorVersion": "2.6.5"
}