meth_coremini_read_app_signal isincorrectly 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 isincorrectly taking a python int for the value argument instead of a python float.
meth_coremini_read_app_signal isincorrectly 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 isincorrectly taking a python int for the value argument instead of a python float.