Voice

Voice as returned by HomeyAPIV2.ManagerSpeechOutput.

Extends

  • HomeyAPIV3Local.ManagerSpeechOutput.Voice

Instance Properties

gender

gender: string

Type

  • string

id

id: string

Type

  • string

language

language: string

Type

  • string

locale

locale: string

Type

  • string

name

name: string

Type

  • string

Events

delete

.on('delete')

update

.on('update')

Parameters

Name Type Description
voice
object
info
object
newValues
object

An object with only the new values of the voice

oldValues
object

An object with only the old values of the voice

changedKeys
Array.<string>

An array of keys of the properties that have changed

}