Skip to content

Luxafor LED office LED light integration #9

@dracan

Description

@dracan

https://luxafor.com/

This is just a web request to control the light:
https://luxafor.helpscoutdocs.com/article/25-webhook-api-basics-and-guidelines

POST https://api.luxafor.com/webhook/v1/actions/solid_color
Content-Type: application/json

{
  "userId": "<user-id>",
  "actionFields":{
    "color": "red"
  }
}

I've just tested this POST request, and it works. So should be very easy to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions