Fix: Remove thread support

Feat: cleanup api
This commit is contained in:
jcorporation
2018-08-14 16:32:52 +02:00
parent 612faa1fab
commit 7cd1ba8ab2
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ function webSocketConnect() {
}
switch (obj.type) {
case 'state':
case 'update_state':
parseState(obj);
break;
case 'disconnected':