Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
-   testing deployment via "npm run release"
  • Loading branch information
Klaus Weber committed Nov 19, 2024
1 parent 326a144 commit 31400ab
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 111 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.6 (2024-11-19)
- testing deployment via "npm run release"
Expand Down
235 changes: 129 additions & 106 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,111 +1,134 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.5",
"messagebox": true,
"news": {
"1.0.1": {
"en": "improve build and deploy",
"de": "aufbau und einsatz verbessern",
"ru": "улучшение строительства и развертывания",
"pt": "melhorar a construção e implantação",
"nl": "de bouw en implementatie verbeteren",
"fr": "améliorer la construction et le déploiement",
"it": "migliorare la costruzione e la distribuzione",
"es": "mejorar la construcción y el despliegue",
"pl": "poprawa budowy i rozmieszczenia",
"uk": "поліпшення побудови та розгортання",
"zh-cn": "改进建设和部署"
}
},
"titleLang": {
"en": "TA UVR16xx & BL-NET",
"de": "TA UVR16xx & BL-NET",
"ru": "ТА UVR16xx и BL-NET",
"pt": "TA UVR16xx e BL-NET",
"nl": "TA UVR16xx & BL-NET",
"fr": "TA UVR16xx et BL-NET",
"it": "TA UVR16xx e BL-NET",
"es": "TA UVR16xx y BL-NET",
"pl": "TA UVR16xx i BL-NET",
"uk": "TA UVR16xx & BL-NET",
"zh-cn": "TA UVR16xx 和 BL-NET"
},
"desc": {
"en": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"de": "Ein ioBroker-Adapter zum Auslesen von Ein- und Ausgängen des UVR16xx-Controllers von Technische Alternative über BL-NET.",
"ru": "Адаптер ioBroker для чтения входов и выходов контроллера UVR16xx от Technische Alternative с использованием BL-NET.",
"pt": "Um adaptador ioBroker para leitura de entradas e saídas do controlador UVR16xx da Technische Alternative usando BL-NET.",
"nl": "Een ioBroker-adapter voor het uitlezen van in- en uitgangen van de UVR16xx-controller van Technische Alternative met behulp van BL-NET.",
"fr": "Un adaptateur ioBroker pour lire les entrées et sorties du contrôleur UVR16xx de Technische Alternative via BL-NET.",
"it": "Un adattatore ioBroker per leggere ingressi e uscite del controller UVR16xx di Technische Alternative tramite BL-NET.",
"es": "Un adaptador ioBroker para leer entradas y salidas del controlador UVR16xx de Technische Alternative utilizando BL-NET.",
"pl": "Adapter ioBroker do odczytu wejść i wyjść sterownika UVR16xx firmy Technische Alternative za pomocą BL-NET.",
"uk": "Адаптер ioBroker для читання входів і виходів контролера UVR16xx від Technische Alternative за допомогою BL-NET.",
"zh-cn": "用于通过 BL-NET 读取 Technische Alternative 的 UVR16xx 控制器的输入和输出的 ioBroker 适配器。"
},
"authors": ["Klaus Weber <klausatweberesprit@gmail.com>"],
"keywords": ["BL-NET", "UVR1611", "UVR16x2", "solar", "BUSO", "Technische", "Alternative"],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "uvr16xx-blnet.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/weberk/ioBroker.uvr16xx-blnet/main/admin/uvr16xx-blnet.png",
"readme": "https://github.com/weberk/ioBroker.uvr16xx-blnet/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json",
"custom": "json"
},
"supportCustoms": true,
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=7.0.23"
}
]
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.6",
"messagebox": true,
"news": {
"1.0.6": {
"en": "testing deployment via \"npm run release\"",
"de": "testeinsatz über \"npm run release\"",
"ru": "тестирование развертывания через \"npm run release\"",
"pt": "testando a implementação através da \"versão de liberação\"",
"nl": "testen implementatie via \"npm run release\"",
"fr": "test de déploiement via \"npm run release\"",
"it": "distribuzione di test tramite \"npm run release\"",
"es": "despliegue de pruebas a través de \"npm run release\"",
"pl": "testowanie rozmieszczenia poprzez \"npm uruchom\"",
"uk": "тестування розгортання через \"npm run release\"",
"zh-cn": "通过“ npm 运行释放” 测试部署"
},
"1.0.1": {
"en": "improve build and deploy",
"de": "aufbau und einsatz verbessern",
"ru": "улучшение строительства и развертывания",
"pt": "melhorar a construção e implantação",
"nl": "de bouw en implementatie verbeteren",
"fr": "améliorer la construction et le déploiement",
"it": "migliorare la costruzione e la distribuzione",
"es": "mejorar la construcción y el despliegue",
"pl": "poprawa budowy i rozmieszczenia",
"uk": "поліпшення побудови та розгортання",
"zh-cn": "改进建设和部署"
}
},
"native": {
"ip_address": "192.168.2.77",
"port": 40000,
"poll_interval": 30
"titleLang": {
"en": "TA UVR16xx & BL-NET",
"de": "TA UVR16xx & BL-NET",
"ru": "ТА UVR16xx и BL-NET",
"pt": "TA UVR16xx e BL-NET",
"nl": "TA UVR16xx & BL-NET",
"fr": "TA UVR16xx et BL-NET",
"it": "TA UVR16xx e BL-NET",
"es": "TA UVR16xx y BL-NET",
"pl": "TA UVR16xx i BL-NET",
"uk": "TA UVR16xx & BL-NET",
"zh-cn": "TA UVR16xx 和 BL-NET"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
"desc": {
"en": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"de": "Ein ioBroker-Adapter zum Auslesen von Ein- und Ausgängen des UVR16xx-Controllers von Technische Alternative über BL-NET.",
"ru": "Адаптер ioBroker для чтения входов и выходов контроллера UVR16xx от Technische Alternative с использованием BL-NET.",
"pt": "Um adaptador ioBroker para leitura de entradas e saídas do controlador UVR16xx da Technische Alternative usando BL-NET.",
"nl": "Een ioBroker-adapter voor het uitlezen van in- en uitgangen van de UVR16xx-controller van Technische Alternative met behulp van BL-NET.",
"fr": "Un adaptateur ioBroker pour lire les entrées et sorties du contrôleur UVR16xx de Technische Alternative via BL-NET.",
"it": "Un adattatore ioBroker per leggere ingressi e uscite del controller UVR16xx di Technische Alternative tramite BL-NET.",
"es": "Un adaptador ioBroker para leer entradas y salidas del controlador UVR16xx de Technische Alternative utilizando BL-NET.",
"pl": "Adapter ioBroker do odczytu wejść i wyjść sterownika UVR16xx firmy Technische Alternative za pomocą BL-NET.",
"uk": "Адаптер ioBroker для читання входів і виходів контролера UVR16xx від Technische Alternative за допомогою BL-NET.",
"zh-cn": "用于通过 BL-NET 读取 Technische Alternative 的 UVR16xx 控制器的输入和输出的 ioBroker 适配器。"
},
"authors": [
"Klaus Weber <klausatweberesprit@gmail.com>"
],
"keywords": [
"BL-NET",
"UVR1611",
"UVR16x2",
"solar",
"BUSO",
"Technische",
"Alternative"
],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "uvr16xx-blnet.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/weberk/ioBroker.uvr16xx-blnet/main/admin/uvr16xx-blnet.png",
"readme": "https://github.com/weberk/ioBroker.uvr16xx-blnet/blob/main/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json",
"custom": "json"
},
"supportCustoms": true,
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=7.0.23"
}
]
},
"native": {
"ip_address": "192.168.2.77",
"port": 40000,
"poll_interval": 30
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.uvr16xx-blnet",
"version": "1.0.5",
"version": "1.0.6",
"description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit 31400ab

Please sign in to comment.