Skip to content

Commit 095bef8

Browse files
committed
Fix formatting
1 parent 80dc56b commit 095bef8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,13 @@ MMM-Seneye uses the official <a href='https://api.seneye.com/'>Seneye API</a>
5959

6060
|Option|Description
6161
|------|-----------
62-
|`deviceID`| **Required**<br />You will need to find out your Seneye Device ID from the Seneye servers.<br /><br />The quickest way is to visit this url in any browser replacing the username and password with your own. You will get a response that includes your Device ID `https://api.seneye.com/v1/devices?user=***&pwd=***`<br /><br />**Type:** `String`
63-
|`email` | **Required**<br />Your email address registered with Seneye. The same one used to login to <a href='http://seneye.me/'>seneye.me</a><br /><br />**Type:** `String`
64-
|`password`| **Required**<br />The password associated with the email address above.<br /><br />**Type:** `String`
65-
66-
|`temperatureSuffix`| **Optional**<br />A text string to display 'C' or 'F' after the temperature reading.<br /><br />**Type:** `String`<br />Default *C*
67-
|`logo`| **Optional**<br />4 options available, `blue` (default), `white`, `grey`, or your choice of text<br /><br />![](readme_images/LogoBlue.png) ![](readme_images/Logowhite.png) ![](readme_images/LogoGrey.png) ![](readme_images/LogoText.png)<br /><br />**Type:** `String`<br />Default *blue*
68-
|`color`| **Optional**<br />Your choice of hex colour code, including the #<br />![](readme_images/blue.png) ![](readme_images/green.png) ![](readme_images/orange.png)<br /><br />**Type:** `String`<br />Default *#00aeef*
69-
70-
71-
|`readings`| **Optional**<br />An array of readings options, at least one option is required:<br /><br />*Optional*<br />Temperature<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />ph<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />nh3<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />nh4<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />o2<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />lux<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />par<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />kelvin<br />**Type:** `Boolean`<br />Default *false*
62+
|`deviceID`| **Required**<br />You will need to find out your Seneye Device ID from the Seneye servers.<br /><br />The quickest way is to visit this url in any browser replacing the username and password with your own. You will get a response that includes your Device ID `https://api.seneye.com/v1/devices?user=***&pwd=***`<br /><br />**Type:** `String`|
63+
|`email` | **Required**<br />Your email address registered with Seneye. The same one used to login to <a href='http://seneye.me/'>seneye.me</a><br /><br />**Type:** `String`|
64+
|`password`| **Required**<br />The password associated with the email address above.<br /><br />**Type:** `String`|
65+
|`temperatureSuffix`| **Optional**<br />A text string to display 'C' or 'F' after the temperature reading.<br /><br />**Type:** `String`<br />Default *C*|
66+
|`logo`| **Optional**<br />4 options available, `blue`, `white`, `grey`, or your choice of text<br /><br />![](readme_images/LogoBlue.png) ![](readme_images/LogoWhite.png) ![](readme_images/LogoGrey.png) ![](readme_images/LogoText.png)<br /><br />**Type:** `String`<br />Default *blue*|
67+
|`color`| **Optional**<br />Your choice of hex colour code, including the #<br />![](readme_images/blue.png) ![](readme_images/green.png) ![](readme_images/orange.png)<br /><br />**Type:** `String`<br />Default *#00aeef*|
68+
|`readings`| **Optional**<br />An array of readings options, at least one option is required:<br /><br />*Optional*<br />Temperature<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />ph<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />nh3<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />nh4<br />**Type:** `Boolean`<br />Default *true*<br /><br />*Optional*<br />o2<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />lux<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />par<br />**Type:** `Boolean`<br />Default *false*<br /><br />*Optional*<br />kelvin<br />**Type:** `Boolean`<br />Default *false*|
7269

7370
## To Do
7471
* Add `node_helper.js`

0 commit comments

Comments
 (0)