[tradfri] use serial as discovery representation property instead of host (#12389)
Signed-off-by: Stefan Triller <github@stefantriller.de>
This commit is contained in:
@@ -114,7 +114,7 @@ public class TradfriDiscoveryParticipantOSGITest extends JavaOSGiTest {
|
||||
assertThat(result.getProperties().get(Thing.PROPERTY_VENDOR), is("IKEA of Sweden"));
|
||||
assertThat(result.getProperties().get(GATEWAY_CONFIG_HOST), is("192.168.0.5"));
|
||||
assertThat(result.getProperties().get(GATEWAY_CONFIG_PORT), is(1234));
|
||||
assertThat(result.getRepresentationProperty(), is(GATEWAY_CONFIG_HOST));
|
||||
assertThat(result.getRepresentationProperty(), is(Thing.PROPERTY_SERIAL_NUMBER));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user