Skip to content

Commit a894713

Browse files
authored
Merge pull request #339 from dongennl/firmwarefix
2 parents 7a0d17d + 3fa7dac commit a894713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

huemagic/hue-scene.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = function(RED)
8787
else
8888
{
8989
// RECALL SCENE
90-
patchObject["recall"] = { status: "active" };
90+
patchObject["recall"] = { action: "active" };
9191

9292
// CHANGE NODE UI STATE
9393
scope.status({fill: "grey", shape: "ring", text: "hue-scene.node.command"});
@@ -110,4 +110,4 @@ module.exports = function(RED)
110110
}
111111

112112
RED.nodes.registerType("hue-scene", HueScene);
113-
}
113+
}

0 commit comments

Comments
 (0)