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

Fixes checks for existing reports #73

Closed TeamWildCards closed 6 years ago

TeamWildCards commented 6 years ago

Was checking for ANALOG_MAPPING_QUERY and CAPABILITY_QUERY, which will always be None in query_reply_data. This fix instead checks for ANALOG_MAPPING_RESPONSE and CAPABILITY_RESPONSE to be None.

MrYsLab commented 6 years ago

Thanks for the fix. It has been merged with version 2.24 and is now available on pypi.