Make a DEL request for a resource. uri must include "suunto://" prefix
and device serial if needed. contract must be a json string.
Returns a Future that completes with the response data in json format.
Make an async GET request for a resource. uri must include "suunto://" prefix
and device serial if needed. contract must be a json string.
Returns a Future that completes with the response data in json format.
Make a POST request for a resource. uri must include "suunto://" prefix
and device serial if needed. contract must be a json string.
Returns a Future that completes with the response data in json format.
Make a PUT request for a resource. uri must include "suunto://" prefix
and device serial if needed. contract must be a json string.
Returns a Future that completes with the response data in json format.
Starts scanning for Movesense devices. When a new Movesense device is
found, onNewDeviceFound is called with device name and address. Android
devices will get the Bluetooth MAC address of the sensor, where iOS
devices will get UUID as the address parameter. Scanning is terminated
automatically after 60 seconds. Only devices with Movesense services are
returned.