extend MQTT integration support with type_switch
This commit is contained in:
@@ -130,7 +130,7 @@ bool FileReader::matches(const string& input, const string& search, bool ignoreC
|
||||
}
|
||||
string searchSub = search;
|
||||
tolower(&inputSub);
|
||||
return matches(inputSub, searchSub, false, false);
|
||||
return matches(inputSub, searchSub, false, true);
|
||||
}
|
||||
// walk through alternatives
|
||||
size_t from = 0;
|
||||
|
||||
Reference in New Issue
Block a user