Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Home

Hierarchy

Implements

Properties

Properties

Optional params

params: JsonObject

Optional. List of parameters associated with the HomeGraph structure the target device belongs to. List of parameters associated with the HomeGraph structure the target device belongs to.

example

app.handle('handler name', conv => {
  conv.home.params.param1 = 'hello'
})

Generated using TypeDoc