com.tinkerforge.BrickREDProvider Maven / Gradle / Ivy
/* ***********************************************************
* This file was automatically generated on 2019-11-25. *
* *
* Java Bindings Version 2.1.25 *
* *
* If you have a bugfix for this file and want to commit it, *
* please fix the bug in the generator. You can find a link *
* to the generators git repository on tinkerforge.com *
*************************************************************/
package com.tinkerforge;
public class BrickREDProvider implements DeviceProvider {
public BrickREDProvider() {}
public int getDeviceIdentifier() { return BrickRED.DEVICE_IDENTIFIER; }
public String getDeviceDisplayName() { return BrickRED.DEVICE_DISPLAY_NAME; }
public Class extends Device> getDeviceClass() { return BrickRED.class; }
}