mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Placeholder corrected
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
This commit is contained in:
parent
ec0bb2f463
commit
8fcac57da6
@ -207,7 +207,7 @@ public class AirParifBridgeHandler extends BaseBridgeHandler implements HandlerU
|
|||||||
logger.debug("The color map is {}", map.toString());
|
logger.debug("The color map is {}", map.toString());
|
||||||
iconProvider.setColorMap(map);
|
iconProvider.setColorMap(map);
|
||||||
} catch (AirParifException e) {
|
} catch (AirParifException e) {
|
||||||
logger.warn("Error reading ColorMap: {]", e.getMessage());
|
logger.warn("Error reading ColorMap: {}", e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
ThingUID thingUID = thing.getUID();
|
ThingUID thingUID = thing.getUID();
|
||||||
|
Loading…
Reference in New Issue
Block a user