device-profile/device-profile-list.component.ts
selector | c8y-device-profile-list |
templateUrl | ./device-profile-list.component.html |
Properties |
Methods |
|
constructor(inventoryService: InventoryService, translateService: TranslateService, modalService: ModalService, alertService: AlertService, bsModalService: BsModalService, router: Router, deviceProfileService: DeviceProfileService)
|
||||||||||||||||||||||||
Parameters :
|
Async createDeviceProfile |
createDeviceProfile()
|
Returns :
any
|
Async deleteDeviceProfile | ||||
deleteDeviceProfile(deviceProfile)
|
||||
Parameters :
Returns :
any
|
Async duplicateDeviceProfile | ||||
duplicateDeviceProfile(deviceProfile)
|
||||
Parameters :
Returns :
any
|
loadDeviceProfiles |
loadDeviceProfiles()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
reload |
Type : BehaviorSubject<void>
|
Default value : new BehaviorSubject(null)
|
reloading |
Type : boolean
|
Default value : false
|