forked from Diginix/ioBroker.frontier_silicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.create-adapter.json
44 lines (44 loc) · 936 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
{
"cli": true,
"adapterName": "frontier_silicon",
"title": "Frontier Silicon",
"description": "Provides support for media players equipped with a Frontier Silicon chipset using FSAPI.",
"keywords": [
"frontier silicon",
"media player",
"fsapi",
"internet radio",
"radio",
"music player",
"undok"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "multimedia",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking",
"devcontainer"
],
"indentation": "Tab",
"quotes": "double",
"es6class": "yes",
"authorName": "halloamt",
"authorGithub": "halloamt",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"gitCommit": "no",
"license": "MIT License",
"ci": "travis",
"dependabot": "yes",
"creatorVersion": "1.30.0"
}