|
@@ -34,6 +34,11 @@ public class TuyaSoDp {
|
|
|
public static final int CURRENT_RECIPE_STEP = 128; //当前菜谱步骤
|
|
|
public static final int STEAM_SIZE = 129; //蒸汽量大小
|
|
|
|
|
|
+ public static final int TIME_CHANGE = 130;
|
|
|
+ public static final int TEMP_CHANGE = 131;
|
|
|
+ public static final int MOTOR_GEAR_CHANGE = 132;
|
|
|
+ public static final int MOTOR_DIRECTION_CHANGE = 133;
|
|
|
+ public static final int CURRENT_ACTIVITY = 134;
|
|
|
|
|
|
|
|
|
|