Skip to content

Patch FESA bool type

Sam Wilson requested to merge patch-fesa-bool-type into master

When Getting from FESA, values are returned as a string from the terminal, but the FESA interface dynamically casts these to be the corresponding python data type. When casting to a python bool however, the cast was bad.

Merge request reports