Changed page title to simply "Transformations" (#1342)
Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/1343/head
parent
6349b90fa2
commit
17c3b574b4
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: documentation
|
layout: documentation
|
||||||
title: Transformation Services
|
title: Transformations
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include base.html %}
|
{% include base.html %}
|
||||||
|
|
||||||
# Transformation Services
|
# Transformations
|
||||||
|
|
||||||
Transformations are used to translate data from a cluttered or technical raw value to a processed or human-readable representation.
|
Transformations are used to translate data from a cluttered or technical raw value to a processed or human-readable representation.
|
||||||
They are often useful, to **interpret received Item values**, like sensor readings or state variables, and to translate them into a human-readable or better processible format.
|
They are often useful, to **interpret received Item values**, like sensor readings or state variables, and to translate them into a human-readable or better processible format.
|
||||||
|
|
Loading…
Reference in New Issue