|  Developer
Updated on May 6, 2022

hub.network.modem.reregister

  • Version: 1.0
  • Force a modem to perform mobile network reregistration (the modem chooses a mobile network to register to consulting an inserted SIM card), potentially with clearing an FPLMN list before reregistration.
Edit
Field Type Required Description
interfaceId string + Id of the interface (mobileX)
clearFPLMN bool Whether to clear an FPLMN list or not
Edit
  • Return empty result or error.
Edit
Broadcast Description
hub.network.modem.reregistration.failed Describe fail reason
Edit
Code Message Data
-32500 Invalid interface id network.invalid.interface
Edit
Edit
				
					{
    "method": "hub.network.modem.reregister",
    "id": "_ID_",
    "params": {
        "interfaceId" : "mobile0",
        "clearFPLMN": true
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}