Skip to content

Commit

Permalink
Merge pull request #339 from dongennl/firmwarefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Foddy committed Mar 20, 2022
2 parents 7a0d17d + 3fa7dac commit a894713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huemagic/hue-scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = function(RED)
else
{
// RECALL SCENE
patchObject["recall"] = { status: "active" };
patchObject["recall"] = { action: "active" };

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

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

0 comments on commit a894713

Please sign in to comment.