Skip to content

Commit

Permalink
Merge pull request #638 from marcmerlin/omnistat
Browse files Browse the repository at this point in the history
minor omnistat fixes.
  • Loading branch information
marcmerlin authored Oct 24, 2016
2 parents 390eadf + 9343978 commit 061e1f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/support/hai-omnistat/omnistat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
Omnistat::omnistat_log(
"$omniname[$omnistat] Omnistat: replace the filter", 0 );

# reset the timer to 6 months
$omnistat[$omnistat]->set_filter_reminder(180);
# reset the timer to 30 days of runtime (59 max)
$omnistat[$omnistat]->set_filter_reminder(30);
}
else {
Omnistat::omnistat_log(
Expand Down
2 changes: 2 additions & 0 deletions lib/Omnistat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ RC-112 34
RC-120 48
RC-121 49
RC-122 50
RC-1000: 110
RC-2000: 120
Outside Temperature: writing to the outside temperature register will cause the thermostat to display the
outside temperature every 4 seconds. The thermostat will stop displaying the outside temperature if this
Expand Down

0 comments on commit 061e1f8

Please sign in to comment.