Documentation show that using the verify with a template will return the template body.
{“req”:“note.template”, “file”: “weather.qo”, “port”: 1, “verify”: true}
returns
{“template”:true}
Added a new template
{“req”:“note.template”, “file”: “data.qo”, “port”: 2, “format”:“compact”, “body”: {}}
Entering verify it return the same
{“req”:“note.template”, “file”: “data.qo”, “verify”: true}
returns
{“template”:true}
Now using the verify on the first item returns nothing.
{“req”:“note.template”, “file”: “weather.qo”, “port”: 1, “verify”: true}
returns
{}
Is my weather template gone?
Mike
Also entering the wrong port number causes the template that uses that port to be deleted
{“req”:“note.template”, “file”: “data.qo”, “port”: 1, “format”:“compact”, “body”: {}}
{
“status”: “port 1 already used by weather.qo: overridden”,
“err”: “port 1 already used by weather.qo”
}