You are currently viewing the Homey Apps SDK v2 documentation. New apps should use Homey Apps SDK v3 ››

Homey.ManagerZigBee

const { ManagerZigBee } = require('homey');

Table of Contents

Methods

(async) getNode(device)

Get a ZigBeeNode instance for a Device

Parameters:
Name Type Description
device Device

An instance of Device

Throws:
  • Not implemented
Type
Error