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

Untested: Create a Thing, linked to an existing Location #25

Open
hylkevds opened this issue Oct 7, 2016 · 0 comments
Open

Untested: Create a Thing, linked to an existing Location #25

hylkevds opened this issue Oct 7, 2016 · 0 comments
Assignees

Comments

@hylkevds
Copy link
Contributor

hylkevds commented Oct 7, 2016

I just ran into a bug in our implementation and noticed something that is not tested yet:
Creating a Thing and directly linking to an existing Location:

{
  "name" : "S311",
  "description" : "Room S311",
  "Locations": [
    {"@iot.id": 1}
  ]
}

Similarly, Creating a Location and directly linking to a Thing is also not tested yet.

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

No branches or pull requests

2 participants