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

add resolved Advertiser to UI #1427

Closed
wants to merge 5 commits into from
Closed

add resolved Advertiser to UI #1427

wants to merge 5 commits into from

Conversation

donavanbecker
Copy link
Contributor

Support for HAP-NodeJS Resolved Advertiser : https://github.com/homebridge/HAP-NodeJS/pull/965/files

Copy link
Member

@Supereg Supereg left a comment

Choose a reason for hiding this comment

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

Thanks for addressing this so fast 🚀

The resolved option is still considered experimental as of right now.

So, I would probably go with adding a (experimental) tag begin the option name. And then document the setup procedure and possible issues (e.g. lost advertisement on restarts and initial configuration) on the mDNS options Wiki page (https://github.com/homebridge/homebridge/wiki/mDNS-Options). I think that is probably the most user friendly way of handling that right now. This allows expert users to user the new feature, but don't overwhelm or make it too complicated for unexperienced users.

What's your view on this @oznu.

@@ -131,6 +132,7 @@ export class SettingsComponent implements OnInit {
this.$settings.env.runningInPackageMode
) {
this.showAvahiMdnsOption = true;
this.showResolvedMdnsOption = true;
Copy link
Member

@Supereg Supereg Nov 1, 2022

Choose a reason for hiding this comment

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

Please only show the resolved option if the homebridge version is 1.6.0-beta.0 (the planned homebridge release to include hap-nodejs 0.11.0) or higher, as above.

EDIT: See few lines above how the avahi mdns option is only enabled for 1.4.0-beta.0 releases of homebridge.

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.

2 participants