[yeelight] Add mono4 and strip6 (#10222)
Adding additional models to deviceType enum - "mono4" and "strip6" (please note this is not a typo in "strip6" - six is at the end and without 'e') - based on the analysis of the debug info those new models are not being recognised by Yeelight binding in OH3 and as a result the bulb or the led stripe is constantly showing offline despite correct device id.
This commit is contained in:
parent
04d4caa96c
commit
a213d3d296
@ -19,6 +19,7 @@ package org.openhab.binding.yeelight.internal.lib.enums;
|
|||||||
*/
|
*/
|
||||||
public enum DeviceType {
|
public enum DeviceType {
|
||||||
mono,
|
mono,
|
||||||
|
mono4,
|
||||||
ct_bulb,
|
ct_bulb,
|
||||||
color,
|
color,
|
||||||
ceiling,
|
ceiling,
|
||||||
@ -26,5 +27,6 @@ public enum DeviceType {
|
|||||||
ceiling3,
|
ceiling3,
|
||||||
ceiling4,
|
ceiling4,
|
||||||
stripe,
|
stripe,
|
||||||
|
strip6,
|
||||||
desklamp
|
desklamp
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user