Access this instance at HomeyAPIV3Local.sessions
.
Extends
- HomeyAPIV3.ManagerSessions
Classes
Instance Methods
getSessionMe
(async) getSessionMe(): Promise.<any>Scopes
-
HTTP
GET /api/manager/sessions/session/me
Returns
Promise.<any>
getState
(async) getState(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/sessions/state
Returns
Promise.<any>
Events
session.create
.on('session.create')Parameters
Name | Type | Description |
---|---|---|
session
|
HomeyAPIV3Local.ManagerSessions.Session |
session.delete
.on('session.delete')Parameters
Name | Type | Description |
---|---|---|
session
|
HomeyAPIV3Local.ManagerSessions.Session |
session.update
.on('session.update')Parameters
Name | Type | Description |
---|---|---|
session
|
HomeyAPIV3Local.ManagerSessions.Session |