Remove TODO comments.

This commit is contained in:
Faris Armoush
2025-04-15 10:03:37 +03:00
parent ee12980b47
commit ceb1e1d23a

View File

@ -84,7 +84,4 @@ abstract final class CpsSliderHelpers {
_ => '${parsedValue?.toStringAsFixed(0) ?? 0}',
};
}
// TODO: Sports Para causes 400 in IF and THEN / sports_para
// TODO: Detection range causes 400 in IF / moving_range
// TODO: Distance of moving objects causes 400 in IF / presence_range
}