Skip to content

Commit

Permalink
Merge branch 'openhab:main' into personal/bindings/metofficedatahubV4
Browse files Browse the repository at this point in the history
  • Loading branch information
dag81 authored Aug 4, 2023
2 parents 395b93c + 7d2d86f commit b3e7bad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.allplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Libraries for the following platforms are already included in the binding:
The Windows libraries have a dependency on the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-US/download/details.aspx?id=48145).
If you are using Windows, please make sure to install these components before using the AllPlay binding.

If there is need for another architecture/platform, please open a [ticket on GitHub](https://github.com/openhab/openhab/issues) so the missing native library can be added.
If there is need for another architecture/platform, please open a [ticket on GitHub](https://github.com/openhab/openhab-addons/issues) so the missing native library can be added.

## Supported Things

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void setLockStatus(JsonObject responseJson) {
}
}
} catch (IllegalStateException | ClassCastException e) {
logger.warn("Error {} parsing Location: {}", e.getMessage(), responseJson);
logger.warn("Error {} parsing Lock Status: {}", e.getMessage(), responseJson);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ private void logKamereonCall(Request request, ContentResponse response) {
response.getStatus(), response.getReason(), response.getContentAsString());
}
} else {
logger.warn("Kamereon Request: {} Response: [{}] {}\n{}", request.getURI().toString(), response.getStatus(),
response.getReason(), response.getContentAsString());
logger.debug("Kamereon Request: {} Response: [{}] {}\n{}", request.getURI().toString(),
response.getStatus(), response.getReason(), response.getContentAsString());
}
}

Expand Down

0 comments on commit b3e7bad

Please sign in to comment.