iobroker.iot 3.5.1 → 3.5.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 +3 -0
- package/admin/assets/{index-CF6QJ1rT.js → index-Df2NS929.js} +70 -69
- package/admin/index_m.html +1 -1
- package/admin/rules/assets/{index-DYLJahMM.js → index-BwcOGyWI.js} +48 -47
- package/admin/rules/customRuleBlocks.js +2 -2
- package/io-package.json +14 -14
- package/lib/alexaSmartHomeV2.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -341,6 +341,9 @@ setState('iot.0.app.message', JSON.stringify({
|
|
|
341
341
|
-->
|
|
342
342
|
|
|
343
343
|
## Changelog
|
|
344
|
+
### 3.5.2 (2025-06-04)
|
|
345
|
+
- (@GermanBluefox) Corrected error in back-end
|
|
346
|
+
|
|
344
347
|
### 3.5.1 (2025-05-31)
|
|
345
348
|
- (@GermanBluefox) Rewrite Rules with TypeScript
|
|
346
349
|
- (@GermanBluefox) Package updates. SVG logo
|