emoncms / event_archived

Setup actions to occur when a feed goes above, below or is equal a set value. Set another feed or send an email
8 stars 25 forks source link

Status wrong in the event list #35

Closed pbertra closed 4 years ago

pbertra commented 10 years ago

In event_list.php, the green/red status seems to be wrong. For example, if I define an event "if temperature < 20 ...", the status is "TRUE" (displayed in green) if the temperature feed value is 21. If the feed value is 19, it is also "TRUE". When I print the feed value in the page to debug, its value is always 0. I think the way to get it is wrong.