return thing_arn when calling list_things
This commit is contained in:
parent
821cd5376d
commit
afa6ae288d
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class FakeThing(BaseModel):
|
||||||
def to_dict(self, include_default_client_id=False):
|
def to_dict(self, include_default_client_id=False):
|
||||||
obj = {
|
obj = {
|
||||||
'thingName': self.thing_name,
|
'thingName': self.thing_name,
|
||||||
|
'thingArn': self.arn,
|
||||||
'attributes': self.attributes,
|
'attributes': self.attributes,
|
||||||
'version': self.version
|
'version': self.version
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue