This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| user_guide:chilli:coova_json [2021/02/04 09:04] – [llogoff] admin | user_guide:chilli:coova_json [2021/02/04 09:07] (current) – [logoff] admin | ||
|---|---|---|---|
| Line 187: | Line 187: | ||
| * http:// | * http:// | ||
| * Alternative | * Alternative | ||
| + | |||
| <code javascript> | <code javascript> | ||
| { | { | ||
| Line 204: | Line 205: | ||
| } | } | ||
| } | } | ||
| - | </javascript> | + | </code> |
| * Repsonse | * Repsonse | ||
| + | |||
| <code javascript> | <code javascript> | ||
| { | { | ||
| Line 230: | Line 233: | ||
| } | } | ||
| } | } | ||
| - | </javascript> | + | </code> |
| * As you can see the reply is pretty much the same than logon but the **clientstate** is now **0** meaning it logged off fine. | * As you can see the reply is pretty much the same than logon but the **clientstate** is now **0** meaning it logged off fine. | ||