device-profile/device-profile.service.ts
Properties |
Methods |
constructor(inventoryService: InventoryService, operationService: OperationService, alertService: AlertService)
|
||||||||||||
Parameters :
|
createDeviceProfile | ||||||
createDeviceProfile(deviceProfile: Partial<DeviceProfile>)
|
||||||
Parameters :
Returns :
any
|
Async createProfileOperation | |||||||||
createProfileOperation(device: IManagedObject, deviceProfile: Partial<DeviceProfile>)
|
|||||||||
Parameters :
Returns :
unknown
|
getConfigurationItems | |||||||||
getConfigurationItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
|
|||||||||
Parameters :
Returns :
ComparisonResult[]
|
getDeviceProfiles | ||||||
getDeviceProfiles(andQuery?: any)
|
||||||
Parameters :
Returns :
Promise<IResultList<IManagedObject>>
|
getDeviceProfilesByDeviceType | ||||||
getDeviceProfilesByDeviceType(deviceType: string)
|
||||||
Parameters :
Returns :
Promise<IResultList<IManagedObject>>
|
getFirmwareItems | |||||||||
getFirmwareItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
|
|||||||||
Parameters :
Returns :
ComparisonResult[]
|
Async getProfileOperation | ||||||
getProfileOperation(deviceId: string | number)
|
||||||
Parameters :
Returns :
unknown
|
getSoftwareItems | |||||||||
getSoftwareItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
|
|||||||||
Parameters :
Returns :
ComparisonResult[]
|
Readonly dateFrom |
Default value : new Date(0)
|
Readonly dateTo |
Default value : new Date(Date.now() + 86400000)
|