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
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,43 +344,6 @@ void setup() {
344
344
}
345
345
```
346
346
347
-
## Querying
348
-
InfluxDB uses [Flux](https://www.influxdata.com/products/flux/) to process and query data. InfluxDB client for Arduino offers a simple way how to query data with `query` function:
349
-
```cpp
350
-
// Construct a Flux query
351
-
// Query will find RSSI for last 24 hours for each connected WiFi network with this device computed by given selector function
This library also provides a couple of helper methods for parsing such a result set.
378
-
379
-
If the query results in an empty result set, the server returns an empty response. As the empty result returned from the `query` function indicates an error,
380
-
use `wasLastQuerySuccessful()` method to determine final status.
381
-
382
-
Complete source code is available in [Query example](examples/Query/Query.ino).
383
-
384
347
## Troubleshooting
385
348
All db methods return status. Value `false` means something went wrong. Call `getLastErrorMessage()` to get the error message.
0 commit comments