link start!
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.tridium.ak255;
|
||||
|
||||
public interface Ak255MessageConst {
|
||||
public static final String ALARM_DETAIL = "alarm_detail";
|
||||
public static final String ALARM_SUMMARY = "alarm_summary";
|
||||
public static final int AUTO_OFF = 1;
|
||||
public static final int AUTO_ON = 0;
|
||||
public static final int MANUAL_OFF = 3;
|
||||
public static final int MANUAL_ON = 2;
|
||||
public static final String RESP_READ_RELAYS = "<resp action=\"read_relays\" error=\"int\"><relay><host>int</host><legacy>int</legacy><name>string</name><addr>string</addr><node>int</node><mod>int</mod><point>int</point><units>string</units></relay><total_count>int</total_count></resp>";
|
||||
public static final int STYPE_CONTROL = 5;
|
||||
public static final int STYPE_POSTDELAY = 2;
|
||||
public static final int STYPE_PREDELAY = 1;
|
||||
public static final int STYPE_RANGE = 3;
|
||||
public static final int STYPE_TARGET = 0;
|
||||
public static final int STYPE_TYPE = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user