From ee8ecc52420d94226676d1db39789ecea1c629ec Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 May 2024 18:37:41 +0200 Subject: occupancy_map: Add FULL --- bin/efa-gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa-gw b/bin/efa-gw index bb5f877..61165b3 100755 --- a/bin/efa-gw +++ b/bin/efa-gw @@ -18,7 +18,7 @@ headers = { "Content-Type": "application/json; charset=utf-8", } -occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3} +occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3, "FULL": 4} occupancy_cache = dict() eva_to_name = dict() -- cgit v1.2.3