Keep channel properties in upgrades (#3612)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-07-16 10:24:21 +02:00
committed by GitHub
parent 9ba8e71c54
commit 66dec25571
@@ -123,6 +123,7 @@ public class UpdateChannelInstructionImpl implements ThingUpdateInstruction {
if (oldChannel != null) {
channelBuilder.withConfiguration(oldChannel.getConfiguration());
channelBuilder.withDefaultTags(oldChannel.getDefaultTags());
channelBuilder.withProperties(oldChannel.getProperties());
}
}