File

device-profile/device-profile.service.ts

Index

Properties
Methods

Constructor

constructor(inventoryService: InventoryService, operationService: OperationService, alertService: AlertService)
Parameters :
Name Type Optional
inventoryService InventoryService No
operationService OperationService No
alertService AlertService No

Methods

createDeviceProfile
createDeviceProfile(deviceProfile: Partial<DeviceProfile>)
Parameters :
Name Type Optional
deviceProfile Partial<DeviceProfile> No
Returns : any
Async createProfileOperation
createProfileOperation(device: IManagedObject, deviceProfile: Partial<DeviceProfile>)
Parameters :
Name Type Optional
device IManagedObject No
deviceProfile Partial<DeviceProfile> No
Returns : unknown
getConfigurationItems
getConfigurationItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
Parameters :
Name Type Optional
device IManagedObject No
selectedProfile Partial<DeviceProfile> No
Returns : ComparisonResult[]
getDeviceProfiles
getDeviceProfiles(andQuery?: any)
Parameters :
Name Type Optional
andQuery any Yes
Returns : Promise<IResultList<IManagedObject>>
getDeviceProfilesByDeviceType
getDeviceProfilesByDeviceType(deviceType: string)
Parameters :
Name Type Optional
deviceType string No
Returns : Promise<IResultList<IManagedObject>>
getFirmwareItems
getFirmwareItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
Parameters :
Name Type Optional
device IManagedObject No
selectedProfile Partial<DeviceProfile> No
Returns : ComparisonResult[]
Async getProfileOperation
getProfileOperation(deviceId: string | number)
Parameters :
Name Type Optional
deviceId string | number No
Returns : unknown
getSoftwareItems
getSoftwareItems(device: IManagedObject, selectedProfile: Partial<DeviceProfile>)
Parameters :
Name Type Optional
device IManagedObject No
selectedProfile Partial<DeviceProfile> No
Returns : ComparisonResult[]

Properties

Readonly dateFrom
Default value : new Date(0)
Readonly dateTo
Default value : new Date(Date.now() + 86400000)

results matching ""

    No results matching ""