From cc0b571b313d595389a6f7fe7f241a520c3dc2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dainius=20Dauk=C5=A1evi=C4=8Dius?= Date: Sat, 12 Oct 2019 12:08:58 +0300 Subject: [PATCH] add tunable white bulb model --- YeelightAPI/Models/Model.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/YeelightAPI/Models/Model.cs b/YeelightAPI/Models/Model.cs index 4af297c..c7e94b9 100644 --- a/YeelightAPI/Models/Model.cs +++ b/YeelightAPI/Models/Model.cs @@ -46,6 +46,13 @@ public enum MODEL /// Desk Lamp. /// [RealName("desklamp")] - DeskLamp + DeskLamp, + + + /// + /// White bulb, supports color temperature adjustment. + /// + [RealName("ct_bulb")] + TunableWhiteBulb, } } \ No newline at end of file