Fred Nielsen

Results 4 issues of Fred Nielsen

My S5 running stock 3.5.7_002008 recently said "Positioning, please wait." This prompt is not listed in [audio_en.csv](../blob/master/devices/xiaomi.vacuum/audio_generator/language/audio_en.csv) so I am assuming the prompt packages are out of date for this...

```python spaces = api.rooms.list(sortBy='lastactivity') for space in spaces: do_something(space) ``` While code like the above has previously worked without issue against my account, it now loops endlessly; repeating through spaces...

related to #133 and for debugging\troubleshooting in general, would be nice to include support for passing `verify=False` through to `requests` to make working with a self-signing SSL sniffer (Fiddler or...

enhancement

on 8/27 the People endpoint (finally 🎉) added support for setting phone numbers and locations, we should wrap it here

API Update