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

Handle multiple write attributes (update/replace) #31

Closed
boaks opened this issue Feb 20, 2015 · 2 comments
Closed

Handle multiple write attributes (update/replace) #31

boaks opened this issue Feb 20, 2015 · 2 comments

Comments

@boaks
Copy link

boaks commented Feb 20, 2015

When attributes are written multiple times, should this be handled as update or as replace?

Example:

  1. write attrib /3/0/9?lt=30
  2. write attrib /3/0/9?gt=70

Is the result "gt=70" or "lt=30&gt=70"?

@ThGarnier
Copy link

Yes the result is "lt=30&gt=70", since each Write Attributes is targeting 2 different attributes

@boaks
Copy link
Author

boaks commented Jun 8, 2015

Thanks!

@boaks boaks closed this as completed Jun 8, 2015
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