* (Apollon77) make sure a "null" value in state changes is not crashing

This commit is contained in:
Ingo Fischer
2022-06-17 23:20:26 +02:00
parent 271bd03d14
commit 52d8bddb11
5 changed files with 49 additions and 6 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"websocket": "^1.0.34",
"ws": "^8.5.0",
"ws": "^8.8.0",
"@iobroker/adapter-core": "^2.6.0"
},
"devDependencies": {
@@ -35,7 +35,7 @@
"@alcalzone/release-script-plugin-license": "^3.5.9",
"axios": "^0.27.2",
"gulp": "^4.0.2",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"chai": "^4.3.6"
},
"main": "main.js",