diff --git a/README.md b/README.md index 3948ad6..b3699bd 100644 --- a/README.md +++ b/README.md @@ -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)