You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
I am trying to create device objects to connect to. I already know the MAC address. It works fine as long as a Discover service has been started, regardless of whether I am using the returned events from the channel or a hardcoded address.
The issue is that the function for creating the device object returns nil if I use it without starting the Discover service.
Is there some sort of hidden dependency that some parameters can only be obtained through the Discover service?
I have tried both NewDevice1 and NewDevice functions. Both works with Discover started but none do without it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to create device objects to connect to. I already know the MAC address. It works fine as long as a Discover service has been started, regardless of whether I am using the returned events from the channel or a hardcoded address.
The issue is that the function for creating the device object returns nil if I use it without starting the Discover service.
Is there some sort of hidden dependency that some parameters can only be obtained through the Discover service?
I have tried both NewDevice1 and NewDevice functions. Both works with Discover started but none do without it.
The text was updated successfully, but these errors were encountered: