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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -210,17 +210,17 @@ Conversions used for reporting values. The default is `"metric"`. The options ar
210
210
`"ca"` to report wind speeds in km/h
211
211
`"uk"` to report visibility in miles and wind speeds in miles/h
212
212
213
-
**tresholdAirPressure** (compatibility `"home"` or `"both"`)
214
-
At what treshold should the air pressure sensor trigger? Provide a number without unit. The range depends on your unit setting (sitorr -> mmhg, otherwise -> hPa).
213
+
**thresholdAirPressure** (compatibility `"home"` or `"both"`)
214
+
At what threshold should the air pressure sensor trigger? Provide a number without unit. The range depends on your unit setting (sitorr -> mmhg, otherwise -> hPa).
215
215
216
-
**tresholdCloudCover** (compatibility `"home"` or `"both"`)
217
-
At what treshold should the cloud cover sensor trigger? Provide a number between 0 (clear) and 100 (overcast).
216
+
**thresholdCloudCover** (compatibility `"home"` or `"both"`)
217
+
At what threshold should the cloud cover sensor trigger? Provide a number between 0 (clear) and 100 (overcast).
218
218
219
-
**tresholdUvIndex** (compatibility `"home"` or `"both"`)
220
-
At what treshold should the UV-Index sensor trigger? Provide a number >= 0. See https://en.wikipedia.org/wiki/Ultraviolet_index
219
+
**thresholdUvIndex** (compatibility `"home"` or `"both"`)
220
+
At what threshold should the UV-Index sensor trigger? Provide a number >= 0. See https://en.wikipedia.org/wiki/Ultraviolet_index
221
221
222
-
**tresholdWindSpeed** (compatibility `"home"` or `"both"`)
223
-
At what treshold should the wind speed sensor trigger? Provide a number without unit. The range depends on your unit setting (si/metric/sitorr -> m/s, ca -> km/h, uk/us/imperial -> miles/h).
222
+
**thresholdWindSpeed** (compatibility `"home"` or `"both"`)
223
+
At what threshold should the wind speed sensor trigger? Provide a number without unit. The range depends on your unit setting (si/metric/sitorr -> m/s, ca -> km/h, uk/us/imperial -> miles/h).
224
224
225
225
**fakegatoParameters**
226
226
Customization of the history storage system. By default, the history is persisted on the filesystem. You can set your own option using this parameter. In order to change the [location of the persisted file](https://github.com/simont77/fakegato-history#file-system) or to use [GoogleDrive](https://github.com/simont77/fakegato-history#google-drive).
0 commit comments