Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andresayac/capacitor-ir-transmitter

capacitor ConsumerIrManager Android
https://github.com/andresayac/capacitor-ir-transmitter

capacitor ionic remote-control

Last synced: 3 months ago
JSON representation

capacitor ConsumerIrManager Android

Awesome Lists containing this project

README

        

# capacitor-ir-transmitter

IR transmitter

## Install

```bash
npm i @andresayac/capacitor-ir-transmitter
npx cap sync
```

## API

* [`transmitIR(...)`](#transmitir)

### transmitIR(...)

```typescript
transmitIR(options: { frequency: number; address: number; command: number; }) => Promise
```

| Param | Type |
| ------------- | --------------------------------------------------------------------- |
| **`options`** | { frequency: number; address: number; command: number; } |

--------------------