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: usage.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ Constructor
238
238
```
239
239
240
240
241
-
* Input : : an authorization object (ClientAuth instance), an optional home name, an optional station name
241
+
* Input : an authorization object (ClientAuth instance), an optional home name, an optional station name
242
242
243
243
Return : a WeatherStationData object. This object contains most administration properties of stations and modules accessible to the user and the last data pushed by the station to the Netatmo servers.
244
244
@@ -247,8 +247,8 @@ Raise a lnetatmo.NoDevice exception if no weather station is available for the g
247
247
If no home is specified, the first returned home will be set as default home. Same apply to station.
248
248
If you have only one home and one station, you can safely ignore these new parameters. Note that return order is undefined. If you have multiple homes and a weather station in only one, the default home may be the one without station and the call will fail.
249
249
250
-
**Breaking change**
251
-
> If you used the station name in the past in any method call, you should be aware that Netatmo decided to rename your station with their own value thus your existing code will have to be updated.
250
+
>**Breaking change:**
251
+
If you used the station name in the past in any method call, you should be aware that Netatmo decided to rename your station with their own value thus your existing code will have to be updated.
252
252
253
253
Properties, all properties are read-only unless specified:
254
254
@@ -450,7 +450,7 @@ Methods :
450
450
If you just need the current temperature and humidity reported by a sensor with associated min and max values on the last 24 hours, you can get it all with only one call that handle all required steps including authentication :
* Input : optional station name and/or module name (if no station name is provided, default_station will be used, if no module name is provided, station sensor will be reported).
455
455
if no home is specified, first returned home will be used
456
456
* Output : A tuple of 6 values (Temperature, Humidity, minT, MaxT, minH, maxH)
0 commit comments