Skip to content

wago: fixed type problem on wago_ds returning numpy types

Piergiorgio Pancino requested to merge wago_fix_type into master

Fixes a type problem encountered with Wago Device server that uses numpy types instead of python types. This was raising an exception that catch by the shell was showing "MissingFirmware".

Merge request reports