plantstar-shared 2.0.3.0.2.24__py3-none-any.whl → 2.0.3.0.2.26__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plantstar_shared/api_types.py +1 -7
- plantstar_shared/global_definitions.py +5 -0
- {plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/METADATA +10 -2
- {plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/RECORD +6 -6
- {plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/WHEEL +1 -1
- {plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/top_level.txt +0 -0
plantstar_shared/api_types.py
CHANGED
@@ -99,11 +99,7 @@ class ApuApiTypes(SysconType):
|
|
99
99
|
SET_IS_COLDBOOTING_STATUS = ("data_collection_module_manager/set_is_coldbooting_status", "data_collection_module_manager/set_is_coldbooting_status", True)
|
100
100
|
REGISTER_HMI = ("data_collection_module_manager/register_hmi", "data_collection_module_manager/register_hmi", True)
|
101
101
|
REGISTER_DCM = ("data_collection_module_manager/register_dcm", "data_collection_module_manager/register_dcm", True)
|
102
|
-
|
103
|
-
ADD_USER_FINGERPRINT = ("user_manager/add_user_fingerprint", "user_manager/add_user_fingerprint", True)
|
104
|
-
DELETE_USER_FINGERPRINT = ("user_manager/delete_user_fingerprint", "user_manager/delete_user_fingerprint", True)
|
105
|
-
RELABEL_USER_FINGERPRINT = ("user_manager/relabel_user_fingerprint", "user_manager/relabel_user_fingerprint", True)
|
106
|
-
IDENTIFY_USER_FINGERPRINT = ("user_manager/identify_user_fingerprint", "user_manager/identify_user_fingerprint", True)
|
102
|
+
SEND_TEAMS_MESSAGE = ("base_app/send_teams_message", "base_app/send_teams_message", True)
|
107
103
|
|
108
104
|
|
109
105
|
class CosmosApiTypes(SysconType):
|
@@ -111,8 +107,6 @@ class CosmosApiTypes(SysconType):
|
|
111
107
|
|
112
108
|
|
113
109
|
class HmiApiTypes(SysconType):
|
114
|
-
IDENTIFY_FINGERPRINT = ("identify_fingerprint", "identify_fingerprint", True)
|
115
|
-
ADD_FINGERPRINT = ("add_fingerprint", "add_fingerprint", True)
|
116
110
|
GET_HMI_SYSTEM_INFORMATION = ("get_hmi_system_information", "get_hmi_system_information", True)
|
117
111
|
SET_HMI_SYSTEM_INFORMATION = ("set_hmi_system_information", "set_hmi_system_information", True)
|
118
112
|
REBOOT_HMI = ("reboot_hmi", "reboot_hmi", True)
|
@@ -42,3 +42,8 @@ class StatusCodes:
|
|
42
42
|
@staticmethod
|
43
43
|
def convert_to_json():
|
44
44
|
return convert_to_json(StatusCodes)
|
45
|
+
|
46
|
+
|
47
|
+
class UserTypes:
|
48
|
+
DATA_COLLECTION_MODULE_SYSTEM_USER = "DataCollectionModuleSystemUser"
|
49
|
+
HUMAN_MACHINE_INTERFACE_SYSTEM_USER = "HumanMachineInterfaceSystemUser"
|
{plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: plantstar-shared
|
3
|
-
Version: 2.0.3.0.2.
|
3
|
+
Version: 2.0.3.0.2.26
|
4
4
|
Summary: Shared code used in plantstar_apu and plantstar_dcm
|
5
5
|
Home-page: https://github.com/SYSCON-International/plantstar_shared
|
6
6
|
Author: SYSCON International
|
@@ -15,5 +15,13 @@ Requires-Dist: psycopg2>=2.9.9
|
|
15
15
|
Requires-Dist: python-dateutil>=2.8.2
|
16
16
|
Requires-Dist: pytz>=2023.4
|
17
17
|
Requires-Dist: requests>=2.31.0
|
18
|
+
Dynamic: author
|
19
|
+
Dynamic: author-email
|
20
|
+
Dynamic: classifier
|
21
|
+
Dynamic: description
|
22
|
+
Dynamic: description-content-type
|
23
|
+
Dynamic: home-page
|
24
|
+
Dynamic: requires-dist
|
25
|
+
Dynamic: summary
|
18
26
|
|
19
27
|
# plantstar_shared
|
@@ -6,17 +6,17 @@ plantstar_shared/RawDataProcessorInterfaceActions.py,sha256=XnXuFW3BFSa89-VmhGAK
|
|
6
6
|
plantstar_shared/SysconType.py,sha256=6Ae9F0fBr0vpXAmP8fYqoWyFUGTEECtS55zAYMkeKlY,1581
|
7
7
|
plantstar_shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
plantstar_shared/add_size_onto_string_and_return.py,sha256=j7XSs5ubKKo5LCMVljzZudK2nw8CZh-zMSLT_t30aGg,385
|
9
|
-
plantstar_shared/api_types.py,sha256=
|
9
|
+
plantstar_shared/api_types.py,sha256=Lkqm-r9yLcGVG8cixp1G8FFEghkzNTE8V1wybmAV1iQ,5621
|
10
10
|
plantstar_shared/convert_bytes_to_object.py,sha256=YKf410EWUpeyyeBhJ3kl6PYIAcHJKKkhp8JkE-CuSv0,405
|
11
11
|
plantstar_shared/convert_object_to_bytes.py,sha256=vVS3dKkPynOJ2NV2LgLHdEOZflK_0hhdS-NuU_gcfHs,206
|
12
12
|
plantstar_shared/errors.py,sha256=qEUHh2d7pqZHoag6YJjnVfRWzWAzjuyGZH7stT_-Nzk,341
|
13
|
-
plantstar_shared/global_definitions.py,sha256=
|
13
|
+
plantstar_shared/global_definitions.py,sha256=Axmhe5kCtXrI-1ckYNR3ata3X5OpEZ2L-mkuVfsl2VE,1322
|
14
14
|
plantstar_shared/is_valid_signed_string.py,sha256=5ZiEsPRz30J8yxN4A1dHq-hlz7VI9ru_fRH4A5JjuGQ,276
|
15
15
|
plantstar_shared/obtain_raw_data_processor_function_for_action_name.py,sha256=DYo307PraRRD8zGiSO6Fn03bZ4X9aDOYV9rwaRm8mXM,1134
|
16
16
|
plantstar_shared/syscon_image_field.py,sha256=GlTTudqFT5EsWM5sPRO0p5SDascX7gI1BEOeF1OG7Tw,441
|
17
17
|
plantstar_shared/syscon_json.py,sha256=WLfn1sftcNe71Qz2lczr9REx6lAl7mDJCz9GBhEg3Ek,4545
|
18
18
|
plantstar_shared/tcp_socket_utils.py,sha256=Z8KY4Sc_SX4XDunPxeAk2IMfYZi5HenGE8SBU8U-KTk,6364
|
19
|
-
plantstar_shared-2.0.3.0.2.
|
20
|
-
plantstar_shared-2.0.3.0.2.
|
21
|
-
plantstar_shared-2.0.3.0.2.
|
22
|
-
plantstar_shared-2.0.3.0.2.
|
19
|
+
plantstar_shared-2.0.3.0.2.26.dist-info/METADATA,sha256=IyNuEHNp7XnPygHuL4A9faXz02ysYMziI39vqA6Pv-I,825
|
20
|
+
plantstar_shared-2.0.3.0.2.26.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
21
|
+
plantstar_shared-2.0.3.0.2.26.dist-info/top_level.txt,sha256=9ZTCr_aP1GqYGt7EVmlSIUF72bdMZErapyhbik-MWVQ,17
|
22
|
+
plantstar_shared-2.0.3.0.2.26.dist-info/RECORD,,
|
{plantstar_shared-2.0.3.0.2.24.dist-info → plantstar_shared-2.0.3.0.2.26.dist-info}/top_level.txt
RENAMED
File without changes
|