Merge branch 'master' into qcontrolkit-conversion

This commit is contained in:
2023-11-26 14:06:24 -06:00
17 changed files with 17276 additions and 8944 deletions
@@ -135,7 +135,6 @@ namespace qController
public static bool Contains(string address){
foreach (QInstance item in qInstances)
{
//Log.Debug("Item name: " + item.name + " Found Name: " + name);
if (item.address == address)
{
return true;