ManagerMobile

Access this instance at HomeyAPIV2.mobile.

Extends

Methods

connect

(async) connect(): Promise.<void>

Connect to the realtime namespace.

Returns

Promise.<void>

disconnect

(async) disconnect(): Promise.<void>

Disconnect from the realtime namespace.

Returns

Promise.<void>

getSummary

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

Scopes

homey.device.readonly, homey.flow.readonly, homey.user.readonly

HTTP

GET /api/manager/mobile/summary

Returns

Promise.<any>

isConnected

isConnected(): Boolean

If this manager's namespace is connected to Socket.io.

Returns

Boolean