[deconz] fix loglevel (#9915)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
@@ -310,7 +310,8 @@ public class LightThingHandler extends DeconzBaseThingHandler {
|
|||||||
} else if (lightMessage.manufacturername.equals("MLI")) {
|
} else if (lightMessage.manufacturername.equals("MLI")) {
|
||||||
model = EffectLightModel.TINT_MUELLER;
|
model = EffectLightModel.TINT_MUELLER;
|
||||||
} else {
|
} else {
|
||||||
logger.info("Could not determine effect light type for thing {}, please request adding support on GitHub.",
|
logger.debug(
|
||||||
|
"Could not determine effect light type for thing {}, if you feel this is wrong request adding support on GitHub.",
|
||||||
thing.getUID());
|
thing.getUID());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user