We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b270749 commit d513236Copy full SHA for d513236
Visual Studio Projects/ZWaveJS.NET/ZWaveJS.NET/Driver.cs
@@ -377,7 +377,7 @@ private void MapControllerEvents()
377
378
ControllerEventMap.Add("inclusion started", (JO) =>
379
{
380
- bool Secure = JO.SelectToken("event.secure").ToObject<bool>();
+ bool Secure = (JO.SelectToken("event.strategy").ToObject<Enums.InclusionStrategy>() != Enums.InclusionStrategy.Insecure);
381
382
Task.Run(() =>
383
0 commit comments