@iotize/tap
Version:
IoTize Device client for Javascript
13 lines (12 loc) • 425 B
TypeScript
/**
* Generated file. Do not edit
*/
import { LocalTime } from './models';
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getNtpServer: ServiceCallType<void, string>;
putNtpServer: ServiceCallType<string, void>;
getTimeZone: ServiceCallType<void, string>;
putTimeZone: ServiceCallType<string, void>;
getLocalTime: ServiceCallType<void, LocalTime>;
};