Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Sep 6, 2019
1 parent d4e36c4 commit eb1519f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### v0.4.3

* Enhancements
* Support Powerlevel command class
* Doc clean up
* `Grizzly.send_command/2` and `Grizzly.send_command/3`
can be passed a node id instead of a node.

### v0.4.2

* Enhancements
Expand Down
14 changes: 13 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Grizzly.MixProject do
def project do
[
app: :grizzly,
version: "0.4.2",
version: "0.4.3",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -75,8 +75,11 @@ defmodule Grizzly.MixProject do
Grizzly.CommandClass.MultilevelSensor,
Grizzly.CommandClass.NetworkManagementBasic,
Grizzly.CommandClass.NetworkManagementInclusion,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance,
Grizzly.CommandClass.NetworkManagementProxy,
Grizzly.CommandClass.NoOperation,
Grizzly.CommandClass.Notification,
Grizzly.CommandClass.Powerlevel,
Grizzly.CommandClass.ScheduleEntryLock,
Grizzly.CommandClass.SensorMultilevel,
Grizzly.CommandClass.SwitchBinary,
Expand Down Expand Up @@ -115,8 +118,17 @@ defmodule Grizzly.MixProject do
Grizzly.CommandClass.NetworkManagementInclusion.NodeAddKeysSet,
Grizzly.CommandClass.NetworkManagementInclusion.NodeNeighborUpdateRequest,
Grizzly.CommandClass.NetworkManagementInclusion.NodeRemove,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance.PriorityRouteGet,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance.PriorityRouteGet,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance.RSSIGet,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance.StatisticsClear,
Grizzly.CommandClass.NetworkManagementInstallationMaintenance.StatisticsGet,
Grizzly.CommandClass.NetworkManagementProxy.NodeInfoCache,
Grizzly.CommandClass.NetworkManagementProxy.NodeListGet,
Grizzly.CommandClass.Powerlevel.Get,
Grizzly.CommandClass.Powerlevel.Set,
Grizzly.CommandClass.Powerlevel.TestNodeGet,
Grizzly.CommandClass.Powerlevel.TestNodeSet,
Grizzly.CommandClass.ScheduleEntryLock.DailyRepeatingGet,
Grizzly.CommandClass.ScheduleEntryLock.DailyRepeatingSet,
Grizzly.CommandClass.ScheduleEntryLock.EnableAllSet,
Expand Down

0 comments on commit eb1519f

Please sign in to comment.