feat(actions): add click and double click actions
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user