Alarm as returned by HomeyAPIV2.ManagerAlarms.
Extends
Instance Properties
enabled
enabled: booleanType
- boolean
id
id: stringType
- string
name
name: stringType
- string
nextOccurance
nextOccurance: stringType
- string
repetition
repetition: objectType
- object
time
time: stringType
- string
Events
delete
.on('delete')update
.on('update')Parameters
| Name | Type | Description |
|---|---|---|
alarm
|
object | |
info
|
object | |
newValues
|
object | An object with only the new values of the alarm |
oldValues
|
object | An object with only the old values of the alarm |
changedKeys
|
Array.<string> | An array of keys of the properties that have changed |
|
|