2
0

fix(magnet): change internal model

This commit is contained in:
Pierre CLEMENT
2018-03-22 23:08:19 +01:00
parent d04f5c1196
commit 1828e35a4d
4 changed files with 7 additions and 8 deletions

View File

@@ -41,5 +41,5 @@ exports.default = (RED, type) => {
}
}
}
RED.nodes.registerType(`${constants_1.Constants.NODES_PREFIX}-${type}`, GatewayDevice);
RED.nodes.registerType(`${constants_1.Constants.NODES_PREFIX}-mi.${type}`, GatewayDevice);
};