You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.insteon/README.md
+19-18
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ You can follow the [migration guide](#migration-guide).
26
26
27
27
However, the new version is fully backward compatible by supporting the legacy things.
28
28
On the first start, existing `device` things connected to a `network` bridge will be migrated to the `legacy-device` thing type while still keeping the same ids to prevent any breakage.
29
+
For textual configuration with defined thing channels, the channel types must be manually updated to the new ones by adding the `legacy` prefix and capitalizing the first letter, as shown in [these examples](#full-example).
29
30
It is important to note that once the migration has occurred, downgrading to an older version will not be possible.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/discovery/InsteonLegacyDiscoveryService.java
+3
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,16 @@ public void addInsteonDevices(List<InsteonAddress> addresses) {
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/handler/InsteonDeviceHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/handler/InsteonLegacyDeviceHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/handler/InsteonLegacyNetworkHandler.java
0 commit comments