rokucommunity / rokucommunity/vscode-brightscript-language
Handle host vs discovered IP
@Christian-Holbrook is already working on this.
Since Mar 17, 2026.
- Dominant language
- TypeScript
- Stars
- 132
- Forks
- 60
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 20
Description
If user specified host as some alphanumeric value (like my-roku-ultra), there's an underlying IP address also associated with that.
We should store both host and IP address as props on our device object.
If hostname doesn't resolve, but we have serialNumber specified, and then we also do network discovery and find a different ip address/hostname with that serialNumber, then THAT info should become the configured device and the discovered device is merged into that configured device (in memory only, for this session).
Could work out more details later, but this is the rough idea.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.