digidotcom / xbee-python

Python library to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
185 stars 93 forks source link

devices: use correct property to check if interface is open #138

Closed ihermida closed 4 years ago

ihermida commented 4 years ago

Use the correct method to check if the generic interface is open or not, instead of assuming it is a serial interface.

Signed-off-by: Isaac Hermida isaac.hermida@digi.com