protocol-lpwan/lpwan-set-device-protocol.service.ts
Properties |
Methods |
|
constructor(inventoryService: InventoryService, client: FetchClient, identityService: IdentityService)
|
||||||||||||
Parameters :
|
Async applyProtocol | |||||||||
applyProtocol(device: IManagedObject, selectedProtocol: IManagedObject)
|
|||||||||
Parameters :
Returns :
{}
|
Async getAvailableProtocols | ||||||
getAvailableProtocols(device: IManagedObject)
|
||||||
Parameters :
Returns :
Promise<IResultList<IManagedObject>>
|
Async getCurrentProtocol | ||||||
getCurrentProtocol(device: IManagedObject)
|
||||||
Parameters :
Returns :
{}
|
isSupportedDevice | ||||||
isSupportedDevice(device: IManagedObject)
|
||||||
Parameters :
Returns :
boolean
|
Async refreshCache | ||||
refreshCache(device)
|
||||
Parameters :
Returns :
{}
|