Skip to content

Commit

Permalink
TSP-757 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GT, Shreya committed Jul 30, 2024
1 parent a6a7881 commit 71e86af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Added
- Add logging for terminal and discover
- Default friendly name if user doesn't provide one (TSP-757)

## [0.16.4]

Expand Down
8 changes: 8 additions & 0 deletions src/resourceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ export class FriendlyNameMgr {
return handled
}

/**
* method generates unique friendly name for instrument if user
* does not provide one
*
* @param io_type - Lan, Usb etc.
* @param model_serial - model and serial number of instrument
* @returns - unique friendly name for given instrument
*/
public static generateUniqueName(
io_type: IoType,
model_serial: string | undefined
Expand Down

0 comments on commit 71e86af

Please sign in to comment.