Skip to content

Commit

Permalink
updated readme to explain more that kids are depending users and that…
Browse files Browse the repository at this point in the history
… with depending users shift workers could be added to the presenceTriggersThermostat script
  • Loading branch information
jollyjinx committed Jan 30, 2015
1 parent 7114601 commit c9de49c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PresenceTriggersTemperature.hms
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ string temperaturetable = "
!.
!. Temperature table format: [presencevariablename]:\s+(\s*[roomname]\s+(HH?:MM,\d+(.\d)?C)+\n)+
!.
!. Isabel and officeuser are defined as kids. Those persons, that are depending on the presence of a real
!. person are called kids in the presenceaggregation script, even though I use it for a my daughter and my officeuser.
!. When I'm at home and my office computer has a lit screen, then my office is
!. getting warm.
!. This can also be used for shift workers to have three depending users that have
!. differrent work times an those are present depending on a calender and the presence
!. of the real user.

!--- no user setable parts below this point
!.
string currentyearmonthday = system.Date("%F ");
Expand Down
7 changes: 7 additions & 0 deletions presenceVariableAggregation.hms
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
! she is set at home via a timetable or manually. As she is not at home alone
! her aggregated presence is only set when someone else is at home.
!
! Those persons, that are depending on the presence of a real person are called
! kids here, even though I use it for a my daughter and my office.
! When I'm at home and my office computer has a lit screen, then my office is
! getting warm.
! This can also be used for shift workers to have three depending users that have
! differrent work times an those are present depending on a calender and the presence
! of the real user.
!
!----- User setable variables

Expand Down

0 comments on commit c9de49c

Please sign in to comment.