Receive Raw Message
Receive all Connect Mesh Access messages.
Fields
Name
Set name for this node, useful for differentiating.
Mesh Configuration
Select Mesh Configuration according to the gateway in use.
Output Object
This is the interface for the output object:
{
source: number,
destination: number,
opcode: number,
payload: string
}
Source
Bluetooth mesh address, unsigned 16 bit integer, between 0 and 65535
Destination
Bluetooth mesh address, unsigned 16 bit integer, between 0 and 65535.
Opcode
Bluetooth mesh opcode, unsigned 24 bit integer, between 0 and 16777215.
Payload
String with the hexadecimal encoded payload.