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 Jun 13, 2019. It is now read-only.
Per the findResources API, I thought passing options.resourceTypes argument to findResources() can discover only the desired resource type, but the following code snippet still got all resource in the foundResource listener. Is this valid?
Thanks @nagineni , it works. It really discovers the desired resource type in the given string array, so it seems a property name typo and will be fixed in future commit?
@zolkis sorry for my misled. I meant the property name resourceType_s_ in the Spec right refers a array of strings, but it sounds a typo in the iotivity-node implementation, so I was wondering whether it will be fixed in future iotivity-node revisions?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per the findResources API, I thought passing
options.resourceTypes
argument tofindResources()
can discover only the desired resource type, but the following code snippet still got all resource in thefoundResource
listener. Is this valid?The text was updated successfully, but these errors were encountered: