Skip to content

Fix bug #421 TarurusTrend does no work with boolean_scalar

Carlos Falcon requested to merge github/fork/cmft/bug421 into develop

Taurus plotting widgets can not plot boolean attributes since API changes in Taurus 4. They expected numeric values (Quantities).

Fix it, allowing also boolean attributes.

Fixes #421 (closed)

Merge request reports