We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I would have expected that in order to specify a room to clean you would call
https://ads-field.aylanetworks.com/apiv1/dsns/ABCDEFG/properties/SET_Areas_To_Clean/datapoints.json passing
{"datapoint":{"value":"{"clean_count":1,"areas_to_clean":["UserRoom: Room 2"]}"}}
Any idea why this wouldn't work?
The call returns
{'datapoint': {'updated_at': '2021-12-09T02:33:11Z', 'created_at': '2021-12-09T02:33:11Z', 'echo': False, 'metadata': {}, 'generated_at': None, 'generated_from': None, 'value': '{"clean_count"=>"1", "areas_to_clean"=>["UserRoom:Room 2"]}'}}
The text was updated successfully, but these errors were encountered:
@michaeljcohen I've been working on this - could you take a look and let me know if #13 works for you?
Sorry, something went wrong.
No branches or pull requests
So I would have expected that in order to specify a room to clean you would call
https://ads-field.aylanetworks.com/apiv1/dsns/ABCDEFG/properties/SET_Areas_To_Clean/datapoints.json
passing
{"datapoint":{"value":"{"clean_count":1,"areas_to_clean":["UserRoom: Room 2"]}"}}
Any idea why this wouldn't work?
The call returns
{'datapoint': {'updated_at': '2021-12-09T02:33:11Z', 'created_at': '2021-12-09T02:33:11Z', 'echo': False, 'metadata': {}, 'generated_at': None, 'generated_from': None, 'value': '{"clean_count"=>"1", "areas_to_clean"=>["UserRoom:Room 2"]}'}}
The text was updated successfully, but these errors were encountered: