[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.pull/10319/head
parent
04d4caa96c
commit
a213d3d296
|
@ -19,6 +19,7 @@ package org.openhab.binding.yeelight.internal.lib.enums;
|
|||
*/
|
||||
public enum DeviceType {
|
||||
mono,
|
||||
mono4,
|
||||
ct_bulb,
|
||||
color,
|
||||
ceiling,
|
||||
|
@ -26,5 +27,6 @@ public enum DeviceType {
|
|||
ceiling3,
|
||||
ceiling4,
|
||||
stripe,
|
||||
strip6,
|
||||
desklamp
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue