capacitor-iprotoxi-nfc
v0.0.3
Published
Exposes NFC commands to the INCA WFS Sensor build by Iprotoxi
Downloads
4
Maintainers
Readme
<<<<<<< HEAD
capacitor-iprotoxi-nfc
=======
capacitor-iprotoxi-nfc
Exposes NFC commands to the INCA WFS Sensor build by Iprotoxi
Install
npm install capacitor-iprotoxi-nfc
npx cap syncAPI
readSensorStatus()
readSensorStatus() => Promise<DeviceInfo>Returns: Promise<DeviceInfo>
activateSensor()
activateSensor() => Promise<{ message: string; }>Returns: Promise<{ message: string; }>
deactivateSensor()
deactivateSensor() => Promise<{ message: string; }>Returns: Promise<{ message: string; }>
Interfaces
DeviceInfo
| Prop | Type |
| --------------------- | -------------------- |
| address | string |
| isActive | boolean |
| softwareVersion | string |
