diff --git a/HARDWARE-SKUs.md b/HARDWARE-SKUs.md index 2b0b182..4f20ae6 100644 --- a/HARDWARE-SKUs.md +++ b/HARDWARE-SKUs.md @@ -19,7 +19,7 @@ Garmin wearables SKU numbers | fenix 5S Plus | 006-B2900-00 | 16,000 MB | X | 006-B3013-00 | 006-B3153-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | | fenix 5 Plus | 006-B3110-00 | 16,000 MB | X | 006-B3014-00 | 006-B3153-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | | fenix 5X Plus | 006-B3111-00 | 16,000 MB | POx | 006-B3015-00 | 006-B3153-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | -| Forerunner 945 | 006-B3113-00 | 16,000 MB | G3 | 006-B3114-00 | 006-B3303-00 | | | | | +| Forerunner 945 | 006-B3113-00 | 16,000 MB | G3 | 006-B3114-00 | 006-B3303-00 | 006-B3107-00 | | | | | D2 Delta S | 006-B3196-00 | 16,000 MB | X | 006-B3014-00 | 006-B3260-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | | D2 Delta | 006-B3197-00 | 16,000 MB | X | 006-B3014-00 | 006-B3260-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | | D2 Delta PX | 006-B3198-00 | 16,000 MB | POx | | 006-B3260-00 | 006-B2957-00 | 006-B2196-02 | 006-B2822-01 | | @@ -43,4 +43,4 @@ Notes * "G3" in the HRM column means the new Gen3 HR/POx sensors (introduced with the MARQ series) * ANT/BLE/BT firmwares of the D2 Delta and fenix 5 Plus series are identical par the SKU number * GPS firmwares 1621 and 2957 are for the same chip, but 2957 has Galileo support, 1621 does not -* GPS firmware 3107 is the new Sony chipset (introduced with the MARQ series) +* GPS firmwares 3107 and 3506 are the new Sony chipset (introduced with the MARQ series) diff --git a/grmn/devices.py b/grmn/devices.py index 0f67636..3e7d194 100644 --- a/grmn/devices.py +++ b/grmn/devices.py @@ -834,7 +834,7 @@ DEVICES = { 3098: "Astro 900", 3099: "T9 GPS Collar", 3104: "Dash Cam Mini", - 3107: "GPS Chipset Type S1", + 3107: "GPS Chipset Type S1 (3107)", 3109: "DriveAssist 51 APAC", 3110: "fenix 5 Plus", 3111: "fenix 5X Plus", @@ -988,22 +988,34 @@ DEVICES = { 3499: "Darth Vader", 3500: "Captain Marvel", 3501: "First Avenger", - 3506: "GPS Chipset Type S1", + 3506: "GPS Chipset Type S1 (3506)", 3511: "Forerunner 945 ASIA, Sensor Hub", 3512: "fenix 6S Sport ASIA", 3513: "fenix 6S ASIA", 3514: "fenix 6 Sport ASIA", 3515: "fenix 6 ASIA", 3516: "fenix 6X ASIA", + 3517: "Approach Z82, Sensor Hub", 3519: "Approach G80 ASIA", 3526: "Approach Z82", + 3535: "Captain Marvel APAC", + 3536: "First Avenger APAC", + 3537: "Rey APAC", + 3538: "Darth Vader APAC", 3550: "fenix 6S ASIA, Sensor Hub", 3551: "fenix 6 ASIA, Sensor Hub", 3552: "fenix 6X ASIA, Sensor Hub", + 3560: "vivoactive 4 Small ASIA, Sensor Hub", + 3561: "vivoactive 4 Large ASIA, Sensor Hub", + 3562: "venu ASIA, Sensor Hub", 3566: "Marine Telematics Modem Firmware", 3572: "vivomove 3 Style/Luxe ASIA", 3573: "vivomove 3 Sport APAC", + 3620: "Fusion Boat Builder Configuration Tool", 3624: "MARQ Adventurer", + 3648: "MARQ Adventure APAC", 3669: "vivomove 3 Classic ASIA, Sensor Hub", 3670: "vivomove 3/3S ASIA, Sensor Hub", + 3741: "GPS Software (3741)", + 3742: "GPS Software (3742)", }