Wi-Fi

wifi

wifi command

request: scan

path type conditions description
wifi.scan boolean
  • required
  • const true
 
// Json Example
[
    {
        "wifi": {
            "scan": true
        }
    }
]

response: scan

path type conditions description
wifi.scan.data dataArray
  • required
wifi scan data 
//Response Example
[
    {
        "wifi": {
            "scan": {
                "data": [16, 34, 242]
            }
        }
    }
]

type defines

dataArray

type conditions examples description
array
  • items
    • 0 ≤ value ≤ 255
  • [16, 34, 242]
  • [100, 255, 21, 0, 21]
Binary data array.