Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/roddone/YeelightAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain ODDONE committed Oct 14, 2019
2 parents ec43ee4 + 7b0e299 commit 716de89
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion YeelightAPI/Models/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ public enum MODEL
/// Desk Lamp.
/// </summary>
[RealName("desklamp")]
DeskLamp
DeskLamp,


/// <summary>
/// White bulb, supports color temperature adjustment.
/// </summary>
[RealName("ct_bulb")]
TunableWhiteBulb,
}
}

0 comments on commit 716de89

Please sign in to comment.