|
@ -10,6 +10,10 @@ public class WebSocketMessageType { |
|
|
*/ |
|
|
*/ |
|
|
public static final String CMD_RESPONSE = "cmd_response"; |
|
|
public static final String CMD_RESPONSE = "cmd_response"; |
|
|
/** |
|
|
/** |
|
|
|
|
|
* 自检移动电机测试 |
|
|
|
|
|
*/ |
|
|
|
|
|
public static final String SELF_MOVE_TEST = "self_move_test"; |
|
|
|
|
|
/** |
|
|
* 喷涂点位变化 |
|
|
* 喷涂点位变化 |
|
|
*/ |
|
|
*/ |
|
|
public static final String SPRAY_POINT = "spray_point"; |
|
|
public static final String SPRAY_POINT = "spray_point"; |
|
|