@iotize/tap
Version:
IoTize Device client for Javascript
18 lines (17 loc) • 654 B
TypeScript
/**
* Generated file. Do not edit
*/
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getIp: ServiceCallType<void, string>;
putIp: ServiceCallType<string, void>;
getGatewayIp: ServiceCallType<void, string>;
putGatewayIp: ServiceCallType<string, void>;
getIpMask: ServiceCallType<void, string>;
putIpMask: ServiceCallType<string, void>;
getHostname: ServiceCallType<void, string>;
getDnsIp: ServiceCallType<void, string>;
putDnsIp: ServiceCallType<string, void>;
getEnabled: ServiceCallType<void, boolean>;
putEnabled: ServiceCallType<boolean, void>;
};