iobroker.iot 1.12.0 → 1.12.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 +6 -0
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.c7ea8cbe.js → main.179c0eb3.js} +3 -3
- package/admin/static/js/{main.c7ea8cbe.js.LICENSE.txt → main.179c0eb3.js.LICENSE.txt} +0 -0
- package/admin/static/js/{main.c7ea8cbe.js.map → main.179c0eb3.js.map} +1 -1
- package/io-package.json +25 -25
- package/lib/alexaCustom.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -269,6 +269,12 @@ Following types are supported:
|
|
|
269
269
|
-->
|
|
270
270
|
|
|
271
271
|
## Changelog
|
|
272
|
+
### 1.12.2 (2022-10-01)
|
|
273
|
+
* (Apollon77) Fix crash case
|
|
274
|
+
|
|
275
|
+
### 1.12.1 (2022-09-27)
|
|
276
|
+
* (bluefox) Corrected error in GUI with empty password
|
|
277
|
+
|
|
272
278
|
### 1.12.0 (2022-09-27)
|
|
273
279
|
* (Apollon77) Do not control saturation with a percentage request via alexa
|
|
274
280
|
* (bluefox) Migrated GUI to v5
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.96b3c861.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.179c0eb3.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
7
|
+
"main.179c0eb3.js.map": "./static/js/main.179c0eb3.js.map"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.96b3c861.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.179c0eb3.js"
|
|
12
12
|
]
|
|
13
13
|
}
|
package/admin/index_m.html
CHANGED
|
@@ -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"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.
|
|
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"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>IoT Settings</title><script defer="defer" src="./static/js/main.179c0eb3.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>
|