device-shell/shared/device-shell.service.ts
Methods |
constructor(optionsService: OptionsService, operationService: OperationService)
|
|||||||||
Parameters :
|
canSendCommandsViaSMS |
canSendCommandsViaSMS()
|
Returns :
Promise<boolean>
|
createCommandOperation | ||||||||||||
createCommandOperation(deviceId: string, command: Command, deliveryType: CommandDeliveryType)
|
||||||||||||
Parameters :
Returns :
Promise<IResult<IOperation>>
|
getDeliveryTypes |
getDeliveryTypes()
|
Returns :
DeliveryType[]
|