|  Developer
Updated on November 22, 2021

hub.network.modem.clear_fplmn

  • Version: 1.0
  • Force modem to clear an FPLMN list.
Edit
Field Type Required Description
interfaceId string + Id of the interface (mobileX)
Edit
  • Return empty result or error.
Edit
Broadcast Description
hub.network.modem.clear_fplmn.failed Describe fail reason
Edit
Code Message Data
-32500 Invalid interface id network.invalid.interface
Edit
Edit
				
					{
    "method": "hub.network.modem.clear_fplmn",
    "id": "_ID_",
    "params": {
        "interfaceId" : "mobile0",
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}