From 38b6ed55a6215a0aa8bba679fb2fbc532e400343 Mon Sep 17 00:00:00 2001
From: Hugo NOUTS <hnouts@grandlyon.com>
Date: Wed, 23 Aug 2023 12:37:00 +0000
Subject: [PATCH] Update consumption.md -> data hole

---
 docs/ecolyo/functionalities/consumption.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ecolyo/functionalities/consumption.md b/docs/ecolyo/functionalities/consumption.md
index cae6488..21422fb 100644
--- a/docs/ecolyo/functionalities/consumption.md
+++ b/docs/ecolyo/functionalities/consumption.md
@@ -112,7 +112,7 @@ The data state is define in the "ConsumptionFormatter" service following theses
 | -------------------------------------------------------------------------------- | -------- |
 | Before the first data available                                                  | EMPTY    |
 | Between the first and last data available & value of load is not empty           | VALID    |
-| Between the first and last data available & value of load is empty               | HOLE     |
+| Between the first and last data available & no document in database for the given day | HOLE     |
 | After the last data available & Before today & in the dataDelayOffset period     | UPCOMING |
 | After the last data available & Before today & not in the dataDelayOffset period | MISSING  |
 | After today                                                                      | COMING   |
-- 
GitLab