Releases: smartrent/grizzly
Releases · smartrent/grizzly
v0.16.2
Added
:list_mode
param for the
Grizzly.ZWave.Commands.AssociationGroupInfoReport
command.
v0.16.1
Added
Grizzly.ZWave.Commands.S2ResynchronizationEvent
Fixed
- Data structure change in the associations file when deleting all associations
- Wrong
MultiChannelAssociation
version number being reported to devices - Ensure ack responses are sent when extra commands are received
- Force bind to
fd00::aaaa::2
sincezipgateway
forces that all acks come
from this address - Crash when receiving errors other than timeouts when trying to establish
connections tozipgateway
Thank you to those who contributed to this release:
- Frank Hunleth
v0.16.0
This release introduces a breaking change to the naming of the command class get
and command class report modules. If you are using those modules directly, you
will need to update to the use the new module names.
Changed
Grizzly.ZWave.Commands.CommandClassGet
is now
Grizzly.ZWave.Commands.VersionCommandClassGet
- The
:name
field for:command_class_get
is now:version_command_class_get
Grizzly.ZWave.Commands.CommandClassReport
is now
Grizzly.ZWave.Commands.VersionCommandClassReport
- The
:name
field for:command_class_report
is now
:version_command_class_report
Added
- Added support for forcing the Z-Wave cache to update when fetching node
information. SeeGrizzly.Node.get_info/2
for more information. - Support for OTP 23.2
Fixed
- In some GenServers an exception would cascade
Updates
- Easier to read stack traces when some GenServers crash
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
- Frank Hunleth
v0.15.11
Added
- Support for DoorLock command class version 4
Fixed
- Querying command class versions for extra commands on the LAN will return the
version report correctly now.
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
v0.15.10
Added
- Support for querying the gateway about the command class versions it supports
when querying extra supported command classes.
Fixed
- Spelling error fix for the
WakeUpNoMoreInformation
command name
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
v0.15.9
Added
- Sending commands directly to the Z-Wave Gateway by passing
Grizzly.send_command/4
:gateway
as the node id. - How to get DSK for a device in the cookbook docs
Fixed
- Spelling, whitespace and markdown issues in docs
Thank you to those who contributed to this release:
- Frank Hunleth
v0.15.8
Added
- Support for
ZwavePlusInfo
command class
Fixed
- No function clause matching error when a connection closes
- Missing support for
:undefined
indicator
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
v0.15.7
Added
- Add
Grizzly.send_binary/2
Fixed
- Error when handling older Z-Wave devices that use CRC16 checksums over any
security schema - Internal typo
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
v0.15.6
Added
- Add support for
NetworkUpdateRequest
command - Add
Grizzly.Network.request_network_update/0
Changes
- Drop support for Elixir 1.8 and 1.9
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
v0.15.5
v0.15.5 - 2020-11-12
Added
- Support multi-channel associations in the unsolicited destination
Fixed
- Add the
:aggregated_endpoints
params to theMultiChannelEndpointReport
Thank you to those who contributed to this release:
- Jean-Francois Cloutier