public interface IBlaubotDevice extends java.lang.Comparable<IBlaubotDevice>
IBlaubotAdapter
uniquely identified by the String
retrievable via it's
getUniqueDeviceID() method. In most cases this will be the
MAC address.
Please implement the equals and hashcode methods properly.
These methods should be bound to ONE blaubot instance (i.e. by
comparing the UUID or smthg else).Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReadableName() |
java.lang.String |
getUniqueDeviceID()
Note that ; and | are reserved characters which are not allowed to be used as part of the uniqueId
|
java.lang.String getUniqueDeviceID()
java.lang.String getReadableName()