Response wrapped in IResult
Example
const mandantoryObject: Partial<IMeasurementCreate> = {
sourceId: device.id,
fragment: { series: { unit: '%', value: 51 } },
};
(async () => {
const {data, res} = await measurementService.create(mandantoryObject);
})();
Response wrapped in IResult
Response wrapped in IResult
Response wrapped in IResultList
Response wrapped in IResult
Generated using TypeDoc