Skip to content

Signe lights (gradient option) #18

Discussion options

You must be logged in to vote

So I figured it out. Wasnt too hard, with the awesome flow we have here.

Paste this into the msg.payload (for a flow that works from this git).

{
  "on": {
    "on": true
  },
  "dimming": {
    "brightness": 100
  },
  "gradient": {
    "points": [
      {
        "color": {
          "xy": {
            "x": 0.6712,
            "y": 0.2984
          }
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4975,
            "y": 0.3572
          }
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.4028,
            "y": 0.3948
          }
        }
      },
      {
        "color": {
          "xy": {
            "x": 0.424,
   …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GeorgeCastanza
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants