wifi
wifi command
request: scan
path | type | conditions | description |
---|---|---|---|
wifi.scan |
boolean |
|
// Json Example
[
{
"wifi": {
"scan": true
}
}
]
response: scan
path | type | conditions | description |
---|---|---|---|
wifi.scan.data |
dataArray |
|
wifi scan data |
//Response Example
[
{
"wifi": {
"scan": {
"data": [16, 34, 242]
}
}
}
]
type defines
dataArray
type | conditions | examples | description |
---|---|---|---|
array |
|
|
Binary data array. |