Merge pull request #34 from artemsuv/fix_issue33

fix(socket) miDevicesUtils is not defined
This commit is contained in:
Pierre CLÉMENT
2018-04-17 12:53:11 +02:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
const crypto = require("crypto");
const miDevicesUtils = require('../src/utils');
module.exports = (RED) => {
function XiaomiPlugNode(config) {