Access this instance at HomeyAPIV3Cloud.icons.
Extends
- HomeyAPIV3.ManagerIcons
Classes
Instance Methods
getState
(async) getState(): Promise.<any>Scopes
homey.system.readonly
HTTP
GET /api/manager/icons/state
Returns
Promise.<any>
Events
icon.create
.on('icon.create')Parameters
| Name | Type | Description |
|---|---|---|
icon
|
HomeyAPIV3Cloud.ManagerIcons.Icon |
icon.delete
.on('icon.delete')Parameters
| Name | Type | Description |
|---|---|---|
icon
|
HomeyAPIV3Cloud.ManagerIcons.Icon |
icon.update
.on('icon.update')Parameters
| Name | Type | Description |
|---|---|---|
icon
|
HomeyAPIV3Cloud.ManagerIcons.Icon | |
info
|
object | |
newValues
|
object | An object with only the new values of the icon |
oldValues
|
object | An object with only the old values of the icon |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|