Add new endpoints

This commit is contained in:
Felix Niederwanger 2023-06-02 17:32:26 +02:00
parent ff33024f80
commit c5f0e0b690
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C

View file

@ -9,12 +9,12 @@ The SBWF3102 by net2grid offers the following endpoints for data retrieval via h
* `/meter/now` - Get current readings
* `/meter/elec/power/hour`
* `/meter/elec/power/day`
* `/meter/elec/consumption/year`
* `/meter/elec/consumption/month`
* `/meter/elec/consumption/day`
* `/meter/gas/consumption/year`
* `/meter/gas/consumption/month`
* `/meter/gas/consumption/day`
* `/meter/elec/consumption/year` (not working)
* `/meter/elec/consumption/month` (not working)
* `/meter/elec/consumption/day` (not working)
* `/meter/gas/consumption/year` (not tested)
* `/meter/gas/consumption/month` (not tested)
* `/meter/gas/consumption/day` (not tested)
Resources: See [MeterApiService.java](https://github.com/net2grid/net2grid_android/blob/master/app/src/main/java/nl/wittig/net2grid/api/MeterApiService.java)