ntn Requests
Use a compatible Notecard to interface with a paired Starnote device for NTN (satellite) communications.
ntn.reset CellCell+WiFiWiFi
Once a Notecard is connected to a Starnote device, the presence of a physical
Starnote is stored in a permanent configuration that is not affected by a
card.restore
request. This request clears this configuration and allows you to return
to testing NTN mode over cellular or Wi-Fi.
None
{
"req": "ntn.reset"
}
J *req = NoteNewRequest("ntn.reset");
NoteRequest(req);
req = {"req": "ntn.reset"}
rsp = card.Transaction(req)
Response Members
None: an empty object
{}
means success.{}