@@ -1011,7 +1011,7 @@ Thank you to everyone who has contributed over the years!
10111011
10121012### Fixes
10131013
1014- - No longer hard crashs on Z/IP Packets that don't follow Z-Wave spec
1014+ - No longer hard crashes on Z/IP Packets that don't follow Z-Wave spec
10151015- Fix crash when zipgateway's mailbox queue is full when trying to send command
10161016 to a sleeping device
10171017
@@ -2016,7 +2016,7 @@ Thank you to those who contributed to this release:
20162016Enhancements
20172017
20182018- Add ` handle_timeout/2 ` to the ` Grizzly.InclusionHandler ` behaviour. This
2019- allows for handling when an inclusion process timesout .
2019+ allows for handling when an inclusion process times out .
20202020- Add ` Grizzly.Inclusions.stop/0 ` force stop any type of inclusion process.
20212021- Add ` Grizzly.FirmwareUpdates ` module for updating the Z-Wave firmware on
20222022 Z-Wave hardware
@@ -2197,9 +2197,9 @@ Breaking Changes
21972197
21982198- ` Grizzly.ZWave.IconTypes ` removed ` icon_type ` from the atom values of the
21992199 icon name.
2200- - ` Grizzly.ZWave.DeciveTypes .icon_name() ` ->
2200+ - ` Grizzly.ZWave.DeviceTypes .icon_name() ` ->
22012201 ` Grizzly.ZWave.DeviceTypes.name() `
2202- - ` Grizzly.ZWave.DeciveTypes .icon_integer() ` ->
2202+ - ` Grizzly.ZWave.DeviceTypes .icon_integer() ` ->
22032203 ` Grizzly.ZWave.DeviceTypes.value() `
22042204
22052205Enhancements
@@ -2511,7 +2511,7 @@ When using that function `send_command` would return
25112511### v0.6.0
25122512
25132513Changed ` Grizzly.CommandClass.CommandClassVersion ` to ` Grizzly.CommandClass.Version `
2514- and changed ` Grizzly.ComamndClass .CommandClassVersion.Get ` to
2514+ and changed ` Grizzly.CommandClass .CommandClassVersion.Get ` to
25152515` Grizzly.CommandClass.Version.CommandClassGet ` as these names reflect the Z-Wave
25162516specification better.
25172517
@@ -2555,7 +2555,7 @@ validating specs for command arguments.
25552555 - Update all the command arg encoder/decoder to use tagged
25562556 tuples for better handling of invalid command arguments
25572557 - Introduces new ` Grizzly.Command.Encoding ` modules for helping
2558- validate command arugment specifications
2558+ validate command argument specifications
25592559- Fixes
25602560 - Crashes when providing invalid command arguments
25612561
0 commit comments