forked from UncleSamSwiss/ioBroker.loxone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.create-adapter.json
30 lines (30 loc) · 898 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
{
"cli": true,
"adapterName": "loxone",
"title": "Loxone Miniserver",
"description": "Communicates with a Loxone Miniserver.",
"keywords": ["loxone", "miniserver", "smarthome"],
"expert": "yes",
"features": ["adapter"],
"adminFeatures": [],
"type": "iot-systems",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "push",
"connectionIndicator": "yes",
"language": "TypeScript",
"adminReact": "no",
"tools": ["ESLint", "Prettier", "devcontainer"],
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"authorName": "UncleSamSwiss",
"authorGithub": "UncleSamSwiss",
"authorEmail": "samuel.weibel@gmail.com",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "Apache License 2.0",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.31.0"
}