From fb22360457a2bf8da6de59b0bf2941164bc854c0 Mon Sep 17 00:00:00 2001 From: James Cridland Date: Mon, 6 May 2024 13:09:27 +1000 Subject: [PATCH] Update apps.json Added more Garmin models. --- src/apps.json | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 3ef52c0..64aebef 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1569,11 +1569,16 @@ ] }, { - "name": "Garmin fenix 5X", - "pattern": "^Garmin fenix 5X Plus", + "name": "Garmin fenix", + "pattern": "^Garmin fenix ", "comments": "This uses Spotify to transfer audio to compatible watches", "examples": [ - "Garmin fenix 5X Plus/18.0" + "Garmin fenix 5X Plus/18.0", + "Garmin fenix 6 Pro/26.0", + "Garmin fenix 6X Sapphire/26.0" + ], + "urls": [ + "https://www.garmin.com/en-US/p/865925" ] }, { @@ -1584,6 +1589,31 @@ "Garmin Forerunner 245 Music/11.60" ] }, + { + "name": "Garmin tactix", + "pattern": "^Garmin tactix", + "comments": "This uses Spotify to transfer audio to compatible watches", + "examples": [ + "Garmin tactix Delta/26.0" + ] + }, + { + "name": "Garmin Venu", + "pattern": "^Garmin Venu ", + "comments": "This uses Spotify to transfer audio to compatible watches", + "examples": [ + "Garmin Venu 2S/17.4" + ] + }, + { + "name": "Garmin Vivoactive", + "pattern": "^Garmin v", + "comments": "This uses Spotify to transfer audio to compatible watches", + "examples": [ + "Garmin v\xC3\xADvoactive 4S/7.80", + "Garmin vivoactive 3 Music/6.30" + ] + }, { "name": "GBEngine", "pattern": "^GBEngine/",