0.0.1 • Published 5 months ago

capacitor-iprotoxi-nfc v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

<<<<<<< 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

PropType
addressstring
isActiveboolean
softwareVersionstring
0.0.1

5 months ago