Browse Source

remove mesh_interfaces from nodeinfo

mesh_interfaces no longer used
Sunz3r 7 years ago
parent
commit
c59ac2cfed
1 changed files with 1 additions and 2 deletions
  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": {