ManagerMobile

Access this instance at HomeyAPIV3Cloud.mobile.

Extends

  • HomeyAPIV3.ManagerMobile

Instance Methods

getState

(async) getState(): Promise.<any>

Scopes

homey.system.readonly

HTTP

GET /api/manager/mobile/state

Returns

Promise.<any>

onMobileEvent

(async) onMobileEvent(opts): Promise.<any>

Scopes

-

HTTP

POST /api/manager/mobile/event

Parameters

Name Type Description
opts
object
secret
string

In body

userId
string

In body

deviceId
string

In body

event
string

In body

data
*

In body

timestamp
string <optional>

In body

}

Returns

Promise.<any>