exsilium / homebridge-xbee

Homebridge plugin that provides the beginnings of an XBee platform accessories
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Upgrade to SerialPort 6 #3

Open exsilium opened 7 years ago

exsilium commented 7 years ago

Change Serialport interface. Implement custom Transformer until xbee-api will support one natively. Related to jankolkmeier/xbee-api#66

exsilium commented 7 years ago

xbee-api v0.6.0 supports the stream transformer interface. Abandon custom transformer and use the xbee-api's built in capability.