I'm making a ZWave Class Library, named OpenZWave. It is based on Henrik Jørgensen Leidecker code
Currently all code from digiWave.dk (Henrik) and part of the constants from LinuxMCE is made.
I have also move up the Level to then ZWaveNode class, so if you press the button on swicth, it automatically refresh level of the real switch (current not the Dimmer).
My idea is to create a project on CodePlex so that others can contribute to this. I am also open to other proposals which it can be saved.
Where are some who want to help, so give me a hint.
I have programs in C# using Visual Studio 2008. Expect to move to Visual Studio 2010.
I've created under the following license, but it can change
- Code: Select all
/*
* Copyright (C) 2010- digiWave.dk
* http://www.digiwave.dk/
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GNU Make; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
/ Flemming