Official comment

Hi John
You need to send an Set Node Mode message, code 0x6C
Please see the declaration below:
typedef struct {
enum {
appl_offline = 0, // soft offline state
appl_online = 1,
appl_reset = 2,
change_state = 3,
} mode;
enum {
appl_uncnfg = 2,
no_appl_uncnfg = 3,
cnfg_online = 4,
cnfg_offline = 6, // hard offline state
} node_state; // Optional field if mode = 3
} NM_set_node_mode_request;