switched to hostname-based device identification, removed name key

This commit is contained in:
checktheroads 2019-06-16 23:33:22 -07:00
parent 59c6f124d4
commit 95de26ed23

View file

@ -44,7 +44,6 @@ class Construct:
self.d_address = self.device["address"]
self.d_src_addr_ipv4 = self.device["src_addr_ipv4"]
self.d_src_addr_ipv6 = self.device["src_addr_ipv6"]
self.d_name = self.device["name"]
self.d_type = self.device["type"]
self.command = configuration.command(self.d_type)