Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Home

Hierarchy

Implements

Properties

Properties

params

params: JsonObject

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