mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[lifx] Add support for new LIFX products (#17386)
Allows for discovering the new LIFX B10 and T10 Candle products and their features. See: https://github.com/LIFX/products/blob/master/products.json Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
0d513d3d85
commit
d362ae7d3e
@ -171,7 +171,11 @@ public enum LifxProduct {
|
||||
PRODUCT_203(203, "LIFX String", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
|
||||
PRODUCT_204(204, "LIFX String", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
|
||||
PRODUCT_205(205, "LIFX Neon", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
|
||||
PRODUCT_206(206, "LIFX Neon", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE));
|
||||
PRODUCT_206(206, "LIFX Neon", new Features(TR_1500_9000, COLOR, EXTENDED_MULTIZONE, MULTIZONE)),
|
||||
PRODUCT_215(215, "LIFX B10 Candle", new Features(TR_1500_9000, COLOR, MATRIX)),
|
||||
PRODUCT_216(216, "LIFX B10 Candle", new Features(TR_1500_9000, COLOR, MATRIX)),
|
||||
PRODUCT_217(217, "LIFX T10 Candle", new Features(TR_1500_9000, COLOR, MATRIX)),
|
||||
PRODUCT_218(218, "LIFX T10 Candle", new Features(TR_1500_9000, COLOR, MATRIX));
|
||||
|
||||
/**
|
||||
* Enumerates the product features.
|
||||
|
Loading…
Reference in New Issue
Block a user