[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:
TomoKRK 2021-03-13 19:52:33 +01:00 committed by GitHub
parent 04d4caa96c
commit a213d3d296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}