Search in sources :

Example 1 with LightwaveRfDeviceRegistrationCommand

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);
}
Also used : LightwaveRfDeviceRegistrationCommand(org.openhab.binding.lightwaverf.internal.command.LightwaveRfDeviceRegistrationCommand) LightwaveRFCommand(org.openhab.binding.lightwaverf.internal.command.LightwaveRFCommand) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 LightwaveRFCommand (org.openhab.binding.lightwaverf.internal.command.LightwaveRFCommand)1 LightwaveRfDeviceRegistrationCommand (org.openhab.binding.lightwaverf.internal.command.LightwaveRfDeviceRegistrationCommand)1