From 5fd14b50ec5d75caada8f7cb129ce5f565a24a7a Mon Sep 17 00:00:00 2001 From: Alex Rune Berg Date: Mon, 3 Dec 2018 17:33:24 +0100 Subject: [PATCH] code fence newline --- bundles/binding/org.openhab.binding.tcp/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/binding/org.openhab.binding.tcp/README.md b/bundles/binding/org.openhab.binding.tcp/README.md index e9de651c227..9f25715e23f 100644 --- a/bundles/binding/org.openhab.binding.tcp/README.md +++ b/bundles/binding/org.openhab.binding.tcp/README.md @@ -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" ] @@ -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). - -