From c5f0e0b690a205ad1c536b3426870ba1ec12786a Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 2 Jun 2023 17:32:26 +0200 Subject: [PATCH] Add new endpoints --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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)