Skip to content

Commit

Permalink
Merge pull request #381 from Telecominfraproject/ols-246-feat-cable-diag
Browse files Browse the repository at this point in the history
OLS-246: feat: add cable diagnostics command
  • Loading branch information
i-chvets authored Sep 25, 2024
2 parents 4ac7b6b + 9c9987e commit e7362c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/ow_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ namespace OpenWifi::RESTAPI::Protocol {
static const char *BANDWIDTH = "bandwidth";

static const char *FIXEDCONFIG = "fixedconfig";
static const char *CABLEDIAGNOSTICS = "cablediagnostics";
static const char *CABLEDIAGNOSTICS = "cable-diagnostics";
} // namespace OpenWifi::RESTAPI::Protocol

namespace OpenWifi::uCentralProtocol {
Expand Down Expand Up @@ -696,7 +696,7 @@ namespace OpenWifi::uCentralProtocol {
static const char *ACTIONS = "actions";

static const char *FIXEDCONFIG = "fixedconfig";
static const char *CABLEDIAGNOSTICS = "cablediagnostics";
static const char *CABLEDIAGNOSTICS = "cable-diagnostics";

} // namespace OpenWifi::uCentralProtocol

Expand Down

0 comments on commit e7362c2

Please sign in to comment.