nutechsoftware / alarmdecoder

Python interface for the Alarm Decoder (AD2) family of alarm devices. (AD2USB, AD2SERIAL and AD2PI)
MIT License
63 stars 41 forks source link

Parse regex result as `int` #60

Closed ajschmidt8 closed 3 years ago

ajschmidt8 commented 3 years ago

This PR should fix #59, where zone values are being returned as strings rather than numbers.

Closes #59.

ajschmidt8 commented 3 years ago

@f34rdotcom, merge this if it looks good to you and I'll release it to PyPi.

f34rdotcom commented 3 years ago

Looks good to me. Thanks!