plantstar-shared 2.0.3.0.2.30__py3-none-any.whl → 2.0.3.0.2.31__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.
@@ -0,0 +1,20 @@
1
+ class DataCollectionModuleKeyConstants:
2
+ NAME = "name"
3
+ HOSTNAME = "hostname"
4
+ IP = "ip"
5
+ NETMASK = "netmask"
6
+ BROADCAST = "broadcast"
7
+ GATEWAY = "gateway"
8
+ DNS = "dns"
9
+ APU_IP = "apu_ip"
10
+ HOMEPAGE = "homepage"
11
+ RIO_TYPE = "rio_type"
12
+ TOUCH_TYPE = "touch_type"
13
+
14
+ class RioTypes:
15
+ RIO3 = "rtl_rio3"
16
+ RIO4 = "rtl_rio4"
17
+
18
+ class DataCollectionModuleMachineTypes:
19
+ MANO_DCM = "manodcm"
20
+ RPI4_DCM = "rpi4dcm"
@@ -87,6 +87,7 @@ def validate_request(*, api_type, signer_key, data):
87
87
  class DataCollectionModuleApiTypes(SysconType):
88
88
  GET_DATA_COLLECTION_MODULE_SYSTEM_DISK_USAGE = ("get_data_collection_module_system_disk_usage", "get_data_collection_module_system_disk_usage", True)
89
89
  GET_DATA_COLLECTION_MODULE_SYSTEM_INFORMATION = ("get_data_collection_module_system_information", "get_data_collection_module_system_information", True)
90
+ SET_DATA_COLLECTION_MODULE_SYSTEM_INFORMATION = ("set_data_collection_module_system_information", "set_data_collection_module_system_information", True)
90
91
  GET_SYSTEM_ERROR_DICTIONARY_LIST = ("get_system_error_dictionary_list", "get_system_error_dictionary_list", True)
91
92
 
92
93
  GET_DATA_COLLECTION_MODULE_PROCESS_STATUSES = ("get_data_collection_module_process_statuses", "get_data_collection_module_process_statuses", True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plantstar-shared
3
- Version: 2.0.3.0.2.30
3
+ Version: 2.0.3.0.2.31
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
@@ -1,3 +1,4 @@
1
+ plantstar_shared/DataCollectionModuleConstants.py,sha256=V_P3shcGJIIGRuvcvP0-rpzYCDkPLaUe8vGtlMX9d-k,446
1
2
  plantstar_shared/DataCollectionModuleProcessNames.py,sha256=L21K4eznLCIYAbb4g7qKhyHKS1aK4w9dSu5r6LGewGs,441
2
3
  plantstar_shared/HmiConstants.py,sha256=CpuxQlgI2qZjI7-Mzvki0rnCvRb-MQtCxZ88S-Mu2Gs,588
3
4
  plantstar_shared/HuskyInterfacePacketTypes.py,sha256=tUWcWKpaBgYs2S8zll9E5-YTMqGfOIU4kj5mroQe344,1372
@@ -6,7 +7,7 @@ plantstar_shared/RawDataProcessorInterfaceActions.py,sha256=XnXuFW3BFSa89-VmhGAK
6
7
  plantstar_shared/SysconType.py,sha256=6Ae9F0fBr0vpXAmP8fYqoWyFUGTEECtS55zAYMkeKlY,1581
7
8
  plantstar_shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
9
  plantstar_shared/add_size_onto_string_and_return.py,sha256=j7XSs5ubKKo5LCMVljzZudK2nw8CZh-zMSLT_t30aGg,385
9
- plantstar_shared/api_types.py,sha256=Lkqm-r9yLcGVG8cixp1G8FFEghkzNTE8V1wybmAV1iQ,5621
10
+ plantstar_shared/api_types.py,sha256=WBCB6zcL8ip6TaU_KoiJKYfq7yz_BDQ2vdt_jfj5wL8,5778
10
11
  plantstar_shared/convert_bytes_to_object.py,sha256=YKf410EWUpeyyeBhJ3kl6PYIAcHJKKkhp8JkE-CuSv0,405
11
12
  plantstar_shared/convert_object_to_bytes.py,sha256=vVS3dKkPynOJ2NV2LgLHdEOZflK_0hhdS-NuU_gcfHs,206
12
13
  plantstar_shared/errors.py,sha256=qEUHh2d7pqZHoag6YJjnVfRWzWAzjuyGZH7stT_-Nzk,341
@@ -16,7 +17,7 @@ plantstar_shared/obtain_raw_data_processor_function_for_action_name.py,sha256=DY
16
17
  plantstar_shared/syscon_image_field.py,sha256=GlTTudqFT5EsWM5sPRO0p5SDascX7gI1BEOeF1OG7Tw,441
17
18
  plantstar_shared/syscon_json.py,sha256=WLfn1sftcNe71Qz2lczr9REx6lAl7mDJCz9GBhEg3Ek,4545
18
19
  plantstar_shared/tcp_socket_utils.py,sha256=Z8KY4Sc_SX4XDunPxeAk2IMfYZi5HenGE8SBU8U-KTk,6364
19
- plantstar_shared-2.0.3.0.2.30.dist-info/METADATA,sha256=OERcJo2VMIl17XuXr3tWTfsDHJyEx6Y0I1jTo0kkOy4,825
20
- plantstar_shared-2.0.3.0.2.30.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
21
- plantstar_shared-2.0.3.0.2.30.dist-info/top_level.txt,sha256=9ZTCr_aP1GqYGt7EVmlSIUF72bdMZErapyhbik-MWVQ,17
22
- plantstar_shared-2.0.3.0.2.30.dist-info/RECORD,,
20
+ plantstar_shared-2.0.3.0.2.31.dist-info/METADATA,sha256=6bSCM6vDIjX9MhVjTaXNwQkgdcyJlN4dhg_hpNV4vro,825
21
+ plantstar_shared-2.0.3.0.2.31.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
22
+ plantstar_shared-2.0.3.0.2.31.dist-info/top_level.txt,sha256=9ZTCr_aP1GqYGt7EVmlSIUF72bdMZErapyhbik-MWVQ,17
23
+ plantstar_shared-2.0.3.0.2.31.dist-info/RECORD,,