plantstar-shared 2.0.3.0.2.21__py3-none-any.whl → 2.0.3.0.2.23__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.
@@ -7,3 +7,12 @@ class HmiKeyConstants:
7
7
  HMI_NETMASK = "hmi_netmask"
8
8
  HMI_DEFAULT_GATEWAY = "hmi_default_gateway"
9
9
  HMI_DNS = "hmi_dns"
10
+ HMI_LAN_TYPE = "hmi_lan_type"
11
+ HMI_WIRELESS_SSID = "hmi_wireless_ssid"
12
+ HMI_WIRELESS_PASSPHRASE = "hmi_wireless_passphrase"
13
+ HMI_MACHINE_TYPE = "hmi_machine_type"
14
+
15
+
16
+ class HmiMachineTypeConstants:
17
+ RPI4_HMI = "rpi4hmi"
18
+ ALL_IN_ONE_HMI = "allinonehmi"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plantstar-shared
3
- Version: 2.0.3.0.2.21
3
+ Version: 2.0.3.0.2.23
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
@@ -9,11 +9,11 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: Django >=4.0.4
12
+ Requires-Dist: Django >=4.1.5
13
13
  Requires-Dist: msgpack >=1.0.4
14
- Requires-Dist: psycopg2 >=2.9.3
14
+ Requires-Dist: psycopg2 >=2.9.9
15
15
  Requires-Dist: python-dateutil >=2.8.2
16
- Requires-Dist: pytz >=2022.1
17
- Requires-Dist: requests >=2.27.1
16
+ Requires-Dist: pytz >=2023.4
17
+ Requires-Dist: requests >=2.31.0
18
18
 
19
19
  # plantstar_shared
@@ -1,5 +1,5 @@
1
1
  plantstar_shared/DataCollectionModuleProcessNames.py,sha256=L21K4eznLCIYAbb4g7qKhyHKS1aK4w9dSu5r6LGewGs,441
2
- plantstar_shared/HmiKeyConstants.py,sha256=nVzZim026r2-UplsgS6swMeCYgOhl_OE_RQ-yjcDTUs,319
2
+ plantstar_shared/HmiConstants.py,sha256=CpuxQlgI2qZjI7-Mzvki0rnCvRb-MQtCxZ88S-Mu2Gs,588
3
3
  plantstar_shared/HuskyInterfacePacketTypes.py,sha256=tUWcWKpaBgYs2S8zll9E5-YTMqGfOIU4kj5mroQe344,1372
4
4
  plantstar_shared/MockRawDataProcessor.py,sha256=Gc2CfteJdLZwYPj73FuyEv16uTzoJsUB479Xc74S5ow,5382
5
5
  plantstar_shared/RawDataProcessorInterfaceActions.py,sha256=XnXuFW3BFSa89-VmhGAKQxDBPalsQWapw4h0P5q0IXw,632
@@ -16,7 +16,7 @@ plantstar_shared/obtain_raw_data_processor_function_for_action_name.py,sha256=DY
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.21.dist-info/METADATA,sha256=WbU7piUWY4Z_QL3_KfzB_qCdMOQs-7kF0rR_ULxdQQM,659
20
- plantstar_shared-2.0.3.0.2.21.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
21
- plantstar_shared-2.0.3.0.2.21.dist-info/top_level.txt,sha256=9ZTCr_aP1GqYGt7EVmlSIUF72bdMZErapyhbik-MWVQ,17
22
- plantstar_shared-2.0.3.0.2.21.dist-info/RECORD,,
19
+ plantstar_shared-2.0.3.0.2.23.dist-info/METADATA,sha256=xKwvIdSpdRcbsoirsyWsdOfDysHN5bJCjTPUIOuMSl8,659
20
+ plantstar_shared-2.0.3.0.2.23.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
21
+ plantstar_shared-2.0.3.0.2.23.dist-info/top_level.txt,sha256=9ZTCr_aP1GqYGt7EVmlSIUF72bdMZErapyhbik-MWVQ,17
22
+ plantstar_shared-2.0.3.0.2.23.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5