diff --git a/fhem/contrib/RHASSPY/10_RHASSPY.pm b/fhem/contrib/RHASSPY/10_RHASSPY.pm
index 538437199..e32437a41 100644
--- a/fhem/contrib/RHASSPY/10_RHASSPY.pm
+++ b/fhem/contrib/RHASSPY/10_RHASSPY.pm
@@ -6629,7 +6629,7 @@ yellow=rgb FFFF00
GetOnOff(for keywords see SetOnOff)
SetNumeric
Dependend on the specific surrounding informations, a combination of {Device}, {Value} (nummeric value), {Change} and/or {Type} are sufficient, {Room} is optional. Additional optional field is {Unit} (value percent will be interprated as request to calculate, others will be ignored).
- Alternatively to {Unit:percent} you may combine {Value} with {Factor} (nummeric value) to increase or reduce the stepwidth of the desired change (both values will be multiplied). {Change} can be with one of ({Type})
+ {Change} can be with one of ({Type})
- lightUp, lightDown (brightness)
- volUp, volDown (volume)
@@ -6637,7 +6637,7 @@ yellow=rgb FFFF00
- setUp, setDown (setTarget)
- cmdStop (applies only for blinds)
- allowing to decide on calculation scheme and to guess for the proper device and/or answer.
+ allowing to decide on calculation scheme and to guess for the appropiate device and/or answer. Optionally you may combine {Change} with {Factor} (nummeric value) to increase or reduce the stepwidth (typically derived from device, if {Value} is not provided) of the desired change (both values will be multiplied).
experimental multicommand feature should work also with this intent (switching intent to SetNumericGroup).
SetNumericGroup
(as SetNumeric, except for {Group} instead of {Device}).