-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathConstants.py
More file actions
23 lines (20 loc) · 731 Bytes
/
Constants.py
File metadata and controls
23 lines (20 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (c) 2021
# MKS Plugin is released under the terms of the AGPLv3 or higher.
MKS_SUPPORT = "mks_support"
CURRENT_IP = "mks_current_ip"
IP_LIST = "mks_ip_list"
AUTO_PRINT = "mks_print_autostart"
SAVE_PATH = "mks_savepath"
MAX_FILENAME_LEN = "mks_max_filename_len"
AUTO_FILE_RENAMING = "mks_auto_file_renaming"
AUTO_MONITOR_TAB = "mks_monitor_tab_auto_open"
SCREENSHOT_INDEX = "mks_screenshot_index"
SIMAGE = "mks_simage"
GIMAGE = "mks_gimage"
IS_PREVIEW_ENCODED = "mks_is_preview_encoded"
#camera view parameters (experimental)
IS_CAMERA_VIEW = "mks_is_camera_view"
CAMERA_URL = "mks_camera_url"
CAMERA_VIDEO_ZOOM = "mks_camera_video_zoom"
# Errors
EXCEPTION_MESSAGE = "An exception occurred in network connection: %s"