diff --git a/tools/mesh/cfgcli.c b/tools/mesh/cfgcli.c
index 44f7dac..dc7b266 100644
--- a/tools/mesh/cfgcli.c
+++ b/tools/mesh/cfgcli.c
{ 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" },