Skip to content

Commit

Permalink
REST API response fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Mar 15, 2022
1 parent 05bf28b commit cd36df8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Response:
"name": "power",
"state": true
},
"status":0
"status": 0
}
```

Expand All @@ -210,7 +210,7 @@ Response:
"row": 1,
"display": "..."
},
"status":0
"status": 0
}
```

Expand All @@ -235,10 +235,9 @@ Response:
```json
{
"data": {
"row": 1,
"display": "..."
"name": "wheelTR"
},
"status":0
"status": 0
}
```

Expand Down

0 comments on commit cd36df8

Please sign in to comment.