Inline edit list item data in Settings 🚑

This commit is contained in:
jokob-sk
2024-04-25 09:04:32 +10:00
parent 2943da7c07
commit 2a085f5703
11 changed files with 1423 additions and 1382 deletions

View File

@@ -58,7 +58,7 @@ def main():
plugin_objects.add_object(
# "MAC", "IP", "Name", "Vendor", "Interface"
primaryId = device['mac'],
primaryId = device['mac'].lower(),
secondaryId = device['ip'],
watched1 = device['name'],
watched2 = device['vendor'],