Added SetAlarmState and added state filter to describe

This commit is contained in:
Terry Cain 2017-10-27 18:58:11 +01:00
commit 6adfb97753
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
5 changed files with 126 additions and 26 deletions

View file

@ -272,9 +272,6 @@ def amzn_request_id(f):
else:
status, new_headers, body = response
headers.update(new_headers)
# Cast status to string
if "status" in headers:
headers['status'] = str(headers['status'])
request_id = gen_amzn_requestid_long(headers)