8000 Tags · reinux/ZigbeeNet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: reinux/ZigbeeNet

Tags

1.4.0

Toggle 1.4.0's commit message
ZigBeeNet

- Renamed Stop2Command to StopWithOnOffCommand
- Added MeterIdentification cluster
- ZclLevelControlCluster updated
- ZclThermostatCluster updated
- ZclGroupCluster updated
- ZclScenesCluster updated

ZigBeeNet.Hardware.TI.CC2531
- Replace DoubleByte by ushort

1.3.3

Toggle 1.3.3's commit message
Better log Exceptions, Upadte Node Status to Offline, Fixed partial n…

…ode discovery, remove unnecessary locks

1.3.2

Toggle 1.3.2's commit message
Namespaces fixed, ConBee Use Acks

1.3.1

Toggle 1.3.1's commit message
- fixed Mr-Markus#121 Duplicate ZCL cluster attribute

- fixed compilation warnings

1.3.0

Toggle 1.3.0's commit message
- Trigger node rediscovery if NetworkManager does not know node

- Remove not used method which called Task.Result Mr-Markus#40
- Fix ZigBeeKey.CreateRandom()
- Prevent EmberNcp.DoActiveScan to throw an exception when the same network is discovered several times
- Stop node discovery if node leaves network
- Add ZclCluster.ReadAttributeValue for convenience
- Added MongoDb data store
- Added JSON data store
- Catch unkown endopoint address
- Remove unused members
- Make endpoints a private filed
- Improve encapsulation in ZigBeeNode Mr-Markus#102
- Add 3s timeout for serial port write

1.2.0

Toggle 1.2.0's commit message
- Zdo commands are now all generated

- new local data storage
- ignore local data storage files
- read attribute fixed
- de-/serialization fixes
- log fixes
- added ZigBeeNetworkState to seperate transport from network state

Thx @spudwebb for most of this work

1.1.0

Toggle 1.1.0's commit message
Updated to NET Core 3.0 to support multiple platform with System.IO.S…

…erialPort

Also following features was added:
- Node state added to set a node offline instead removing from network
- Update existing nodes
- Update network discovery

1.0.0

Toggle 1.0.0's commit message
Support for Texas Instrument CC2531 and XBee S2C dongles

1.0.0-preview1

Toggle 1.0.0-preview1's commit message
- See Mr-Markus#47 for supported devices

- NetworkSerialization Mr-Markus#34
- XBee implemented Mr-Markus#41
- Updated bind request to return Mr-Markus#51
- .editorconfig added Mr-Markus#57
- UnitTests added Mr-Markus#20
- ZigBeeNet with auto generated cluster classes
0