Update xiaomi-actions.js

This commit is contained in:
readeral
2018-02-13 13:32:10 +11:00
committed by GitHub
parent 7880cc4f74
commit ec82e3882c

View File

@@ -24,7 +24,7 @@ module.exports = (RED) => {
this.on('input', (msg) => {
msg.payload = { cmd: "get_id_list" };
node.send(msg);
this.send(msg);
});
}
RED.nodes.registerType("xiaomi-actions get_id_list", XiaomiActionGetIdList);