register-device/extensible/single/extensible-device-registration.service.ts
BaseExtensibleDeviceRegistrationService
Methods |
|
constructor(applicationService: ApplicationService, stateService: AppStateService, client: FetchClient)
|
||||||||||||
Parameters :
|
getDeviceRegistrationProviders |
getDeviceRegistrationProviders()
|
Async getSchema | ||||||
getSchema(contextPath: string)
|
||||||
Parameters :
|
Async registerDevice |
registerDevice(contextPath: string, model: any)
|
Returns :
Promise<IResult<any>>
|
Protected getMetadataUrl | ||||||
getMetadataUrl(contextPath: string)
|
||||||
Parameters :
Returns :
string
|
Protected getServiceBaseUrl | ||||||
getServiceBaseUrl(contextPath: string)
|
||||||
Parameters :
Returns :
string
|