airplane-mode-on-off

airplane-mode-on-off

Nomix

Open Terminal (Mac/Linux) or Command Prompt (Windows) and copy-paste the following curl request. Please change
<token> – to your personal token. It remains the same for all your requests and devices;
<device-uuid> – to UUID (unique identifier) copied from NomixClient app on your device.

curl -k --location 'https://179.43.141.41:35000/api/v1/tasks' \
--header 'Content-Type: application/json' \
--header 'X-Nomix-API-Key: <token>' \
--data '{
  "task-name": "airplane-mode-on-off",
  "package-pattern": "",
  "device-uuids": [
    "<device-uuid>"
  ],
  "context": {}
}'


Report Page