Quote:
Originally Posted by supersonic80
Hey, I've just figured it out, the problem you mentioned is not a problem. The update.yml was developed to work only with models names, because usually users do not know ids, but know model's names.
As I mentioned before another version does not have the updates.yml. You can include/exclude models by name or uid (however this is not described in readme file):
http://<ip>:9080/models/include?nm=<name>
http://<ip>:9080/models/exclude?nm=<name>
http://<ip>:9080/models/include?uid=<uid>
http://<ip>:9080/models/exclude?uid=<uid>
|
Oh true, I never thought to try the model name since the config just had ID's to begin with, figured it would need that.
I'll check out that update, seems easier than what I'm doing thanks