sensor-phone/sensor-phone.service.ts
Properties |
|
Methods |
constructor(ui: AppStateService, inventoryService: InventoryService, deviceRegistrationService: DeviceRegistrationService, gainsightService: GainsightService)
|
|||||||||||||||
Parameters :
|
Async acceptPhoneRegistrationRequest | ||||
acceptPhoneRegistrationRequest(deviceId)
|
||||
Parameters :
Returns :
any
|
Async addPhoneGroup |
addPhoneGroup()
|
Returns :
unknown
|
Async checkPhoneGroupExists |
checkPhoneGroupExists()
|
Returns :
unknown
|
Async createPhoneGroup |
createPhoneGroup()
|
Returns :
unknown
|
Async createPhoneRegistrationRequest | ||||
createPhoneRegistrationRequest(deviceId)
|
||||
Parameters :
Returns :
any
|
generateRegistrationData | ||||
generateRegistrationData(deviceId)
|
||||
Parameters :
Returns :
string
|
getHost |
getHost()
|
Returns :
any
|
getTenantId |
getTenantId()
|
Returns :
string
|
getTenantName |
getTenantName()
|
Returns :
any
|
Readonly HTTP_STATUS_CODE |
Type : object
|
Default value : {
OK: 200,
CREATED: 201
}
|