Access this instance at HomeyAPIV3Local.system
.
Extends
- HomeyAPIV3.ManagerSystem
Instance Methods
disableWifi
(async) disableWifi(): Promise.<any>Scopes
homey.system
HTTP
POST /api/manager/system/disable-wifi
Returns
enableWifi
(async) enableWifi(): Promise.<any>Scopes
homey.system
HTTP
POST /api/manager/system/enable-wifi
Returns
getInfo
(async) getInfo(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/
Returns
getMemoryInfo
(async) getMemoryInfo(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/memory
Returns
getOptionForwardedPort
(async) getOptionForwardedPort(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/option/forwardedPort
Returns
getState
(async) getState(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/state
Returns
getStorageInfo
(async) getStorageInfo(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/storage
Returns
getSystemName
(async) getSystemName(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/system/name
Returns
ping
(async) ping(opts): Promise.<any>Scopes
-
HTTP
GET /api/manager/system/ping
Parameters
Name | Type | Description |
---|---|---|
opts
|
object | |
id
|
string
<optional> |
|
|
Returns
reboot
(async) reboot(): Promise.<any>Scopes
homey.system
HTTP
POST /api/manager/system/reboot
Returns
rebootOTA
(async) rebootOTA(): Promise.<any>Scopes
homey.system
HTTP
POST /api/manager/system/reboot-ota
Returns
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
setDebug
(async) setDebug(opts): Promise.<any>Scopes
homey.system
HTTP
PUT /api/manager/system/debug
Parameters
Name | Type | Description |
---|---|---|
opts
|
object | |
namespace
|
string | |
|
Returns
setOptionForwardedPort
(async) setOptionForwardedPort(opts): Promise.<any>Scopes
homey.system
HTTP
PUT /api/manager/system/option/forwardedPort
Parameters
Name | Type | Description |
---|---|---|
opts
|
object | |
value
|
* | |
|
Returns
setSystemName
(async) setSystemName(opts): Promise.<any>Scopes
homey.system
HTTP
PUT /api/manager/system/name
Parameters
Name | Type | Description |
---|---|---|
opts
|
object | |
name
|
string | |
|
Returns
unsetOptionForwardedPort
(async) unsetOptionForwardedPort(): Promise.<any>Scopes
homey.system
HTTP
DELETE /api/manager/system/option/forwardedPort