Switch SIM Card Slot
# Switch SIM Card Slot
Path:
/api/simslot
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to switch the SIM card slot for the 4G communication module.
Note: This function is only supported by the player of version 1.70.5 or above and with Neoway N58 module.
1.The SIM card slot of the player is Slot 1; Slot 2 is for eSIM card.
2.After switching the SIM card slot successfully, you need to wait for around 20s to let the new SIM card connect to the internet due to the operations of reading/writing serial port, resetting module, and searching signal.
3.After power cycling, the module will use the previous slot.
4.After switching the slot, 4G module will be reset. In this case, if you switch the slot again immediately or take searching operation, you will be prompted that the module does not exist since the initialization process of the module is not completed yet.
Request
Name | Type | Example | Description |
---|---|---|---|
slot | int | 1 | Desired slot for switching. |
Example
{"slot":1}