Skip to content

Commit b541900

Browse files
authored
Update README.md
1 parent d3039a7 commit b541900

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ An Homeyduino (esp8266) multi sensor reporting temperature, humidity and luminan
44
## Features
55
To reduce network trafik and load to homey the multi sensor only report status either after a predefined interval or when the configurable threshold is met.
66

7-
`reportInterval` default 60 000-------Time in milliseconds between reports to Homey (e.g. 60 000ms = 1min)
8-
9-
`thresholdLuminance` default 100------Threshold level in luminance (Lux) to send report to Homey
10-
11-
`thresholdHumidity` default 1---------Threshold level in humidity (H) to send report to Homey
12-
13-
`thresholdTemperature` default 0.5----Threshold level in celsius (*C) to send report to Homey
7+
| Parameter | Default value | Description |
8+
| ---------------------- | -------------- | -------------------------------------------------------------------- |
9+
| `reportInterval` | 60 000 ms | Time in milliseconds between reports to Homey (e.g. 60 000ms = 1min) |
10+
| `thresholdTemperature` | 0.5 | Threshold level in celsius (*C) to send report to Homey |
11+
| `thresholdHumidity` | 1 | Threshold level in humidity (H) to send report to Homey |
12+
| `thresholdLuminance` | 100 | Threshold level in luminance (Lux) to send report to Homey |
1413

1514
## Release Notes
1615
version 1.0 - initial release

0 commit comments

Comments
 (0)