ManagerApps

You can access this manager through the Homey instance as this.homey.apps

Methods

getInstalled

(async) getInstalled(appInstance): Promise.<boolean>

Check whether an app is installed, enabled and running.

Parameters

Name Type Description
appInstance
ApiApp

Returns

Promise.<boolean>

getVersion

(async) getVersion(appInstance): Promise.<string>

Get an installed app's version.

Parameters

Name Type Description
appInstance
ApiApp

Returns

Promise.<string>