Skip to content

Commit

Permalink
Merge pull request #2 from Smooth-Pineapple/master
Browse files Browse the repository at this point in the history
Added reference to brightness field contained in config in README
  • Loading branch information
Smooth-Pineapple committed Sep 20, 2020
2 parents 1797614 + 680dbf4 commit d27f1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exit 0
* Includes and modifies 'Flask-Colorpicker' - Ver. 0.9 (https://github.com/mrf345/flask_colorpicker/) to allow custom assignment of picker's 'cancel' and 'choose' buttons.

* Config file format is as follow:
<pre><code>{"colour": "rgb([0-255], [0-255], [0-255])", "pattern_type": "[1/2/3]", "ip": "[IP ADDRESS]", "lang": "[en/it]"}</code></pre>
<pre><code>{"colour": "rgb([0-255], [0-255], [0-255])", "brightness": "[1-100]", "pattern_type": "[1/2/3]", "ip": "[IP ADDRESS]", "lang": "[en/it]"}</code></pre>

## Display

Expand Down

0 comments on commit d27f1e4

Please sign in to comment.