From 6e583585f320af7625b4a355f8cabaacc0bb81f0 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Tue, 28 Dec 2021 16:22:43 +0100 Subject: [PATCH] Added create-adapter json --- .create-adapter.json | 45 ++++++++++++++++++++++++++++++++++++++++++++ io-package.json | 12 ++++++------ 2 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 .create-adapter.json diff --git a/.create-adapter.json b/.create-adapter.json new file mode 100644 index 0000000..269f175 --- /dev/null +++ b/.create-adapter.json @@ -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": "info@haus-automatisierung.com", + "gitRemoteProtocol": "SSH", + "gitCommit": "no", + "defaultBranch": "master", + "license": "MIT License", + "dependabot": "no", + "creatorVersion": "2.0.1" +} \ No newline at end of file diff --git a/io-package.json b/io-package.json index bab4894..630e341 100644 --- a/io-package.json +++ b/io-package.json @@ -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",