0.0.3 • Published 9 months ago

behome-autoinput v0.0.3

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

behome-autoinput

AutoInput Plugin for BeHome Portal

Install

npm install behome-autoinput
npx cap sync

API

tapUIElement(...)

tapUIElement(options: { text: string; x: number; y: number; }) => Promise<{ result: string; }>
ParamType
options{ text: string; x: number; y: number; }

Returns: Promise<{ result: string; }>


requestAccessibilityPermission()

requestAccessibilityPermission() => Promise<{ permissionGiven: boolean; }>

Returns: Promise<{ permissionGiven: boolean; }>


isAccessibilityServiceEnabled()

isAccessibilityServiceEnabled() => Promise<{ isEnabled: boolean; }>

Returns: Promise<{ isEnabled: boolean; }>


0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago