update zwave.net version

This commit is contained in:
2025-07-18 19:10:33 +10:00
parent f577617b4d
commit 761b82c56c
2 changed files with 1 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ namespace YaleAccess.Services
isReady = true;
};
driver.StartUpError += (message) =>
driver.StartupErrorEvent += (message) =>
{
throw new Exception(message);
};