mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56680f8da6 | ||
|
|
321a960c13 | ||
|
|
4668852b0b |
@@ -983,7 +983,7 @@ class Node:
|
|||||||
p,
|
p,
|
||||||
self.nodeNum,
|
self.nodeNum,
|
||||||
portNum=portnums_pb2.PortNum.ADMIN_APP,
|
portNum=portnums_pb2.PortNum.ADMIN_APP,
|
||||||
wantAck=False,
|
wantAck=True,
|
||||||
wantResponse=wantResponse,
|
wantResponse=wantResponse,
|
||||||
onResponse=onResponse,
|
onResponse=onResponse,
|
||||||
channelIndex=adminIndex,
|
channelIndex=adminIndex,
|
||||||
|
|||||||
44
meshtastic/protobuf/module_config_pb2.py
generated
44
meshtastic/protobuf/module_config_pb2.py
generated
File diff suppressed because one or more lines are too long
8
meshtastic/protobuf/module_config_pb2.pyi
generated
8
meshtastic/protobuf/module_config_pb2.pyi
generated
@@ -554,6 +554,10 @@ class ModuleConfig(google.protobuf.message.Message):
|
|||||||
"""NMEA messages specifically tailored for CalTopo"""
|
"""NMEA messages specifically tailored for CalTopo"""
|
||||||
WS85: ModuleConfig.SerialConfig._Serial_Mode.ValueType # 6
|
WS85: ModuleConfig.SerialConfig._Serial_Mode.ValueType # 6
|
||||||
"""Ecowitt WS85 weather station"""
|
"""Ecowitt WS85 weather station"""
|
||||||
|
VE_DIRECT: ModuleConfig.SerialConfig._Serial_Mode.ValueType # 7
|
||||||
|
"""VE.Direct is a serial protocol used by Victron Energy products
|
||||||
|
https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
|
||||||
|
"""
|
||||||
|
|
||||||
class Serial_Mode(_Serial_Mode, metaclass=_Serial_ModeEnumTypeWrapper):
|
class Serial_Mode(_Serial_Mode, metaclass=_Serial_ModeEnumTypeWrapper):
|
||||||
"""
|
"""
|
||||||
@@ -569,6 +573,10 @@ class ModuleConfig(google.protobuf.message.Message):
|
|||||||
"""NMEA messages specifically tailored for CalTopo"""
|
"""NMEA messages specifically tailored for CalTopo"""
|
||||||
WS85: ModuleConfig.SerialConfig.Serial_Mode.ValueType # 6
|
WS85: ModuleConfig.SerialConfig.Serial_Mode.ValueType # 6
|
||||||
"""Ecowitt WS85 weather station"""
|
"""Ecowitt WS85 weather station"""
|
||||||
|
VE_DIRECT: ModuleConfig.SerialConfig.Serial_Mode.ValueType # 7
|
||||||
|
"""VE.Direct is a serial protocol used by Victron Energy products
|
||||||
|
https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
|
||||||
|
"""
|
||||||
|
|
||||||
ENABLED_FIELD_NUMBER: builtins.int
|
ENABLED_FIELD_NUMBER: builtins.int
|
||||||
ECHO_FIELD_NUMBER: builtins.int
|
ECHO_FIELD_NUMBER: builtins.int
|
||||||
|
|||||||
Submodule protobufs updated: 27fac39141...078ac8dfbe
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "meshtastic"
|
name = "meshtastic"
|
||||||
version = "2.6.2"
|
version = "2.6.3"
|
||||||
description = "Python API & client shell for talking to Meshtastic devices"
|
description = "Python API & client shell for talking to Meshtastic devices"
|
||||||
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
|
authors = ["Meshtastic Developers <contact@meshtastic.org>"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|||||||
Reference in New Issue
Block a user