============================================================
SEESTAR API COMMANDS - Extracted from APK v3.0.2
Generated: 14 Feb 2026 23:15:41
============================================================


============================================================
SECTION 1: Command Method Names (CmdMethod.kt enum)
  Source: com/zwoasi/kit/cmd/CmdMethod.java
  These are the API method name strings used in commands.
============================================================

17:    public static final CmdMethod GET_VERIFY_STR = new CmdMethod("GET_VERIFY_STR", 0, "get_verify_str");
18:    public static final CmdMethod VERIFY_CLIENT = new CmdMethod("VERIFY_CLIENT", 1, "verify_client");
19:    public static final CmdMethod SET_USER_LOCATION = new CmdMethod("SET_USER_LOCATION", 2, "set_user_location");
20:    public static final CmdMethod GET_APP_STATE = new CmdMethod("GET_APP_STATE", 3, "iscope_get_app_state");
21:    public static final CmdMethod GET_DEVICE_STATE = new CmdMethod("GET_DEVICE_STATE", 4, "get_device_state");
22:    public static final CmdMethod GET_SCOPE_RA_DEC = new CmdMethod("GET_SCOPE_RA_DEC", 5, "scope_get_equ_coord");
23:    public static final CmdMethod START_VIEW = new CmdMethod("START_VIEW", 6, "iscope_start_view");
24:    public static final CmdMethod STOP_VIEW = new CmdMethod("STOP_VIEW", 7, "iscope_stop_view");
25:    public static final CmdMethod START_AF = new CmdMethod("START_AF", 8, "start_auto_focuse");
26:    public static final CmdMethod STOP_AF = new CmdMethod("STOP_AF", 9, "stop_auto_focuse");
27:    public static final CmdMethod MOVE_FOCUS = new CmdMethod("MOVE_FOCUS", 10, "move_focuser");
28:    public static final CmdMethod RESET_FOCAL_POSITION = new CmdMethod("RESET_FOCAL_POSITION", 11, "reset_factory_focal_pos");
29:    public static final CmdMethod CHECK_RESTART_STACK = new CmdMethod("CHECK_RESTART_STACK", 12, "is_stacked");
30:    public static final CmdMethod START_STACK = new CmdMethod("START_STACK", 13, "iscope_start_stack");
31:    public static final CmdMethod SET_SETTING = new CmdMethod("SET_SETTING", 14, "set_setting");
32:    public static final CmdMethod REMOTE_JOIN = new CmdMethod("REMOTE_JOIN", 15, "remote_join");
33:    public static final CmdMethod REMOTE_DISJOIN = new CmdMethod("REMOTE_DISJOIN", 16, "remote_disjoin");
34:    public static final CmdMethod REMOTE_DISCONNECT = new CmdMethod("REMOTE_DISCONNECT", 17, "remote_disconnect");
35:    public static final CmdMethod SCOPE_MOVE_TO_HORIZON = new CmdMethod("SCOPE_MOVE_TO_HORIZON", 18, MainCameraConstants.CMD_SCOPE_MOVE_TO_HORIZON);
36:    public static final CmdMethod SCOPE_HOME = new CmdMethod("SCOPE_HOME", 19, "scope_park");
37:    public static final CmdMethod SCOPE_MOVE = new CmdMethod("SCOPE_MOVE", 20, MainCameraConstants.CMD_SCOPE_ABORT_SLEW);
38:    public static final CmdMethod CLEAR_APP_STATE = new CmdMethod("CLEAR_APP_STATE", 21, "clear_app_state");
39:    public static final CmdMethod GET_COMPASS_STATE = new CmdMethod("GET_COMPASS_STATE", 22, "get_compass_state");
40:    public static final CmdMethod PLAY_SOUND = new CmdMethod("PLAY_SOUND", 23, "play_sound");
41:    public static final CmdMethod CLEAR_POLAR_ALIGN = new CmdMethod("CLEAR_POLAR_ALIGN", 24, MainCameraConstants.CMD_CLEAR_POLAR_ALIGN);
42:    public static final CmdMethod START_COMPASS_CALIBRATION = new CmdMethod("START_COMPASS_CALIBRATION", 25, "start_compass_calibration");
43:    public static final CmdMethod STOP_COMPASS_CALIBRATION = new CmdMethod("STOP_COMPASS_CALIBRATION", 26, "stop_compass_calibration");
44:    public static final CmdMethod CHECK_PA_ALT = new CmdMethod("CHECK_PA_ALT", 27, MainCameraConstants.CMD_CHECK_PA_ALT);
45:    public static final CmdMethod CHECK_INTERNET = new CmdMethod("CHECK_INTERNET", 28, MainCameraConstants.CMD_CHECK_INTERNET);
46:    public static final CmdMethod PI_STATION_STATE = new CmdMethod("PI_STATION_STATE", 29, "pi_station_state");
47:    public static final CmdMethod GET_IMG_INFO = new CmdMethod("GET_IMG_INFO", 30, "get_img_file_info");
48:    public static final CmdMethod SET_WIFI_COUNTRY = new CmdMethod("SET_WIFI_COUNTRY", 31, "set_wifi_country");
49:    public static final CmdMethod PI_OUTPUT_SET_2 = new CmdMethod("PI_OUTPUT_SET_2", 32, "pi_output_set2");
50:    public static final CmdMethod GET_SOLVE_RESULT = new CmdMethod("GET_SOLVE_RESULT", 33, "get_solve_result");
51:    public static final CmdMethod START_SCAN_PLANET = new CmdMethod("START_SCAN_PLANET", 34, "start_scan_planet");
52:    public static final CmdMethod GET_ANNOTATE = new CmdMethod("GET_ANNOTATE", 35, "get_annotate_result");
53:    public static final CmdMethod PI_SET_AP = new CmdMethod("PI_SET_AP", 36, "pi_set_ap");
54:    public static final CmdMethod STOP_FUNC = new CmdMethod("STOP_FUNC", 37, "stop_func");
55:    public static final CmdMethod SHUT_DOWN = new CmdMethod("SHUT_DOWN", 38, "pi_shutdown");
56:    public static final CmdMethod CHARGE_ONLY = new CmdMethod("CHARGE_ONLY", 39, MainCameraConstants.CMD_CHARGE_ONLY);
57:    public static final CmdMethod CHECK_PHOTOMETRY = new CmdMethod("CHECK_PHOTOMETRY", 40, "check_photometry");
58:    public static final CmdMethod GET_PHOTOMETRY_RESULT = new CmdMethod("GET_PHOTOMETRY_RESULT", 41, "get_photometry_result");
59:    public static final CmdMethod GET_HOR_COORDINATE = new CmdMethod("GET_HOR_COORDINATE", 42, "scope_get_horiz_coord");
62:        return new CmdMethod[]{GET_VERIFY_STR, VERIFY_CLIENT, SET_USER_LOCATION, GET_APP_STATE, GET_DEVICE_STATE, GET_SCOPE_RA_DEC, START_VIEW, STOP_VIEW, START_AF, STOP_AF, MOVE_FOCUS, RESET_FOCAL_POSITION, CHECK_RESTART_STACK, START_STACK, SET_SETTING, REMOTE_JOIN, REMOTE_DISJOIN, REMOTE_DISCONNECT, SCOPE_MOVE_TO_HORIZON, SCOPE_HOME, SCOPE_MOVE, CLEAR_APP_STATE, GET_COMPASS_STATE, PLAY_SOUND, CLEAR_POLAR_ALIGN, START_COMPASS_CALIBRATION, STOP_COMPASS_CALIBRATION, CHECK_PA_ALT, CHECK_INTERNET, PI_STATION_STATE, GET_IMG_INFO, SET_WIFI_COUNTRY, PI_OUTPUT_SET_2, GET_SOLVE_RESULT, START_SCAN_PLANET, GET_ANNOTATE, PI_SET_AP, STOP_FUNC, SHUT_DOWN, CHARGE_ONLY, CHECK_PHOTOMETRY, GET_PHOTOMETRY_RESULT, GET_HOR_COORDINATE};


============================================================
SECTION 2: All CMD_ Constants (MainCameraConstants.java)
  Source: com/zwo/seestar/socket/MainCameraConstants.java
  Format: CONSTANT_NAME = "api_method_name"
============================================================

26:    public static final String CMD_ADD_LIST = "add_list";
27:    public static final String CMD_ADD_OBJ = "add_obj";
28:    public static final String CMD_AIR_LOG = "get_server_log";
29:    public static final String CMD_CALI_USER_LOCATION = "cali_user_location";
30:    public static final String CMD_CANCEL_VIEW = "iscope_cancel_view";
31:    public static final String CMD_CAN_FORMAT_EMMC = "can_format_emmc";
32:    public static final String CMD_CHANGE_IMG_FILE_NAME = "file_rename";
33:    public static final String CMD_CHARGE_ONLY = "charge_only";
34:    public static final String CMD_CHECK_AI_PROCESS = "check_ai_process";
35:    public static final String CMD_CHECK_CAN_ABORT_EXPOSE = "can_abort_expose";
36:    public static final String CMD_CHECK_INTERNET = "check_internet";
37:    public static final String CMD_CHECK_NEED_REBOOT = "need_reboot";
38:    public static final String CMD_CHECK_PA_ALT = "check_pa_alt";
39:    public static final String CMD_CHECK_VERIFY = "pi_is_verified";
40:    public static final String CMD_CLEAR_APP_STATE = "clear_app_state";
41:    public static final String CMD_CLEAR_AUTOSAVE_ERR = "clear_autosave_err";
42:    public static final String CMD_CLEAR_BATCH_STACK = "clear_batch_stack";
43:    public static final String CMD_CLEAR_DOWNGRADED = "clear_downgrade";
44:    public static final String CMD_CLEAR_PLAN = "clear_plan";
45:    public static final String CMD_CLEAR_PLANET_STACK = "clear_planet_stack";
46:    public static final String CMD_CLEAR_POLAR_ALIGN = "clear_polar_align";
47:    public static final String CMD_CLEAR_SEQUENCE = "clear_sequence";
48:    public static final String CMD_CLEAR_STACK = "clear_stack";
49:    public static final String CMD_CLEAR_VIEW_PLAN = "clear_view_plan";
50:    public static final String CMD_CLOSE_CAMERA = "close_camera";
51:    public static final String CMD_CLOSE_FOCUSER = "close_focuser";
52:    public static final String CMD_CLOSE_WHEEL = "close_wheel";
53:    public static final String CMD_DELETE_ALL_IMG_FILE = "delete_all_image";
54:    public static final String CMD_DELETE_IMG_FILE = "delete_image";
55:    public static final String CMD_DELETE_PLAN = "delete_plan";
56:    public static final String CMD_DELETE_SEQUENCE = "delete_sequence";
57:    public static final String CMD_DEL_BATCH_STACK_FILE = "del_batch_stack_file";
58:    public static final String CMD_DEL_LIST = "del_list";
59:    public static final String CMD_DEL_OBJ = "del_obj";
60:    public static final String CMD_EJECT_DISK = "eject_disk";
61:    public static final String CMD_EXPT_SET_HEATER_ENABLE = "expt_set_heater_enable";
62:    public static final String CMD_FITS_TO_JPG = "fits_to_jpg";
63:    public static final String CMD_FOCUSER_ORDER_MOVE = "move_focuser";
64:    public static final String CMD_FOCUSER_ORDER_STOP = "stop_focuser";
65:    public static final String CMD_FORMAT_EMMC = "format_emmc";
66:    public static final String CMD_GET_3P_SETTING = "get_3p_pa_setting";
67:    public static final String CMD_GET_3P_STATE = "get_3p_pa_state";
68:    public static final String CMD_GET_ALBUMS = "get_albums";
69:    public static final String CMD_GET_AM5_SOUND = "scope_get_beep_volume";
70:    public static final String CMD_GET_APP_SETTING = "get_app_setting";
71:    public static final String CMD_GET_APP_STATE = "iscope_get_app_state";
72:    public static final String CMD_GET_AP_INFO = "pi_get_ap";
73:    public static final String CMD_GET_AUTO_FOCUS_IMG = "get_auto_focus_img";
74:    public static final String CMD_GET_CALIB_FRAM_NAME = "get_calib_frame";
75:    public static final String CMD_GET_CALIB_PARAM = "get_calib_param";
76:    public static final String CMD_GET_CAMERA_BIN = "get_camera_bin";
77:    public static final String CMD_GET_CAMERA_EXP_AND_BIN = "get_camera_exp_and_bin";
78:    public static final String CMD_GET_CAMERA_INFO = "get_camera_info";
79:    public static final String CMD_GET_CAMERA_STATE = "get_camera_state";
80:    public static final String CMD_GET_COMET_DATA = "get_comet_position";
81:    public static final String CMD_GET_CONNECTED_FOCUSER = "get_connected_focuser";
82:    public static final String CMD_GET_CONNECTED_MAIN_CAMERAS = "get_connected_cameras";
83:    public static final String CMD_GET_CONNECTED_WHEELS = "get_connected_wheels";
84:    public static final String CMD_GET_CONTROLS = "get_controls";
85:    public static final String CMD_GET_CONTROL_VALUE = "get_control_value";
86:    public static final String CMD_GET_CURRENT_IMG = "get_current_img";
87:    public static final String CMD_GET_CURRENT_PLAN = "get_enabled_plan";
88:    public static final String CMD_GET_DC_AV = "get_power_supply";
89:    public static final String CMD_GET_DC_OUTPUT = "pi_output_get2";
90:    public static final String CMD_GET_DEVICE_STATE = "get_device_state";
91:    public static final String CMD_GET_DISK_SPACE = "get_disk_volume";
92:    public static final String CMD_GET_DITHER = "get_dither";
93:    public static final String CMD_GET_ETH0_STATE = "pi_eth0_state";
94:    public static final String CMD_GET_FILENAME_RULE = "get_img_name_field";
95:    public static final String CMD_GET_FIND_STAR_RESULT = "get_find_star_result";
96:    public static final String CMD_GET_FIT_FILE = "get_fits_file";
97:    public static final String CMD_GET_FOCAL_LENGTH = "get_focal_length";
98:    public static final String CMD_GET_FOCUSER_POSTION = "get_focuser_position";
99:    public static final String CMD_GET_FOCUSER_SETTING = "get_focuser_setting";
100:    public static final String CMD_GET_FOCUSER_STATE = "get_focuser_state";
101:    public static final String CMD_GET_FOCUSER_VALUE = "get_focuser_value";
102:    public static final String CMD_GET_FUNC_STATE = "get_func_state";
103:    public static final String CMD_GET_GAIN_SEGMENT = "get_gain_segment";
104:    public static final String CMD_GET_IMAGE_SAVE_PATH = "get_image_save_path";
105:    public static final String CMD_GET_IMG_FILE = "get_img_file";
106:    public static final String CMD_GET_IMG_FILE_BY_PAGE = "get_img_file_page_name";
107:    public static final String CMD_GET_IMG_FILE_INFO = "get_img_file_info";
108:    public static final String CMD_GET_IMG_FILE_IN_JPG = "get_img_file_in_jpg";
109:    public static final String CMD_GET_IMG_FILE_TOTAL_PAGE = "get_img_file_page_number";
110:    public static final String CMD_GET_IMG_PAGE_THUMBNAIL = "get_img_page_thumbnail";
111:    public static final String CMD_GET_IMG_THUMBNAIL = "get_img_thumbnail";
112:    public static final String CMD_GET_IMG_THUMBNAIL_BATCH_STACK = "get_batch_stack_thumbnail";
113:    public static final String CMD_GET_LAST_SOLVE_RESULT = "get_last_solve_result";
114:    public static final String CMD_GET_LIST = "get_list";
115:    public static final String CMD_GET_MERID_DELTA = "get_merid_delta";
116:    public static final String CMD_GET_MERID_SETTING = "get_merid_setting";
117:    public static final String CMD_GET_OBJ = "get_obj";
118:    public static final String CMD_GET_PI_INFO = "pi_get_info";
119:    public static final String CMD_GET_PLAN = "get_plan";
120:    public static final String CMD_GET_PLANET_DATA = "get_planet_position";
121:    public static final String CMD_GET_PLAN_LIST = "list_plan";
122:    public static final String CMD_GET_ROI = "get_subframe";
123:    public static final String CMD_GET_RTMP_CONFIG = "get_rtmp_config";
124:    public static final String CMD_GET_SEQUENCE_SETTING = "get_sequence_setting";
125:    public static final String CMD_GET_SETTING = "get_setting";
126:    public static final String CMD_GET_SOLVE_RESULT = "get_solve_result";
127:    public static final String CMD_GET_STACKED_IMG = "get_stacked_img";
128:    public static final String CMD_GET_STACK_CONFIG = "get_batch_stack_setting";
129:    public static final String CMD_GET_STACK_IMG = "get_stacked_img";
130:    public static final String CMD_GET_STACK_SETTING = "get_stack_setting";
131:    public static final String CMD_GET_TARGET_SEQUENCE = "get_target_sequences";
132:    public static final String CMD_GET_TEST_SETTING = "get_test_setting";
133:    public static final String CMD_GET_TIME = "pi_get_time";
134:    public static final String CMD_GET_USER_LOCATION = "get_user_location";
135:    public static final String CMD_GET_VIEW_PLAN = "get_view_plan";
136:    public static final String CMD_GET_VIEW_STATE = "get_view_state";
137:    public static final String CMD_GET_WHEEL_POSITION = "get_wheel_position";
138:    public static final String CMD_GET_WHEEL_SETTING = "get_wheel_setting";
139:    public static final String CMD_GET_WHEEL_SLOT_NAMES = "get_wheel_slot_name";
140:    public static final String CMD_GET_WHEEL_STATE = "get_wheel_state";
141:    public static final String CMD_HEART_BEAT = "test_connection";
142:    public static final String CMD_IMPORT_PLAN = "import_plan";
143:    public static final String CMD_ISCOPE_START_VIEW = "iscope_start_view";
144:    public static final String CMD_ISCOPE_STOP_VIEW = "iscope_stop_view";
145:    public static final String CMD_IS_DOWNGRADED = "is_downgraded";
146:    public static final String CMD_IS_IMG_FILE_ANNOTATED = "is_img_file_annotated";
147:    public static final String CMD_IS_STACKED = "is_stacked";
148:    public static final String CMD_OPEN_CAMERA = "open_camera";
149:    public static final String CMD_OPEN_FOCUSER = "open_focuser";
150:    public static final String CMD_OPEN_WHEEL = "open_wheel";
151:    public static final String CMD_PAUSE_3PPA = "pause_polar_align";
152:    public static final String CMD_PA_GET_POLAR_ALIGN_IMAGE = "get_polar_align_image";
153:    public static final String CMD_PA_GET_POLAR_AXIS = "get_polar_axis";
154:    public static final String CMD_PA_RM_POLAR_ALIGN_IMAGE = "rm_polar_align_image";
155:    public static final String CMD_PA_SET_POLAR_ALIGN_IMAGE = "set_polar_align_image";
156:    public static final String CMD_PI_ENCRYPT = "pi_encrypt";
157:    public static final String CMD_PI_SET_5G = "pi_set_5g";
158:    public static final String CMD_PI_SET_AP = "pi_set_ap";
159:    public static final String CMD_PLAY_SOUND = "play_sound";
160:    public static final String CMD_REMOVE_FILE = "remove_file";
161:    public static final String CMD_RENAME_LIST = "rename_list";
162:    public static final String CMD_RESET_FACTORY_FOCAL_POS = "reset_factory_focal_pos";
163:    public static final String CMD_RESET_PLAN = "reset_plan";
164:    public static final String CMD_RESET_SEQUENCE_PROGRESS = "reset_sequence_progress";
165:    public static final String CMD_SAVE_IMAGE = "save_image";
166:    public static final String CMD_SAVE_STACK = "save_stack";
167:    public static final String CMD_SCAN_AIR = "scan_air";
168:    public static final String CMD_SCOPE_ABORT_SLEW = "scope_move";
169:    public static final String CMD_SCOPE_GET_EQU_COORD = "scope_get_equ_coord";
170:    public static final String CMD_SCOPE_GET_STATE = "scope_get_state";
171:    public static final String CMD_SCOPE_GET_TRACK_STATE = "scope_get_track_state";
172:    public static final String CMD_SCOPE_MOVE_TO_HORIZON = "scope_move_to_horizon";
173:    public static final String CMD_SCOPE_SET_EQ_MODE = "scope_set_eq_mode";
174:    public static final String CMD_SCOPE_SET_LOCATION = "scope_set_location";
175:    public static final String CMD_SCOPE_SET_TIME = "scope_set_time";
176:    public static final String CMD_SCOPE_SPEED_MOVE = "scope_speed_move";
177:    public static final String CMD_SCOPE_START_AUTO_GOTO = "start_auto_goto";
178:    public static final String CMD_SCOPE_START_PARK = "scope_park";
179:    public static final String CMD_SCOPE_STOP_AUTO_GOTO = "stop_auto_goto";
180:    public static final String CMD_SCOPE_SYNC = "scope_sync";
181:    public static final String CMD_SET_3P_SETTING = "set_3p_pa_setting";
182:    public static final String CMD_SET_AM5_SOUND = "scope_set_beep_volume";
183:    public static final String CMD_SET_APP_SETTING = "set_app_setting";
184:    public static final String CMD_SET_CALIB_FRAM_NAME = "set_calib_frame";
185:    public static final String CMD_SET_CALIB_PARAM = "set_calib_param";
186:    public static final String CMD_SET_CAMERA_BIN = "set_camera_bin";
187:    public static final String CMD_SET_CONTROL_VALUE = "set_control_value";
188:    public static final String CMD_SET_DC_OUTPUT = "pi_output_set2";
189:    public static final String CMD_SET_DITHER = "set_dither";
190:    public static final String CMD_SET_ETH0_STATE = "pi_set_eth0";
191:    public static final String CMD_SET_FILENAME_RULE = "set_img_name_field";
192:    public static final String CMD_SET_FOCAL_LENGTH = "set_focal_length";
193:    public static final String CMD_SET_FOCUSER_SETTING = "set_focuser_setting";
194:    public static final String CMD_SET_FOCUSER_VALUE = "set_focuser_value";
195:    public static final String CMD_SET_IMAGE_SAVE_PATH = "set_image_save_path";
196:    public static final String CMD_SET_IMG_FILE_INFO = "set_img_file_info";
197:    public static final String CMD_SET_IS_FAVORITE = "set_is_favorite";
198:    public static final String CMD_SET_MERID_SETTING = "set_merid_setting";
199:    public static final String CMD_SET_PAGE = "set_page";
200:    public static final String CMD_SET_PLAN = "set_plan";
201:    public static final String CMD_SET_ROI = "set_subframe";
202:    public static final String CMD_SET_RTMP_CONFIG = "set_rtmp_config";
203:    public static final String CMD_SET_SEQUENCE = "set_sequence";
204:    public static final String CMD_SET_SEQUENCE_SETTING = "set_sequence_setting";
205:    public static final String CMD_SET_SETTING = "set_setting";
206:    public static final String CMD_SET_STACK_CONFIG = "set_batch_stack_setting";
207:    public static final String CMD_SET_STACK_SETTING = "set_stack_setting";
208:    public static final String CMD_SET_STACK_TYPE = "set_stack_type";
209:    public static final String CMD_SET_TEST_SETTING = "set_test_setting";
210:    public static final String CMD_SET_TIME = "pi_set_time";
211:    public static final String CMD_SET_TRACK_STATE = "scope_set_track_state";
212:    public static final String CMD_SET_USER_LOCATION = "set_user_location";
213:    public static final String CMD_SET_VIEW_PLAN = "set_view_plan";
214:    public static final String CMD_SET_WHEEL_POSITION = "set_wheel_position";
215:    public static final String CMD_SET_WHEEL_SETTING = "set_wheel_setting";
216:    public static final String CMD_SET_WHEEL_SLOT_NAMES = "set_wheel_slot_name";
217:    public static final String CMD_SET_WHEEL_UNIDIRECTION = "set_wheel_unidirection";
218:    public static final String CMD_SHUTDOWN = "pi_shutdown";
219:    public static final String CMD_STACK_INFO = "get_stack_info";
220:    public static final String CMD_START_AI_PROCESS = "start_ai_process";
221:    public static final String CMD_START_ANNOTATE = "start_annotate";
222:    public static final String CMD_START_AUTO_FOCUS = "start_auto_focuse";
223:    public static final String CMD_START_AUTO_GOTO_PIXEL = "start_auto_goto_pixel";
224:    public static final String CMD_START_BATCH_STACK = "start_batch_stack";
225:    public static final String CMD_START_CONTINUOUS_EXPOSE = "start_continuous_expose";
226:    public static final String CMD_START_CREATE_CALIB_FRAME = "start_create_calib_frame";
227:    public static final String CMD_START_CREATE_DARK = "start_create_dark";
228:    public static final String CMD_START_CREATE_HPC = "start_create_hpc";
229:    public static final String CMD_START_DEMONSTRATE = "start_demonstrate";
230:    public static final String CMD_START_EXPORT = "start_export_image";
231:    public static final String CMD_START_EXPOSURE = "start_exposure";
232:    public static final String CMD_START_FIND_STAR = "start_find_star";
233:    public static final String CMD_START_PA = "start_polar_align";
234:    public static final String CMD_START_PLANET_STACK = "start_planet_stack";
235:    public static final String CMD_START_RECORD_AVI = "start_record_avi";
236:    public static final String CMD_START_RTMP_PLAYBACK = "start_avi_rtmp";
237:    public static final String CMD_START_SCAN_PLANET = "start_scan_planet";
238:    public static final String CMD_START_SOLVE = "start_solve";
239:    public static final String CMD_START_STACK = "iscope_start_stack";
240:    public static final String CMD_START_STREAM = "begin_streaming";
241:    public static final String CMD_START_TRACK_OBJECT = "start_track_object";
242:    public static final String CMD_STATION_AUTO_CONNECT = "pi_station_auto_connect";
243:    public static final String CMD_STATION_CLOSE = "pi_station_close";
244:    public static final String CMD_STATION_CONNECT_ONE_NETWORK = "pi_station_select";
245:    public static final String CMD_STATION_GET_SETUP_LIST = "pi_station_list";
246:    public static final String CMD_STATION_GET_STATE = "pi_station_state";
247:    public static final String CMD_STATION_OPEN = "pi_station_open";
248:    public static final String CMD_STATION_REBOOT = "pi_reboot";
249:    public static final String CMD_STATION_REMOVE = "pi_station_remove";
250:    public static final String CMD_STATION_SCAN = "pi_station_scan";
251:    public static final String CMD_STATION_SET_ONE_NETWORK = "pi_station_set";
252:    public static final String CMD_STOP_AI_PROCESS = "stop_func";
253:    public static final String CMD_STOP_ANNOTATE = "stop_annotate";
254:    public static final String CMD_STOP_AUTO_FOCUS = "stop_auto_focuse";
255:    public static final String CMD_STOP_BATCH_STACK = "stop_batch_stack";
256:    public static final String CMD_STOP_DEMONSTRATE = "stop_demonstrate";
257:    public static final String CMD_STOP_EXPORT = "stop_export_image";
258:    public static final String CMD_STOP_EXPOSURE = "stop_exposure";
259:    public static final String CMD_STOP_FIND_STAR = "stop_find_star";
260:    public static final String CMD_STOP_FUNC = "stop_func";
261:    public static final String CMD_STOP_PA = "stop_polar_align";
262:    public static final String CMD_STOP_PLANET_STACK = "stop_planet_stack";
263:    public static final String CMD_STOP_RECORD_AVI = "stop_record_avi";
264:    public static final String CMD_STOP_RTMP_PLAYBACK = "stop_avi_rtmp";
265:    public static final String CMD_STOP_SEND = "stop_send";
266:    public static final String CMD_STOP_SOLVE = "stop_solve";
267:    public static final String CMD_STOP_STACK = "iscope_stop_view";
268:    public static final String CMD_STOP_STREAM = "stop_streaming";
269:    public static final String CMD_SYNC_SUN = "scope_sync_planet";
270:    public static final String CMD_UPDATE_COMET_TXT = "update_comet_txt";
271:    public static final String CMD_USER_STACK_SIM = "user_stack_sim";
272:    public static final String CMD_VIDEO_START_FUNC = "start_func";
273:    public static final String CMD_WHEEL_CALIBRATE = "calibrate_wheel";


============================================================
SECTION 3: All EVENT_ Constants (push events from device)
  Source: com/zwo/seestar/socket/MainCameraConstants.java
============================================================

313:    public static final String EVENT_3PPA = "3PPA";
314:    public static final String EVENT_AIPROCESS = "AIProcess";
315:    public static final String EVENT_ALERT = "Alert";
316:    public static final String EVENT_ALIGN = "Align";
317:    public static final String EVENT_ANNOTATE = "Annotate";
318:    public static final String EVENT_APP_VERSION = "Version";
319:    public static final String EVENT_AUTO_EXP = "AutoExp";
320:    public static final String EVENT_AUTO_FOCUS = "AutoFocus";
321:    public static final String EVENT_AUTO_GOTO = "AutoGoto";
322:    public static final String EVENT_AUTO_GOTO_3PPA = "AutoGoto_3ppa";
323:    public static final String EVENT_AUTO_GOTO_STEP = "AutoGotoStep";
324:    public static final String EVENT_AVIRECORD = "AviRecord";
325:    public static final String EVENT_BALANCE_SENSOR = "BalanceSensor";
326:    public static final String EVENT_BATCH_STACK = "BatchStack";
327:    public static final String EVENT_BATT_HI_TEMP_SHUTDOWN = "BattHiTempShutdown";
328:    public static final String EVENT_CALIB_GSENSOR = "CalibGSensor";
329:    public static final String EVENT_CAMERA_STATE_CHANGE = "CameraStateChange";
330:    public static final String EVENT_CLIENT = "Client";
331:    public static final String EVENT_CONTINUOUS_EXPOSURES = "ContinuousExposure";
332:    public static final String EVENT_COOLPOWERPERC = "CoolerPower";
333:    public static final String EVENT_COOL_TOO_SLOW = "CoolTooSlow";
334:    public static final String EVENT_COOL_WORKING = "cooling";
335:    public static final String EVENT_CREATE_CALIB_FRAME = "CreateCalibFrame";
336:    public static final String EVENT_CREATE_HPC = "CreateHPC";
337:    public static final String EVENT_DARK_LIBRARY = "DarkLibrary";
338:    public static final String EVENT_DEVICE_CHANGE = "DeviceChange";
339:    public static final String EVENT_DISKSPACE = "DiskSpace";
340:    public static final String EVENT_DISK_EJECT = "DiskEject";
341:    public static final String EVENT_DITHER = "Dither";
342:    public static final String EVENT_EQMODEPA = "EqModePA";
343:    public static final String EVENT_EXPORT_IMAGE = "ExportImage";
344:    public static final String EVENT_EXPOSURE = "Exposure";
345:    public static final String EVENT_EXPOSURE_TAG = "ExposureTag";
346:    public static final String EVENT_FIND_STAR = "FindStar";
347:    public static final String EVENT_FIRST_DELAY = "FirstDelay";
348:    public static final String EVENT_FOCUSER_MOVE = "FocuserMove";
349:    public static final String EVENT_FRAME_DELAY = "FrameDelay";
350:    public static final String EVENT_GOPIXEL = "GoPixel";
351:    public static final String EVENT_GUIDING_DITHERED = "GuidingDithered";
352:    public static final String EVENT_INITIALISE = "Initialise";
353:    public static final String EVENT_LOOPING_FRAMES = "LoopingFrames";
354:    public static final String EVENT_MERIDIAN_FLIP = "MeridianFlip";
355:    public static final String EVENT_NGINX = "Nginx";
356:    public static final String EVENT_OBJECT_TRACK = "ObjectTrack";
357:    public static final String EVENT_PI_STATUS = "PiStatus";
358:    public static final String EVENT_PLANET_STACK_EVENT = "PlanetStack";
359:    public static final String EVENT_PLAN_TARGET = "Target";
360:    public static final String EVENT_PLATE_SOLVE = "PlateSolve";
361:    public static final String EVENT_PLAYBACK_RTMP = "AviRtmp";
362:    public static final String EVENT_RESTART_GUIDE_EVENT = "RestartGuide";
363:    public static final String EVENT_RTMP = "RTMP";
364:    public static final String EVENT_RTSP = "RTSP";
365:    public static final String EVENT_SAVE_IMAGE = "SaveImage";
366:    public static final String EVENT_SCANSUN = "ScanSun";
367:    public static final String EVENT_SCENERY = "scenery";
368:    public static final String EVENT_SCOPE_GOTO = "ScopeGoto";
369:    public static final String EVENT_SCOPE_HOME = "ScopeHome";
370:    public static final String EVENT_SCOPE_MOVE_TO_HORIZON = "ScopeMoveToHorizon";
371:    public static final String EVENT_SCOPE_TRACK = "ScopeTrack";
372:    public static final String EVENT_SECOND_VIEW = "SecondView";
373:    public static final String EVENT_SELECT_CAMERA = "SelectCamera";
374:    public static final String EVENT_SEND_STOPPED = "SendStopped";
375:    public static final String EVENT_SEQUENCE = "Sequence";
376:    public static final String EVENT_SETTING = "Setting";
377:    public static final String EVENT_SETTLE = "Settle";
378:    public static final String EVENT_STACK = "Stack";
379:    public static final String EVENT_STACKING = "stacking";
380:    public static final String EVENT_STACK_EXP_LOOP = "StackExpLoop";
381:    public static final String EVENT_STATION = "Station";
382:    public static final String EVENT_TARGET = "Target";
383:    public static final String EVENT_TARGET_DELAY = "TargetDelay";
384:    public static final String EVENT_TEMPERATURE = "Temperature";
385:    public static final String EVENT_VIEW = "View";
386:    public static final String EVENT_VIEW_PLAN = "ViewPlan";
387:    public static final String EVENT_WARNING = "Warning";
388:    public static final String EVENT_WARNING_JPG_FORMAT = "jpg_format";
389:    public static final String EVENT_WHEEL_CALIBRATE = "WheelCalibrate";
390:    public static final String EVENT_WHEEL_MOVE = "WheelMove";
391:    public static final String EVENT_WIDE_CROSS_OFFSET = "wide_cross_offset";


============================================================
SECTION 4: Full method+params JSON construction
  Source: all com/zwo/**/*.java files
  Shows how each command builds its JSON with params.
============================================================

D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-232-        StringBuilder sb = new StringBuilder();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-233-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-234-        jSONObject.put("id", 99);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java:235:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_thumbnail");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-236-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-237-        jSONObject2.put("name", this.pathDir + this.path.getName());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-238-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-239-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-240-        return sb.append(jSONObject).append(IOUtils.LINE_SEPARATOR_WINDOWS).toString();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-241-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemotePhotoEntity.java-242-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-154-        StringBuilder sb = new StringBuilder();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-155-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-156-        jSONObject.put("id", 99);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java:157:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_file_in_jpg");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-158-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-159-        jSONObject2.put("name", this.entity.getPathDir() + this.entity.getPath().getName());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-160-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-161-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-162-        return sb.append(jSONObject).append(IOUtils.LINE_SEPARATOR_WINDOWS).toString();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-163-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-164-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-165-    @Override // com.zwo.seestar.entity.PageType
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-166-    public int getType() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-167-        return this.entity.getType();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-168-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\RemoteBigPhotoEntity.java-169-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-249-        StringBuilder sb = new StringBuilder();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-250-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-251-        jSONObject.put("id", 99);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java:252:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_file_in_jpg");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-253-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-254-        jSONObject2.put("name", this.entity.getRemotePath() + '/' + this.entity.getName());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-255-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-256-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-257-        return sb.append(jSONObject).append(IOUtils.LINE_SEPARATOR_WINDOWS).toString();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-258-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-259-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-260-    public final String displayTitle() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-261-        return this.entity.displayTitle();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-262-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-263-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\entity\AlbumBigCellBean.java-264-    public final boolean hasTips() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-579-        JSONArray put = jSONArray.put(jSONObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-580-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-581-        jSONObject2.put("id", 100);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java:582:        jSONObject2.put(FirebaseAnalytics.Param.METHOD, "begin_recv");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-583-        jSONObject2.put(NativeProtocol.WEB_DIALOG_PARAMS, put);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-584-        socketCmd.sendData(new StringBuilder().append(jSONObject2).append('\n').toString());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-585-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-586-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-587-    private final void handleEventFailure(final JSONObject jsonObject, CompositeDisposable connectionDisposable) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-588-        PLog.INSTANCE.e(Constants4LogTag.FW_UPDATE, "升级失败：" + jsonObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-589-        ThreadUtils.runOnUiThread(new Runnable() { // from class: com.zwo.seestar.fg.DeviceFwFragment$$ExternalSyntheticLambda3
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-590-            @Override // java.lang.Runnable
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-591-            public final void run() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-592-                DeviceFwFragment.handleEventFailure$lambda$7(DeviceFwFragment.this, jsonObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-593-            }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\fg\DeviceFwFragment.java-594-        });
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-61-        JSONObject jSONObject;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-62-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-63-        jSONObject2.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java:64:        jSONObject2.put(FirebaseAnalytics.Param.METHOD, "get_albums");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-65-        String str = this.folder;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-66-        if (str != null && str.length() != 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-67-            JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-68-            jSONObject3.put("name", this.folder);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-69-            Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-70-            jSONObject2.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-71-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-72-        String str2 = this.filter;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-73-        if (str2 != null && str2.length() != 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-74-            if (jSONObject2.has(NativeProtocol.WEB_DIALOG_PARAMS)) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-75-                jSONObject = jSONObject2.getJSONObject(NativeProtocol.WEB_DIALOG_PARAMS);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetAlbumsCmd.java-76-            } else {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-50-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-51-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-52-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java:53:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "fits_to_jpg");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-54-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-55-        jSONObject2.put("name", this.name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-56-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-57-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-58-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-59-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-60-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-61-    public final String getJpgName() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-62-        return this.jpgName;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-63-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-64-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\FitsToJpgCmd.java-65-    public final void setJpgName(String str) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-46-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-47-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-48-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java:49:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "delete_image");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-50-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-51-        for (String str : this.paths) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-52-            jSONArray.put(str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-53-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-54-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-55-        jSONObject2.put("name", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-56-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-57-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-58-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-59-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-60-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\DeleteFileCmd.java-61-    public final int getCode() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-46-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-47-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-48-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java:49:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_compass_calibration");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-50-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-51-        jSONObject2.put("force", this.force);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-52-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-53-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-56-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-57-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-60-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStopCmd.java-61-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_compass_calibration");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationStartCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_compass_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-35-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-36-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-37-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-38-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-39-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-42-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-43-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CompassCalibrationGetCmd.java-46-    public final int getNumber() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-29-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-30-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-31-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java:32:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_CLEAR_VIEW_PLAN);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-33-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-34-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-35-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-36-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-37-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-38-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-39-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-40-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-41-        setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearViewPlanCmd.java-43-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "delete_image");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-35-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-36-        jSONObject2.put("name", "");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-37-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-38-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-41-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-42-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-45-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearStorageCmd.java-46-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_CLEAR_POLAR_ALIGN);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-35-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-36-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-37-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-38-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-39-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-42-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-43-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearPolarAlignCmd.java-46-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "format_emmc");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-40-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-43-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-44-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-47-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-48-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearEmmcCmd.java-51-    public final Storage getRes() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-43-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "clear_app_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-47-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-48-        jSONObject2.put("name", this.name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-49-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-50-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-51-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-54-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-55-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-56-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-57-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ClearAppStateCmd.java-58-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_is_verified");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-35-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-36-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-37-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-38-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-39-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-42-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-43-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckVerifiedCmd.java-46-    /* renamed from: is_verified, reason: from getter */
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-34-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java:37:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_CHARGE_ONLY);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-38-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-41-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-42-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-45-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-46-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ChargeOnlyCmd.java-49-    public final Storage getRes() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-53-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-54-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-55-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java:56:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_cancel_view");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-57-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-60-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-61-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-62-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-63-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-64-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-65-        if (parse.getInt(TombstoneParser.keyCode) == 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-66-            lastHeartTime = System.currentTimeMillis();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-67-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CancelViewCmd.java-68-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-40-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_sync");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-44-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-45-        jSONArray.put(this.entity.getRa().get() / 15);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-46-        jSONArray.put(this.entity.getDec().get());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-47-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-48-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-51-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-52-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-54-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\AlignCmd.java-55-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_CHECK_PA_ALT);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-35-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-36-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-37-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-38-    /* renamed from: is_valid, reason: from getter */
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-39-    public final boolean getIs_valid() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-40-        return this.is_valid;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-43-    public final void set_valid(boolean z) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-44-        this.is_valid = z;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckPaAltCmd.java-46-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-28-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-29-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-30-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java:31:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pause_polar_align");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-32-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-33-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-34-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-35-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-36-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-37-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-38-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-39-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-40-        try {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-41-            setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-42-        } catch (Exception e) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\PausePolarAlignCmd.java-43-            e.printStackTrace();
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-41-        jSONObject2.put("selected_cam", this.selected_cam);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-46-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-47-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-48-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-49-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-50-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSelectedCamCmd.java-51-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-49-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-50-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-51-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java:52:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_CHECK_AI_PROCESS);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-53-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-54-        String str = this.fitPath;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-55-        if (str != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-56-            jSONObject2.put("name", str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-57-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-58-        int[] iArr = this.cropBean;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-59-        if (iArr != null && iArr.length >= 8) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-60-            JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-61-            for (int i : iArr) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-62-                jSONArray.put(i);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-63-            }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\CheckAiProcessNewCmd.java-64-            jSONObject2.put("crop", jSONArray);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_park");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-43-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-47-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-48-        jSONObject2.put("scan_planet_tip", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-50-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-53-    public final String getError() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-54-        return this.error;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-57-    public final void setError(String str) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetScanPlanetTipCmd.java-58-        Intrinsics.checkNotNullParameter(str, "<set-?>");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-40-        jSONObject2.put("guest_mode", this.guestMode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-46-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-47-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-48-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-49-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetGuestModeCmd.java-50-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-68-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-69-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-70-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java:71:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_file_page_number");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-72-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-73-        jSONObject2.put("dir", this.dir);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-74-        jSONObject2.put("skip_avi", this.skip_avi);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-75-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-76-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-77-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-78-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetGFileTotalCmd.java-79-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-39-        PLog.INSTANCE.e("SetROICmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-43-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-44-        jSONObject2.put("rtsp_roi_index", this.index);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-49-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-50-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-53-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetROICmd.java-54-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-42-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-43-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-44-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java:45:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_park");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, new JSONObject().put("equ_mode", this.eqMode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-50-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-51-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-52-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-53-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-54-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-55-        setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-56-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ParkMountAndSwitchEqCmd.java-57-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-40-        PLog.INSTANCE.e("SetFrameCalibCmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-44-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-45-        jSONObject2.put("frame_calib", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-50-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-51-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-54-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFrameCalibCmd.java-55-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-41-        jSONObject2.put("rec_stablzn", this.rec_stablzn);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecStablznCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-68-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-69-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-70-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java:71:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_file_page_name");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-72-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-73-        jSONObject2.put("page", this.page);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-74-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-75-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-76-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-77-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetFilePageNameCmd.java-78-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-43-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SCOPE_MOVE_TO_HORIZON);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-50-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-51-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-54-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-55-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-56-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-57-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveHorizonMountCmd.java-58-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-41-        jSONObject2.put("rec_res_index", this.rec_size_index);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-42-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetRecSizeIndexCmd.java-51-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-46-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-47-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-48-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java:49:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-50-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-51-        if (this.isTelephoto) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-52-            jSONObject2.put("focal_pos", this.pos);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-53-        } else {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-54-            jSONObject2.put("wide_focal_pos", this.pos);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-55-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-56-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-57-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-60-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFocalPosCmd.java-61-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_batch_stack_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-39-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-42-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-43-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-46-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-47-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDsoStackConfigCmd.java-50-    public final StackDsoConfigBean getConfigBean() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-41-        jSONObject2.put("continuous", this.exp_ms);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-42-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-43-        jSONObject3.put("exp_ms", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-44-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-48-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-49-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPreviewExpCmd.java-51-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "move_focuser");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-42-        jSONObject2.put("step", this.step);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-43-        jSONObject2.put("ret_step", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-44-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-48-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-49-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\MoveFocuserCmd.java-52-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-39-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_set_time");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-43-        DecimalFormat decimalFormat = new DecimalFormat("0.00");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-44-        float offset = TimeZone.getDefault().getOffset(System.currentTimeMillis()) / 3600000;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-45-        if (Calendar.getInstance().getTimeZone().inDaylightTime(new Date(System.currentTimeMillis()))) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-46-            offset--;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-47-            PLog.INSTANCE.e("DST", "DST = true");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-48-        } else {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-49-            PLog.INSTANCE.e("DST", "DST = false");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-50-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-51-        SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-52-        SimpleDateFormat simpleDateFormat2 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-53-        Calendar calendar = Calendar.getInstance();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd2.java-54-        String format = simpleDateFormat2.format(calendar.getTime());
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-54-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-55-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-56-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java:57:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SET_IS_FAVORITE);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-58-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-59-        for (String str : this.paths) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-60-            jSONArray.put(str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-61-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-62-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-63-        jSONObject2.put("name", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-64-        jSONObject2.put("is_favorite", this.isFavorite);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-65-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-66-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-67-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-68-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetFavoriteCmd.java-69-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-40-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-41-        jSONArray.put("storage");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-42-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-43-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-44-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-49-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateStorageCmd.java-50-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-34-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java:37:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_set_time");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-38-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-39-        Calendar calendar = Calendar.getInstance();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-40-        jSONObject2.put("year", calendar.get(1));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-41-        jSONObject2.put(LocalePreferences.FirstDayOfWeek.MONDAY, calendar.get(2) + 1);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-42-        jSONObject2.put("day", calendar.get(5));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-43-        jSONObject2.put("hour", calendar.get(11));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-44-        jSONObject2.put("min", calendar.get(12));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-45-        jSONObject2.put("sec", calendar.get(13));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-46-        jSONObject2.put("time_zone", calendar.getTimeZone().getID());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-47-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-48-        jSONArray.put(jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiTimeCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_get_app_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-40-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-43-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-44-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-47-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-48-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\IscopeGetAppStateCmd.java-51-    public final AppStateBean getRes() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-46-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-47-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-48-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java:49:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-50-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-51-        jSONObject2.put("master_cli", this.master);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-52-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-53-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-56-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-57-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-60-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMastercliCmd.java-61-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-40-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_set_location");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-44-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-45-        jSONArray.put(this.location.getLocationLat().toDoubleFormat());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-46-        jSONArray.put(this.location.getLocationLng().toDoubleFormat());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-47-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-48-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-51-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-52-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-54-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetPiLocationCmd2.java-55-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-42-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-43-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-44-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java:45:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-46-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-47-        jSONObject2.put(MainCameraConstants.CMD_EXPT_SET_HEATER_ENABLE, this.exptHeaterEnable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-48-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-49-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-52-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-53-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-56-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetExpHeaderCmd.java-57-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-41-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-42-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-43-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java:44:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-45-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-46-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-47-        jSONArray.put("setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-48-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-49-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-50-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-51-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-52-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-54-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-55-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateSettingCmd.java-56-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-42-        jSONObject2.put("stack_lenhance", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLenhanceCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-53-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-54-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-55-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java:56:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "test_connection");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-57-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-60-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-61-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-62-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-63-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-64-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-65-        if (parse.getInt(TombstoneParser.keyCode) == 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-66-            lastHeartTime = System.currentTimeMillis();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-67-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\HeartCmd.java-68-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-43-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-47-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-48-        jSONObject2.put("stack_masic", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-50-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-53-    public final String getError() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-54-        return this.error;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-57-    public final void setError(String str) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicSwitchCmd.java-58-        Intrinsics.checkNotNullParameter(str, "<set-?>");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-59-        String encodeToString = Base64.encodeToString(encrypt, 2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-60-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-61-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java:62:        jSONObject.put(FirebaseAnalytics.Param.METHOD, CmdMethod.VERIFY_CLIENT.getValue());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-63-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-64-        jSONObject2.put("sign", encodeToString);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-65-        jSONObject2.put("data", this.data);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-66-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-67-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-68-        PLog.INSTANCE.e("VerifyClientCmd", "VerifyClientCmd encodeCommand " + jSONObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-69-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-70-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-71-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-72-    public final Integer getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-73-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\VerifyClientCmd.java-74-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-45-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-46-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-47-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java:48:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SCOPE_SET_EQ_MODE);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-49-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-50-        jSONObject2.put("equ_mode", this.eqMode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-51-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-52-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-54-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-55-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-56-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-57-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-58-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-59-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetEqModeCmd.java-60-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-57-        PLog.INSTANCE.e("SetMosaicCmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-58-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-59-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java:60:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-61-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-62-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-63-        jSONObject3.put("angle", Float.valueOf(this.angle));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-64-        jSONObject3.put("scale", Float.valueOf(this.scale));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-65-        jSONObject3.put("star_map_angle", Float.valueOf(this.star_map_angle));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-66-        jSONObject2.put("mosaic", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-67-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-68-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-69-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-70-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-71-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetMosaicCmd.java-72-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_sync_planet");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SyncSunCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_GET_VIEW_PLAN);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-37-    /* JADX WARN: Removed duplicated region for block: B:10:0x007e  */
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-38-    /* JADX WARN: Removed duplicated region for block: B:13:? A[RETURN, SYNTHETIC] */
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-39-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-40-    /*
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-41-        Code decompiled incorrectly, please refer to instructions dump.
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-42-        To view partially-correct add '--show-bad-code' argument
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-43-    */
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-44-    public void decodeData(java.lang.String r5, org.json.JSONObject r6) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetViewPlanCmd.java-45-        /*
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-62-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-63-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-64-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java:65:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-66-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-67-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-68-        jSONArray.put("compass_sensor");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-69-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-70-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-71-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-72-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-73-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-74-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-75-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-76-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCompassNewCmd.java-77-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-39-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-43-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-44-        jSONObject2.put("lang", this.language);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-49-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-50-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-53-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetLanguageCmd.java-54-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-46-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-47-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-48-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java:49:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_avi_rtmp");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-50-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-51-        jSONObject2.put("name", this.name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-52-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-53-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-54-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-57-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-58-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-59-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-60-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAviRtmpCmd.java-61-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-39-        PLog.INSTANCE.e("SwitchSecondaryCmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-43-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-44-        jSONObject2.put("wide_cam", this.index);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-49-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-50-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-53-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SwitchSecondaryCmd.java-54-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-52-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-53-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-54-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java:55:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_batch_stack_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-56-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-57-        for (String str : this.list) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-58-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-59-            jSONObject2.put("name", str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-60-            jSONArray.put(jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-61-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-62-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-63-        jSONObject3.put("path", this.path);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-64-        jSONObject3.put("files", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-65-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-66-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDsoStackConfigCmd.java-67-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-39-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, CmdMethod.GET_VERIFY_STR.getValue());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-43-        PLog.INSTANCE.e("VerifyClientCmd", "GetVerifyStrCmd encodeCommand " + jSONObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-47-    public final GetVerifyStrResult getRes() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-48-        return this.res;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-51-    public final void setRes(GetVerifyStrResult getVerifyStrResult) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-52-        this.res = getVerifyStrResult;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetVerifyStrCmd.java-54-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_auto_focuse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-41-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-42-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-43-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-44-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAutoFocuseCmd.java-45-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-38-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-39-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-40-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java:41:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-45-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-46-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-49-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-50-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateCmd.java-53-    public final BaseResponse<DeviceStateRes> getRes() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-38-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-39-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-40-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java:41:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_stop_view");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-42-        ThreadUtils.runOnUiThread(new Runnable() { // from class: com.zwo.seestar.socket.command.StopViewCmd$$ExternalSyntheticLambda0
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-43-            @Override // java.lang.Runnable
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-44-            public final void run() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-45-                StopViewCmd.encodeCommand$lambda$0();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-46-            }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-47-        });
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-48-        String str = this.stage;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-49-        if (str != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-50-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-51-            jSONObject2.put("stage", str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-52-            jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopViewCmd.java-53-        }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_output_set2");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-41-        jSONObject2.put("state", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-42-        jSONObject2.put("value", 90);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-43-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-44-        jSONObject3.put("heater", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-49-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-50-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetHeaterCmd.java-51-        Intrinsics.checkNotNullParameter(b, "b");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_annotate");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAnnotateCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-42-        jSONObject3.put("drizzle2x", this.drizzle2x);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-44-        jSONObject2.put("stack", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-49-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-50-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDrizzle2xCmd.java-51-        Intrinsics.checkNotNullParameter(b, "b");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_get_track_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-35-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-36-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-37-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-38-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-39-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-42-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-43-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetTrackStateCmd.java-46-    public final boolean getTracking() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_record_avi");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopVideoRecordCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-69-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-70-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-71-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java:72:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-73-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-74-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-75-        jSONArray.put("balance_sensor");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-76-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-77-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-78-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-79-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-80-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-81-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-82-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-83-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceStateBalanceCmd.java-84-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-28-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-29-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-30-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java:31:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_polar_align");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-32-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-33-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-34-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-35-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-36-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-37-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-38-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-39-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-40-        try {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-41-            setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-42-        } catch (Exception e) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPolarAlignCmd.java-43-            e.printStackTrace();
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-59-        PLog.INSTANCE.e("SetROICmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-60-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-61-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java:62:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_VIDEO_START_FUNC);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-63-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-64-        jSONObject2.put("name", this.name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-65-        for (Map.Entry<String, Object> entry : this.value.entrySet()) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-66-            jSONObject2.put(entry.getKey(), entry.getValue());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-67-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-68-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-69-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-70-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-71-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-72-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-73-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStartFuncCmd.java-74-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-42-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-43-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-44-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java:45:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-46-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-47-        jSONObject2.put("pix", this.pix);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-48-        jSONObject2.put("interval", this.interval);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-49-        jSONObject2.put(k.g, this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-50-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-51-        jSONObject3.put("stack_dither", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-52-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-53-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-56-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDitherCmd.java-57-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-40-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_view_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-44-        PLog.INSTANCE.e(this.TAG, "GetStatusCmd encodeCommand " + jSONObject);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-48-    public final ViewStateRes getRes() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-49-        return this.res;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-52-    public final void setRes(ViewStateRes viewStateRes) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-53-        this.res = viewStateRes;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStatusCmd.java-55-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-40-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-41-        jSONArray.put("pi_status");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-42-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-43-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-44-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-49-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDevicePiStateCmd.java-50-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_planet_stack");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopPlanetStackCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-63-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-64-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-65-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java:66:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_AI_PROCESS);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-67-        final JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-68-        String str = this.fitPath;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-69-        if (str != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-70-            jSONObject2.put("name", str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-71-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-72-        Map<String, Number> map = this.map;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-73-        if (map != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-74-            final Function2 function2 = new Function2() { // from class: com.zwo.seestar.socket.command.StartAiProcessNewCmd$$ExternalSyntheticLambda0
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-75-                @Override // kotlin.jvm.functions.Function2
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-76-                public final Object invoke(Object obj, Object obj2) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-77-                    Unit encodeCommand$lambda$9$lambda$1;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessNewCmd.java-78-                    encodeCommand$lambda$9$lambda$1 = StartAiProcessNewCmd.encodeCommand$lambda$9$lambda$1(jSONObject2, (String) obj, (Number) obj2);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-40-        jSONObject2.put("star_correction", this.star_correction);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-42-        jSONObject3.put("stack", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarCorrectionCmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-37-        if (this.exhibition_mode_enable) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java:38:            jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_demonstrate");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-39-        } else {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java:40:            jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_demonstrate");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-41-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-46-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-47-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-48-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-49-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-50-        setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDemonstrateCmd.java-52-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-41-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-42-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-43-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java:44:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_func");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-45-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-46-        jSONObject2.put("name", this.name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-47-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-48-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-49-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-52-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-53-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-54-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-55-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopFuncCmd.java-56-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-43-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_AI_PROCESS);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-47-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-48-        jSONObject2.put("type", this.type);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-49-        jSONObject2.put("name", this.fileName);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-50-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-51-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-52-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-53-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-54-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-55-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-56-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-57-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartAiProcessCmd.java-58-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-32-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-33-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-34-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java:35:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_stack_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-36-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-37-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-38-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-39-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-40-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-43-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-44-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetStackConfigCmd.java-47-    /* renamed from: isSavePic, reason: from getter */
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_exposure");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopExposeCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-41-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-42-        jSONArray.put("mount");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-44-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-45-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-50-    public final String getTarget() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceMountCmd.java-51-        return this.target;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-42-        jSONObject2.put("cont_capt", this.starBurstShot);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-43-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-44-        jSONObject3.put("stack", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-45-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-50-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-51-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarBurstShotCmd.java-52-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-40-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-41-        jSONObject3.put("dbe", this.dbe);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-42-        jSONObject2.put("stack", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetDBECmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_batch_stack");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopDsoStackCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-40-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-44-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-45-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-46-        jSONArray.put(DeviceRequestsHelper.DEVICE_INFO_DEVICE);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-47-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-48-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-49-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-50-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-51-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-54-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceDeviceStateCmd.java-55-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-33-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-34-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-35-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java:36:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_avi_rtmp");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-37-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-38-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-39-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-40-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-41-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-43-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-44-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-45-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAviRtmpCmd.java-48-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_stack_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-42-        jSONObject2.put("save_discrete_ok_frame", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackOkConfigCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_solve_result");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-41-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-43-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-44-    public final SolveResult getRes() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-45-        return this.res;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-48-    public final void setRes(SolveResult solveResult) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-49-        this.res = solveResult;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSolveResCmd.java-52-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-61-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-62-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-63-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java:64:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-65-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-66-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-67-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-68-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-69-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-70-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-71-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-72-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-73-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-74-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-75-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationStateCmd.java-76-    public final BaseResponseResult<PiStationStateSelectedBean> getResult() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-43-        PLog.INSTANCE.e("SetFrameCliNameCmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-44-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-45-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java:46:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-47-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-48-        jSONObject2.put("cli_name", this.nickname);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-50-        jSONObject2.put("cli_uuid", PreferenceHelper2.getDeviceId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-51-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-54-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-55-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-56-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-57-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetcliNameCmd.java-58-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_auto_focuse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-41-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-42-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-43-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-44-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAutoFocuseCmd.java-45-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-75-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-76-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-77-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java:78:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-79-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-80-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-81-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-82-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-83-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-84-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-85-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-86-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-87-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-88-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-89-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetSettingCmd.java-90-    public final boolean getPlanetCorrection() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-41-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-42-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-43-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java:44:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_device_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-45-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-46-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-47-        jSONArray.put("client");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-48-        jSONArray.put("camera");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-49-        jSONArray.put("second_camera");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-50-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-51-        jSONObject2.put("keys", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-52-        Unit unit2 = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-53-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-54-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetDeviceClientStateCmd.java-56-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-41-        jSONObject2.put("stack_masic", this.stack_masic);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackMasicCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-41-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-42-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-43-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java:44:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_set");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-45-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-46-        jSONObject2.put("ssid", this.ssid);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-47-        String str = this.pwd;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-48-        if (str != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-49-            jSONObject2.put("psk", str);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-50-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-51-        jSONObject2.put("timeout_sec", 20);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-52-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-53-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-54-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSetCmd.java-56-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_annotate");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAnnotateCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-32-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-33-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-34-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java:35:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_get_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-36-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-37-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-38-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-39-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-40-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-43-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-44-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetScopeStateCmd.java-47-    public final ScopeStateBean getBean() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-42-        jSONObject2.put("calibrate_location", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetCalibrateLocationCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-32-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-33-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-34-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java:35:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_focuser_position");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-36-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-37-        jSONObject2.put("ret_obj", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-38-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-39-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-42-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-43-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-46-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCurrentFocalPosCmd.java-47-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-42-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-43-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-44-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java:45:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_select");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-46-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-47-        jSONObject2.put("ssid", this.ssid);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-48-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-50-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-53-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-54-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationSelectCmd.java-57-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "stop_func");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-35-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-36-        jSONObject2.put("name", MainCameraConstants.EVENT_AIPROCESS);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-37-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-38-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-39-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-40-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-41-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-42-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-43-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-44-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-45-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StopAiProcessCmd.java-46-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-40-        jSONObject2.put("stack_l", this.exp_ms);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-42-        jSONObject3.put("exp_ms", jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackExpCmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-42-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-43-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-44-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java:45:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_img_file_info");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-46-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-47-        jSONObject2.put("name", this.path);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-48-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-49-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-50-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-51-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-52-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-53-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-54-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetImgFileInfoCmd.java-57-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-39-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_remove");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-43-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-44-        jSONObject2.put("ssid", this.ssid);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-45-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-50-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-51-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationRemoveCmd.java-54-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-54-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-55-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-56-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java:57:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_start_view");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-58-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-59-        jSONObject2.put("mode", this.mode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-60-        StarCndInfo starCndInfo = this.starInfo;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-61-        if (starCndInfo != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-62-            jSONObject2.put(ConsParam.TARGET_NAME, starCndInfo.getName());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-63-            jSONObject2.put("lp_filter", this.starInfo.getLpFilter());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-64-            JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-65-            jSONArray.put(this.starInfo.getRa() / 15);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-66-            jSONArray.put(this.starInfo.getDec());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-67-            Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-68-            jSONObject2.put(ConsParam.TARGET_RA_DEC, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartViewCmd.java-69-            jSONObject2.put("star_type", this.starInfo.getStarType());
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-42-        jSONObject2.put("auto_power_off", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoPowerOffCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "get_control_value");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-42-        jSONObject2.put("name", "temperature");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-44-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-48-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-49-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCameraTempCmd.java-52-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_stack_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-42-        jSONObject2.put("save_discrete_frame", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackConfigCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_open");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationOpenCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-32-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-33-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-34-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java:35:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "is_stacked");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-36-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-37-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-38-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-39-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-40-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-43-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-44-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetHasStackedCmd.java-47-    public final boolean getEnable() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-34-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java:37:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "cali_user_location");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-38-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-41-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-42-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-45-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-46-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\GetCaliUserLocationCmd.java-49-    public final List<Double> getOffsetDeg() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-44-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-45-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-46-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java:47:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_record_avi");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-48-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-49-        jSONObject2.put("raw", this.raw);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-50-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-51-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-52-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-53-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-54-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-55-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-56-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-57-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-58-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartVideoRecordCmd.java-59-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_close");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\PiStationCloseCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-40-        jSONObject2.put("stack_after_goto", this.stack_after_goto);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-46-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-47-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-48-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-49-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStackAfterGotoCmd.java-50-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-41-        jSONObject2.put("auto_af", this.autoAf);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAutoAFCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-160-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-161-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-162-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java:163:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_speed_move");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-164-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-165-        this.angle = currentAngle;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-166-        jSONObject2.put("percent", currentPercent);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-167-        this.percent = currentPercent;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-168-        jSONObject2.put("angle", (int) currentAngle);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-169-        int i = currentLevel;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-170-        this.level = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-171-        jSONObject2.put(FirebaseAnalytics.Param.LEVEL, i);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-172-        jSONObject2.put("dur_sec", 3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-173-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-174-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeSpeedMoveCmd.java-175-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-29-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-30-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-31-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java:32:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SET_VIEW_PLAN);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-33-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-34-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-35-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-36-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-37-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-38-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-39-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-40-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-41-        setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ReStartViewPlanCmd.java-43-}
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-58-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-59-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-60-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java:61:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_track_object");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-62-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-63-        jSONObject2.put("x", this.x);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-64-        jSONObject2.put("y", this.y);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-65-        jSONObject2.put("width", this.width);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-66-        jSONObject2.put("height", this.height);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-67-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-68-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-69-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-70-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-71-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-72-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTrackObjectCmd.java-73-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-34-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java:37:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_scan");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-38-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-39-        jSONObject2.put("ret_obj", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-40-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-45-    public final GetWifiInfosData getResult() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-46-        return this.result;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetStationScanCmd.java-49-    public final void setResult(GetWifiInfosData getWifiInfosData) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-41-        jSONObject2.put("auto_3ppa_calib", this.auto_3ppa_calib);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAuto3ppaCalibCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-42-        jSONObject2.put("auto_power_off", this.enable);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSinglePhotoSaveCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-34-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-35-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-36-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java:37:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_station_list");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-38-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-39-        jSONObject2.put("ret_obj", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-40-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-45-    public final PiStationLResult getResult() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-46-        return this.result;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\sta\GetSavedStationListCmd.java-49-    public final void setResult(PiStationLResult piStationLResult) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-49-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-50-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-51-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java:52:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "reset_factory_focal_pos");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-53-        if (!this.isTelephoto) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-54-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-55-            jSONObject2.put("wide_cam", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-56-            Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-57-            jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-58-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-59-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-60-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-61-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-62-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-63-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ResetFactoryFocalPosCmd.java-64-    }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-69-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-70-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-71-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java:72:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_record_avi");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-73-        jSONObject3.put(k.g, true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-74-        jSONObject3.put("delay_sec", this.interval);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-75-        jSONObject3.put("src_dura_min", this.duration);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-76-        jSONObject2.put("timelapse", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-77-        jSONObject2.put("raw", this.raw);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-78-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-79-        PLog.INSTANCE.e(this.TAG, this.TAG + "encodeCommand");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-80-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-81-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-82-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-83-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartTimeLapsePhotographyRecordCmd.java-84-        return this.code;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-80-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-81-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-82-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java:83:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_get_equ_coord");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-84-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-85-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-86-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-87-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-88-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-89-        JSONObject optJSONObject;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-90-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-91-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-92-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-93-        this.code = parse.getInt(TombstoneParser.keyCode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-94-        lastHeartTime = System.currentTimeMillis();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeRaDecCmd.java-95-        if (this.code != 0 || (optJSONObject = parse.optJSONObject("result")) == null) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-40-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-41-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-42-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java:43:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_set_ap");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-44-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-45-        jSONArray.put(this.ssid);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-46-        jSONArray.put(this.pwd);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-47-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-48-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-51-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-52-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-53-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-54-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetApCmd.java-55-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-42-        jSONObject2.put("planet_correction", this.planetCorrection);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-44-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-48-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-49-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingPlanetCorrectionCmd.java-52-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_start_stack");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-41-        jSONObject2.put("restart", this.restart);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartStackCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-33-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-34-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-35-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java:36:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_REMOVE_FILE);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-37-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-38-        jSONObject2.put("name", "/tmp/zwo/Image/upload.txt");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-39-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-40-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-41-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-43-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-44-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-45-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\RemoveFileCmd.java-48-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-45-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-46-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-47-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java:48:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SCOPE_ABORT_SLEW);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-49-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-50-        jSONArray.put("none");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-51-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-52-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-53-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-56-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-57-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ScopeAbortSlewMountCmd.java-60-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-81-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-82-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-83-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java:84:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_start_view");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-85-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-86-        jSONObject2.put("mode", this.mode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-87-        if (this.target_type.length() > 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-88-            jSONObject2.put(ConsParam.TARGET_TYPE, this.target_type);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-89-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-90-        if (this.target_name.length() > 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-91-            jSONObject2.put(ConsParam.TARGET_NAME, this.target_name);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-92-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-93-        if (!this.target_ra_dec.isEmpty()) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-94-            jSONObject2.put(ConsParam.TARGET_RA_DEC, new JSONArray((Collection) CollectionsKt.listOf((Object[]) new Double[]{Double.valueOf(convertDegreesToHMS(this.target_ra_dec.get(0).doubleValue())), this.target_ra_dec.get(1)})));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-95-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartSolarViewCmd.java-96-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_set_5g");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-41-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-42-        jSONArray.put(this.is5G);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-47-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-48-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-51-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAp5GCmd.java-52-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-41-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-42-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-43-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java:44:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-45-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-46-        jSONObject2.put("manual_exp", this.manualExp);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-47-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-48-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-49-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-52-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-53-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-54-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-55-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingManualExpCmd.java-56-    public final void setCode(int i) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-53-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-54-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-55-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java:56:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "save_image");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-57-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-60-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-61-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-62-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-63-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-64-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-65-        setCode(parse.getInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-66-        if (getCode() == 0) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-67-            lastHeartTime = System.currentTimeMillis();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SaveImageCmd.java-68-        }
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-28-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-29-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-30-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java:31:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_scan_planet");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-32-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-33-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-34-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-35-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-36-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-37-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-38-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-39-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-40-        try {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-41-            setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-42-        } catch (Exception e) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartScanPlanetCmd.java-43-            e.printStackTrace();
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-42-        jSONObject3.put("airplane_line_removal", this.airplane_line_removal);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-44-        jSONObject2.put("stack", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-49-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-50-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAirCraftLineCmd.java-51-        Intrinsics.checkNotNullParameter(b, "b");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-31-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-32-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-33-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java:34:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "play_sound");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-35-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-36-        jSONObject2.put("num", 1);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-37-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-38-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-41-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-42-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-45-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SpeakVoiceCmd.java-46-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-37-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-38-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-39-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java:40:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_polar_align");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-41-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-42-        jSONObject2.put("restart", this.restart);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-43-        Integer num = this.pos;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-44-        if (num != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-45-            num.intValue();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-46-            jSONObject2.put("dec_pos_index", this.pos.intValue());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-47-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-48-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-49-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignResetCmd.java-52-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-41-        jSONObject2.put("always_make_dark", this.always_make_dark);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-46-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-47-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-50-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAlwaysMakeDarkCmd.java-51-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-41-        jSONObject2.put("isp_gain", this.gain);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-42-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingGainCmd.java-51-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "pi_shutdown");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\ShutdownCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-45-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-46-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-47-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java:48:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_polar_align");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-49-        if (this.star == 1) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-50-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-51-            jSONObject2.put("is_one_star", true);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-52-            jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-53-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-54-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-55-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-56-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-57-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-58-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-59-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPolarAlignCmd.java-60-        Intrinsics.checkNotNullParameter(parse, "parse");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-40-        jSONObject2.put("af_before_stack", this.af_before_stack);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-46-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-47-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-48-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-49-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetAfBeforeStackCmd.java-50-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-42-        jSONObject3.put("wide_denoise", this.wideDenoise);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-44-        jSONObject2.put("stack", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-49-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-50-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideDenoiseCmd.java-51-        Intrinsics.checkNotNullParameter(b, "b");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-41-        jSONObject2.put("isp_exp_ms", this.exp_ms);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-42-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-43-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-44-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-47-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-48-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-49-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-50-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingExpMsCmd.java-51-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-49-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-50-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-51-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java:52:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_planet_stack");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-53-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-54-        jSONObject2.put("file", this.file);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-55-        jSONObject2.put("mode", this.mode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-56-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-57-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-58-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-59-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-60-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-61-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-62-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-63-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartPlanetStackCmd.java-64-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-64-        PLog.INSTANCE.e("SetWideCrossOffsetCmd");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-65-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-66-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java:67:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-68-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-69-        if (!this.offset.isEmpty()) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-70-            jSONObject2.put("wide_cross_offset_show", new JSONArray((Collection) this.offset));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-71-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-72-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-73-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-74-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-75-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-76-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-77-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-78-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetWideCrossOffsetCmd.java-79-
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-38-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-39-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-40-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java:41:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-42-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-43-        jSONObject2.put("beep_volume", this.volume);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-44-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-45-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-46-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-47-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-48-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-49-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-50-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-51-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-52-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetVolumeCmd.java-53-        this.code = i;
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_gsensor_calibration");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGsensorCalibrationCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-39-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-40-        jSONObject2.put("usb_en_eth", this.usb_en_eth);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-41-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-42-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-46-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-47-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-48-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-49-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUsbEthCmd.java-50-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-41-        jSONObject2.put(MainCameraConstants.CMD_USER_STACK_SIM, this.user_stack_sim);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-42-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-43-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-44-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-45-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-46-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-47-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-48-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-49-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-50-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetUserStackSimCmd.java-51-        setCode(parse.optInt(TombstoneParser.keyCode));
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-63-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-64-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-65-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java:66:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_SET_VIEW_PLAN);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-67-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-68-        jSONObject2.put("plan_name", this.planName);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-69-        jSONObject2.put("update_time_seestar", new SimpleDateFormat("yyyy.MM.dd").format(new Date(this.updateTime)));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-70-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-71-        for (PlanTarget planTarget : this.list) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-72-            JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-73-            jSONObject3.put("lp_filter", planTarget.getLpFilter());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-74-            JSONArray jSONArray2 = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-75-            List<Double> targetRaDec = planTarget.getTargetRaDec();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-76-            if (targetRaDec != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-77-                Iterator<T> it = targetRaDec.iterator();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetViewPlanCmd.java-78-                while (it.hasNext()) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-96-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-97-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-98-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java:99:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "iscope_start_view");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-100-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-101-        jSONObject2.put("mode", this.mode);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-102-        JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-103-        jSONArray.put(this.ra / 15);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-104-        jSONArray.put(this.dec);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-105-        PreferenceBaseHelper.setGotoRaDec(Double.valueOf(this.ra), Double.valueOf(this.dec));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-106-        jSONObject2.put(ConsParam.TARGET_RA_DEC, jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-107-        jSONObject2.put(ConsParam.TARGET_NAME, this.targetName);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-108-        jSONObject2.put("lp_filter", this.lpFilter);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-109-        if (Double.isNaN(this.scale) || Double.isNaN(this.angle)) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-110-            PLog.INSTANCE.e("encodeCommand", "Invalid mosaic values: scale=" + this.scale + ", angle=" + this.angle);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartGoToCmd.java-111-        } else if (this.scale != 1.0d || this.angle != Utils.DOUBLE_EPSILON) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-52-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-53-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-54-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java:55:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-56-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-57-        if (this.center != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-58-            JSONArray jSONArray = new JSONArray();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-59-            jSONArray.put(this.center.x);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-60-            jSONArray.put(this.center.y);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-61-            Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-62-            jSONObject2.put("center_xy", jSONArray);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-63-            jSONObject2.put("wide_cam", this.viewIndex == 2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-64-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-65-        Double d = this.bright;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-66-        if (d != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetSettingAEBrightCmd.java-67-            d.doubleValue();
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-30-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-31-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-32-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java:33:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_batch_stack");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-34-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-35-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-36-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-37-    public final int getCode() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-38-        return this.code;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-39-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-40-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-41-    public final void setCode(int i) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-42-        this.code = i;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-43-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-44-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartDsoStackCmd.java-45-    @Override // com.zwo.seestar.socket.base.TCommand
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-35-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-36-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-37-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java:38:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "scope_set_track_state");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-39-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, this.state);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-40-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-43-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-44-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-45-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-46-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-47-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-48-        try {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-49-            setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetTrackStateCmd.java-50-        } catch (Exception e) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-50-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-51-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-52-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java:53:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_CREATE_HPC);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-54-        Boolean bool = this.wide;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-55-        if (bool != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-56-            boolean booleanValue = bool.booleanValue();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-57-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-58-            jSONObject2.put("wide_cam", booleanValue);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-59-            jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-60-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-61-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-62-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-63-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-64-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateHpcCmd.java-65-    public void decodeData(String b, JSONObject parse) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-39-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-40-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-41-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java:42:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_CREATE_CALIB_FRAME);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-43-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-44-        jSONObject2.put("wide_cam", this.wide_cam);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-45-        jSONObject2.put("type", this.type);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-46-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-47-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-48-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-49-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-50-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-51-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-52-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-53-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameWideCmd.java-54-        super.decodeData(b, parse);
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "set_setting");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-40-        JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-41-        JSONObject jSONObject3 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-42-        jSONObject3.put("star_trails", this.star_trails);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-43-        Unit unit = Unit.INSTANCE;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-44-        jSONObject2.put("stack", jSONObject3);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-45-        jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-46-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-47-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-48-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-49-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-50-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\SetStarTrailsCmd.java-51-        Intrinsics.checkNotNullParameter(b, "b");
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-51-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-52-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-53-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java:54:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_CREATE_DARK);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-55-        Boolean bool = this.tag;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-56-        if (bool != null) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-57-            boolean booleanValue = bool.booleanValue();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-58-            JSONObject jSONObject2 = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-59-            jSONObject2.put("wide_cam", booleanValue);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-60-            jSONObject.put(NativeProtocol.WEB_DIALOG_PARAMS, jSONObject2);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-61-        }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-62-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-63-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-64-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-65-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateDarkCmd.java-66-    public void decodeData(String b, JSONObject parse) {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-36-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-37-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-38-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java:39:        jSONObject.put(FirebaseAnalytics.Param.METHOD, "start_continuous_expose");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-40-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-41-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-42-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-43-    public final ExposeTimeRes getRes() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-44-        return this.res;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-45-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-46-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-47-    public final void setRes(ExposeTimeRes exposeTimeRes) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-48-        this.res = exposeTimeRes;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-49-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-50-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartContinuousExposeCmd.java-51-    public final int getCode() {
--
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-29-    public String encodeCommand() {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-30-        JSONObject jSONObject = new JSONObject();
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-31-        jSONObject.put("id", getTransactionId());
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java:32:        jSONObject.put(FirebaseAnalytics.Param.METHOD, MainCameraConstants.CMD_START_CREATE_CALIB_FRAME);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-33-        return jSONObject + IOUtils.LINE_SEPARATOR_WINDOWS;
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-34-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-35-
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-36-    @Override // com.zwo.seestar.socket.base.TCommand
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-37-    public void decodeData(String b, JSONObject parse) {
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-38-        Intrinsics.checkNotNullParameter(b, "b");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-39-        Intrinsics.checkNotNullParameter(parse, "parse");
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-40-        super.decodeData(b, parse);
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-41-        setCode(parse.optInt(TombstoneParser.keyCode));
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-42-    }
D:/Seestar_v3.0.2_decompiled/sources/com/zwo/seestar\socket\command\StartCreateCalibFrameCmd.java-43-}
