ents 2.3.6__py3-none-any.whl → 2.3.7__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.
ents/proto/sensor.py CHANGED
@@ -86,6 +86,10 @@ def get_sensor_data(meas_type: int) -> dict:
86
86
  "unit": "uA",
87
87
  },
88
88
  SensorType.TEROS12_VWC: {
89
+ "name": "Volumetric Water Content (Raw)",
90
+ "unit": "raw",
91
+ },
92
+ SensorType.TEROS12_VWC_ADJ: {
89
93
  "name": "Volumetric Water Content",
90
94
  "unit": "%",
91
95
  },
@@ -145,6 +149,10 @@ def get_sensor_data(meas_type: int) -> dict:
145
149
  "name": "Flow Rate",
146
150
  "unit": "L/min",
147
151
  },
152
+ SensorType.PCAP02_CAPACITANCE: {
153
+ "name": "Capacitance Ratio",
154
+ "unit": "pF/pF",
155
+ },
148
156
  }
149
157
 
150
158
  meta = SENSOR_DATA[SensorType.Value(meas_type)]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ents
3
- Version: 2.3.6
3
+ Version: 2.3.7
4
4
  Summary: Python package for Environmental NeTworked Sensor (ENTS)
5
5
  Project-URL: Homepage, https://github.com/jlab-sensing/soil-power-sensor-firmware
6
6
  Project-URL: Issues, https://github.com/jlab-sensing/soil-power-sensor-firmware/issues
@@ -18,13 +18,13 @@ ents/proto/__init__.py,sha256=5THafGlxirjEUATIXB2EVpdOY5APEjztzOAHlRGNG2c,720
18
18
  ents/proto/decode.py,sha256=_dn9Agv41YgUtMVHZ7l5-Y13ci3hnjyXrRPGKDIHzvo,2964
19
19
  ents/proto/encode.py,sha256=kPAD5-bL6zNEjh6z1n1FusdM9z5UretypxHHAiuGGA4,7753
20
20
  ents/proto/esp32.py,sha256=4QOHZNH1SqkJg4TLvJgrAbhdJg88ZNtqoMNLBcWUX2U,4657
21
- ents/proto/sensor.py,sha256=zdZXG-TtX5kpSc6aETOywHApM8xLMY_J2OO8oBlEqU4,7148
21
+ ents/proto/sensor.py,sha256=G0fTFEkXyMg4g_nYkaKqLpqBYnIZ9XP9YVKB_sQ05Vg,7400
22
22
  ents/proto/sensor_pb2.py,sha256=Kxe7ZMeaJwQbqv4MHWUK5_4LxTY8Ou1n1bXMDq4KfQ0,3673
23
23
  ents/proto/soil_power_sensor_pb2.py,sha256=r7lcuo8A3YW-vsiR7gT0dvG2UMdolpMe3r8kGfKx54U,13442
24
24
  ents/simulator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  ents/simulator/node.py,sha256=I3NQXK4xipJKQNmRjsGrt1hUGFiS0US0WgrnXWLHsmI,8726
26
- ents-2.3.6.dist-info/METADATA,sha256=eVW-dnErw-JoWaAvatBeiH9SMD_HLBpt8mtUgnEuBWM,4956
27
- ents-2.3.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
28
- ents-2.3.6.dist-info/entry_points.txt,sha256=1U6ViZDTy4vv1jFp5RisBPC0NFqmtV3f18eUnWKX0Nk,95
29
- ents-2.3.6.dist-info/licenses/LICENSE,sha256=2WLObzfS99jXXcPS5INqnmDVZ1nlO8Rj8mzQn2xkn14,1086
30
- ents-2.3.6.dist-info/RECORD,,
26
+ ents-2.3.7.dist-info/METADATA,sha256=wz2foy9R2F76paakzp_u61onwTn5MqSOfqeBZqLteMc,4956
27
+ ents-2.3.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
28
+ ents-2.3.7.dist-info/entry_points.txt,sha256=1U6ViZDTy4vv1jFp5RisBPC0NFqmtV3f18eUnWKX0Nk,95
29
+ ents-2.3.7.dist-info/licenses/LICENSE,sha256=2WLObzfS99jXXcPS5INqnmDVZ1nlO8Rj8mzQn2xkn14,1086
30
+ ents-2.3.7.dist-info/RECORD,,
File without changes