Skip to content

Commit

Permalink
v5.6.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Mar 4, 2018
1 parent 83bc197 commit b74075c
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.6.2 (Unreleased)
## 5.6.2 (2018-03-04)

### Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Environmental Regulation System

### Latest version: 5.6.1 [![Build Status](https://travis-ci.org/kizniche/Mycodo.svg?branch=master)](https://travis-ci.org/kizniche/Mycodo) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5b9c21d5680f4f7fb87df1cf32f71e80)](https://www.codacy.com/app/Mycodo/Mycodo?utm_source=github.com&utm_medium=referral&utm_content=kizniche/Mycodo&utm_campaign=Badge_Grade) [![DOI](https://zenodo.org/badge/30382555.svg)](https://zenodo.org/badge/latestdoi/30382555)
### Latest version: 5.6.2 [![Build Status](https://travis-ci.org/kizniche/Mycodo.svg?branch=master)](https://travis-ci.org/kizniche/Mycodo) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5b9c21d5680f4f7fb87df1cf32f71e80)](https://www.codacy.com/app/Mycodo/Mycodo?utm_source=github.com&utm_medium=referral&utm_content=kizniche/Mycodo&utm_campaign=Badge_Grade) [![DOI](https://zenodo.org/badge/30382555.svg)](https://zenodo.org/badge/latestdoi/30382555)

#### [Mycodo Manual](https://github.com/kizniche/Mycodo/blob/master/mycodo-manual.md) ([PDF](https://github.com/kizniche/Mycodo/raw/master/mycodo-manual.pdf), [HTML](http://htmlpreview.github.io/?https://github.com/kizniche/Mycodo/blob/master/mycodo-manual.html), [TEXT](https://raw.githubusercontent.com/kizniche/Mycodo/master/mycodo-manual.txt))

Expand Down
30 changes: 17 additions & 13 deletions mycodo-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1269,14 +1269,6 @@ <h4 id="edge-conditional-statement-if-options">Edge Conditional Statement If Opt
<td style="text-align: left;">Edge Detected</td>
<td style="text-align: left;">The conditional will be triggered if a change in state is detected, either Rising when the state changes from LOW (0 volts) to HIGH (3.5 volts) or Falling when the state changes from HIGH (3.3 volts) to LOW (0 volts), or Both (Rising and Falling).</td>
</tr>
<tr class="even">
<td style="text-align: left;">GPIO State</td>
<td style="text-align: left;">The conditional will trigger if the GPIO state of HIGH (3.3 volts) or LOW (0 volts) is detected every Period.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Period (seconds)</td>
<td style="text-align: left;">If GPIO State is selected, how often to check the state of the GPIO.</td>
</tr>
</tbody>
</table>
<h4 id="conditional-statement-actions">Conditional Statement Actions</h4>
Expand Down Expand Up @@ -1309,26 +1301,38 @@ <h4 id="conditional-statement-actions">Conditional Statement Actions</h4>
<td style="text-align: left;">Deactivate a particular PID controller.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Pause PID</td>
<td style="text-align: left;">Pause a particular PID controller.</td>
</tr>
<tr class="even">
<td style="text-align: left;">Hold PID</td>
<td style="text-align: left;">Hold a particular PID controller.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Resume PID</td>
<td style="text-align: left;">Resume a particular PID controller.</td>
</tr>
<tr class="even">
<td style="text-align: left;">Email</td>
<td style="text-align: left;">Send an email containing information about the current condition that triggered the conditional to send the email.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Flash LCD</td>
<td style="text-align: left;">Have an LCD screen begin flashing in order to alert.</td>
</tr>
<tr class="odd">
<tr class="even">
<td style="text-align: left;">Photo</td>
<td style="text-align: left;">Capture a photo with the selected camera.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Email Photo</td>
<td style="text-align: left;">Capture a photo and email it as an attachment to the an email address.</td>
</tr>
<tr class="odd">
<tr class="even">
<td style="text-align: left;">Video</td>
<td style="text-align: left;">Capture a video of a set duration with the selected camera.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Email Video</td>
<td style="text-align: left;">Capture a video and email it as an attachment to the an email address.</td>
</tr>
Expand Down
5 changes: 3 additions & 2 deletions mycodo-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ Duration (seconds) | If "On" is selected, a optional duration (seconds) may be s
Setting | Description
-------------------- | ----------------------------------------------
Edge Detected | The conditional will be triggered if a change in state is detected, either Rising when the state changes from LOW (0 volts) to HIGH (3.5 volts) or Falling when the state changes from HIGH (3.3 volts) to LOW (0 volts), or Both (Rising and Falling).
GPIO State | The conditional will trigger if the GPIO state of HIGH (3.3 volts) or LOW (0 volts) is detected every Period.
Period (seconds) | If GPIO State is selected, how often to check the state of the GPIO.

#### Conditional Statement Actions

Expand All @@ -530,6 +528,9 @@ Output | Turn a output on, off, or on for a duration of time.
Command | Execute a command in the linux shell (as user mycodo).
Activate PID | Activate a particular PID controller.
Deactivate PID | Deactivate a particular PID controller.
Pause PID | Pause a particular PID controller.
Hold PID | Hold a particular PID controller.
Resume PID | Resume a particular PID controller.
Email | Send an email containing information about the current condition that triggered the conditional to send the email.
Flash LCD | Have an LCD screen begin flashing in order to alert.
Photo | Capture a photo with the selected camera.
Expand Down
Binary file modified mycodo-manual.pdf
Binary file not shown.
13 changes: 6 additions & 7 deletions mycodo-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1089,13 +1089,6 @@ Edge Conditional Statement If Options
volts) or Falling when the state changes from
HIGH (3.3 volts) to LOW (0 volts), or Both
(Rising and Falling).

GPIO State The conditional will trigger if the GPIO state
of HIGH (3.3 volts) or LOW (0 volts) is
detected every Period.

Period (seconds) If GPIO State is selected, how often to check
the state of the GPIO.
---------------------------------------------------------------------

Conditional Statement Actions
Expand All @@ -1113,6 +1106,12 @@ Conditional Statement Actions

Deactivate PID Deactivate a particular PID controller.

Pause PID Pause a particular PID controller.

Hold PID Hold a particular PID controller.

Resume PID Resume a particular PID controller.

Email Send an email containing information about the
current condition that triggered the
conditional to send the email.
Expand Down
2 changes: 1 addition & 1 deletion mycodo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
from flask_babel import lazy_gettext

MYCODO_VERSION = '5.6.1'
MYCODO_VERSION = '5.6.2'
ALEMBIC_VERSION = 'ba31c9ef6eab'

# FORCE_UPGRADE_MASTER
Expand Down
30 changes: 17 additions & 13 deletions mycodo/mycodo_flask/templates/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1269,14 +1269,6 @@ <h4 id="edge-conditional-statement-if-options">Edge Conditional Statement If Opt
<td style="text-align: left;">Edge Detected</td>
<td style="text-align: left;">The conditional will be triggered if a change in state is detected, either Rising when the state changes from LOW (0 volts) to HIGH (3.5 volts) or Falling when the state changes from HIGH (3.3 volts) to LOW (0 volts), or Both (Rising and Falling).</td>
</tr>
<tr class="even">
<td style="text-align: left;">GPIO State</td>
<td style="text-align: left;">The conditional will trigger if the GPIO state of HIGH (3.3 volts) or LOW (0 volts) is detected every Period.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Period (seconds)</td>
<td style="text-align: left;">If GPIO State is selected, how often to check the state of the GPIO.</td>
</tr>
</tbody>
</table>
<h4 id="conditional-statement-actions">Conditional Statement Actions</h4>
Expand Down Expand Up @@ -1309,26 +1301,38 @@ <h4 id="conditional-statement-actions">Conditional Statement Actions</h4>
<td style="text-align: left;">Deactivate a particular PID controller.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Pause PID</td>
<td style="text-align: left;">Pause a particular PID controller.</td>
</tr>
<tr class="even">
<td style="text-align: left;">Hold PID</td>
<td style="text-align: left;">Hold a particular PID controller.</td>
</tr>
<tr class="odd">
<td style="text-align: left;">Resume PID</td>
<td style="text-align: left;">Resume a particular PID controller.</td>
</tr>
<tr class="even">
<td style="text-align: left;">Email</td>
<td style="text-align: left;">Send an email containing information about the current condition that triggered the conditional to send the email.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Flash LCD</td>
<td style="text-align: left;">Have an LCD screen begin flashing in order to alert.</td>
</tr>
<tr class="odd">
<tr class="even">
<td style="text-align: left;">Photo</td>
<td style="text-align: left;">Capture a photo with the selected camera.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Email Photo</td>
<td style="text-align: left;">Capture a photo and email it as an attachment to the an email address.</td>
</tr>
<tr class="odd">
<tr class="even">
<td style="text-align: left;">Video</td>
<td style="text-align: left;">Capture a video of a set duration with the selected camera.</td>
</tr>
<tr class="even">
<tr class="odd">
<td style="text-align: left;">Email Video</td>
<td style="text-align: left;">Capture a video and email it as an attachment to the an email address.</td>
</tr>
Expand Down

0 comments on commit b74075c

Please sign in to comment.