- Added implementation for state text for Multistate Input/Output/Value
- Added implementation for getting Present Value and ObjectName for all missing objects
- Updated README.md with more detailed instructions for compiling and building the example. Made sure that all files required for compiling are mentioned. Issue/6
- Tested using BACnet Version 4.1.19.2330
- Updated error code on missing password for reinitialize device
- Added example of networkPort object
- Added example of I-Am message
- Added example of ValueUpdated
- Added example of LogDebugMessage callback
- Added example of analogInput.reliability, and binaryInput.reliability
- Added example of device.vendorname, and device.vendoridentifier
- Added bacnet_reliability enumeration to CASBACnetStackAdapter.py
- Added units
- Inital release.