Version 1.3 - Fixed Issue 383 - Update Remotec ZXT-120 Config file thanks to yy.bendavid & gizmocuz (Alex) - Fixed Issue 392 - Add Qubino ZMNHJA2 Config file thanks to nicoserveur (Alex) - Fixed Issue 394 - Add 2GIG CT100 USA version device thanks to mldkfa (Alex) - Fixed Issue 387 - Add Zipato RFID Config file thanks to jeanfrancois.auger (Alex) - Fixed Issue 391 - Update zwave.key keyfob config thanks to gizmocuz (Alex) - Fixed Issue 397 - Update remotec ZXT-120 config thanks to gizmocuz (Alex) - Fixed Issue 396 - Add Z-Wave.me RaZberry thanks to steph10200 (Alex) - Fixed Issue 398 - Add Z-Wave.me USB Stick thanks to ugo.viti (Alex) - Fixed Issue 389 - Add Evolve LRM-AS/LSM-15 Config file thanks to Gwmullin (Alex) - Fixed Issue 386 - Add Duwi and Z-Wave.Me Config files thanks to pim.vanderhaven (Alex) - Fixed Issue 401 - Add Toon/Quby devices (Alex) - Added new manufacturers and new devices (Alex) - Add Wenzhou TSP01 Config file thanks to Jan (Alex) - Standardize some of the Logging Messages so its easier to parse (Justin) - Implemented Issue 325 - Add a GetChangeVerfied method to the Manager and Value classes to determine if a Value is checked upon refresh from a device (Justin) - Fixed issue 350 - FreeBSD Makefile updates and a few patches (Justin) - Fixed issue 395 - Clear the ListItems Vector before populating with new values (Justin) - Fixed issue 402 - Clean vers.cpp when we issue a make clean (Justin) - Fixed issue 405 - Add new ID's for Fibaro FGD211 and FGS221 (Justin) - Fixed issue 406 - Add Remotec ZFM-80 (Justin) - Fixed issue 410 - Add Vision ZP3102 (Justin) - Fixed issue 412 - Updated Zipato RGB Bulb Config (Justin) - Fixed Issue 343 - Add Exceptions instead of Exit for some fatal errors Also, add Exceptions if any of the GetValue or SetValue calls in the Manager class are passed invalid ValueID's (Justin) - Fixed duplicate Vision devices and added a missing id for ZP3102 (Alex) - Fixed Issue 417 - Add Z-Wave.Me ZME_UZB1 USB Stick thanks to Ugo (Alex) - Add new Aeon Repeater device (Alex) - Fixed a crash in the LogFile Class when the destructor was called (Justin) - Fix Issue 426 - Upon restarts of OZW, we restarted the entire discovery process again (Justin) - Fix a off by 1 issue with the Security CC that was causing the Assoication Set Failures on Secured Devices. (Justin) - Added Aeon Labs Smart Energy Switch V2 that supports the Security CC but doesn't support the Basic CC - Related to issue 427 (Justin) - Fixed issue 420 - Dotnet Patch from scopollif. (Justin) - Fixed issue 415 - add 2Gig CT101 Thermostat (Justin) Version 1.2 - Released on 15/10/14 Version 1.1 - Fixed Command Class Recieved Message Counter when we are handling a MultiInstanceMessageEncap Message (Justin) - Fixed Issue 310 - Unbalanced Lock/Release in Manager::IsNodeFailed and Manager::GetNodeQueryStage (Justin) - For Sleeping Devices - Do Not automatically add WakeUp Class to these devices if they advertise themselves as FrequentListening. This matches the Logic in the QueryStage functions where we skip querying the Device for Wakeup Configuration if its set as FLiRS. Needs some testing (Justin) - Options.xml file can now live in both the System Config Path (/etc/openzwave for example) or the Local Application Path. Local Options.xml will override any System Options.xml (Justin) - Updated the Include Paths so we only have to specify the top level src directory for GCC, and the rest of the headers are specified as subdirs. Based on work started by Svente Karisson (Justin) - A few fixes for Windows Calls and various casts required to eliminate warnings (Svente Karisson) - Add a Error String if we fail to parse our Options.xml files (Justin) - Added a Complete Door Lock Command Class (Justin) - Change the Logic in the UserCode Command Class to only retrive UserCodes upto the first available slot (Justin) - Add a ValueButton to the UserCode class to refresh all UserCodes (Justin) - Fixed Issue 301 - Updated Aeon Recessed Door Sensor (Justin) - Fixed Issue 302 - New ID for Aeon Labs Door/Window Sensor (Justin) - Fixed Issue 306 & 304 - Updated Fibaro FGMS Config File (Justin) - Fixed Issue 308 - Add Zenzhou TZ65D Dual Wall Dimmer (Justin) - Fixed Issue 309 - Add Config File for ZWave.Me Flush Mountable Switch (Justin) - Fixed Issue 311 - Add Vision Siren (Justin) - Fixed Issue 314 - Updated Fibaro RGBW Config File (Justin) - Fixed Issue 318 - Updated Fibaro Wall Plug Config File (Justin) - Fixed Issue 321 - Updated Fibaro FGRM222 Config File (Justin) - Fixed Issue 324 - New Config file for Aeon Labs MiniMote (Justin) - Added ZWave.Me iTemp Config file thanks to Willem Burgers (Justin) - Added new id for Aeon Labs Micro Smart Engergy Illuminator G2 thanks to jmeyer (Justin) - Fixed Issue 329 - Update Fibaro FGD211 Config File (Alex) - Fixed Issue 330 - Update Fibaro FGS211 Config File (Alex) - Fixed Issue 331 - Update Fibaro RGBWM441 Config File (Alex) - Add new id for GE Duplex Receptacle (Alex) - Add 18 new ids for Vision devices (Alex) - Add Device Qees RETO Plug-in Switch Plus Config File (Alex) - Implement DoorLockLogging Command Class (Justin) - Implement Security Command Class (Justin) - Add a additional ID for Vision ZM1701 Deadbolt without Handle (Justin) - Add a ID and Config file for Assa Abloy Real Living Cap-Touch Deadbolt (Justin) - Implement the TimeParameters Command Class (Justin) - Fix up AssumeAwake Option for the Wakeup Class (Justin) - Update BeNext Tag Reader Config File (Alex) - Fixed Issue 335 - Update zwave.me KeyFob Config File (Alex) - Fixed Issue 336 - Update Aeon Labs DoorSensor Config File (Alex) - Fixed Issue 337 - Update Aeon Labs Multi Sensor Config File (Alex) - Fixed Issue 338 - Update Aeon Labs Multi Sensor Config File (Alex) - Fixed Issue 339 - Update Fibaro Door Opening Sensor Config File (Alex) - Fixed Issue 340 - Add Remotec ZRC-100 Remote Control (Alex) - Fixed Issue 301 - Add Philio PAN04-1 Relay Insert (Alex) - Fixed Issue 341 - Corrected directory/filename errors in manufacturer xml (Alex) - Fixed Issue 342 - Added 4 Qubino devices thanks to jeanfrancois (Alex) - Fixed Issue 345 - Added new ids for Fibaro FGK101 and FGBS001 (Alex) - Fixed Issue 351 - Added new ids for Vision VS6301 and updated Product Name (Justin) - Fixed Issue 348 - Typo in Config Index Number for zwave.me ZME_06436 (Justin) - Fix Several Warnings/Initilizers etc (Justin) - Fixed Issue 357 - Fixed Qubino manufacturer id from 345 (dec) to 159 (hex) (Alex) - Fixed Issue 356 - New ID for Fibaro FGMS001 (Alex) - Do Not Open and Close the Log file on each message. Close it during the Destructor (Justin) - Race Condition in the RemoveDriver call and Notifications. Add a new Notification about the Driver being removed, and by default turn off NodeRemoved/ValueRemoved Notifications from being sent if the Driver is being unloaded. WARNING: If you call any manager functions that require the Driver after recieving this message, there is a high probability your application will crash with a SegV (Justin) - Fixed Issue 361 - Update Qubino ZMNHDA2 Config File, proper endpoint mapping (Alex) - Fixed Issue 359 - Update Qubino ZMNHBA2 Config File, fixed invalid group 4 (Alex) - Fixed Issue 360 - Add Config File for Popp 123658 (Alex) - Fixed Issue 364 - Update Schlagelink iTemp Config File, removed invalid char (Alex) - Fixed Issue 365 - Add Config File for Popp 123601 Plug-in Switch thanks to tony.b.hansson (Alex) - Fixed Issue 366 - Add Config File for Popp 123580 Plug-in Dimmer thanks to tony.b.hansson (Alex) - Fixed Issue 363 - Added new id for Schlagelink iTemp thanks to steph10200 (Alex) - Fixed Issue 370 - Fixed Config File for zwave.me 06433 thanks to geilername (Alex) - Fixed Issue 368 - Bounds Checking on our String Arrays (Justin) - Fixed Issue 362 - Fix Mapping between ValueGenre Names and Enum's. This might require you to delete your zwcfg_*.xml file if you encounter problems (Justin) - Fixed Issue 371 - Double ReleaseNodes on Invalid Node in GetNodeStatistics (Justin) - Fixed Issue 372 - Mutex Unlocking in the Driver::isPolled method (Justin) - Remove tinyxml.h include from our headers so we don't have to distribute the TinyXML header files (Justin) - Remove the hidapi.h include from our headers so we don't have to distribute the hidapi header files (Justin) - Fixed Issue 375 - Add Ecolink Garage Door Sensor - (Justin)