This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Curl to Lua -- govee led
#2
Govee api reference sample request :

Request URL: https://developer-api.govee.com/v1/devices/control
Request Method: PUT
Request Header:
Content-Type : application/json
Govee-API-Key : 00000000-729c-4b82-b536-000000000
Request body
{
"device": "34:20:03:15:82:ae",
"model": "H6089",
"cmd": {
"name": "turn",
"value": "on"
}
}
Reply


Messages In This Thread
Curl to Lua -- govee led - by Keitz - 18.04.2022, 07:03
RE: Curl to Lua -- govee led - by Keitz - 18.04.2022, 09:08
RE: Curl to Lua -- govee led - by admin - 19.04.2022, 07:02
RE: Curl to Lua -- govee led - by Keitz - 22.04.2022, 14:34
RE: Curl to Lua -- govee led - by admin - 22.04.2022, 14:37
RE: Curl to Lua -- govee led - by Keitz - 23.04.2022, 18:49

Forum Jump: