Kann es sein das die Aussage aus der Doku falsch ist?
Code:
Supported functions and timeframes are same as supported in the `db` function.
```python
sh.outside.temperature.series('min', '1d', count=10) # returns 10 minimum values within the last day
sh.outside.temperature.series('avg', '2w', '1w') # returns the average values of the week before last week
```
Code:
Supported functions and timeframes are same as supported in the `db` function.
```python
sh.outside.temperature.series('min', '1d', count=10) # returns 10 minimum values within the last day
sh.outside.temperature.series('avg', '3w', '2w') # returns the average values of the week before last week
```


Einen Kommentar schreiben: