Fix config normalization in ThingUpdatedEvent (#3157)
Signed-off-by: Jan N. Klug <github@klug.nrw>pull/3158/head
parent
2bceba6954
commit
d4ceca9fe0
|
@ -610,6 +610,7 @@ public class ThingManagerImpl
|
|||
@SuppressWarnings("PMD.CompareObjectsWithEquals")
|
||||
public void thingUpdated(Thing oldThing, Thing newThing, ThingTrackerEvent thingTrackerEvent) {
|
||||
ThingUID thingUID = newThing.getUID();
|
||||
normalizeThingConfiguration(oldThing);
|
||||
normalizeThingConfiguration(newThing);
|
||||
if (thingUpdatedLock.contains(thingUID)) {
|
||||
// called from the thing handler itself, therefore
|
||||
|
|
Loading…
Reference in New Issue