diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm
index 2b5477eb5..94b98ae09 100644
--- a/fhem/FHEM/33_readingsGroup.pm
+++ b/fhem/FHEM/33_readingsGroup.pm
@@ -1626,7 +1626,8 @@ readingsGroup_Attr($$$;$)
Attributes
- alwaysTrigger
- 1 -> alwaysTrigger update events. even if not visible.
+ 1 -> alwaysTrigger update events. even if not visible.
+ 2 -> trigger events for calculated values.
- disable
1 -> disable notify processing and longpoll updates. Notice: this also disables rename and delete handling.
2 -> also disable html table creation
@@ -1723,14 +1724,14 @@ readingsGroup_Attr($$$;$)
hidden -> default state is hidden but can be expanded
hideable -> default state is visible but can be hidden
- if set to collapsed or collapsible will recognise the specials <->,<+> and <+-> as the first elements of
+ if set to collapsed or collapsible readingsGroup will recognise the specials <->,<+> and <+-> as the first elements of
a line to add a + or - symbol to this line. clicking on the + or - symbol will toggle between expanded and collapsed state. if a readingsGroup is expanded then all others in the same group will be collapsed.
- -> line will be visible in expanded state
+ -> line will be visible in collapsed state
+- -> line will be visible in both states
- collapsed-> default state is collapsed but can be expanded
+ collapsed -> default state is collapsed but can be expanded
collapsible -> default state is visible but can be collapsed