meth_coremini_read_app_signal was incorrectly returning a python int instead of a python float. The double to python int conversion was resulting in always returning 0.
meth_coremini_write_app_signa was incorrectly taking a python int for the value argument instead of a python float.
meth_coremini_read_app_signal
was incorrectly returning a pythonint
instead of a pythonfloat
. Thedouble
to pythonint
conversion was resulting in always returning 0.meth_coremini_write_app_signa
was incorrectly taking a pythonint
for the value argument instead of a pythonfloat
.