mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
Co-authored-by: SapuSeven <sapuseven@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"code": 0,
|
|
"msg": "request success",
|
|
"traceId": "1234",
|
|
"result": {
|
|
"light": {
|
|
"action": "on",
|
|
"brightness": 50,
|
|
"colorTempe": 50
|
|
}
|
|
}
|
|
}
|