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
userId
string
deviceId
string
event
string
data
*
timestamp
string <optional>
}

Returns

Promise.<any>