Fixed declaration of representation property (#9073)
Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/9077/head
parent
c297134030
commit
4385708f96
|
@ -83,7 +83,8 @@ public class MieleMDNSDiscoveryParticipant implements MDNSDiscoveryParticipant {
|
|||
}
|
||||
|
||||
return DiscoveryResultBuilder.create(uid).withProperties(properties)
|
||||
.withRepresentationProperty(uid.getId()).withLabel("Miele XGW3000 Gateway").build();
|
||||
.withRepresentationProperty(MieleBindingConstants.HOST).withLabel("Miele XGW3000 Gateway")
|
||||
.build();
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue