Skip to content

Commit

Permalink
MAP transformation text, add white space example (#10766)
Browse files Browse the repository at this point in the history
Add simple white space escape example for MAP key

Signed-off-by: Ross Kennedy <[email protected]>
  • Loading branch information
Rossko57 authored May 28, 2021
1 parent 6ba1606 commit 6df474a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions bundles/org.openhab.transform.map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6df474a

Please sign in to comment.