From 1819c9db9e8213069f1a8eba771ce6f914f4d04e Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 6 May 2024 22:14:34 +0200 Subject: [PATCH] Fixed contrast reference --- src/endpoints/handlers/bett.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/handlers/bett.py b/src/endpoints/handlers/bett.py index c3f7e76..a4f27d1 100644 --- a/src/endpoints/handlers/bett.py +++ b/src/endpoints/handlers/bett.py @@ -67,7 +67,7 @@ def is_capacity_reached() -> bool: is_warning_active = True r.post( - f"{matrix_clock_api}/pattern?pattern={highest_limit['pattern']}&step_ms={highest_limit['duration']}&contrast=255" + f"{matrix_clock_api}/pattern?pattern={highest_limit['pattern']}&step_ms={highest_limit['duration']}" )