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 was archived by the owner on Dec 25, 2025. It is now read-only.
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"]}'}}