letscontrolit / uPyEasy

Easy MultiSensor device based on MicroPython
https://www.letscontrolit.com
61 stars 19 forks source link

ValueDx in plugin is used twice #15

Closed Lisa999 closed 6 years ago

Lisa999 commented 6 years ago

For plugin's is the variable valueDx used twice: once for storing 'decimals' value coming from the plugin webpage and once for sending values to controllers/webpages. This is confusing: valueD should be used only for storing the 'decimals' setting and not for sending data. For sending data the new variable valueVx (x=1..10) should be used.

Lisa999 commented 6 years ago

Fixed