DUMMY as new device source plugin

This commit is contained in:
jokob-sk
2025-01-08 23:00:03 +11:00
parent ad32e76a55
commit 540f8e850b
4 changed files with 11 additions and 9 deletions

View File

@@ -203,7 +203,7 @@ def get_plugins_configs(loadAll):
plugJson = json.loads(get_file_content(config_path))
# only laod plugin if needed
# only load plugin if needed
if loadAll or plugJson["unique_prefix"] in conf.LOADED_PLUGINS:
# Load the contents of the config.json file as a JSON object and append it to pluginsList