Luos-io/Documentation

[DOC] Detection command for Json Api has evolved

JeromeGalan opened this issue · 2 comments

https://docs.luos.io/docs/api/api-json

To launch a detection to a Gate with JSON API:

  • In previous versions, you had to send command
    {"detection": {}}\r

  • Now, there is an \n at the message ending, so it must be replaced by:
    {"detection": {}}\r\n

We should also search if there are other occurences of this problem on other documentation pages (in luos doc, readme.md ...)

we got back to the first version:

{"detection": {}}\n

I close this. Thanks @JeromeGalan