Skip to content

Commit 7b0e299

Browse files
authored
Merge pull request #20 from Dainius14/add-tunable-white-bulb-model
add tunable white bulb model
2 parents 156a095 + cc0b571 commit 7b0e299

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

YeelightAPI/Models/Model.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ public enum MODEL
4646
/// Desk Lamp.
4747
/// </summary>
4848
[RealName("desklamp")]
49-
DeskLamp
49+
DeskLamp,
50+
51+
52+
/// <summary>
53+
/// White bulb, supports color temperature adjustment.
54+
/// </summary>
55+
[RealName("ct_bulb")]
56+
TunableWhiteBulb,
5057
}
5158
}

0 commit comments

Comments
 (0)