0.0.3 • Published 5 months ago

dj-test-plugin v0.0.3

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

dj-test-plugin

test plugin by dhanraj

Install

npm install dj-test-plugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


displayCustomerText(...)

displayCustomerText(options: { line1: string; line2: string; }) => Promise<void>
ParamType
options{ line1: string; line2: string; }

clearCustomerDisplay()

clearCustomerDisplay() => Promise<void>

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago