Pārlūkot izejas kodu

remove mesh_interfaces from nodeinfo

mesh_interfaces no longer used
Sunz3r 7 gadi atpakaļ
vecāks
revīzija
c59ac2cfed
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      ext-respondd.py

+ 1 - 2
ext-respondd.py

@@ -312,8 +312,7 @@ def createNodeinfo():
                     "interfaces": getBat0_Interfaces()
                 }
             },
-            "mac": getDevice_MAC(config["batman"]),
-            "mesh_interfaces": list(getMesh_Interfaces().values())
+            "mac": getDevice_MAC(config["batman"])
         },
         "software": {
             "firmware": {