Skip to content

Commit

Permalink
AVAHISCAN / mDNS #815
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Oct 4, 2024
1 parent 7b21860 commit 9427ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/plugins/avahi_scan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
]
},
"default_value": "python3 /app/front/plugins/avahi_scan/nbtscan.py",
"default_value": "python3 /app/front/plugins/avahi_scan/avahi_scan.py",
"options": [],
"localized": ["name", "description"],
"name": [
Expand Down
2 changes: 1 addition & 1 deletion server/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def update_devices_names (db):
recordsToUpdate.append ([newName, device['dev_MAC']])

# Print log
mylog('verbose', [f'[Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN/Pholus): {len(recordsToUpdate)} ( {foundmDNSLookup}/{foundDig}/{foundNsLookup}/{foundNbtLookup}/{foundPholus})'] )
mylog('verbose', [f'[Update Device Name] Names Found (DiG/mDNS/NSLOOKUP/NBTSCAN/Pholus): {len(recordsToUpdate)} ({foundmDNSLookup}/{foundDig}/{foundNsLookup}/{foundNbtLookup}/{foundPholus})'] )
mylog('verbose', [f'[Update Device Name] Names Not Found : {notFound}'] )

# update not found devices with (name not found)
Expand Down

0 comments on commit 9427ff6

Please sign in to comment.