Skip to content

Commit

Permalink
Added create-adapter json
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 28, 2021
1 parent 82184f5 commit 6e58358
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 6 deletions.
45 changes: 45 additions & 0 deletions .create-adapter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"cli": true,
"target": "directory",
"adapterName": "lametric",
"title": "LaMetric Time",
"description": "Control and manage your LaMetric Time",
"keywords": [
"lametric",
"hardware",
"clock",
"message",
"notification"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"releaseScript": "yes",
"devServer": "yes",
"devServerPort": 8081,
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"authorName": "Matthias Kleine",
"authorGithub": "klein0r",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"gitCommit": "no",
"defaultBranch": "master",
"license": "MIT License",
"dependabot": "no",
"creatorVersion": "2.0.1"
}
12 changes: 6 additions & 6 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
"en": "LaMetric Time",
"de": "LaMetric Time",
"ru": "LaMetric Time",
"pt": "Tempo LaMetric",
"nl": "Lametrische tijd",
"fr": "Temps LaMetric",
"pt": "LaMetric Time",
"nl": "LaMetric Time",
"fr": "LaMetric Time",
"it": "LaMetric Time",
"es": "Tiempo LaMetric",
"pl": "Czas LaMetric",
"zh-cn": "LaMetric 时间"
"es": "LaMetric Time",
"pl": "LaMetric Time",
"zh-cn": "LaMetric Time"
},
"desc": {
"en": "Control and manage your LaMetric Time",
Expand Down

0 comments on commit 6e58358

Please sign in to comment.