This revision includes a MAJOR change in the Open Z-Wave wrapper. Now the wrapper ties all the same type of event value (e.g. "255", "On", "Open", etc) from 1 device into 1 consistent value for switch and dim devices. This is done by mapping the COMMAND_CLASS_BASIC command to the device specific COMMAND_CLASS. Also the Open Z-Wave NodeEvent is using the same type of mapping. Now for binary switches the only possible values are "On" or "Off". For dim devices the possible values are "Off", "Dim 1" through "Dim 98" and "On".
NOTE: This change requires a recompile of the DomoZWave wrapper
Please check it out of the SVN and give it a test and let me know if you find bugs or see areas to improve/enhance ...


