Added SetAlarmState and added state filter to describe
This commit is contained in:
parent
2b9f19ef77
commit
6adfb97753
5 changed files with 126 additions and 26 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue