0.0.1 • Published 5 months ago
capacitor-iprotoxi-nfc v0.0.1
<<<<<<< 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 sync
API
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 |
0.0.1
5 months ago