Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

zigbee4java-2.0.0

Compare
Choose a tag to compare
@tlaukkan tlaukkan released this 08 Mar 06:30
· 413 commits to master since this release

Contributors

@chris-hatton, @cdjackson, @presslab-us, @tlaukkan

Network State Serialization

Network state can be serialized and deserialized to avoid full network rediscovery delay on software restart.

Serial Port

Serial port implementation can be changed and first version of android serial port implementation has been added.

Attribute Report

Listeners to attribute reports can now be added and removed without altering subscription state on network level.

ZigBeeApi

Bug fixes and type conversions to int instead of exposing byte and short types though API.

ZigBeeConsole

Bug fixes and maven module for building command line executable. Storage of network state between console runs allowing instantaneous start of console after first time network discovery. Commands for listening attribute reports without network level subscription state changes.