*`AddLocalizationData(deviceLocationContract)` - Add localization data for multiple devices in batch mode
*`AddLocalizationData(locationContract)` - Add localization data for single device (in order to do this you need to be **authenticated** as said device)
*`AddLocalizationData(locationContract)` - Add localization data for single device (in order to do this you need to be **authenticated** as said device - this can be avoided when using the batch mode above: [Localization](#localization-v3))
*`UpdateSensor(sensorContract)` - Update an existing sensor with new properties
*`DeleteSensor(id)` - Delete an existing sensor by ID
*`AddSensorData(sensors)` - Add sensor data for multiple sensors in batch mode
*`AddSensorData(sensorData)` - Add sensor data for single sensor (in order to do this you need to be **authenticated** as said sensor)
*`AddSensorData(sensorData)` - Add sensor data for single sensor (in order to do this you need to be **authenticated** as said sensor - this can be avoided when using the batch mode above: [Sensor Data](#sensor-data-v3))
*`GetSensorAppInfo()` - Get information (version, size) about the sensor app