diff --git a/implementations/Python3/DREAMMAKER.py b/implementations/Python3/DREAMMAKER.py index 8e4d0a8..64d522d 100644 --- a/implementations/Python3/DREAMMAKER.py +++ b/implementations/Python3/DREAMMAKER.py @@ -47,10 +47,10 @@ def send_discord_notification(vendor_id, rssi=None): # Format the message vendor_names = { - 0x004C: "Apple", - 0x0006: "Microsoft", - 0x0059: "Nordic Semiconductor", - 0x0499: "Texas Instruments" + 0x0025DF: "Axon Enterprise, Inc.", + 0x005828: "Unknown Vendor", + 0x00C0D4: "Unknown Vendor", + 0x847003: "Unknown Vendor" } vendor_name = vendor_names.get(vendor_id, f"Unknown (0x{vendor_id:04X})")