ManagerSystem

Access this instance at HomeyAPIV3Cloud.system.

Extends

  • HomeyAPIV3.ManagerSystem

Instance Methods

delete

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

Scopes

homey.system

HTTP

POST /api/manager/system/delete

Returns

Promise.<any>

getInfo

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

Scopes

homey.system.readonly

HTTP

GET /api/manager/system/

Returns

Promise.<any>

getMemoryInfo

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

Scopes

homey.system.readonly

HTTP

GET /api/manager/system/memory

Returns

Promise.<any>

getState

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

Scopes

homey.system.readonly

HTTP

GET /api/manager/system/state

Returns

Promise.<any>

getStorageInfo

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

Scopes

homey.system.readonly

HTTP

GET /api/manager/system/storage

Returns

Promise.<any>

getSystemName

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

Scopes

homey.system.readonly

HTTP

GET /api/manager/system/name

Returns

Promise.<any>

ping

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

Scopes

-

HTTP

GET /api/manager/system/ping

Returns

Promise.<any>

reboot

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

Scopes

homey.system

HTTP

POST /api/manager/system/reboot

Returns

Promise.<any>

sendLog

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

Scopes

homey.system.readonly

HTTP

POST /api/manager/system/journalctl

Parameters

Name Type Description
opts
object
append
string <optional>
}

Returns

Promise.<any>

setSystemName

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

Scopes

homey.system

HTTP

PUT /api/manager/system/name

Parameters

Name Type Description
opts
object
name
string
}

Returns

Promise.<any>