Skip to content

Commit

Permalink
Add FW description to registration data
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil committed Nov 22, 2024
1 parent 015db1f commit 585a263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ocs_pipeline/jsonfmt/registration_formatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RegistrationFormatter::RegistrationFormatter(const system::DeviceInfo& device_in
}

version_formatter_->add("fw_name", device_info.get_fw_name());
version_formatter_->add("fw_description", device_info.get_fw_description());
version_formatter_->add("device_id", device_info.get_device_id());

fanout_formatter_->add(*version_formatter_);
Expand Down

0 comments on commit 585a263

Please sign in to comment.