From b719fe17d7f1b01c27a2659248dc609c8da440ce Mon Sep 17 00:00:00 2001 From: Pierre CLEMENT Date: Thu, 4 Jan 2018 09:34:45 +0100 Subject: [PATCH] fix(devices): change type in selector filter for motion --- node-red-contrib-xiaomi-motion/xiaomi-motion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-red-contrib-xiaomi-motion/xiaomi-motion.html b/node-red-contrib-xiaomi-motion/xiaomi-motion.html index 4fab653..4257413 100644 --- a/node-red-contrib-xiaomi-motion/xiaomi-motion.html +++ b/node-red-contrib-xiaomi-motion/xiaomi-motion.html @@ -49,7 +49,7 @@ } }); $("#node-input-gateway").change(function () { - changeGateway("magnet"); + changeGateway("motion"); }); }, oneditsave: function() {