| | |
| | | public static final int CMD_SetBreakerState = 0x70; //控制断路器开关 |
| | | public static final int CMD_SetBreakerState_ACK = 0x71; //控制断路器开关成功 |
| | | |
| | | public static final int CMD_SetHRSTopState = 0x72; //核容终止组端信息设置 |
| | | public static final int CMD_SetHRSTopState_ACK = 0x73; //核容终止组端信息设置成功 |
| | | |
| | | public static final int CMD_SetHRSTopBatt = 0x74; //核容终止单体信息设置 |
| | | public static final int CMD_SetHRSTopBatt_ACK = 0x75; //核容终止单体信息设置成功 |
| | | |
| | | |
| | | public static final int CMD_SetHRSTopAlm = 0x76; //核容终止告警设置 |
| | | public static final int CMD_SetHRSTopAlm_ACK = 0x77; //核容终止告警设置成功 |
| | | |
| | | } |