diff --git a/HomeGenie/HomeGenieUI/html/pages/home.html b/HomeGenie/HomeGenieUI/html/pages/home.html
index 49c2d0237..ed224db3a 100644
--- a/HomeGenie/HomeGenieUI/html/pages/home.html
+++ b/HomeGenie/HomeGenieUI/html/pages/home.html
@@ -53,7 +53,7 @@
diff --git a/HomeGenie/bin/Debug/HomeGenie.exe b/HomeGenie/bin/Debug/HomeGenie.exe
index 99263385c..8cb155f96 100644
Binary files a/HomeGenie/bin/Debug/HomeGenie.exe and b/HomeGenie/bin/Debug/HomeGenie.exe differ
diff --git a/HomeGenie/bin/Debug/HomeGenieService.exe b/HomeGenie/bin/Debug/HomeGenieService.exe
index 5f7f4ae97..9b687bfe2 100644
Binary files a/HomeGenie/bin/Debug/HomeGenieService.exe and b/HomeGenie/bin/Debug/HomeGenieService.exe differ
diff --git a/HomeGenie/bin/Debug/MIG.dll b/HomeGenie/bin/Debug/MIG.dll
index 2b28442b6..6f63550f0 100644
Binary files a/HomeGenie/bin/Debug/MIG.dll and b/HomeGenie/bin/Debug/MIG.dll differ
diff --git a/HomeGenie/bin/Debug/README.TXT b/HomeGenie/bin/Debug/README.TXT
index a06f53d5e..131ddef58 100644
--- a/HomeGenie/bin/Debug/README.TXT
+++ b/HomeGenie/bin/Debug/README.TXT
@@ -165,7 +165,8 @@ https://sourceforge.net/p/homegenie/wiki/Home/
RELEASE HISTORY
-26/02/2014 1.00 beta rev 342
+26/02/2014 1.00 beta rev 343
+ - ZWaveLib: added fallback to Generic.Sensor handler when GenericType is not directly supported; removed Interlocked.Increment that was possibly causing server hang
- Scheduler: replaced ',' (OR operator) with ':' symbol due to conflicts with regular cron expression
- Updated "FibaroRGBW" plugin
- Updated Weeco4m GPIO module
diff --git a/HomeGenie/bin/Debug/ZWaveLib.dll b/HomeGenie/bin/Debug/ZWaveLib.dll
index 71ca010fb..61c9b12fa 100644
Binary files a/HomeGenie/bin/Debug/ZWaveLib.dll and b/HomeGenie/bin/Debug/ZWaveLib.dll differ
diff --git a/HomeGenie/bin/Debug/html/pages/home.html b/HomeGenie/bin/Debug/html/pages/home.html
index 49c2d0237..ed224db3a 100644
--- a/HomeGenie/bin/Debug/html/pages/home.html
+++ b/HomeGenie/bin/Debug/html/pages/home.html
@@ -53,7 +53,7 @@
HomeGenie
version
-
1.00 beta r342
+
1.00 beta r343
diff --git a/HomeGenie/bin/Debug/release_info.xml b/HomeGenie/bin/Debug/release_info.xml
index c042b9046..47ba74c17 100644
--- a/HomeGenie/bin/Debug/release_info.xml
+++ b/HomeGenie/bin/Debug/release_info.xml
@@ -1,10 +1,12 @@
HomeGenie
- 1.00 beta r342
+ 1.00 beta r343
Latest public release.
- - Scheduler: replaced ',' (OR operator) with ':' symbol due to conflicts with regular cron expression
+ - ZWaveLib: added fallback to Generic.Sensor handler when GenericType is not directly supported
+ - Scheduler: replaced ',' (OR operator) with ':' symbol due to conflicts with regular cron expression
- Updated "FibaroRGBW" plugin
- - Updated Weeco4m GPIO module
- 2014-02-26T17:06:55.0000Z
+ - Updated Weeco4m GPIO module
+
+ 2014-02-26T21:35:27.0000Z
\ No newline at end of file
diff --git a/HomeGenie/release_info.xml b/HomeGenie/release_info.xml
index c042b9046..47ba74c17 100644
--- a/HomeGenie/release_info.xml
+++ b/HomeGenie/release_info.xml
@@ -1,10 +1,12 @@
HomeGenie
- 1.00 beta r342
+ 1.00 beta r343
Latest public release.
- - Scheduler: replaced ',' (OR operator) with ':' symbol due to conflicts with regular cron expression
+ - ZWaveLib: added fallback to Generic.Sensor handler when GenericType is not directly supported
+ - Scheduler: replaced ',' (OR operator) with ':' symbol due to conflicts with regular cron expression
- Updated "FibaroRGBW" plugin
- - Updated Weeco4m GPIO module
- 2014-02-26T17:06:55.0000Z
+ - Updated Weeco4m GPIO module
+
+ 2014-02-26T21:35:27.0000Z
\ No newline at end of file
diff --git a/MIG/MIG/Gateways/WebServiceGateway.cs b/MIG/MIG/Gateways/WebServiceGateway.cs
index 83a2b221e..2b0b21b95 100644
--- a/MIG/MIG/Gateways/WebServiceGateway.cs
+++ b/MIG/MIG/Gateways/WebServiceGateway.cs
@@ -75,7 +75,6 @@ public class WebServiceGateway : MIGGateway, IDisposable
public event Action