iobroker.smartm 0.0.2 → 0.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/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## smartm adapter for ioBroker
15
15
 
16
- reads Data of Slenergy-Photovoltaic-Plants over SmartM
16
+ This Adapter reads Data of [Photovoltaik SLEnergy Plats](https://www.slenergy.com) out of their Cloud named [SmartM](https://global.slenergytech.com/#/user/login).
17
17
 
18
18
  ## Changelog
19
19
 
@@ -21,6 +21,11 @@ reads Data of Slenergy-Photovoltaic-Plants over SmartM
21
21
  Placeholder for the next version (at the beginning of the line):
22
22
  ### **WORK IN PROGRESS**
23
23
  -->
24
+ ### 0.0.3 (2025-11-19)
25
+
26
+ - claried readme
27
+ - added some sizes to controls in admin page
28
+
24
29
  ### 0.0.2 (2025-11-14)
25
30
 
26
31
  - (Christian Müller) initial release
@@ -10,22 +10,31 @@
10
10
  { "value": "global.slenergytech.com", "label": "International" },
11
11
  { "value": "eu.slenergytech.com", "label": "Europa" }
12
12
  ],
13
- "default": "eu.slenergytech.com"
13
+ "default": "eu.slenergytech.com",
14
+ "xs": 12,
15
+ "sm": 12,
16
+ "md": 12,
17
+ "lg": 12,
18
+ "xl": 12
14
19
  },
15
20
  "username": {
16
21
  "type": "text",
17
22
  "label": "Benutzername",
18
23
  "newLine": true,
24
+ "xs": 12,
19
25
  "sm": 12,
20
26
  "md": 6,
21
- "lg": 6
27
+ "lg": 6,
28
+ "xl": 6
22
29
  },
23
30
  "password": {
24
31
  "type": "password",
25
32
  "label": "Passwort",
33
+ "xs": 12,
26
34
  "sm": 12,
27
35
  "md": 6,
28
- "lg": 6
36
+ "lg": 6,
37
+ "xl": 6
29
38
  }
30
39
  }
31
40
  }
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "smartm",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "news": {
6
+ "0.0.3": {
7
+ "en": "claried readme\nadded some sizes to controls in admin page",
8
+ "de": "klares lesezeichen\neinige größen zu den kontrollen in admin-seite hinzugefügt",
9
+ "ru": "ясновидящий readme\nдобавлены некоторые размеры для элементов управления на странице администратора",
10
+ "pt": "claried readme\nadicionou alguns tamanhos aos controles na página de administração",
11
+ "nl": "claried readme\nenkele maten toegevoegd aan controles in admin pagina",
12
+ "fr": "lecture clariée\najouté quelques tailles aux contrôles dans la page d'administration",
13
+ "it": "lettura clarinese\naggiunto alcune dimensioni per i controlli nella pagina admin",
14
+ "es": "readme clarividente\nañadido algunos tamaños a controles en la página de administración",
15
+ "pl": "klarowany readme\ndodano niektóre rozmiary do kontroli na stronie admin",
16
+ "uk": "кларі читме\nдодано деякі розміри для управління на сторінці адміністратора",
17
+ "zh-cn": "闪闪发光\n在管理页面中添加一些大小的控件"
18
+ },
6
19
  "0.0.2": {
7
20
  "en": "initial release",
8
21
  "de": "erstausstrahlung",
@@ -15,19 +28,6 @@
15
28
  "pl": "początkowe zwolnienie",
16
29
  "uk": "початковий реліз",
17
30
  "zh-cn": "初步释放"
18
- },
19
- "0.0.1": {
20
- "en": "initial release",
21
- "de": "Erstveröffentlichung",
22
- "ru": "Начальная версия",
23
- "pt": "lançamento inicial",
24
- "nl": "Eerste uitgave",
25
- "fr": "Première version",
26
- "it": "Versione iniziale",
27
- "es": "Versión inicial",
28
- "pl": "Pierwsze wydanie",
29
- "uk": "Початкова версія",
30
- "zh-cn": "首次出版"
31
31
  }
32
32
  },
33
33
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.smartm",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "This Adapter reads Data of Slenergy-Photovoltaic-Plants over SmartM",
5
5
  "author": {
6
6
  "name": "Christian Müller",