Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Device

Hierarchy

  • Device

Implemented by

Index

Properties

address

address: number[]

Addresses the Z-Bus device is linked to. The device will react when receiving a corresponding DeviceEvent and change its state accordingly.

Optional Readonly id

id: string

Unique id that identifies the Z-Bus device in the database

Optional name

name: string

Display name of the Z-Bus device

Optional profile

profile: string

Display profile for the Z-Bus device (determines state descriptions and symbols), e.g.:

  • a lamp
  • a heating,
  • ...

Optional state

state: "undefined" | "on" | "off" | "up" | "down" | "stop"

Current state the Z-Bus device is in, e.g.:

  • 'undefined'
  • 'on'
  • 'off'
  • 'up'
  • 'down'
  • 'stop'

type

type: DeviceType

Identifies the different types of Z-Bus devices:

Generated using TypeDoc