Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
[Homematic] Changed CUxD back to BIN_RPC (eclipse-archived#6494)
Browse files Browse the repository at this point in the history
* Changed CUxD back to BIN_RPC
* Updated RPC methods in the readme

Signed-off-by: Gerhard Riegler <gerhard.riegler@gmail.com>
  • Loading branch information
gerrieg authored and kaikreuzer committed Nov 10, 2018
1 parent cf83690 commit 3745c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -43,8 +43,8 @@ CCU Autodiscovery:
**Note:** The binding tries to identify the gateway with XML-RPC and uses henceforth:

- **CCU**
- **RF**: BIN-RPC
- **WIRED**: BIN-RPC
- **RF**: XML-RPC
- **WIRED**: XML-RPC
- **HMIP**: XML-RPC
- **CUxD**: BIN-RPC (CUxD version >= 1.6 required)
- **Groups**: XML-RPC
Expand Down
Expand Up @@ -161,7 +161,7 @@ public void initialize() throws IOException {
availableInterfaces.put(HmInterface.HMIP, TransferMode.XML_RPC);
}
if (gatewayInfo.isCuxdInterface()) {
availableInterfaces.put(HmInterface.CUXD, TransferMode.XML_RPC);
availableInterfaces.put(HmInterface.CUXD, TransferMode.BIN_RPC);
}
if (gatewayInfo.isGroupInterface()) {
availableInterfaces.put(HmInterface.GROUP, TransferMode.XML_RPC);
Expand Down

0 comments on commit 3745c63

Please sign in to comment.