-
Notifications
You must be signed in to change notification settings - Fork 1
/
.create-adapter.json
35 lines (35 loc) · 1.04 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
{
"cli": true,
"target": "directory",
"adapterName": "open-epaper-link",
"title": "OpenEPaperLink",
"description": "Alternative firmware and protocol for the ZBS243-based Electronic Shelf Labels - ESL / price tags by Solum / Samsung. It can be used to setup E-Paper tags and supply them with content.",
"keywords": ["epaper", "openepaper", "openepaperlink"],
"contributors": ["ticaki", "@slimline33"],
"expert": "yes",
"features": ["adapter"],
"adminFeatures": [],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "push",
"connectionIndicator": "yes",
"language": "TypeScript",
"nodeVersion": "18",
"adminUi": "json",
"tools": ["ESLint", "Prettier"],
"releaseScript": "yes",
"devServer": "no",
"indentation": "Tab",
"quotes": "single",
"es6class": "yes",
"authorName": "DutchmanNL",
"authorGithub": "DrozmotiX",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "yes",
"defaultBranch": "main",
"license": "MIT License",
"dependabot": "yes",
"creatorVersion": "2.5.0"
}