obniz
Version:
obniz sdk for javascript
64 lines (33 loc) • 774 B
Markdown
# <a name="debug">debug</a>
## response: <a name="-response-debug-warning">warning</a>
| path | type | conditions | description |
|:---- |:---- |:---- |:---- |
| `debug.warning.message` | string | | readable message |
```
//Response Example
[
{
"debug": {
"warning": {
"message": "unknown command"
}
}
}
]
```
## response: <a name="-response-debug-error">error</a>
| path | type | conditions | description |
|:---- |:---- |:---- |:---- |
| `debug.error.message` | string | | readable message |
```
//Response Example
[
{
"debug": {
"error": {
"message": "voltage down"
}
}
}
]
```