mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Keep channel properties in upgrades (#3612)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
+1
@@ -123,6 +123,7 @@ public class UpdateChannelInstructionImpl implements ThingUpdateInstruction {
|
||||
if (oldChannel != null) {
|
||||
channelBuilder.withConfiguration(oldChannel.getConfiguration());
|
||||
channelBuilder.withDefaultTags(oldChannel.getDefaultTags());
|
||||
channelBuilder.withProperties(oldChannel.getProperties());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user