Typos a/an (#13876)
This commit is contained in:
@@ -26,7 +26,7 @@ import org.openhab.core.thing.type.ChannelKind;
|
||||
public enum NeeoDeviceChannelKind {
|
||||
/** Represents an item */
|
||||
ITEM("item"),
|
||||
/** Represents an trigger item */
|
||||
/** Represents a trigger item */
|
||||
TRIGGER("trigger");
|
||||
|
||||
/** The text value of the enum */
|
||||
|
||||
@@ -30,11 +30,11 @@ import org.eclipse.jdt.annotation.Nullable;
|
||||
*/
|
||||
@NonNullByDefault
|
||||
public class NeeoDeviceType {
|
||||
/** Represents an device that should be excluded */
|
||||
/** Represents a device that should be excluded */
|
||||
public static final NeeoDeviceType EXCLUDE = new NeeoDeviceType("");
|
||||
/** Represents an accessory device (spelled the way NEEO spells it) */
|
||||
public static final NeeoDeviceType ACCESSOIRE = new NeeoDeviceType("ACCESSOIRE");
|
||||
/** Represents an light device */
|
||||
/** Represents a light device */
|
||||
static final NeeoDeviceType LIGHT = new NeeoDeviceType("LIGHT");
|
||||
|
||||
/** Represents the propery way to spell accessory! */
|
||||
|
||||
Reference in New Issue
Block a user