Skip to content

Cast to bool the value in _TaurusLedController

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

TaurusLed in taurus 3 allows to use not boolean models, if its values are '0' or '1'.

e.g. eval:1 or eval:0

Improve the behaviour of the TaurusLed casting the value to bool for non boolean models.

Merge request reports