]> git.basschouten.com Git - openhab-addons.git/commitdiff
[map] Update README.md (#9886)
authorxi1I <66071266+xi1I@users.noreply.github.com>
Sun, 24 Jan 2021 14:55:04 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Jan 2021 14:55:04 +0000 (15:55 +0100)
* Update README.md

Signed-off-by: xi <hugo.boss2997@gmail.com>
* Update bundles/org.openhab.transform.map/README.md

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
bundles/org.openhab.transform.map/README.md

index b17b0ddd4577efc997c7b486876489f0ffc74ec7..8ee20da660c7debb7d5208122e618783f359cb95 100644 (file)
@@ -1,6 +1,7 @@
 # Map Transformation Service
 
-Transforms the input by mapping it to another string. It expects the mappings to be read from a file which is stored under the `transform` folder. 
+Transforms the input by mapping it to another string. It expects the mappings to be read from a file which is stored under the `transform` folder.
+The file name must have the `.map` extension. 
 
 This file should be in property syntax, i.e. simple lines with "key=value" pairs. 
 The file format is documented [here](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-).