Applied, thanks On Sun, 2019-11-17 at 19:09 -0500, sbrown@xxxxxxxx wrote: > From: Steve Brown <sbrown@xxxxxxxx> > > --- > tools/mesh/cfgcli.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/mesh/cfgcli.c b/tools/mesh/cfgcli.c > index 44f7dac1e..dc7b266f8 100644 > --- a/tools/mesh/cfgcli.c > +++ b/tools/mesh/cfgcli.c > @@ -140,9 +140,9 @@ static struct cfg_cmd cmds[] = { > { OP_CONFIG_HEARTBEAT_PUB_SET, OP_CONFIG_HEARTBEAT_PUB_STATUS, > "HeartbeatPubSet" }, > { OP_CONFIG_HEARTBEAT_PUB_STATUS, NO_RESPONSE, "HeartbeatPubStatus" }, > - { OP_CONFIG_HEARTBEAT_SUB_GET, OP_CONFIG_HEARTBEAT_SUB_GET, > + { OP_CONFIG_HEARTBEAT_SUB_GET, OP_CONFIG_HEARTBEAT_SUB_STATUS, > "HeartbeatSubGet" }, > - { OP_CONFIG_HEARTBEAT_SUB_SET, OP_CONFIG_HEARTBEAT_SUB_GET, > + { OP_CONFIG_HEARTBEAT_SUB_SET, OP_CONFIG_HEARTBEAT_SUB_STATUS, > "HeartbeatSubSet" }, > { OP_CONFIG_HEARTBEAT_SUB_STATUS, NO_RESPONSE, "HeartbeatSubStatus" }, > { OP_MODEL_APP_BIND, OP_MODEL_APP_STATUS, "ModelAppBind" },