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

Homey.ZwaveNode

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

This class is a representation of a Z-Wave Device in Homey. This class must not be initiated by the developer, but retrieved by calling ManagerZwave#getNode.

Table of Contents

Events

.on('nif')

This event is fired when a Node Information Frame (NIF) has been sent.

Properties:
Name Type Description
nif Buffer

.on('online')

This event is fired when a battery node changed it's online or offline status.

Properties:
Name Type Description
online boolean

If the node is online

.on('unknownReport')

This event is fired when a a Node has received an unknown command, usually due to a missing Command Class.

Properties:
Name Type Description
data Buffer