MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

List and Trigger Quick Actions #8

Closed MisterWil closed 6 years ago

MisterWil commented 6 years ago

Add the ability to list the available quick actions and trigger them.

MisterWil commented 6 years ago

It looks like the automations and quick actions come from the same request to /api/v1/automation, the quick actions have the type "manual".

automation_json.txt

You trigger ("apply") a quick action with: PUT https://my.goabode.com/api/v1/automation/{id}/apply

MisterWil commented 6 years ago

Finished in v0.10.0