public AlarmApi getAlarmApi() {
return new AlarmApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}
public DeviceControlApi getDeviceControlApi() {
return new DeviceControlApiImpl(getRestConnector(), getTemplateUrlParser(), getHost() + PLATFORM_URL, getPageSize());
}