|  Developer
Updated on November 26, 2021

hub.network.wifi.scan.start

  • Version: 1.0
  • Classes: ANY
  • Title: Wifi client start scan
  • Description: Start scan wifi network by network interface with type “wifi”. Scan stops automatically after 5 minutes. Calling the method again resets this time counter.
Edit
Field Type Required Description
interfaceId string + Id of the interface (wifi)
Edit
  • Return empty result or error
Edit
Scan result returned by broadcast
Broadcast Description
hub.network.wifi.scan.progress Provides status of scan
Edit
Edit
				
					{
    "method": "hub.network.wifi.scan.start",
    "id": "_ID_",
    "params": {
        "interfaceId" : "wlan0"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}