From 235ba1c00972909b4d00ebc4c3486d0815542541 Mon Sep 17 00:00:00 2001 From: Ross Kennedy Date: Thu, 27 May 2021 20:19:44 +0100 Subject: [PATCH] MAP transformation text, add white space example Add simple white space escape example for MAP key Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk --- bundles/org.openhab.transform.map/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.transform.map/README.md b/bundles/org.openhab.transform.map/README.md index 8ee20da660c7d..43f5eabec91d5 100644 --- a/bundles/org.openhab.transform.map/README.md +++ b/bundles/org.openhab.transform.map/README.md @@ -19,15 +19,17 @@ key=value 0=OFF ON=1 OFF=0 +white\ space=showing escape =default ``` -| input | output | -|------------|-----------| -| `1` | `ON` | -| `OFF` | `0` | -| `key` | `value` | -| `anything` | `default` | +| input | output | +|---------------|----------------| +| `1` | `ON` | +| `OFF` | `0` | +| `key` | `value` | +| `white space` | `using escape` | +| `anything` | `default` | ## Usage as a Profile