stephb9959
2023-03-07 08:02:02 -08:00
parent 0cc023c4b0
commit b336ee4e23
3 changed files with 3 additions and 3 deletions

View File

@@ -515,7 +515,7 @@ namespace OpenWifi::GWObjects {
void FrequencyRange::to_json(Poco::JSON::Object &Obj) const {
field_to_json(Obj, "from", from);
field_to_json(Obj, "to", to);
field_to_json(Obj, "bw", bw);
field_to_json(Obj, "channelWidth", channelWidth);
field_to_json(Obj, "powerDb", powerDb);
field_to_json(Obj, "options", options);
}