1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 11:46:40 +01:00
Files
core/tests/components/xthings_cloud/fixtures/XT-LT200.json
T
zhangluofeng 4112b2af07 Add Xthings Cloud (#167885)
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-05-12 22:07:39 +02:00

18 lines
298 B
JSON

{
"id": "dev_light_001",
"name": "Bedroom Light",
"type": "light",
"model": "XT-LT200",
"version": "2.0.1",
"online": true,
"status": {
"on": true,
"brightness": 75,
"color_type": 0,
"hue": 150,
"saturation": 80,
"lightness": 54,
"temperature": 4000
}
}