Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
code fence newline
Browse files Browse the repository at this point in the history
  • Loading branch information
arberg committed Dec 3, 2018
1 parent fc68988 commit 5fd14b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundles/binding/org.openhab.binding.tcp/README.md
Expand Up @@ -90,6 +90,7 @@ tcp=">[192.168.0.2:3000:]" // same as REGEX above but outgoing, it connects to r
```

Here's a full item configuration:

```
String TCP_Lyngdorf "Lyngdorf TCP" (gHifi) [ "Hifi" ] { tcp=">[*:10.0.0.4:7000:]" }
Switch MyVirtualLyngdorfPowerSwitch "Lyngdorf TDAI-2170" (gHifi) [ "Hifi" ]
Expand All @@ -107,5 +108,3 @@ The TCP binding may exhaust the memory and/or use up the CPU by trying to rebind

An alternative solution to using a TCP binding may be to use MTQQ and a small python server delivering data to MTQQ message broker.
See [JGluch example on the community forum](https://community.openhab.org/t/solved-optoma-beamer-via-rs232-over-tcp-ip-connector/38719/10).


0 comments on commit 5fd14b5

Please sign in to comment.