Show ThingUID instead of ThingTypeUID for scan result (#921)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/905/head
Kai Kreuzer 2021-02-22 12:32:53 +01:00 committed by GitHub
parent d11ca5487f
commit 0501209c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>