From 922b36f360a70318149a9dcb22e9eb0f7171a38e Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Mon, 25 Mar 2019 16:54:14 -0700 Subject: [PATCH] Update to latest OZW and OZWCP (fixes #6) --- ozwcp/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ozwcp/build.json b/ozwcp/build.json index bf2909b..a59b785 100644 --- a/ozwcp/build.json +++ b/ozwcp/build.json @@ -6,9 +6,9 @@ "i386": "hassioaddons/base-i386:1.3.3" }, "args": { - "OPENZWAVE_VERSION": "ac28fcbb01707daeff93509ba7788f26b7d9471e", + "OPENZWAVE_VERSION": "30567960bffa355b03bc19cf8d3050fa9796db92", "OPENZWAVE_REPO": "https://github.com/OpenZWave/open-zwave.git", - "OPENZWAVE_CONTROL_PANEL_VERSION": "bbbd461c5763faab4949b12da12901f2d6f00f48", + "OPENZWAVE_CONTROL_PANEL_VERSION": "d51c855fbf4799af99e92f10750b22f263ac083b", "OPENZWAVE_CONTROL_PANEL_REPO": "https://github.com/OpenZWave/open-zwave-control-panel.git" } }