diff --git a/fhem/FHEM/31_Aurora.pm b/fhem/FHEM/31_Aurora.pm
index 212561311..2b0152e4b 100644
--- a/fhem/FHEM/31_Aurora.pm
+++ b/fhem/FHEM/31_Aurora.pm
@@ -959,8 +959,6 @@ Aurora_Attr($$$;$)
Readings
- - bri
- the brightness reported from the device. the value can be betwen 1 and 254
- colormode
the current colormode
- ct
@@ -995,8 +993,6 @@ Aurora_Attr($$$;$)
Note: the FS20 compatible dimXX% commands are also accepted.
- color <value>
set colortemperature to <value> kelvin.
- - bri <value> [<ramp-time>]
- set brighness to <value>; range is 0-254.
- dimUp [delta]
- dimDown [delta]
- ct <value> [<ramp-time>]
@@ -1025,7 +1021,7 @@ Aurora_Attr($$$;$)
- multiple paramters can be set at once separated by
:
Examples:
set LC on : transitiontime 100
- set bulb on : bri 100 : color 4000
+ set bulb on : pct 100 : color 4000