File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ def sendText(
448448 onResponse = onResponse ,
449449 channelIndex = channelIndex ,
450450 replyId = replyId ,
451- hopLimit = hopLimit
451+ hopLimit = hopLimit ,
452452 )
453453
454454
@@ -485,7 +485,7 @@ def sendAlert(
485485 onResponse = onResponse ,
486486 channelIndex = channelIndex ,
487487 priority = mesh_pb2 .MeshPacket .Priority .ALERT ,
488- hopLimit = hopLimit
488+ hopLimit = hopLimit ,
489489 )
490490
491491 def sendMqttClientProxyMessage (self , topic : str , data : bytes ):
@@ -731,7 +731,7 @@ def sendTelemetry(
731731 wantResponse : bool = False ,
732732 channelIndex : int = 0 ,
733733 telemetryType : str = "device_metrics" ,
734- hopLimit : Optional [int ]= None
734+ hopLimit : Optional [int ]= None ,
735735 ):
736736 """Send telemetry and optionally ask for a response"""
737737 r = telemetry_pb2 .Telemetry ()
You can’t perform that action at this time.
0 commit comments