Skip to content

Commit 022a8a1

Browse files
committed
protobufs: v2.3.8
1 parent 21f6e25 commit 022a8a1

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

meshtastic/channel_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/channel_pb2.pyi

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,23 @@ class ModuleSettings(google.protobuf.message.Message):
125125
DESCRIPTOR: google.protobuf.descriptor.Descriptor
126126

127127
POSITION_PRECISION_FIELD_NUMBER: builtins.int
128+
IS_CLIENT_MUTED_FIELD_NUMBER: builtins.int
128129
position_precision: builtins.int
129130
"""
130131
Bits of precision for the location sent in position packets.
131132
"""
133+
is_client_muted: builtins.bool
134+
"""
135+
Controls whether or not the phone / clients should mute the current channel
136+
Useful for noisy public channels you don't necessarily want to disable
137+
"""
132138
def __init__(
133139
self,
134140
*,
135141
position_precision: builtins.int = ...,
142+
is_client_muted: builtins.bool = ...,
136143
) -> None: ...
137-
def ClearField(self, field_name: typing_extensions.Literal["position_precision", b"position_precision"]) -> None: ...
144+
def ClearField(self, field_name: typing_extensions.Literal["is_client_muted", b"is_client_muted", "position_precision", b"position_precision"]) -> None: ...
138145

139146
global___ModuleSettings = ModuleSettings
140147

protobufs

0 commit comments

Comments
 (0)