update zwave.net version
This commit is contained in:
@@ -62,7 +62,7 @@ namespace YaleAccess.Services
|
||||
isReady = true;
|
||||
};
|
||||
|
||||
driver.StartUpError += (message) =>
|
||||
driver.StartupErrorEvent += (message) =>
|
||||
{
|
||||
throw new Exception(message);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user