MySensors Library & Examples  2.3.2-62-ge298769
Macros
+ Collaboration diagram for Node registration:

Detailed Description

These options control node registration configurations.

Macros

#define MY_REGISTRATION_FEATURE
 If enabled, node has to register to GW/controller before being allowed to send sensor data. More...
 
#define MY_REGISTRATION_RETRIES   (3u)
 Number of registration retries if no reply received from GW/controller.
 
#define MY_REGISTRATION_DEFAULT   (true)
 Node registration default - this applies if no registration response is received from controller.
 
#define MY_REGISTRATION_CONTROLLER
 If defined, node registration request has to be handled by controller.
 

Macro Definition Documentation

◆ MY_REGISTRATION_FEATURE

#define MY_REGISTRATION_FEATURE

If enabled, node has to register to GW/controller before being allowed to send sensor data.

Note
Enabled by default.

Definition at line 1430 of file MyConfig.h.