iobroker.iot 1.12.5 → 1.13.0

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
@@ -269,6 +269,9 @@ Following types are supported:
269
269
  -->
270
270
 
271
271
  ## Changelog
272
+ ### 1.13.0 (2022-12-08)
273
+ * (Apollon77) Add support vor Custom Skill v2
274
+
272
275
  ### 1.12.5 (2022-11-09)
273
276
  * (bluefox) Small changes on configuration GUI
274
277
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.96b3c861.css",
4
- "main.js": "./static/js/main.a53cc406.js",
4
+ "main.js": "./static/js/main.4619d0a4.js",
5
5
  "index.html": "./index.html",
6
6
  "main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
7
- "main.a53cc406.js.map": "./static/js/main.a53cc406.js.map"
7
+ "main.4619d0a4.js.map": "./static/js/main.4619d0a4.js.map"
8
8
  },
9
9
  "entrypoints": [
10
10
  "static/css/main.96b3c861.css",
11
- "static/js/main.a53cc406.js"
11
+ "static/js/main.4619d0a4.js"
12
12
  ]
13
13
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.a53cc406.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json" crossorigin="use-credentials"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.4619d0a4.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>