2
0

feat(actions): add click and double click actions

This commit is contained in:
Pierre CLEMENT
2018-01-01 03:31:51 +01:00
parent 27619fb7fa
commit 7742e99f75
10 changed files with 187 additions and 35 deletions

View File

@@ -64,7 +64,6 @@
if(tmpNode.type.indexOf("xiaomi-gateway") === 0 && tmpNode.gateway == node.id) {
tmpNode.ip = $("#node-config-input-ip").val();
tmpNode.changed = true;
console.log(tmpNode);
}
});
var devicesArray = [];