Skip to content

Commit dc112f2

Browse files
committed
protobufs: v2.3.11
1 parent 14ae4ee commit dc112f2

7 files changed

Lines changed: 52 additions & 25 deletions

File tree

meshtastic/atak_pb2.py

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meshtastic/atak_pb2.pyi

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ class GeoChat(google.protobuf.message.Message):
302302

303303
MESSAGE_FIELD_NUMBER: builtins.int
304304
TO_FIELD_NUMBER: builtins.int
305+
TO_CALLSIGN_FIELD_NUMBER: builtins.int
305306
message: builtins.str
306307
"""
307308
The text message
@@ -310,15 +311,23 @@ class GeoChat(google.protobuf.message.Message):
310311
"""
311312
Uid recipient of the message
312313
"""
314+
to_callsign: builtins.str
315+
"""
316+
Callsign of the recipient for the message
317+
"""
313318
def __init__(
314319
self,
315320
*,
316321
message: builtins.str = ...,
317322
to: builtins.str | None = ...,
323+
to_callsign: builtins.str | None = ...,
318324
) -> None: ...
319-
def HasField(self, field_name: typing_extensions.Literal["_to", b"_to", "to", b"to"]) -> builtins.bool: ...
320-
def ClearField(self, field_name: typing_extensions.Literal["_to", b"_to", "message", b"message", "to", b"to"]) -> None: ...
325+
def HasField(self, field_name: typing_extensions.Literal["_to", b"_to", "_to_callsign", b"_to_callsign", "to", b"to", "to_callsign", b"to_callsign"]) -> builtins.bool: ...
326+
def ClearField(self, field_name: typing_extensions.Literal["_to", b"_to", "_to_callsign", b"_to_callsign", "message", b"message", "to", b"to", "to_callsign", b"to_callsign"]) -> None: ...
327+
@typing.overload
321328
def WhichOneof(self, oneof_group: typing_extensions.Literal["_to", b"_to"]) -> typing_extensions.Literal["to"] | None: ...
329+
@typing.overload
330+
def WhichOneof(self, oneof_group: typing_extensions.Literal["_to_callsign", b"_to_callsign"]) -> typing_extensions.Literal["to_callsign"] | None: ...
322331

323332
global___GeoChat = GeoChat
324333

meshtastic/mesh_pb2.py

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meshtastic/mesh_pb2.pyi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ class _HardwareModelEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._
285285
NRF52_PROMICRO_DIY
286286
Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS
287287
"""
288+
RADIOMASTER_900_BANDIT_NANO: _HardwareModel.ValueType # 64
289+
"""
290+
RadioMaster 900 Bandit Nano, https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
291+
ESP32-D0WDQ6 With SX1276/SKY66122, SSD1306 OLED and No GPS
292+
"""
288293
PRIVATE_HW: _HardwareModel.ValueType # 255
289294
"""
290295
------------------------------------------------------------------------------------------------------------------------------------------
@@ -555,6 +560,11 @@ NRF52_PROMICRO_DIY: HardwareModel.ValueType # 63
555560
NRF52_PROMICRO_DIY
556561
Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS
557562
"""
563+
RADIOMASTER_900_BANDIT_NANO: HardwareModel.ValueType # 64
564+
"""
565+
RadioMaster 900 Bandit Nano, https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
566+
ESP32-D0WDQ6 With SX1276/SKY66122, SSD1306 OLED and No GPS
567+
"""
558568
PRIVATE_HW: HardwareModel.ValueType # 255
559569
"""
560570
------------------------------------------------------------------------------------------------------------------------------------------

meshtastic/telemetry_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meshtastic/telemetry_pb2.pyi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ class _TelemetrySensorTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wra
114114
"""
115115
AMS TSL25911FN RGB Light Sensor
116116
"""
117+
AHT10: _TelemetrySensorType.ValueType # 23
118+
"""
119+
AHT10 Integrated temperature and humidity sensor
120+
"""
117121

118122
class TelemetrySensorType(_TelemetrySensorType, metaclass=_TelemetrySensorTypeEnumTypeWrapper):
119123
"""
@@ -212,6 +216,10 @@ TSL25911FN: TelemetrySensorType.ValueType # 22
212216
"""
213217
AMS TSL25911FN RGB Light Sensor
214218
"""
219+
AHT10: TelemetrySensorType.ValueType # 23
220+
"""
221+
AHT10 Integrated temperature and humidity sensor
222+
"""
215223
global___TelemetrySensorType = TelemetrySensorType
216224

217225
@typing_extensions.final

0 commit comments

Comments
 (0)