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 84c6c15 commit cb32700Copy full SHA for cb32700
Visual Studio Projects/ZWaveJS.NET/ZWaveJS.NET/ZWaveOptions.cs
@@ -104,6 +104,7 @@ public CFGStorage()
104
public string cacheDir { get; set; }
105
public string deviceConfigPriorityDir { get; set; }
106
public string throttle { get; set; }
107
+ public string deviceConfigExternalDir { get; set; }
108
}
109
110
public class CFGSecurityKeys
0 commit comments