diff --git a/bundles/org.openhab.transform.javascript/README.md b/bundles/org.openhab.transform.javascript/README.md index 1ca1c5c96..1e03dd30c 100644 --- a/bundles/org.openhab.transform.javascript/README.md +++ b/bundles/org.openhab.transform.javascript/README.md @@ -24,7 +24,7 @@ transform/getValue.js: JavaScript transformation syntax also support additional parameters which can be passed to the script. This can prevent redundancy when transformation is needed for several use cases, but with small adaptations. -additional parameters can be passed to the script via [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) query syntax. +Additional parameters can be passed to the script via [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) query syntax. As `input` name is reserved for transformed data, it can't be used in query parameters. Also `?` and `&` characters are reserved, but if they need to passed as additional data, they can be escaped according to URI syntax.