]> git.basschouten.com Git - openhab-addons.git/commitdiff
MAP transformation text, add white space example (#10766)
authorRoss Kennedy <rossko@culzean.clara.co.uk>
Fri, 28 May 2021 13:07:53 +0000 (14:07 +0100)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 13:07:53 +0000 (15:07 +0200)
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

index 8ee20da660c7debb7d5208122e618783f359cb95..43f5eabec91d5945a4870edae72b793d1214cdca 100644 (file)
@@ -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