ozw: Initial implementation
This module was developed using the OpenZWave library (v1.3): http://www.openzwave.com/ It was developed using a collection of devices (switches and a multi-sensor) connected via an Aeon Z-Stick Gen5 USB dongle. It can be used to query (and, where appropriate, set) Values on Nodes connected to the ZWave network. Checks are made in src/ozw/CMakeLists.txt to ensure that the libopenzwave library is installed (via pkg-config). If not present, then neither the module, nor the example will be built. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
287250b32d
commit
fd509c7d79
12
src/ozw/jsupm_ozw.i
Normal file
12
src/ozw/jsupm_ozw.i
Normal file
@@ -0,0 +1,12 @@
|
||||
%module jsupm_ozw
|
||||
%include "../upm.i"
|
||||
%include "cpointer.i"
|
||||
%include "stdint.i"
|
||||
|
||||
%pointer_functions(float, floatp);
|
||||
|
||||
%include "ozw.h"
|
||||
%{
|
||||
#include "ozw.h"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user