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.