mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Garmin: add the "Unit ID" (device serial number) to the device details
This commit is contained in:
committed by
José Rebelo
parent
b12fd1027f
commit
62d458255b
+1
@@ -101,6 +101,7 @@ public class DeviceInformationMessage extends GFDIMessage {
|
||||
|
||||
GBDeviceEventVersionInfo versionCmd = new GBDeviceEventVersionInfo();
|
||||
versionCmd.fwVersion = getSoftwareVersionStr();
|
||||
versionCmd.fwVersion2 = incomingUnitNumber;
|
||||
versionCmd.hwVersion = deviceModel;
|
||||
return Collections.singletonList(versionCmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user