diagnostics/diagnostics.service.ts
Properties |
|
Methods |
|
constructor(operationService: OperationService, inventoryBinary: InventoryBinaryService, modalService: ModalService, alertService: AlertService)
|
|||||||||||||||
|
Parameters :
|
| Async cancelOperation | ||||||
cancelOperation(operation: IOperation)
|
||||||
|
Parameters :
Returns :
any
|
| Async createOperation | ||||||
createOperation(deviceId: string)
|
||||||
|
Parameters :
Returns :
any
|
| Async deleteOperation | ||||||
deleteOperation(operation: IOperation)
|
||||||
|
Parameters :
Returns :
any
|
| getOperations$ | ||||||
getOperations$(device$: Observable
|
||||||
|
Parameters :
Returns :
Observable<IResultList<IOperation>>
|
| isSupportedDevice | ||||||
isSupportedDevice(device: unknown)
|
||||||
|
Parameters :
Returns :
boolean
|
| Readonly fragment |
Type : string
|
Default value : 'c8y_DiagnosticReport'
|