Skip to content

Commit

Permalink
Show ThingUID instead of ThingTypeUID for scan result (#921)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored Feb 22, 2021
1 parent d11ca54 commit 0501209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
media-item
:title="entry.label"
:subtitle="entry.representationProperty ? entry.properties[entry.representationProperty] : ''"
:footer="entry.thingTypeUID">
:footer="entry.thingUID">
</f7-list-item>
<f7-list-button v-show="scanResults.length > 1" title="Add All" @click="approveAll" color="blue"></f7-list-button>
</f7-list>
Expand Down

0 comments on commit 0501209

Please sign in to comment.