Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device::getAssetInfo() and new format in Device::getFirmwareModuleInfo() #96

Merged
merged 7 commits into from
Nov 29, 2023

Conversation

avtolstoy
Copy link
Member

No description provided.

@keeramis keeramis force-pushed the feature/new-module-info-and-assets branch from 3e1abb0 to c77b742 Compare November 20, 2023 21:01
*
* @return {Promise<Array>} List of asssets available on the device.
*/
async getAssetInfo() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keeramis can you add a test for this method?

}),
};
});
}

return modules.map(module => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keeramis can you add a test for this new branch of the method?

@keeramis keeramis merged commit 2b18ff2 into main Nov 29, 2023
4 checks passed
@keeramis keeramis deleted the feature/new-module-info-and-assets branch November 29, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants