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
|