Fixed contrast reference

This commit is contained in:
Maximilian Giller 2024-05-06 22:14:34 +02:00
parent 78a5b3d8ca
commit 1819c9db9e

View file

@ -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']}"
)