public class InsteonLincRec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DIFFERENT_LINKS
The link at the given address is different between ISY and device
|
static int |
EXTRA_LINK
The link is in device but not in ISY
|
static int |
IDENTICAL_IGNORE_LINKS
We have identical records which should be ignored
|
static int |
IDENTICAL_LINKS
The link in ISY and Device are identical
|
static int |
IGNORE_LINK
We can safely ignore the link for a variety of reasons
|
static int |
LINKS_NOT_SYNCHED
We have not yet compared the links
|
static int |
MISSING_LINK
The link is in ISY but missing in device
|
Constructor and Description |
---|
InsteonLincRec(XMLElement input) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(InsteonLincRec to) |
int |
getAddress() |
int |
getIndex() |
int |
getSynchMode() |
boolean |
maybeIgnored() |
void |
setSynchMode(int mode) |
java.lang.String |
toString() |
void |
write(java.io.Writer writer) |
public static final int LINKS_NOT_SYNCHED
public static final int IDENTICAL_LINKS
public static final int MISSING_LINK
public static final int EXTRA_LINK
public static final int DIFFERENT_LINKS
public static final int IGNORE_LINK
public static final int IDENTICAL_IGNORE_LINKS
public InsteonLincRec(XMLElement input)
public java.lang.String toString()
toString
in class java.lang.Object
public void write(java.io.Writer writer)
public void setSynchMode(int mode)
public int getSynchMode()
public int getAddress()
public int getIndex()
public boolean equals(InsteonLincRec to)
public boolean maybeIgnored()