Skip to content

Commit f165d43

Browse files
authored
[http] Document translation services need to be installed before usage (openhab#16363)
* Update README.md Signed-off-by: Li-Wen Yip <[email protected]>
1 parent 05725de commit f165d43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bundles/org.openhab.binding.http/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ When concatenating the `baseURL` and `stateExtension` or `commandExtension` the
6666
### Value Transformations (`stateTransformation`, `commandTransformation`)
6767

6868
Transformations can be used if the supplied value (or the required value) is different from what openHAB internal types require.
69+
70+
The relevant transformation service needs to be installed via the Main UI or addons.cfg before use.
71+
6972
Here are a few examples to unwrap an incoming value via `stateTransformation` from a complex response:
7073

7174
| Received value | Tr. Service | Transformation |

0 commit comments

Comments
 (0)