You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`reportInterval`| 60 000 ms | Time in milliseconds between reports to Homey (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 |
9
+
|**reportInterval**| 60 000 ms | Time in milliseconds between reports to Homey (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 |
13
13
14
14
## Release Notes
15
15
version 1.0 - initial release
16
16
17
17
## Installation
18
+
In the Homey install the [Homeyduino](https://apps.athom.com/app/com.athom.homeyduino) app
19
+
20
+
Needed Arduino Libraries to be included in [IDE](https://www.arduino.cc/en/Main/Software). Install them either from GitHub repositories directly or within the IDE application itself **Sketch > Import Library**
0 commit comments