diff --git a/fhem/FHEM/36_KeyValueProtocol.pm b/fhem/FHEM/36_KeyValueProtocol.pm
index cfbd0be0b..5b718392c 100644
--- a/fhem/FHEM/36_KeyValueProtocol.pm
+++ b/fhem/FHEM/36_KeyValueProtocol.pm
@@ -231,17 +231,17 @@ sub KeyValueProtocol_Parse($$) {
Attributes
- - Dictionary
- The Dictionary attribute can optionally be used to translate the Keys.
+ - Mapping
+ The Mapping attribute can optionally be used to translate the Keys.
The format is: ReceivedKey1=NewKey1,ReceivedKey2=NewKey2, ...
The Sketch can then send short Keys, which will get translated to long names.
- Example: attr myKVP Dictionary T=Temperature,H=Humidity
+ Example: attr myKVP Mapping T=Temperature,H=Humidity
If the sketch then sends: OK VALUES T=12,H=70
you will get the readings Temperature and Humidity with the Values 12 and 70
-
+
Readings