MrYsLab / pymata-aio

This is the second generation PyMata client.
https://github.com/MrYsLab/pymata-aio/wiki
GNU Affero General Public License v3.0
155 stars 51 forks source link

Typo found in pymata_iot.py #99

Closed MrYsLab closed 5 years ago

MrYsLab commented 5 years ago

Lines 40 and 41 of pymata-aio/pymata_aio/pymata_iot.py are

"enable_analog_reporting": self.disable_analog_reporting, "enable_digital_reporting": self.disable_digital_reporting,

but they should be

"enable_analog_reporting": self.enable_analog_reporting, "enable_digital_reporting": self.enable_digital_reporting,

MrYsLab commented 5 years ago

fixed with release v2.31