From 64e735a9d687d2ee3511820ad571323f75abe084 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Sun, 2 Apr 2017 17:10:13 +0100 Subject: [PATCH] Big Update Includes: - New lookup node to check state of a device - Fix dimming control for lights - Fix light group control - Set the node label to match the device name - The event now includes the text description of the light capability --- hardware/wemo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/wemo/package.json b/hardware/wemo/package.json index f001b755..9d4fa14b 100644 --- a/hardware/wemo/package.json +++ b/hardware/wemo/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-wemo", - "version": "0.1.18", + "version": "0.1.11", "description": "Input and Output nodes for Belkin WeMo devices", "repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware", "main": "WeMoNG.js",