iobroker.solakon-one 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "solakon-one",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "news": {
6
+ "1.0.3": {
7
+ "en": "Add Node.js 24 to CI test matrix; use Node 24 for lint and deploy",
8
+ "de": "Node.js 24 in CI-Testmatrix aufgenommen; Node 24 für Lint und Deploy verwendet",
9
+ "ru": "Добавлен Node.js 24 в матрицу тестирования CI; Node 24 используется для lint и деплоя",
10
+ "pt": "Adicionado Node.js 24 à matriz de testes CI; Node 24 usado para lint e deploy",
11
+ "nl": "Node.js 24 toegevoegd aan CI-testmatrix; Node 24 gebruikt voor lint en deploy",
12
+ "fr": "Ajout de Node.js 24 à la matrice de tests CI; Node 24 utilisé pour lint et déploiement",
13
+ "it": "Aggiunto Node.js 24 alla matrice di test CI; Node 24 usato per lint e deploy",
14
+ "es": "Añadido Node.js 24 a la matriz de pruebas CI; Node 24 usado para lint y despliegue",
15
+ "pl": "Dodano Node.js 24 do macierzy testów CI; Node 24 używany do lint i deploy",
16
+ "uk": "Додано Node.js 24 до матриці тестів CI; Node 24 використовується для lint та deploy",
17
+ "zh-cn": "在 CI 测试矩阵中添加 Node.js 24;使用 Node 24 进行 lint 和部署"
18
+ },
6
19
  "1.0.2": {
7
20
  "en": "Fix: add changelog to README, remove obsolete .eslintrc.json, add release-script packages, VS Code schema, automerge workflow",
8
21
  "de": "Fix: Changelog in README ergänzt, veraltete .eslintrc.json entfernt, release-script Pakete, VS Code Schema, Automerge-Workflow",
package/main.js CHANGED
@@ -566,7 +566,7 @@ const CONTROL_STATES = [
566
566
  name: "Minimaler Ladestand (%)",
567
567
  type: "number",
568
568
  role: "level",
569
- min: 0,
569
+ min: 10,
570
570
  max: 100,
571
571
  unit: "%",
572
572
  writeReg: "minimum_soc",
@@ -588,7 +588,7 @@ const CONTROL_STATES = [
588
588
  name: "Minimaler Ladestand Netzbetrieb (%)",
589
589
  type: "number",
590
590
  role: "level",
591
- min: 0,
591
+ min: 10,
592
592
  max: 100,
593
593
  unit: "%",
594
594
  writeReg: "minimum_soc_ongrid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.solakon-one",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "ioBroker Adapter für den Solakon ONE Hybrid-Wechselrichter (Modbus TCP)",
5
5
  "author": {
6
6
  "name": "Marco Bertulies",