iobroker.sbfspot 4.1.1 → 4.1.2

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
@@ -51,6 +51,9 @@ sometimes npm intall must be called more then one time to successfully install a
51
51
 
52
52
  ## Changelog
53
53
 
54
+ ### 4.1.2 (2022-08-20)
55
+ * (René) bug fix in AddObject
56
+
54
57
  ### 4.1.1 (2022-08-18)
55
58
  * (René) tooltip in wizard added
56
59
  * (René) flot and dependencies updated
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "sbfspot",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "news": {
6
- "4.1.1": {
6
+ "4.1.2": {
7
7
  "en": "widget with tooltip",
8
8
  "de": "Widget mit Tooltip",
9
9
  "ru": "виджет с подсказкой",
package/main.js CHANGED
@@ -374,7 +374,7 @@ async function AddObject(key, type, common_name, common_type, common_role, commo
374
374
 
375
375
  adapter.log.debug("addObject " + key);
376
376
 
377
- obj= {
377
+ let obj= {
378
378
  type: type,
379
379
  common: {
380
380
  name: common_name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sbfspot",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "sbfspot (SMA inverter) Adapter",
5
5
  "author": {
6
6
  "name": "René G.",