Add Login and Logout json responses

This commit is contained in:
Karl Moos
2020-12-07 14:33:35 -06:00
parent 984747e1db
commit d1b0bc2b00
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[
{
"cmd": "Logout",
"code": 0,
"value": { "rspCode": 200 }
}
]