From: Ross Kennedy Date: Fri, 28 May 2021 13:07:53 +0000 (+0100) Subject: MAP transformation text, add white space example (#10766) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=6df474a994df0104d9923e8b48cb174226805793;p=openhab-addons.git MAP transformation text, add white space example (#10766) Add simple white space escape example for MAP key Signed-off-by: Ross Kennedy --- diff --git a/bundles/org.openhab.transform.map/README.md b/bundles/org.openhab.transform.map/README.md index 8ee20da660..43f5eabec9 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