use of org.openhab.binding.lightwaverf.internal.command.LightwaveRfDeviceRegistrationCommand in project openhab1-addons by openhab.
the class LightwaverfConvertorTest method testGetRegistrationCommand.
@Test
public void testGetRegistrationCommand() {
LightwaverfConvertor convertor = new LightwaverfConvertor();
LightwaveRFCommand command = convertor.getRegistrationCommand();
assertEquals(new LightwaveRfDeviceRegistrationCommand(), command);
}
Aggregations