diff --git a/fhem/FHEM/10_RESIDENTS.pm b/fhem/FHEM/10_RESIDENTS.pm
index 0c25bd62b..d17e10c22 100644
--- a/fhem/FHEM/10_RESIDENTS.pm
+++ b/fhem/FHEM/10_RESIDENTS.pm
@@ -1073,7 +1073,7 @@ sub RESIDENTS_UpdateReadings (@) {
- Note: If you would like to retrict access to admin set-commands (-> addGuest, addRoommate, removeGuest, create) you may your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
+ Note: If you would like to restrict access to admin set-commands (-> addGuest, addRoommate, removeGuest, create) you may set your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
The string 'set-user' will ensure only non-admin set-commands can be executed when accessing FHEM using this FHEMWEB instance.
@@ -1170,6 +1170,18 @@ sub RESIDENTS_UpdateReadings (@) {
lastState - the prior state
+
+ lastWakeup - time of last wake-up timer run
+
+
+ lastWakeupDev - device name of last wake-up timer
+
+
+ nextWakeup - time of next wake-up program run
+
+
+ nextWakeupDev - device name for next wake-up program run
+
presence - reflects the home presence state, depending on value of reading 'state' (can be 'present' or 'absent')
@@ -1218,6 +1230,9 @@ sub RESIDENTS_UpdateReadings (@) {
state - reflects the current state
+
+ wakeup - becomes '1' while a wake-up program of this resident group is being executed
+
@@ -1415,6 +1430,18 @@ sub RESIDENTS_UpdateReadings (@) {
lastState - der vorherige Status
+
+ lastWakeup - Zeit der letzten Wake-up Timer Ausführing
+
+
+ lastWakeupDev - Device Name des zuletzt verwendeten Wake-up Timers
+
+
+ nextWakeup - Zeit der nächsten Wake-up Timer Ausführung
+
+
+ nextWakeupDev - Device Name des als nächstes ausgefährten Wake-up Timer
+
presence - gibt den zu Hause Status in Abhängigkeit des Readings 'state' wieder (kann 'present' oder 'absent' sein)
@@ -1463,6 +1490,9 @@ sub RESIDENTS_UpdateReadings (@) {
state - gibt den aktuellen Status wieder
+
+ wakeup - hat den Wert '1' während ein Weckprogramm dieser Bewohner-Gruppe ausgeführt wird
+
diff --git a/fhem/FHEM/20_GUEST.pm b/fhem/FHEM/20_GUEST.pm
index fd68e9686..08b980633 100644
--- a/fhem/FHEM/20_GUEST.pm
+++ b/fhem/FHEM/20_GUEST.pm
@@ -1044,7 +1044,7 @@ sub GUEST_StartInternalTimers($$) {
- Note: If you would like to retrict access to admin set-commands (-> create) you may your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
+ Note: If you would like to restrict access to admin set-commands (-> create) you may set your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
The string 'set-user' will ensure only non-admin set-commands can be executed when accessing FHEM using this FHEMWEB instance.
@@ -1242,14 +1242,26 @@ sub GUEST_StartInternalTimers($$) {
lastState - the prior state
+
+ lastWakeup - time of last wake-up timer run
+
+
+ lastWakeupDev - device name of last wake-up timer
+
location - the current location
- presence - reflects the home presence state, depending on value of reading 'state' (can be 'present' or 'absent')
+ mood - the current mood
- mood - the current mood
+ nextWakeup - time of next wake-up program run
+
+
+ nextWakeupDev - device name for next wake-up program run
+
+
+ presence - reflects the home presence state, depending on value of reading 'state' (can be 'present' or 'absent')
state - reflects the current state
@@ -1525,14 +1537,26 @@ sub GUEST_StartInternalTimers($$) {
lastState - der vorherige Status
+
+ lastWakeup - Zeit der letzten Wake-up Timer Ausführing
+
+
+ lastWakeupDev - Device Name des zuletzt verwendeten Wake-up Timers
+
location - der aktuelle Aufenthaltsort
- presence - gibt den zu Hause Status in Abhängigkeit des Readings 'state' wieder (kann 'present' oder 'absent' sein)
+ mood - die aktuelle Stimmung
- mood - die aktuelle Stimmung
+ nextWakeup - Zeit der nächsten Wake-up Timer Ausführung
+
+
+ nextWakeupDev - Device Name des als nächstes ausgefährten Wake-up Timer
+
+
+ presence - gibt den zu Hause Status in Abhängigkeit des Readings 'state' wieder (kann 'present' oder 'absent' sein)
state - gibt den aktuellen Status wieder
diff --git a/fhem/FHEM/20_ROOMMATE.pm b/fhem/FHEM/20_ROOMMATE.pm
index 848ce8bcf..081f04b76 100644
--- a/fhem/FHEM/20_ROOMMATE.pm
+++ b/fhem/FHEM/20_ROOMMATE.pm
@@ -1025,7 +1025,7 @@ sub ROOMMATE_StartInternalTimers($$) {
- Note: If you would like to retrict access to admin set-commands (-> create) you may your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
+ Note: If you would like to restrict access to admin set-commands (-> create) you may set your FHEMWEB instance's attribute allowedCommands like 'set,set-user'.
The string 'set-user' will ensure only non-admin set-commands can be executed when accessing FHEM using this FHEMWEB instance.
@@ -1223,14 +1223,26 @@ sub ROOMMATE_StartInternalTimers($$) {
lastState - the prior state
+
+ lastWakeup - time of last wake-up timer run
+
+
+ lastWakeupDev - device name of last wake-up timer
+
location - the current location
- presence - reflects the home presence state, depending on value of reading 'state' (can be 'present' or 'absent')
+ mood - the current mood
- mood - the current mood
+ nextWakeup - time of next wake-up program run
+
+
+ nextWakeupDev - device name for next wake-up program run
+
+
+ presence - reflects the home presence state, depending on value of reading 'state' (can be 'present' or 'absent')
state - reflects the current state
@@ -1506,14 +1518,26 @@ sub ROOMMATE_StartInternalTimers($$) {
lastState - der vorherige Status
+
+ lastWakeup - Zeit der letzten Wake-up Timer Ausführing
+
+
+ lastWakeupDev - Device Name des zuletzt verwendeten Wake-up Timers
+
location - der aktuelle Aufenthaltsort
- presence - gibt den zu Hause Status in Abhängigkeit des Readings 'state' wieder (kann 'present' oder 'absent' sein)
+ mood - die aktuelle Stimmung
- mood - die aktuelle Stimmung
+ nextWakeup - Zeit der nächsten Wake-up Timer Ausführung
+
+
+ nextWakeupDev - Device Name des als nächstes ausgefährten Wake-up Timer
+
+
+ presence - gibt den zu Hause Status in Abhängigkeit des Readings 'state' wieder (kann 'present' oder 'absent' sein)
state - gibt den aktuellen Status wieder