iobroker-ucl 1.4.25 → 1.4.27

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.
@@ -11,7 +11,7 @@ tsc date.ts test.ts main.ts html.ts homematicClasses.ts homematicFunctions.ts zi
11
11
  // 3.) Danach auf NPM Repository pushen: (unten im TERMINAL-Fenster) --> https://www.npmjs.com/package/iobroker-ucl
12
12
  npm publish
13
13
 
14
- // 4.) In docker iobroker Container rein: (PUTTY)
14
+ // 4.) In docker iobroker Container rein: (PUTTY in Umgebung Uwe / Bei Klaus einfach Portainer nehmen und in den iobroker Container gehen und dort auf Konsole)
15
15
  docker exec -it iobroker bash
16
16
 
17
17
  // 5.) Im Docker iobroker container drin das NPM module aktualisieren: (PUTTY)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.4.25",
3
+ "version": "1.4.27",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",