Skip to content

Commit cf20cb8

Browse files
committed
Update readme
1 parent b6da683 commit cf20cb8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This drives requires **WeeWX 4**, **Python 3** and the Python **`requests` modul
1717
- [Annotated example configuration](#annotated-example-configuration)
1818
- [Options reference](#options-reference)
1919
- [`polling_interval`](#pollinginterval)
20+
- [`max_no_data_iterations`](#maxnodataiterations)
2021
- [`host`](#host)
2122
- [`mapping`](#mapping)
2223
- [Available mappings](#available-mappings)
@@ -98,9 +99,6 @@ The units of all additionally defined observations are converted as specified in
9899
# use WLL driver
99100
driver = user.weatherlink_live
100101

101-
# Interval of polling data
102-
polling_interval = 10
103-
104102
# Host name or IP address of WeatherLink or AirLinks
105103
# Do not specify protocol or port
106104
host = weatherlink
@@ -126,7 +124,6 @@ The units of all additionally defined observations are converted as specified in
126124
[[rainSize]]
127125
extractor = last
128126

129-
130127
```
131128

132129
### Options reference
@@ -138,6 +135,13 @@ The units of all additionally defined observations are converted as specified in
138135

139136
The interval in seconds or fractions thereof to wait between polling the WLL.
140137

138+
#### `max_no_data_iterations`
139+
140+
**Minimum:** 1
141+
**Default:** 5
142+
143+
Count of iterations without any data to tolerate before raising an error.
144+
141145
#### `host`
142146

143147
**Default:** _none_<br />

0 commit comments

Comments
 (0)