Skip to content

Commit 24b28f1

Browse files
author
Nemer Daud
committedMar 14, 2025·
Merge remote-tracking branch 'origin/feature/lgthinq-binding' into feature/lgthinq-binding
2 parents 96b9c37 + 39b5e80 commit 24b28f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bundles/org.openhab.binding.lgthinq/src/main/java/org/openhab/binding/lgthinq/internal/handler/LGThinQAbstractDeviceHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ protected void initializeThing(@Nullable ThingStatus bridgeStatus) {
377377
try {
378378
updateChannelDynStateDescription();
379379
} catch (LGThinqApiException e) {
380-
getLogger().error(
380+
getLogger().warn(
381381
"Error updating channels dynamic options descriptions based on capabilities of the device. Fallback to default values.",
382382
e);
383383
}

0 commit comments

Comments
 (0)