|  Developer
Updated on November 22, 2021

hub.network.wifi.scan.stop

  • Version: 1.0
  • Classes: ANY
  • Title: Wifi client stop scan
  • Description: Stop started scan wifi network
Edit
Field Type Required Description
interfaceId string + Id of the interface (wifi)
Edit
  • Return empty result or error
Edit
Broadcast Description
hub.network.wifi.scan.progress Provides status of scan
Edit
Edit
				
					{
    "method": "hub.network.wifi.scan.stop",
    "id": "_ID_",
    "params": {
        "interfaceId" : "wlan0"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}