[lifx] Add support for newer downlights (#14362)

Allows for discovering the new downlights (PID 121, 122) and their features.

See: https://github.com/LIFX/products/blob/master/products.json

Signed-off-by: Wouter Born <github@maindrain.net>
pull/14372/head
Wouter Born 2023-02-08 23:50:40 +01:00 committed by GitHub
parent 5da73468e5
commit 2a2f6ffb58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ public enum LifxProduct {
PRODUCT_118(118, "LIFX Z", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
PRODUCT_119(119, "LIFX Beam", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
PRODUCT_120(120, "LIFX Beam", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
PRODUCT_121(121, "LIFX Downlight", new Features(TR_1500_9000, COLOR)),
PRODUCT_122(122, "LIFX Downlight", new Features(TR_1500_9000, COLOR)),
PRODUCT_123(123, "LIFX Color", new Features(TR_1500_9000, COLOR)),
PRODUCT_124(124, "LIFX Color", new Features(TR_1500_9000, COLOR)),
PRODUCT_125(125, "LIFX White to Warm", new Features(TR_1500_9000)),