string 0 is expected not number 0

This commit is contained in:
2025-01-31 21:35:57 +01:00
parent 22ab329848
commit 42dfe2e49c
+1 -1
View File
@@ -51,7 +51,7 @@ ALLOWED_DAP_PARAMS = dict(
spi_limit = Sequence,
threshold_max = Number,
threshold_min = Number,
threshold_value = [0, "NaN"]
threshold_value = ["0", "NaN"]
)
ALLOWED_HARDWARE_PARAMS = dict(