Skip to content

Commit

Permalink
Add ManufacturerID Data
Browse files Browse the repository at this point in the history
  • Loading branch information
wcbonner committed Aug 15, 2024
1 parent 4acb32d commit 2271b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions goveebttemplogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3479,10 +3479,14 @@ void bluez_dbus_msg_InterfacesAdded(DBusMessage* dbus_msg, bdaddr_t & dbusBTAddr
ssOutput << " ";
if (0x0001 == ManufacturerID)
ssOutput << "'Nokia Mobile Phones'";
if (0x0006 == ManufacturerID)
ssOutput << "'Microsoft'";
if (0x004c == ManufacturerID)
ssOutput << "'Apple, Inc.'";
if (0x058e == ManufacturerID)
ssOutput << "'Meta Platforms Technologies, LLC'";
if (0x02E1 == ManufacturerID)
ssOutput << "'Victron Energy BV'";
}
ssOutput << std::endl;
if (dbusTemp.ReadMSG(ManufacturerID, ManufacturerData))
Expand Down

0 comments on commit 2271b11

Please sign in to comment.