|
196 | 196 | "description": "UNIX timestamp for the weather data. If omitted, the RainMachine device's local time at the time of the call is used." |
197 | 197 | }, |
198 | 198 | "mintemp": { |
199 | | - "name": "Min temp", |
200 | | - "description": "Minimum temperature (°C)." |
| 199 | + "name": "Min temperature", |
| 200 | + "description": "Minimum temperature in current period (°C)." |
201 | 201 | }, |
202 | 202 | "maxtemp": { |
203 | | - "name": "Max temp", |
204 | | - "description": "Maximum temperature (°C)." |
| 203 | + "name": "Max temperature", |
| 204 | + "description": "Maximum temperature in current period (°C)." |
205 | 205 | }, |
206 | 206 | "temperature": { |
207 | 207 | "name": "Temperature", |
208 | 208 | "description": "Current temperature (°C)." |
209 | 209 | }, |
210 | 210 | "wind": { |
211 | 211 | "name": "Wind speed", |
212 | | - "description": "Wind speed (m/s)." |
| 212 | + "description": "Current wind speed (m/s)." |
213 | 213 | }, |
214 | 214 | "solarrad": { |
215 | 215 | "name": "Solar radiation", |
216 | | - "description": "Solar radiation (MJ/m²/h)." |
| 216 | + "description": "Current solar radiation (MJ/m²/h)." |
217 | 217 | }, |
218 | 218 | "et": { |
219 | 219 | "name": "Evapotranspiration", |
|
229 | 229 | }, |
230 | 230 | "minrh": { |
231 | 231 | "name": "Min relative humidity", |
232 | | - "description": "Min relative humidity (%RH)." |
| 232 | + "description": "Minimum relative humidity in current period (%RH)." |
233 | 233 | }, |
234 | 234 | "maxrh": { |
235 | 235 | "name": "Max relative humidity", |
236 | | - "description": "Max relative humidity (%RH)." |
| 236 | + "description": "Maximum relative humidity in current period (%RH)." |
237 | 237 | }, |
238 | 238 | "condition": { |
239 | 239 | "name": "Weather condition code", |
240 | 240 | "description": "Current weather condition code (WNUM)." |
241 | 241 | }, |
242 | 242 | "pressure": { |
243 | 243 | "name": "Barametric pressure", |
244 | | - "description": "Barametric pressure (kPa)." |
| 244 | + "description": "Current barametric pressure (kPa)." |
245 | 245 | }, |
246 | 246 | "dewpoint": { |
247 | 247 | "name": "Dew point", |
248 | | - "description": "Dew point (°C)." |
| 248 | + "description": "Current dew point (°C)." |
249 | 249 | } |
250 | 250 | } |
251 | 251 | }, |
|
0 commit comments